repo_name
string
path
string
copies
string
size
string
content
string
license
string
smac0628/android_kernel_huawei_angler
drivers/isdn/mISDN/core.c
2213
9067
/* * Copyright 2008 by Karsten Keil <kkeil@novell.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * ...
gpl-2.0
netarchy/android-git-kernel
drivers/gpio/it8761e_gpio.c
3493
4937
/* * it8761_gpio.c - GPIO interface for IT8761E Super I/O chip * * Author: Denis Turischev <denis@compulab.co.il> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License 2 as published * by the Free Software Foundation. * * This prog...
gpl-2.0
thanhphat11/android_kernel_pantech_ef63l
drivers/video/s3c2410fb.c
5029
28275
/* linux/drivers/video/s3c2410fb.c * Copyright (c) 2004,2005 Arnaud Patard * Copyright (c) 2004-2008 Ben Dooks * * S3C2410 LCD Framebuffer Driver * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive for * more detai...
gpl-2.0
googyanas/GoogyMax-S6
net/netfilter/xt_state.c
12709
2008
/* Kernel module to match connection tracking information. */ /* (C) 1999-2001 Paul `Rusty' Russell * (C) 2002-2005 Netfilter Core Team <coreteam@netfilter.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published ...
gpl-2.0
babybearsg/huawei_s7_kernel
drivers/input/serio/serio_raw.c
166
9330
/* * Raw serio device providing access to a raw byte stream from underlying * serio port. Closely emulates behavior of pre-2.6 /dev/psaux device * * Copyright (c) 2004 Dmitry Torokhov * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License v...
gpl-2.0
fedya/aircam-openwrt
build_dir/linux-gm812x/linux-2.6.28.fa2/drivers/ata/pata_winbond.c
166
6741
/* * pata_winbond.c - Winbond VLB ATA controllers * (C) 2006 Red Hat * * Support for the Winbond 83759A when operating in advanced mode. * Multichip mode is not currently supported. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/blkdev.h> #include <linux/d...
gpl-2.0
gauravds/linux
drivers/clk/rockchip/clk-cpu.c
166
10339
/* * Copyright (c) 2014 MundoReader S.L. * Author: Heiko Stuebner <heiko@sntech.de> * * based on clk/samsung/clk-cpu.c * Copyright (c) 2014 Samsung Electronics Co., Ltd. * Author: Thomas Abraham <thomas.ab@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the term...
gpl-2.0
daniel-ortiz/linux
net/dsa/slave.c
166
23280
/* * net/dsa/slave.c - Slave device handling * Copyright (c) 2008-2009 Marvell Semiconductor * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at yo...
gpl-2.0
ArtemTeleshev/raspberrypi-linux
net/ceph/ceph_common.c
166
17072
#include <linux/ceph/ceph_debug.h> #include <linux/backing-dev.h> #include <linux/ctype.h> #include <linux/fs.h> #include <linux/inet.h> #include <linux/in6.h> #include <linux/key.h> #include <keys/ceph-type.h> #include <linux/module.h> #include <linux/mount.h> #include <linux/parser.h> #include <linux/sched.h> #inclu...
gpl-2.0
weaved/plug_openwrt
target/linux/ar71xx/files/arch/mips/ath79/mach-whr-hp-g300n.c
678
4125
/* * Buffalo WHR-HP-G300N board support * * based on ... * * TP-LINK TL-WR741ND board support * * Copyright (C) 2009-2010 Gabor Juhos <juhosg@openwrt.org> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as publishe...
gpl-2.0
goldelico/letux-400
arch/arm/nwfpe/fpmodule.c
934
5225
/* NetWinder Floating Point Emulator (c) Rebel.com, 1998-1999 (c) Philip Blundell, 1998-1999 Direct questions, comments to Scott Bambrough <scottb@netwinder.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publis...
gpl-2.0
chirayudesai/laughing-cyril
drivers/usb/gadget/f_rmnet_smd_sdio.c
1702
53718
/* * f_rmnet_smd_sdio.c -- RmNet SMD & SDIO function driver * * Copyright (C) 2003-2005,2008 David Brownell * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger * Copyright (C) 2003 Al Borchers (alborchers@steinerpoint.com) * Copyright (C) 2008 Nokia Corporation * Copyright (c) 2011,2013 The Linux Founda...
gpl-2.0
Jetson-TX1-AndroidTV/android_kernel_jetson_tx1_hdmi_primary
tools/perf/arch/x86/util/unwind.c
2470
1879
#include <errno.h> #include <libunwind.h> #include "perf_regs.h" #include "../../util/unwind.h" #ifdef ARCH_X86_64 int unwind__arch_reg_id(int regnum) { int id; switch (regnum) { case UNW_X86_64_RAX: id = PERF_REG_X86_AX; break; case UNW_X86_64_RDX: id = PERF_REG_X86_DX; break; case UNW_X86_64_RCX: id...
gpl-2.0
chuncky/nuc970kernel
linux-3.10.x/tools/perf/arch/x86/util/unwind.c
2470
1879
#include <errno.h> #include <libunwind.h> #include "perf_regs.h" #include "../../util/unwind.h" #ifdef ARCH_X86_64 int unwind__arch_reg_id(int regnum) { int id; switch (regnum) { case UNW_X86_64_RAX: id = PERF_REG_X86_AX; break; case UNW_X86_64_RDX: id = PERF_REG_X86_DX; break; case UNW_X86_64_RCX: id...
gpl-2.0
andip71/boeffla-kernel-samsung-n8000
kernel/sched_stoptask.c
2726
2148
/* * stop-task scheduling class. * * The stop task is the highest priority task in the system, it preempts * everything and will be preempted by nothing. * * See kernel/stop_machine.c */ #ifdef CONFIG_SMP static int select_task_rq_stop(struct task_struct *p, int sd_flag, int flags) { return task_cpu(p); /* sto...
gpl-2.0
Divaksh/Speedy-Kernel-u8500-old
arch/mips/pci/pci-bcm1480.c
2982
7235
/* * Copyright (C) 2001,2002,2005 Broadcom Corporation * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of t...
gpl-2.0
jeboo/kernel_JB_i337_ATT_MF3
sound/core/rawmidi.c
3238
48331
/* * Abstract layer for MIDI v1.0 stream * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, o...
gpl-2.0
Nico60/kernel_lge_hammerhead
drivers/tty/hvc/hvsi.c
4774
31161
/* * Copyright (C) 2004 Hollis Blanchard <hollisb@us.ibm.com>, IBM * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later versio...
gpl-2.0
GranPC/linux-asus-flo
drivers/media/dvb/frontends/lgs8gl5.c
5030
10081
/* Legend Silicon LGS-8GL5 DMB-TH OFDM demodulator driver Copyright (C) 2008 Sirius International (Hong Kong) Limited Timothy Lee <timothy.lee@siriushk.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by th...
gpl-2.0
danielpanzella/P900-kernel-source
drivers/media/dvb/b2c2/flexcop.c
5030
9029
/* * Linux driver for digital TV devices equipped with B2C2 FlexcopII(b)/III * flexcop.c - main module part * Copyright (C) 2004-9 Patrick Boettcher <patrick.boettcher@desy.de> * based on skystar2-driver Copyright (C) 2003 Vadim Catana, skystar@moldova.cc * * Acknowledgements: * John Jurrius from BBTI, Inc. fo...
gpl-2.0
joyoki/android_kernel_lge_g3
drivers/staging/media/easycap/easycap_settings.c
5030
18298
/****************************************************************************** * * * easycap_settings.c * * * ...
gpl-2.0
vvanpo/linux
arch/alpha/kernel/irq_srm.c
11942
1352
/* * Handle interrupts from the SRM, assuming no additional weirdness. */ #include <linux/init.h> #include <linux/sched.h> #include <linux/irq.h> #include "proto.h" #include "irq_impl.h" /* * Is the palcode SMP safe? In other words: can we call cserve_ena/dis * at the same time in multiple CPUs? To be safe I ad...
gpl-2.0
MattCrystal/ballin-robot
Documentation/blackfin/gptimers-example.c
12966
1923
/* * Simple gptimers example * http://docs.blackfin.uclinux.org/doku.php?id=linux-kernel:drivers:gptimers * * Copyright 2007-2009 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <linux/interrupt.h> #include <linux/module.h> #include <asm/gptimers.h> #include <asm/portmux.h> /* ... rando...
gpl-2.0
benpicco/linux_exfat-staging
drivers/message/i2o/bus-osm.c
13478
4125
/* * Bus Adapter OSM * * Copyright (C) 2005 Markus Lidel <Markus.Lidel@shadowconnect.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your *...
gpl-2.0
geiti94/NEMESIS_KERNEL_N5_NOUGAT
sound/isa/gus/gus_mixer.c
13734
6149
/* * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * Routines for control of ICS 2101 chip and "mixer" in GF1 chip * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either v...
gpl-2.0
jyh0082007/sigTaint
drivers/mfd/wm831x-core.c
167
43320
/* * wm831x-core.c -- Device access for Wolfson WM831x PMICs * * Copyright 2009 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as pu...
gpl-2.0
OpenSwift/android_kernel_swift
drivers/char/nozomi.c
167
49541
/* * nozomi.c -- HSDPA driver Broadband Wireless Data Card - Globe Trotter * * Written by: Ulf Jakobsson, * Jan Åkerfeldt, * Stefan Thomasson, * * Maintained by: Paul Hardwick (p.hardwick@option.com) * * Patches: * Locking code changes for Vodafone by Sphere Systems Ltd, * ...
gpl-2.0
butkevicius/motorola-moto-z-permissive-kernel
kernel/drivers/md/dm-bufio.c
167
45759
/* * Copyright (C) 2009-2011 Red Hat, Inc. * * Author: Mikulas Patocka <mpatocka@redhat.com> * * This file is released under the GPL. */ #include "dm-bufio.h" #include <linux/device-mapper.h> #include <linux/dm-io.h> #include <linux/slab.h> #include <linux/vmalloc.h> #include <linux/shrinker.h> #include <linux/...
gpl-2.0
elkingtonmcb/linux
drivers/acpi/hed.c
935
2343
/* * ACPI Hardware Error Device (PNP0C33) Driver * * Copyright (C) 2010, Intel Corp. * Author: Huang Ying <ying.huang@intel.com> * * ACPI Hardware Error Device is used to report some hardware errors * notified via SCI, mainly the corrected errors. * * This program is free software; you can redistribute it and/...
gpl-2.0
fdroid/gp-peak-kernel
lib/bitmap.c
1447
35435
/* * lib/bitmap.c * Helper functions for bitmap.h. * * This source code is licensed under the GNU General Public License, * Version 2. See the file COPYING for more details. */ #include <linux/module.h> #include <linux/ctype.h> #include <linux/errno.h> #include <linux/bitmap.h> #include <linux/bitops.h> #include...
gpl-2.0
roguesyko/the_reaper_shamu
drivers/firmware/efi/efi-pstore.c
1447
5788
#include <linux/efi.h> #include <linux/module.h> #include <linux/pstore.h> #include <linux/slab.h> #include <linux/ucs2_string.h> #define DUMP_NAME_LEN 52 static bool efivars_pstore_disable = IS_ENABLED(CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE); module_param_named(pstore_disable, efivars_pstore_disable, bool, 0644); ...
gpl-2.0
TeamWin/android_kernel_samsung_goyave
arch/um/kernel/irq.c
2215
11391
/* * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL * Derived (i.e. mostly copied) from arch/i386/kernel/irq.c: * Copyright (C) 1992, 1998 Linus Torvalds, Ingo Molnar */ #include <linux/cpumask.h> #include <linux/hardirq.h> #include <linux/interrupt.h> #include <lin...
gpl-2.0
LiquidSmokeX64/URKernel
drivers/ide/dtc2278.c
5031
3893
/* * Copyright (C) 1996 Linus Torvalds & author (see below) */ #include <linux/module.h> #include <linux/types.h> #include <linux/kernel.h> #include <linux/delay.h> #include <linux/timer.h> #include <linux/mm.h> #include <linux/ioport.h> #include <linux/blkdev.h> #include <linux/ide.h> #include <linux/init.h> #in...
gpl-2.0
garyclee/android_kernel_samsung_klte
drivers/media/common/tuners/qt1010.c
5031
13738
/* * Driver for Quantek QT1010 silicon tuner * * Copyright (C) 2006 Antti Palosaari <crope@iki.fi> * Aapo Tahkola <aet@rasterburn.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Fr...
gpl-2.0
h8rift/android_kernel_htc_apq8064
crypto/xts.c
7335
8865
/* XTS: as defined in IEEE1619/D16 * http://grouper.ieee.org/groups/1619/email/pdf00086.pdf * (sector sizes which are not a multiple of 16 bytes are, * however currently unsupported) * * Copyright (c) 2007 Rik Snel <rsnel@cube.dyndns.org> * * Based om ecb.c * Copyright (c) 2006 Herbert Xu <herbert@gondor.apana....
gpl-2.0
gdetal/samsung_i9100_mptcp
drivers/scsi/aic7xxx/aic79xx_proc.c
8615
10544
/* * Copyright (c) 2000-2001 Adaptec Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of co...
gpl-2.0
DarkPoe/AK-OnePone
drivers/scsi/aic7xxx/aic79xx_proc.c
8615
10544
/* * Copyright (c) 2000-2001 Adaptec Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of co...
gpl-2.0
jied83/kernel_back
fs/affs/bitmap.c
9127
9001
/* * linux/fs/affs/bitmap.c * * (c) 1996 Hans-Joachim Widmaier * * bitmap.c contains the code that handles all bitmap related stuff - * block allocation, deallocation, calculation of free space. */ #include <linux/slab.h> #include "affs.h" /* This is, of course, shamelessly stolen from fs/minix */ static ...
gpl-2.0
flar2/jewel-ElementalX
fs/affs/bitmap.c
9127
9001
/* * linux/fs/affs/bitmap.c * * (c) 1996 Hans-Joachim Widmaier * * bitmap.c contains the code that handles all bitmap related stuff - * block allocation, deallocation, calculation of free space. */ #include <linux/slab.h> #include "affs.h" /* This is, of course, shamelessly stolen from fs/minix */ static ...
gpl-2.0
2fast4u88/Htc-Kingdom-FastKernel_Ics
arch/arm/plat-samsung/dma.c
11175
1922
/* linux/arch/arm/plat-samsung/dma.c * * Copyright (c) 2003-2009 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * http://armlinux.simtec.co.uk/ * * S3C DMA core * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * pub...
gpl-2.0
Sony-Kitakami/android_kernel_sony
arch/alpha/lib/memcpy.c
13735
4108
/* * linux/arch/alpha/lib/memcpy.c * * Copyright (C) 1995 Linus Torvalds */ /* * This is a reasonably optimized memcpy() routine. */ /* * Note that the C code is written to be optimized into good assembly. However, * at this point gcc is unable to sanely compile "if (n >= 0)", resulting in a * explicit co...
gpl-2.0
dev-harsh1998/android_kernel_cyanogen_msm8916
sound/drivers/opl4/opl4_mixer.c
15015
2867
/* * OPL4 mixer functions * Copyright (c) 2003 by Clemens Ladisch <clemens@ladisch.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your opt...
gpl-2.0
jpihet/linux-omap
drivers/media/dvb/frontends/stb0899_drv.c
168
46395
/* STB0899 Multistandard Frontend driver Copyright (C) Manu Abraham (abraham.manu@gmail.com) Copyright (C) ST Microelectronics This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 ...
gpl-2.0
CalcProgrammer1/archos-gen8-kernel-3.2.1
drivers/video/omap2/dss/overlay.c
168
18361
/* * linux/drivers/video/omap2/dss/overlay.c * * Copyright (C) 2009 Nokia Corporation * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> * * Some code and ideas taken from drivers/video/omap/ driver * by Imre Deak. * * This program is free software; you can redistribute it and/or modify it * under the terms ...
gpl-2.0
durandj/devkitadv
newlib-1.11.0/newlib/libm/test/tanhf_vec.c
168
27688
#include "test.h" one_line_type tanhf_vec[] = { {11, 0,123,__LINE__, 0xbfeaad4c, 0x80000000, 0xbff33333, 0x33333333}, /* -0.83365=f(-1.20000)*/ {11, 0,123,__LINE__, 0xbfea941a, 0x20000000, 0xbff30a3d, 0x70a3d70a}, /* -0.83057=f(-1.19000)*/ {11, 0,123,__LINE__, 0xbfea7a7b, 0xc0000000, 0xbff2e147, 0xae147ae1}, /* ...
gpl-2.0
nDroidProject/nDroid-kernel
sound/soc/pxa/magician.c
936
13668
/* * SoC audio for HTC Magician * * Copyright (c) 2006 Philipp Zabel <philipp.zabel@gmail.com> * * based on spitz.c, * Authors: Liam Girdwood <lrg@slimlogic.co.uk> * Richard Purdie <richard@openedhand.com> * * This program is free software; you can redistribute it and/or modify it * under the ter...
gpl-2.0
vanloswang/linux
arch/mips/kernel/sync-r4k.c
1448
3413
/* * Count register synchronisation. * * All CPUs will have their count registers synchronised to the CPU0 next time * value. This can cause a small timewarp for CPU0. All other CPU's should * not have done anything significant (but they may have had interrupts * enabled briefly - prom_smp_finish() should not be ...
gpl-2.0
hafidzduddin/Codina_Kernel-3.x
fs/cifs/cifsencrypt.c
2472
22040
/* * fs/cifs/cifsencrypt.c * * Copyright (C) International Business Machines Corp., 2005,2006 * Author(s): Steve French (sfrench@us.ibm.com) * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published * by the F...
gpl-2.0
0xD34D/kernel_omap_bowser-common
arch/arm/plat-omap/iommu-debug.c
2728
9217
/* * omap iommu: debugfs interface * * Copyright (C) 2008-2009 Nokia Corporation * * Written by Hiroshi DOYU <Hiroshi.DOYU@nokia.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Fou...
gpl-2.0
CRXTeam/kernel_samsung_u8500
drivers/input/touchscreen/migor_ts.c
3240
7213
/* * Touch Screen driver for Renesas MIGO-R Platform * * Copyright (c) 2008 Magnus Damm * Copyright (c) 2007 Ujjwal Pande <ujjwal@kenati.com>, * Kenati Technologies Pvt Ltd. * * This file is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License as publi...
gpl-2.0
Kernelhacker/2.6.38.3-Adam
net/ipv4/netfilter/nf_nat_proto_icmp.c
3240
2484
/* (C) 1999-2001 Paul `Rusty' Russell * (C) 2002-2006 Netfilter Core Team <coreteam@netfilter.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/types.h> ...
gpl-2.0
sntree/kernel_nk1006a
kernel/trace/trace_sched_switch.c
7336
5925
/* * trace context switch * * Copyright (C) 2007 Steven Rostedt <srostedt@redhat.com> * */ #include <linux/module.h> #include <linux/fs.h> #include <linux/debugfs.h> #include <linux/kallsyms.h> #include <linux/uaccess.h> #include <linux/ftrace.h> #include <trace/events/sched.h> #include "trace.h" static struct t...
gpl-2.0
FrancescoCG/CrazySuperKernel-CM13-KLTE
drivers/leds/leds-hp6xx.c
7848
2283
/* * LED Triggers Core * For the HP Jornada 620/660/680/690 handhelds * * Copyright 2008 Kristoffer Ericson <kristoffer.ericson@gmail.com> * this driver is based on leds-spitz.c by Richard Purdie. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Genera...
gpl-2.0
StanTRC/lge-kernel-e400
arch/powerpc/math-emu/fdiv.c
13736
1157
#include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> #include <asm/sfp-machine.h> #include <math-emu/soft-fp.h> #include <math-emu/double.h> int fdiv(void *frD, void *frA, void *frB) { FP_DECL_D(A); FP_DECL_D(B); FP_DECL_D(R); FP_DECL_EX; #ifdef DEBUG printk("%s: %p %p %p\n", __func__, frD...
gpl-2.0
Adrioid83/jflte_xxx
arch/powerpc/math-emu/fnmadd.c
13736
1138
#include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> #include <asm/sfp-machine.h> #include <math-emu/soft-fp.h> #include <math-emu/double.h> int fnmadd(void *frD, void *frA, void *frB, void *frC) { FP_DECL_D(R); FP_DECL_D(A); FP_DECL_D(B); FP_DECL_D(C); FP_DECL_D(T); FP_DECL_EX; #ifdef DE...
gpl-2.0
byoungm/linux-kernel-test
drivers/char/misc.c
681
7200
/* * linux/drivers/char/misc.c * * Generic misc open routine by Johan Myreen * * Based on code from Linus * * Teemu Rantanen's Microsoft Busmouse support and Derrick Cole's * changes incorporated into 0.97pl4 * by Peter Cervasio (pete%q106fm.uucp@wupost.wustl.edu) (08SEP92) * See busmouse.c for particul...
gpl-2.0
haoranzeus/openwrt1505
target/linux/ar71xx/files/arch/mips/ath79/mach-jwap003.c
681
2279
/* * jjPlus JWAP003 board support * */ #include <linux/i2c.h> #include <linux/i2c-gpio.h> #include <linux/platform_device.h> #include <asm/mach-ath79/ath79.h> #include "dev-eth.h" #include "dev-m25p80.h" #include "dev-gpio-buttons.h" #include "dev-usb.h" #include "machtypes.h" #include "pci.h" #define JWAP003_K...
gpl-2.0
Jaykay-x/Mini2440_BH1750fvi
arch/m68k/sun3/mmu_emu.c
681
11930
/* ** Tablewalk MMU emulator ** ** by Toshiyasu Morita ** ** Started 1/16/98 @ 2:22 am */ #include <linux/mman.h> #include <linux/mm.h> #include <linux/kernel.h> #include <linux/ptrace.h> #include <linux/delay.h> #include <linux/bootmem.h> #include <linux/bitops.h> #include <linux/module.h> #include <asm/setup.h> #in...
gpl-2.0
simone201/neak-kernel-sgs2
sound/pci/rme96.c
937
68285
/* * ALSA driver for RME Digi96, Digi96/8 and Digi96/8 PRO/PAD/PST audio * interfaces * * Copyright (c) 2000, 2001 Anders Torger <torger@ludd.luth.se> * * Thanks to Henk Hesselink <henk@anda.nl> for the analog volume control * code. * * This program is free software; you can redistribute i...
gpl-2.0
Ander-Alvarez/android_kernel_motorola_msm8916
fs/xfs/xfs_aops.c
1193
43323
/* * Copyright (c) 2000-2005 Silicon Graphics, Inc. * All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation. * * This program is distributed in the hope that it would be ...
gpl-2.0
geggio84/kernel-beaglebone
sound/pci/oxygen/oxygen.c
1705
23965
/* * C-Media CMI8788 driver for C-Media's reference design and similar models * * Copyright (c) Clemens Ladisch <clemens@ladisch.de> * * * This driver is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2. * * This driver is distributed in ...
gpl-2.0
akuster/linux-yocto-dev
sound/pci/oxygen/oxygen.c
1705
23965
/* * C-Media CMI8788 driver for C-Media's reference design and similar models * * Copyright (c) Clemens Ladisch <clemens@ladisch.de> * * * This driver is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2. * * This driver is distributed in ...
gpl-2.0
Herna1994/android_kernel_bq_vegetalte
drivers/media/i2c/ov9650.c
2217
42027
/* * Omnivision OV9650/OV9652 CMOS Image Sensor driver * * Copyright (C) 2013, Sylwester Nawrocki <sylvester.nawrocki@gmail.com> * * Register definitions and initial settings based on a driver written * by Vladimir Fonov. * Copyright (c) 2010, Vladimir Fonov * * This program is free software; you can redistrib...
gpl-2.0
andi34/android_kernel_samsung_espresso
arch/sh/kernel/ptrace_64.c
2985
14681
/* * arch/sh/kernel/ptrace_64.c * * Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2003 - 2008 Paul Mundt * * Started from SH3/4 version: * SuperH version: Copyright (C) 1999, 2000 Kaz Kojima & Niibe Yutaka * * Original x86 implementation: * By Ross Biro 1/23/92 * edited by Linus Torvalds ...
gpl-2.0
shminer/kernel-msm-3.18
drivers/scsi/sun3x_esp.c
3241
7367
/* sun3x_esp.c: ESP front-end for Sun3x systems. * * Copyright (C) 2007,2008 Thomas Bogendoerfer (tsbogend@alpha.franken.de) */ #include <linux/kernel.h> #include <linux/gfp.h> #include <linux/types.h> #include <linux/delay.h> #include <linux/module.h> #include <linux/init.h> #include <linux/platform_device.h> #inc...
gpl-2.0
laitianli/loongson-linux-2.6.36-3_mips
drivers/media/video/gspca/m5602/m5602_s5k83a.c
3241
14773
/* * Driver for the s5k83a sensor * * Copyright (C) 2008 Erik Andrén * Copyright (C) 2007 Ilyes Gouta. Based on the m5603x Linux Driver Project. * Copyright (C) 2005 m5603x Linux Driver Project <m5602@x3ng.com.br> * * Portions of code to USB interface and ALi driver software, * Copyright (c) 2006 Willem Duinker...
gpl-2.0
MinsooCha/linux
arch/parisc/kernel/binfmt_elf32.c
4265
3588
/* * Support for 32-bit Linux/Parisc ELF binaries on 64 bit kernels * * Copyright (C) 2000 John Marvin * Copyright (C) 2000 Hewlett Packard Co. * * Heavily inspired from various other efforts to do the same thing * (ia64,sparc64/mips64) */ /* Make sure include/asm-parisc/elf.h does the right thing */ #define ...
gpl-2.0
LeJay/android_kernel_samsung_jactiveltexx_stock
drivers/media/dvb/dvb-usb/technisat-usb2.c
5033
19661
/* * Linux driver for Technisat DVB-S/S2 USB 2.0 device * * Copyright (C) 2010 Patrick Boettcher, * Kernel Labs Inc. PO Box 745, St James, NY 11780 * * Development was sponsored by Technisat Digital UK Limited, whose * registered office is Witan Gate House 500 - 600 Witan Gate West, * Milton ...
gpl-2.0
devil1210/Baltazar
drivers/video/imxfb.c
7849
23009
/* * Freescale i.MX Frame Buffer device driver * * Copyright (C) 2004 Sascha Hauer, Pengutronix * Based on acornfb.c Copyright (C) Russell King. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive for * more de...
gpl-2.0
SlimRoms/kernel_motorola_ghost
drivers/scsi/bfa/bfa_hw_ct.c
9897
4137
/* * Copyright (c) 2005-2010 Brocade Communications Systems, Inc. * All rights reserved * www.brocade.com * * Linux driver for Brocade Fibre Channel Host Bus Adapter. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License (GPL) Version 2 a...
gpl-2.0
rudij7/android_kernel_motorola_msm8939
drivers/scsi/bfa/bfa_hw_cb.c
9897
4748
/* * Copyright (c) 2005-2010 Brocade Communications Systems, Inc. * All rights reserved * www.brocade.com * * Linux driver for Brocade Fibre Channel Host Bus Adapter. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License (GPL) Version 2 a...
gpl-2.0
lsigithub/axxia_yocto_linux_4.1
fs/adfs/map.c
12969
7075
/* * linux/fs/adfs/map.c * * Copyright (C) 1997-2002 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/buffer_head.h> #include <asm/unaligned....
gpl-2.0
skybosi/linux
net/tipc/node.c
170
35096
/* * net/tipc/node.c: TIPC node management routines * * Copyright (c) 2000-2006, 2012-2015, Ericsson AB * Copyright (c) 2005-2006, 2010-2014, Wind River Systems * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following...
gpl-2.0
kwade00/xbmc
xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeSong.cpp
170
1439
/* * Copyright (C) 2005-2013 Team XBMC * http://xbmc.org * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * ...
gpl-2.0
gunine/boeffla-kernel-jb-lte
drivers/input/touchscreen/mxt224_grande.c
426
126827
/* * Copyright (C) 2010, Samsung Electronics Co. Ltd. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any...
gpl-2.0
zhuyj/gmac
drivers/soc/tegra/fuse/speedo-tegra114.c
938
2728
/* * Copyright (c) 2013-2014, NVIDIA CORPORATION. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the...
gpl-2.0
kakuhiroshi/linux
arch/arm/mach-imx/mach-mx21ads.c
1450
8635
/* * Copyright (C) 2000 Deep Blue Solutions Ltd * Copyright (C) 2002 Shane Nay (shane@minirl.com) * Copyright 2006-2007 Freescale Semiconductor, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published...
gpl-2.0
rdeva31/kernel-msm-3.10
drivers/gpu/drm/i810/i810_dma.c
2218
33619
/* i810_dma.c -- DMA support for the i810 -*- linux-c -*- * Created: Mon Dec 13 01:50:01 1999 by jhartmann@precisioninsight.com * * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. * All Rights Reserved. * * Permission is hereby granted, f...
gpl-2.0
froggy666uk/froggy_grouper_kernel
arch/arm/mach-pxa/am300epd.c
2986
6572
/* * am300epd.c -- Platform device for AM300 EPD kit * * Copyright (C) 2008, Jaya Kumar * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive for * more details. * * This work was made possible by help and equipment ...
gpl-2.0
Jeongdeokho/kernel_m250l
arch/arm/plat-s3c24xx/spi-bus1-gpg5_6_7.c
3242
1199
/* linux/arch/arm/plat-s3c24xx/spi-bus0-gpg5_6_7.c * * Copyright (c) 2008 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk> * * S3C24XX SPI - gpio configuration for bus 1 on gpg5,6,7 * * This program is free software; you can redistribute it and/or modify * it under the terms of...
gpl-2.0
eugenesan/android_kernel_lge_hammerhead
fs/ocfs2/dlmglue.c
3498
115942
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * dlmglue.c * * Code which implements an OCFS2 specific interface to our DLM. * * Copyright (C) 2003, 2004 Oracle. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of...
gpl-2.0
cjdoucette/XIA-for-Linux
tools/perf/ui/gtk/helpline.c
4522
1159
#include <stdio.h> #include <string.h> #include "gtk.h" #include "../ui.h" #include "../helpline.h" #include "../../util/debug.h" static void gtk_helpline_pop(void) { if (!perf_gtk__is_active_context(pgctx)) return; gtk_statusbar_pop(GTK_STATUSBAR(pgctx->statbar), pgctx->statbar_ctx_id); } static void gtk_...
gpl-2.0
unixbhaskar/Linux-kernel
drivers/pinctrl/pinctrl-ab8540.c
4522
19085
/* * Copyright (C) ST-Ericsson SA 2012 * * Author: Patrice Chotard <patrice.chotard@stericsson.com> for ST-Ericsson. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #incl...
gpl-2.0
MinoochX/i9500-mxk
mm/mmu_context.c
4778
1386
/* Copyright (C) 2009 Red Hat, Inc. * * See ../COPYING for licensing terms. */ #include <linux/mm.h> #include <linux/mmu_context.h> #include <linux/export.h> #include <linux/sched.h> #include <asm/mmu_context.h> /* * use_mm * Makes the calling kernel thread take on the specified * mm context. * Called by the ...
gpl-2.0
MattCrystal/drunken-avenger
drivers/staging/sep/sep_main.c
4778
126224
/* * * sep_main.c - Security Processor Driver main group of functions * * Copyright(c) 2009-2011 Intel Corporation. All rights reserved. * Contributions(c) 2009-2011 Discretix. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Gene...
gpl-2.0
edoko/Air_Kernel-Mako
arch/mips/cavium-octeon/executive/cvmx-helper-util.c
4778
12643
/***********************license start*************** * Author: Cavium Networks * * Contact: support@caviumnetworks.com * This file is part of the OCTEON SDK * * Copyright (c) 2003-2008 Cavium Networks * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General ...
gpl-2.0
jamesonwilliams/kernel_msm
drivers/gpu/drm/nouveau/nvc0_copy.c
6058
7185
/* * Copyright 2011 Red Hat Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, d...
gpl-2.0
aniketroxx/civic-sa77
arch/arm/kernel/kprobes-arm.c
7850
37307
/* * arch/arm/kernel/kprobes-decode.c * * Copyright (C) 2006, 2007 Motorola Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope ...
gpl-2.0
jollaman999/LGF180-Optimus-G-_Android_KK_v30b_Kernel
net/l2tp/l2tp_debugfs.c
7850
9062
/* * L2TP subsystem debugfs * * Copyright (c) 2010 Katalix Systems Ltd * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later ...
gpl-2.0
StelixROM/android_kernel_lge_mako
arch/arm/kernel/kprobes-arm.c
7850
37307
/* * arch/arm/kernel/kprobes-decode.c * * Copyright (C) 2006, 2007 Motorola Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope ...
gpl-2.0
childofthehorn/android_kernel_oneplus_msm8994
arch/parisc/math-emu/dfadd.c
12202
15802
/* * Linux/PA-RISC Project (http://www.parisc-linux.org/) * * Floating-point emulation code * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * ...
gpl-2.0
profglavcho/mt6577-kernel-3.10.65
drivers/video/via/vt1636.c
12970
7612
/* * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License as published by the Free Software Foundation; * either ...
gpl-2.0
wanam/Adam-Kernel-GalaxyS6-G925F
drivers/video/decon_display/decon_mipi_dsi.c
171
44774
/* linux/drivers/video/decon_display/decon_mipi_dsi.c * * Samsung SoC MIPI-DSIM driver. * * Copyright (c) 2013 Samsung Electronics * * Haowei Li <haowei.li@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as ...
gpl-2.0
ivanich/wireless-testing_torvalds
net/netfilter/nfnetlink_acct.c
171
8800
/* * (C) 2011 Pablo Neira Ayuso <pablo@netfilter.org> * (C) 2011 Intra2net AG <http://www.intra2net.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation (or any later at your op...
gpl-2.0
edowar/FIH-msm7x30-ics
fs/binfmt_aout.c
427
13179
/* * linux/fs/binfmt_aout.c * * Copyright (C) 1991, 1992, 1996 Linus Torvalds */ #include <linux/module.h> #include <linux/time.h> #include <linux/kernel.h> #include <linux/mm.h> #include <linux/mman.h> #include <linux/a.out.h> #include <linux/errno.h> #include <linux/signal.h> #include <linux/string.h> #inclu...
gpl-2.0
jcadduono/android_kernel_oneplus_msm8996
drivers/gpu/drm/nouveau/core/subdev/fb/ramnv44.c
939
2146
/* * Copyright 2013 Red Hat Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, d...
gpl-2.0
freddy77/linux
drivers/gpu/drm/nouveau/core/subdev/clock/nv84.c
939
1813
/* * Copyright 2013 Red Hat Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, d...
gpl-2.0
lijinc/linux-source-3.11.0
drivers/gpu/drm/radeon/r600_blit.c
2219
22054
/* * Copyright 2009 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, m...
gpl-2.0
EPDCenter/android_kernel_amlogic_s805_3go_aplay2
drivers/input/keyboard/stmpe-keypad.c
2475
9990
/* * Copyright (C) ST-Ericsson SA 2010 * * License Terms: GNU General Public License, version 2 * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson */ #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/input.h> #include <linux/interrupt.h> #include <linux/...
gpl-2.0
windxixi/ef65lkernel
kernel/user_namespace.c
2987
3487
/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation, version 2 of the * License. */ #include <linux/module.h> #include <linux/nsproxy.h> #include <linux/slab.h> #include <linux/user_name...
gpl-2.0