repo_name
string
path
string
copies
string
size
string
content
string
license
string
chen2011521/xt560_kernel
drivers/gpu/drm/nouveau/nv10_fifo.c
8135
7971
/* * Copyright (C) 2007 Ben Skeggs. * All Rights Reserved. * * 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...
gpl-2.0
htc-msm8960/android_kernel_htc_msm8930
arch/um/drivers/pcap_kern.c
9671
2588
/* * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL. */ #include "linux/init.h" #include <linux/netdevice.h> #include "net_kern.h" #include "pcap_user.h" struct pcap_init { char *host_if; int promisc; int optimize; char *filter; }; void pcap_init(struct net_devi...
gpl-2.0
SamsungGalaxyS6/kernel_samsung_exynos7420
arch/avr32/boards/atngw100/mrmt.c
9671
10132
/* * Board-specific setup code for Remote Media Terminal 1 (RMT1) * add-on board for the ATNGW100 Network Gateway * * Copyright (C) 2008 Mediama Technologies * Based on ATNGW100 Network Gateway (Copyright (C) Atmel) * * This program is free software; you can redistribute it and/or modify * it under the terms of...
gpl-2.0
wanam/Adam-Kernel-GalaxyS6-G920F
arch/x86/math-emu/reg_ld_str.c
14279
32290
/*---------------------------------------------------------------------------+ | reg_ld_str.c | | | | All of the functions which transfer data between user memory and FPU_REGs.| | ...
gpl-2.0
alianmohammad/gem5-linux-kernel
drivers/media/parport/bw-qcam.c
456
30379
/* * QuickCam Driver For Video4Linux. * * Video4Linux conversion work by Alan Cox. * Parport compatibility by Phil Blundell. * Busy loop avoidance by Mark Cooke. * * Module parameters: * * maxpoll=<1 - 5000> * * When polling the QuickCam for a response, busy-wait for a * maximum of this many loops...
gpl-2.0
wangxiaofei6485/linux-2.6.32-fl2440
arch/arm/mach-omap1/board-fsample.c
456
8321
/* * linux/arch/arm/mach-omap1/board-fsample.c * * Modified from board-perseus2.c * * Original OMAP730 support by Jean Pihet <j-pihet@ti.com> * Updated for 2.6 by Kevin Hilman <kjh@hilman.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publi...
gpl-2.0
jemmy655/linux
drivers/crypto/mv_cesa.c
712
30150
/* * Support for Marvell's crypto engine which can be found on some Orion5X * boards. * * Author: Sebastian Andrzej Siewior < sebastian at breakpoint dot cc > * License: GPLv2 * */ #include <crypto/aes.h> #include <crypto/algapi.h> #include <linux/crypto.h> #include <linux/genalloc.h> #include <linux/interrupt.h...
gpl-2.0
Sricharanti/sricharan
fs/afs/file.c
712
8872
/* AFS filesystem file handling * * Copyright (C) 2002, 2007 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.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 Foun...
gpl-2.0
VincenzoDo/my-kernel
fs/nfs/filelayout/filelayoutdev.c
968
8497
/* * Device operations for the pnfs nfs4 file layout driver. * * Copyright (c) 2002 * The Regents of the University of Michigan * All Rights Reserved * * Dean Hildebrand <dhildebz@umich.edu> * Garth Goodson <Garth.Goodson@netapp.com> * * Permission is granted to use, copy, create derivative works, an...
gpl-2.0
srfarias/srfarias_kernel_msm8916
drivers/power/avs/smartreflex.c
2248
30013
/* * OMAP SmartReflex Voltage Control * * Author: Thara Gopinath <thara@ti.com> * * Copyright (C) 2012 Texas Instruments, Inc. * Thara Gopinath <thara@ti.com> * * Copyright (C) 2008 Nokia Corporation * Kalle Jokiniemi * * Copyright (C) 2007 Texas Instruments, Inc. * Lesly A M <x0080970@ti.com> * * This pr...
gpl-2.0
TheTypoMaster/android_kernel_samsung_exynos5433
sound/isa/gus/gusclassic.c
2248
7329
/* * Driver for Gravis UltraSound Classic soundcard * 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...
gpl-2.0
DC07/spirit_msm8916
arch/sh/kernel/cpu/sh4/setup-sh4-202.c
2504
4657
/* * SH4-202 Setup * * Copyright (C) 2006 Paul Mundt * Copyright (C) 2009 Magnus Damm * * 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. */ #include <linux/platform_device.h> #include <l...
gpl-2.0
cdesjardins/DTS-Eagle-Integration_CAF-Android-kernel
arch/x86/kernel/cpu/mcheck/mce-apei.c
2504
4398
/* * Bridge between MCE and APEI * * On some machine, corrected memory errors are reported via APEI * generic hardware error source (GHES) instead of corrected Machine * Check. These corrected memory errors can be reported to user space * through /dev/mcelog via faking a corrected Machine Check, so that * the er...
gpl-2.0
mukulsoni/android_kernel_samsung_ms013g-G4SWA
net/l2tp/l2tp_eth.c
2760
7362
/* * L2TPv3 ethernet pseudowire driver * * Copyright (c) 2008,2009,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 yo...
gpl-2.0
piasek1906/Piasek-KK-G2
arch/hexagon/kernel/signal.c
3016
9307
/* * Signal support for Hexagon processor * * Copyright (c) 2010-2011, The Linux Foundation. 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 version 2 and * only version 2 as published by the Free Software Founda...
gpl-2.0
Sangsub/android-samsung-2.6.35-gingerbread
net/ieee802154/nl-mac.c
4040
16109
/* * Netlink inteface for IEEE 802.15.4 stack * * Copyright 2007, 2008 Siemens AG * * 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
ShivangDave/android_kernel_sony_msm7x27a-Mesona
arch/blackfin/mach-bf561/boards/ezkit.c
4552
15346
/* * Copyright 2004-2009 Analog Devices Inc. * 2005 National ICT Australia (NICTA) * Aidan Williams <aidan@nicta.com.au> * * Licensed under the GPL-2 or later. */ #include <linux/device.h> #include <linux/platform_device.h> #include <linux/mtd/mtd.h> #include <linux/mtd/partition...
gpl-2.0
AOKP/kernel_sony_apq8064
arch/arm/mach-integrator/integrator_ap.c
4552
12259
/* * linux/arch/arm/mach-integrator/integrator_ap.c * * Copyright (C) 2000-2003 Deep Blue Solutions 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...
gpl-2.0
srfarias/Ultra-Kernel
net/ipv6/exthdrs_core.c
4552
3507
/* * IPv6 library code, needed by static components when full IPv6 support is * not configured or static. */ #include <linux/export.h> #include <net/ipv6.h> /* * find out if nexthdr is a well-known extension header or a protocol */ int ipv6_ext_hdr(u8 nexthdr) { /* * find out if nexthdr is an extension header...
gpl-2.0
aatjitra/cm12
arch/mips/bcm63xx/prom.c
4552
1240
/* * 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. * * Copyright (C) 2008 Maxime Bizon <mbizon@freebox.fr> */ #include <linux/init.h> #include <linux/bootmem.h> #include <asm/bootinfo.h> #inc...
gpl-2.0
dragonpt/Kernel_3.4.67_KK_Wiko_DarkMoon
arch/mips/bcm63xx/clk.c
4552
5286
/* * 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. * * Copyright (C) 2008 Maxime Bizon <mbizon@freebox.fr> */ #include <linux/module.h> #include <linux/mutex.h> #include <linux/err.h> #includ...
gpl-2.0
daeiron/LGD855_kernel
fs/xfs/xfs_rtalloc.c
4808
62202
/* * 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
Frank77GLD/android_kernel_YG_m805_892x
fs/jffs2/read.c
4808
7016
/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #include <linux/kernel.h> #include <linux/slab.h> #include <linux/crc32.h> #include...
gpl-2.0
pablohaylan/I9500_Stock_Kernel_KK_4.4.2
drivers/regulator/max8660.c
4808
13712
/* * max8660.c -- Voltage regulation for the Maxim 8660/8661 * * based on max1586.c and wm8400-regulator.c * * Copyright (C) 2009 Wolfram Sang, Pengutronix e.K. * * 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 F...
gpl-2.0
semdoc/kernel_google_msm
drivers/scsi/lpfc/lpfc_bsg.c
4808
149549
/******************************************************************* * This file is part of the Emulex Linux Device Driver for * * Fibre Channel Host Bus Adapters. * * Copyright (C) 2009-2011 Emulex. All rights reserved. * * EMULEX and SLI are trademarks of Emulex. ...
gpl-2.0
aweosomeabhijeet/android_kernel_sony_nicki
fs/xfs/xfs_bmap.c
4808
181964
/* * Copyright (c) 2000-2006 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
AOSPA-legacy/android_kernel_oppo_n1
drivers/video/backlight/ltv350qv.c
4808
8207
/* * Power control for Samsung LTV350QV Quarter VGA LCD Panel * * Copyright (C) 2006, 2007 Atmel Corporation * * 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 <linu...
gpl-2.0
CyanogenMod/android_kernel_amazon_hdx-common
sound/soc/imx/imx-pcm-dma-mx2.c
4808
4504
/* * imx-pcm-dma-mx2.c -- ALSA Soc Audio Layer * * Copyright 2009 Sascha Hauer <s.hauer@pengutronix.de> * * This code is based on code copyrighted by Freescale, * Liam Girdwood, Javier Martin and probably others. * * This program is free software; you can redistribute it and/or modify it * under the term...
gpl-2.0
Buckmarble/Lunar_kernel_sense_m7
drivers/scsi/lpfc/lpfc_bsg.c
4808
149549
/******************************************************************* * This file is part of the Emulex Linux Device Driver for * * Fibre Channel Host Bus Adapters. * * Copyright (C) 2009-2011 Emulex. All rights reserved. * * EMULEX and SLI are trademarks of Emulex. ...
gpl-2.0
flar2/xoom-ElementalX
drivers/scsi/pas16.c
5064
18258
#define AUTOSENSE #define PSEUDO_DMA #define FOO #define UNSAFE /* Not unsafe for PAS16 -- use it */ #define PDEBUG 0 /* * This driver adapted from Drew Eckhardt's Trantor T128 driver * * Copyright 1993, Drew Eckhardt * Visionary Computing * (Unix and Linux consulting and custom programming) * drew@colorado.edu...
gpl-2.0
NoelMacwan/SXDNickiUnified
arch/x86/kernel/apic/hw_nmi.c
5320
2150
/* * HW NMI watchdog support * * started by Don Zickus, Copyright (C) 2010 Red Hat, Inc. * * Arch specific calls to support NMI watchdog * * Bits copied from original nmi.c file * */ #include <asm/apic.h> #include <linux/cpumask.h> #include <linux/kdebug.h> #include <linux/notifier.h> #include <linux/kpro...
gpl-2.0
syhost/android_kernel_xiaomi_msm8226-common
arch/powerpc/platforms/cell/celleb_pci.c
7368
12174
/* * Support for PCI on Celleb platform. * * (C) Copyright 2006-2007 TOSHIBA CORPORATION * * This code is based on arch/powerpc/kernel/rtas_pci.c: * Copyright (C) 2001 Dave Engebretsen, IBM Corporation * Copyright (C) 2003 Anton Blanchard <anton@au.ibm.com>, IBM * * This program is free software; you can red...
gpl-2.0
lostemp/android-kernel-v3.10
security/apparmor/context.c
10696
5518
/* * AppArmor security module * * This file contains AppArmor functions used to manipulate object security * contexts. * * Copyright (C) 1998-2008 Novell/SUSE * Copyright 2009-2010 Canonical Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General P...
gpl-2.0
CallMeAldy/AK-Mako-Old
fs/ncpfs/getopt.c
12744
1903
/* * getopt.c */ #include <linux/kernel.h> #include <linux/string.h> #include <asm/errno.h> #include "getopt.h" /** * ncp_getopt - option parser * @caller: name of the caller, for error messages * @options: the options string * @opts: an array of &struct option entries controlling parser operations * @optopt...
gpl-2.0
3EleVen/android_kernel_google_msm
fs/ncpfs/getopt.c
12744
1903
/* * getopt.c */ #include <linux/kernel.h> #include <linux/string.h> #include <asm/errno.h> #include "getopt.h" /** * ncp_getopt - option parser * @caller: name of the caller, for error messages * @options: the options string * @opts: an array of &struct option entries controlling parser operations * @optopt...
gpl-2.0
f1vefour/mako
fs/ncpfs/getopt.c
12744
1903
/* * getopt.c */ #include <linux/kernel.h> #include <linux/string.h> #include <asm/errno.h> #include "getopt.h" /** * ncp_getopt - option parser * @caller: name of the caller, for error messages * @options: the options string * @opts: an array of &struct option entries controlling parser operations * @optopt...
gpl-2.0
krzycz/prd
drivers/acpi/tables.c
457
10457
/* * acpi_tables.c - ACPI Boot-Time Table Parsing * * Copyright (C) 2001 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gen...
gpl-2.0
Fenix46/android_kernel_asus_grouper
fs/partitions/efi.c
457
21481
/************************************************************ * EFI GUID Partition Table handling * * http://www.uefi.org/specs/ * http://www.intel.com/technology/efi/ * * efi.[ch] by Matt Domsch <Matt_Domsch@dell.com> * Copyright 2000,2001,2002,2004 Dell Inc. * * This program is free software; you can redi...
gpl-2.0
sandy-harris/random.gcm
drivers/crypto/nx/nx.c
457
24172
/** * Routines supporting the Power 7+ Nest Accelerators driver * * Copyright (C) 2011-2012 International Business Machines Inc. * * 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 ...
gpl-2.0
HTC-MSM8916/android_kernel_htc_msm8916
fs/isofs/inode.c
969
40949
/* * linux/fs/isofs/inode.c * * (C) 1991 Linus Torvalds - minix filesystem * 1992, 1993, 1994 Eric Youngdale Modified for ISO 9660 filesystem. * 1994 Eberhard Mönkeberg - multi session handling. * 1995 Mark Dobie - allow mounting of some weird VideoCDs and PhotoCDs. * 1997 Gordon Chaffee - ...
gpl-2.0
shaumux/semc-kernel-qsd8k-jb
arch/arm/mach-kirkwood/tsx1x-common.c
969
2993
#include <linux/kernel.h> #include <linux/pci.h> #include <linux/platform_device.h> #include <linux/mtd/physmap.h> #include <linux/spi/flash.h> #include <linux/spi/spi.h> #include <linux/spi/orion_spi.h> #include <linux/serial_reg.h> #include <mach/kirkwood.h> #include "common.h" /* * QNAP TS-x1x Boards flash */ /*...
gpl-2.0
JamesAng/lx-std
arch/arm/plat-omap/mailbox.c
2249
9486
/* * OMAP mailbox driver * * Copyright (C) 2006-2009 Nokia Corporation. All rights reserved. * * Contact: 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 So...
gpl-2.0
djvoleur/V_920P_BOF7
drivers/ata/sata_sil24.c
2249
38479
/* * sata_sil24.c - Driver for Silicon Image 3124/3132 SATA-2 controllers * * Copyright 2005 Tejun Heo * * Based on preview driver from Silicon Image. * * 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 Soft...
gpl-2.0
abhishekr700/Nemesis_Kernel
net/802/fc.c
3017
3366
/* * NET3: Fibre Channel device handling subroutines * * 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 version. * * ...
gpl-2.0
bigzz/linux-linaro-lsk
drivers/pinctrl/pinctrl-ab8505.c
3529
17150
/* * 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
motley-git/Kernel-Nexus7
arch/sh/kernel/cpu/sh5/clock-sh5.c
4041
1860
/* * arch/sh/kernel/cpu/sh5/clock-sh5.c * * SH-5 support for the clock framework * * Copyright (C) 2008 Paul Mundt * * 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. */ #include <linux/in...
gpl-2.0
4u2ore/memul-aurora
drivers/input/keyboard/samsung-keypad.c
4809
17561
/* * Samsung keypad driver * * Copyright (C) 2010 Samsung Electronics Co.Ltd * Author: Joonyoung Shim <jy0922.shim@samsung.com> * Author: Donghwa Lee <dh09.lee@samsung.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as publ...
gpl-2.0
TeamNuclear/android_kernel_oneplus_msm8974
drivers/rtc/rtc-m41t93.c
4809
5700
/* * * Driver for ST M41T93 SPI RTC * * (c) 2010 Nikolaus Voss, Weinmann Medical GmbH * * 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/bcd.h> #include <li...
gpl-2.0
forumber/temiz_kernel_g2
drivers/isdn/mISDN/tei.c
4809
33082
/* * * Author Karsten Keil <kkeil@novell.com> * * 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 dis...
gpl-2.0
davidmueller13/lt03lte_tw_kernel_5.1.1
drivers/isdn/hardware/mISDN/hfcmulti.c
4809
153691
/* * hfcmulti.c low level driver for hfc-4s/hfc-8s/hfc-e1 based cards * * Author Andreas Eversberg (jolly@eversberg.eu) * ported to mqueue mechanism: * Peter Sprenger (sprengermoving-bytes.de) * * inspired by existing hfc-pci driver: * Copyright 1999 by Werner Cornelius (werner@isdn-development.de) * Copyri...
gpl-2.0
ModdedPA/android_kernel_google_msm
drivers/isdn/hardware/eicon/divamnt.c
4809
5653
/* $Id: divamnt.c,v 1.32.6.10 2005/02/11 19:40:25 armin Exp $ * * Driver for Eicon DIVA Server ISDN cards. * Maint module * * Copyright 2000-2003 by Armin Schindler (mac@melware.de) * Copyright 2000-2003 Cytronics & Melware (info@melware.de) * * This software may be used and distributed according to the terms ...
gpl-2.0
ptmr3/android_kernel_lge_g3
drivers/regulator/pcf50633-regulator.c
4809
9334
/* NXP PCF50633 PMIC Driver * * (C) 2006-2008 by Openmoko, Inc. * Author: Balaji Rao <balajirrao@openmoko.org> * All rights reserved. * * Broken down from monstrous PCF50633 driver mainly by * Harald Welte and Andy Green and Werner Almesberger * * This program is free software; you can redistribute it and/or...
gpl-2.0
netarchy/Supersonic-2.6.35-Gingersense
sound/synth/emux/emux.c
4809
4303
/* * Copyright (C) 2000 Takashi Iwai <tiwai@suse.de> * * Routines for control of EMU WaveTable 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 version 2 of the Licen...
gpl-2.0
justin0406/HD-GEE
drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c
4809
68773
/******************************************************************************* Intel 10 Gigabit PCI Express Linux driver Copyright(c) 1999 - 2012 Intel Corporation. This program is free software; you can redistribute it and/or modify it under the terms and conditions of the GNU General Public License, ver...
gpl-2.0
talnoah/Lemur_kernel-DNA
drivers/net/wireless/p54/main.c
4809
21033
/* * mac80211 glue code for mac80211 Prism54 drivers * * Copyright (c) 2006, Michael Wu <flamingice@sourmilk.net> * Copyright (c) 2007-2009, Christian Lamparter <chunkeey@web.de> * Copyright 2008, Johannes Berg <johannes@sipsolutions.net> * * Based on: * - the islsm (softmac prism54) driver, which is: * Copy...
gpl-2.0
ea4862/boeffla_cm11
drivers/parisc/led.c
8393
20416
/* * Chassis LCD/LED driver for HP-PARISC workstations * * (c) Copyright 2000 Red Hat Software * (c) Copyright 2000 Helge Deller <hdeller@redhat.com> * (c) Copyright 2001-2009 Helge Deller <deller@gmx.de> * (c) Copyright 2001 Randolph Chung <tausq@debian.org> * * This program is free...
gpl-2.0
mseskir/android_kernel_vestel_55g
drivers/uwb/whc-rc.c
10441
13503
/* * Wireless Host Controller: Radio Control Interface (WHCI v0.95[2.3]) * Radio Control command/event transport to the UWB stack * * Copyright (C) 2005-2006 Intel Corporation * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> * * This program is free software; you can redistribute it and/or * modify it un...
gpl-2.0
Fagyi/kernel_msm_hammerhead
arch/powerpc/sysdev/micropatch.c
11209
11485
/* Microcode patches for the CPM as supplied by Motorola. * This is the one for IIC/SPI. There is a newer one that * also relocates SMC2, but this would require additional changes * to uart.c, so I am holding off on that for a moment. */ #include <linux/init.h> #include <linux/errno.h> #include <linux/sched.h> #i...
gpl-2.0
TRKP/android_kernel_samsung_s5312
arch/sh/mm/tlbflush_32.c
13001
3288
/* * TLB flushing operations for SH with an MMU. * * Copyright (C) 1999 Niibe Yutaka * Copyright (C) 2003 Paul Mundt * * 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. */ #include <linux...
gpl-2.0
delaemon/linux
drivers/dma/ioat/init.c
202
36224
/* * Intel I/OAT DMA Linux driver * Copyright(c) 2004 - 2015 Intel Corporation. * * 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 distribut...
gpl-2.0
zyw-200/decaf-platform
ui/vnc-jobs-sync.c
202
2177
/* * QEMU VNC display driver * * Copyright (C) 2006 Anthony Liguori <anthony@codemonkey.ws> * Copyright (C) 2006 Fabrice Bellard * Copyright (C) 2009 Red Hat, Inc * Copyright (C) 2010 Corentin Chary <corentin.chary@gmail.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of...
gpl-2.0
kingklick/kk-note2-kernel
drivers/gpu/drm/drm_pci.c
458
11881
/* drm_pci.h -- PCI DMA memory management wrappers for DRM -*- linux-c -*- */ /** * \file drm_pci.c * \brief Functions and ioctls to manage PCI memory * * \warning These interfaces aren't stable yet. * * \todo Implement the remaining ioctl's for the PCI pools. * \todo The wrappers here are so thin that they woul...
gpl-2.0
bgat/linux-udoo
backports/drivers/media/pci/bt8xx/bttv-gpio.c
1482
4878
/* bttv-gpio.c -- gpio sub drivers sysfs-based sub driver interface for bttv mainly intended for gpio access Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.de) & Marcus Metzler (mocm@thp.uni-koeln.de) (c) 1999-2003 Gerd Knorr <kraxel@bytesex.org> This program is free so...
gpl-2.0
yu-validus/kernel_cyanogen_msm8916
drivers/mfd/intel_msic.c
1994
11659
/* * Driver for Intel MSIC * * Copyright (C) 2011, Intel Corporation * Author: Mika Westerberg <mika.westerberg@linux.intel.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 Foundatio...
gpl-2.0
zhaolin1230/kernel_sony_msm8x60
drivers/usb/serial/metro-usb.c
2762
11185
/* Some of this code is credited to Linux USB open source files that are distributed with Linux. Copyright: 2007 Metrologic Instruments. All rights reserved. Copyright: 2011 Azimut Ltd. <http://azimutrzn.ru/> */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/tty.h> #include <linux/module.h>...
gpl-2.0
pio-masaki/android-kernel-at1s0
drivers/net/wireless/orinoco/orinoco_tmd.c
3530
6536
/* orinoco_tmd.c * * Driver for Prism II devices which would usually be driven by orinoco_cs, * but are connected to the PCI bus by a TMD7160. * * Copyright (C) 2003 Joerg Dorchain <joerg AT dorchain.net> * based heavily upon orinoco_plx.c Copyright (C) 2001 Daniel Barlow * * The contents of this file are subje...
gpl-2.0
morogoku/MoRoKernel-I9300-4.4.4
drivers/video/logo/logo.c
4554
2446
/* * Linux logo to be displayed on boot * * Copyright (C) 1996 Larry Ewing (lewing@isc.tamu.edu) * Copyright (C) 1996,1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz) * Copyright (C) 2001 Greg Banks <gnb@alphalink.com.au> * Copyright (C) 2001 Jan-Benedict Glaw <jbglaw@lug-owl.de> * Copyright (C) 2003 Geert Uyt...
gpl-2.0
rachitrawat/Vengeance-Kernel-MSM7x27
drivers/video/logo/logo.c
4554
2446
/* * Linux logo to be displayed on boot * * Copyright (C) 1996 Larry Ewing (lewing@isc.tamu.edu) * Copyright (C) 1996,1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz) * Copyright (C) 2001 Greg Banks <gnb@alphalink.com.au> * Copyright (C) 2001 Jan-Benedict Glaw <jbglaw@lug-owl.de> * Copyright (C) 2003 Geert Uyt...
gpl-2.0
VegaDevTeam/android_kernel_pantech_ef52s
drivers/edac/i82860_edac.c
4810
8841
/* * Intel 82860 Memory Controller kernel module * (C) 2005 Red Hat (http://www.redhat.com) * This file may be distributed under the terms of the * GNU General Public License. * * Written by Ben Woodard <woodard@redhat.com> * shamelessly copied from and based upon the edac_i82875 driver * by Thayne Harbaugh of ...
gpl-2.0
kurisuxx/android_kernel_samsung_klimtlte
drivers/media/video/tvp5150.c
4810
33824
/* * tvp5150 - Texas Instruments TVP5150A/AM1 video decoder driver * * Copyright (c) 2005,2006 Mauro Carvalho Chehab (mchehab@infradead.org) * This code is placed under the terms of the GNU General Public License v2 */ #include <linux/i2c.h> #include <linux/slab.h> #include <linux/videodev2.h> #include <linux/del...
gpl-2.0
SiniTurk/android_kernel_samsung_kylevexx
net/tipc/name_distr.c
4810
9220
/* * net/tipc/name_distr.c: TIPC name distribution code * * Copyright (c) 2000-2006, Ericsson AB * Copyright (c) 2005, 2010-2011, Wind River Systems * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ...
gpl-2.0
ochiman/e405-kernel
sound/synth/util_mem.c
4810
4637
/* * Copyright (C) 2000 Takashi Iwai <tiwai@suse.de> * * Generic memory management routines for soundcard memory allocation * * 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; eithe...
gpl-2.0
ZdrowyGosciu/kernel_lge_g2_msm8974
drivers/clocksource/sh_tmu.c
4810
10943
/* * SuperH Timer Support - TMU * * Copyright (C) 2009 Magnus Damm * * 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 * * This program is distributed in ...
gpl-2.0
Monadiac/cm_kernel_samsung_hlte
drivers/bcma/host_pci.c
4810
7205
/* * Broadcom specific AMBA * PCI Host * * Licensed under the GNU/GPL. See COPYING for details. */ #include "bcma_private.h" #include <linux/slab.h> #include <linux/bcma/bcma.h> #include <linux/pci.h> #include <linux/module.h> static void bcma_host_pci_switch_core(struct bcma_device *core) { pci_write_config_dw...
gpl-2.0
MinimalOS-AOSP/kernel_lge_hammerhead
drivers/media/video/gspca/stv06xx/stv06xx_pb0100.c
5066
15359
/* * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland * Copyright (c) 2002, 2003 Tuukka Toivonen * Copyright (c) 2008 Erik Andrén * * This program is free software; you can redistribute it and/or modify * it under the terms of the GN...
gpl-2.0
mlachwani/Android-4.4.2-Hammerhead-Kernel
drivers/power/max8925_power.c
5066
13873
/* * Battery driver for Maxim MAX8925 * * Copyright (c) 2009-2010 Marvell International Ltd. * Haojian Zhuang <haojian.zhuang@marvell.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...
gpl-2.0
flashka07/android_kernel_samsung_ha3g
arch/unicore32/kernel/puv3-core.c
7370
6535
/* * linux/arch/unicore32/kernel/puv3-core.c * * Code specific to PKUnity SoC and UniCore ISA * * Maintained by GUAN Xue-tao <gxt@mprc.pku.edu.cn> * Copyright (C) 2001-2010 Guan Xuetao * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Licen...
gpl-2.0
baselsayeh/Kyleopen-4.4
sound/core/oss/route.c
13002
3140
/* * Route Plug-In * Copyright (c) 2000 by Abramo Bagnara <abramo@alsa-project.org> * * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as * published by the Free Software Foundation; either version 2 of * the Licens...
gpl-2.0
Dopi/JetKernel
drivers/infiniband/core/mad_rmpp.c
203
27350
/* * Copyright (c) 2005 Intel Inc. All rights reserved. * Copyright (c) 2005-2006 Voltaire, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from th...
gpl-2.0
luckpizza/n8000-kernel-aufs
drivers/net/wireless/ath/ath6kl/c210.c
203
3981
#include <linux/device.h> #include <linux/regulator/consumer.h> #include <linux/gpio.h> #include <linux/err.h> #include <linux/platform_device.h> #include "core.h" typedef int A_BOOL; typedef unsigned char A_UCHAR; typedef unsigned long A_ATH_TIMER; typedef int8_t A_INT8; typedef int16_t A_IN...
gpl-2.0
cattleprod/for-sense
drivers/mtd/onenand/omap2.c
203
21146
/* * linux/drivers/mtd/onenand/omap2.c * * OneNAND driver for OMAP2 / OMAP3 * * Copyright © 2005-2006 Nokia Corporation * * Author: Jarkko Lavinen <jarkko.lavinen@nokia.com> and Juha Yrjölä * IRQ and DMA support written by Timo Teras * * This program is free software; you can redistribute it and/or modif...
gpl-2.0
szezso/T.E.S.C.O-kernel_vivo
drivers/virtio/virtio_ring.c
459
15637
/* Virtio ring implementation. * * Copyright 2007 Rusty Russell IBM Corporation * * 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 optio...
gpl-2.0
b00tbu9/CM7.2_Phoenix_CyanogenMode
security/selinux/nlmsgtab.c
459
6452
/* * Netlink message type permission tables, for user generated messages. * * Author: James Morris <jmorris@redhat.com> * * Copyright (C) 2004 Red Hat, Inc., James Morris <jmorris@redhat.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public ...
gpl-2.0
darshan1205/yu_kernel
drivers/staging/android/ion/compat_ion.c
971
4810
/* * drivers/gpu/ion/compat_ion.c * * Copyright (C) 2013 Google, Inc. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in t...
gpl-2.0
dancefire/hd806-kernel-android
drivers/infiniband/hw/ipath/ipath_init_chip.c
971
33465
/* * Copyright (c) 2006, 2007, 2008 QLogic Corporation. All rights reserved. * Copyright (c) 2003, 2004, 2005, 2006 PathScale, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License...
gpl-2.0
kirananto/android_kernel_cyanogen_msm8916-1
drivers/mfd/htc-i2cpld.c
2251
18368
/* * htc-i2cpld.c * Chip driver for an unknown CPLD chip found on omap850 HTC devices like * the HTC Wizard and HTC Herald. * The cpld is located on the i2c bus and acts as an input/output GPIO * extender. * * Copyright (C) 2009 Cory Maccarrone <darkstar6262@gmail.com> * * Based on work done in the linw...
gpl-2.0
DSMKexec/kexec-kernel-g720n0
drivers/video/sm501fb.c
2763
54451
/* linux/drivers/video/sm501fb.c * * Copyright (c) 2006 Simtec Electronics * Vincent Sanders <vince@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk> * * 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 So...
gpl-2.0
NovaFusion/android_kernel_samsung_codina
sound/core/misc.c
2763
3821
/* * Misc and compatibility things * 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, or * ...
gpl-2.0
ajopanoor/popcorn
drivers/hwmon/lm63.c
3275
21125
/* * lm63.c - driver for the National Semiconductor LM63 temperature sensor * with integrated fan control * Copyright (C) 2004-2008 Jean Delvare <khali@linux-fr.org> * Based on the lm90 driver. * * The LM63 is a sensor chip made by National Semiconductor. It measures * two temperatures (its own and one...
gpl-2.0
CyanogenMod/android_kernel_samsung_lt03wifi
arch/mips/pci/pci-ip27.c
4299
5742
/* * 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. * * Copyright (C) 2003 Christoph Hellwig (hch@lst.de) * Copyright (C) 1999, 2000, 04 Ralf Baechle (ralf@linux-mips.org) * Copyright (C) 1999...
gpl-2.0
ISTweak/android_kernel_htc_msm8960
arch/sparc/kernel/visemul.c
4555
20079
/* visemul.c: Emulation of VIS instructions. * * Copyright (C) 2006 David S. Miller (davem@davemloft.net) */ #include <linux/kernel.h> #include <linux/errno.h> #include <linux/thread_info.h> #include <linux/perf_event.h> #include <asm/ptrace.h> #include <asm/pstate.h> #include <asm/fpumacro.h> #include <asm/uaccess...
gpl-2.0
Caio99BR/android_kernel_sony_falconss
arch/sparc/kernel/visemul.c
4555
20079
/* visemul.c: Emulation of VIS instructions. * * Copyright (C) 2006 David S. Miller (davem@davemloft.net) */ #include <linux/kernel.h> #include <linux/errno.h> #include <linux/thread_info.h> #include <linux/perf_event.h> #include <asm/ptrace.h> #include <asm/pstate.h> #include <asm/fpumacro.h> #include <asm/uaccess...
gpl-2.0
tepelmann/linux-perf
arch/sh/boards/mach-cayman/setup.c
4555
5556
/* * arch/sh/mach-cayman/setup.c * * SH5 Cayman support * * Copyright (C) 2002 David J. Mckay & Benedict Gaster * Copyright (C) 2003 - 2007 Paul Mundt * * 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...
gpl-2.0
Cl3Kener/UBER-L
drivers/staging/media/as102/as102_usb_drv.c
4811
12223
/* * Abilis Systems Single DVB-T Receiver * Copyright (C) 2008 Pierrick Hascoet <pierrick.hascoet@abilis.com> * Copyright (C) 2010 Devin Heitmueller <dheitmueller@kernellabs.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publ...
gpl-2.0
HardbitCoded/linux-3.4-rtws
tools/usb/testusb.c
4811
13009
/* $(CROSS_COMPILE)cc -Wall -Wextra -g -lpthread -o testusb testusb.c */ /* * Copyright (c) 2002 by David Brownell * Copyright (c) 2010 by Samsung Electronics * Author: Michal Nazarewicz <mina86@mina86.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU G...
gpl-2.0
vuanhduy/odroidxu-3.4.y
drivers/staging/rtl8192e/rtllib_softmac.c
4811
100688
/* IEEE 802.11 SoftMAC layer * Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> * * Mostly extracted from the rtl8180-sa2400 driver for the * in-kernel generic ieee802.11 stack. * * Few lines might be stolen from other part of the rtllib * stack. Copyright who own it's copyright * * WPA code stolen fro...
gpl-2.0
steppnasty/htc-kernel-msm7x30
drivers/usb/serial/hp4x.c
4811
1566
/* * HP4x Calculators Serial USB driver * * Copyright (C) 2005 Arthur Huillet (ahuillet@users.sf.net) * Copyright (C) 2001-2005 Greg Kroah-Hartman (greg@kroah.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
acuicultor/android_kernel_oneplus_msm8974
drivers/media/video/et61x251/et61x251_tas5130d1b.c
5067
4103
/*************************************************************************** * Plug-in for TAS5130D1B image sensor connected to the ET61X[12]51 * * PC Camera Controllers * * * * Copyright...
gpl-2.0
major91/Zeta_Chromium-L_old
arch/powerpc/sysdev/bestcomm/ata.c
9419
4208
/* * Bestcomm ATA task driver * * * Patterned after bestcomm/fec.c by Dale Farnsworth <dfarnsworth@mvista.com> * 2003-2004 (c) MontaVista, Software, Inc. * * Copyright (C) 2006-2007 Sylvain Munaut <tnt@246tNt.com> * Copyright (C) 2006 Freescale - John Rigby * * This file...
gpl-2.0
dr87/G2-L-KERNEL
drivers/isdn/hardware/avm/b1pcmcia.c
9675
5698
/* $Id: b1pcmcia.c,v 1.1.2.2 2004/01/16 21:09:27 keil Exp $ * * Module for AVM B1/M1/M2 PCMCIA-card. * * Copyright 1999 by Carsten Paeth <calle@calle.de> * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. * */ #include <l...
gpl-2.0