repo_name
string
path
string
copies
string
size
string
content
string
license
string
MoKee/android_kernel_samsung_crespo
drivers/hwmon/g760a.c
3257
6890
/* g760a - Driver for the Global Mixed-mode Technology Inc. G760A fan speed PWM controller chip Copyright (C) 2007 Herbert Valerio Riedel <hvr@gnu.org> Complete datasheet is available at GMT's website: http://www.gmt.com.tw/product/datasheet/EDS-760A.pdf This program is free softw...
gpl-2.0
NikitaProAndroid/android_kernel_lge_msm8x26
arch/arm/mach-sa1100/assabet.c
3769
13518
/* * linux/arch/arm/mach-sa1100/assabet.c * * Author: Nicolas Pitre * * This file contains all Assabet-specific tweaks. * * 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. */ #...
gpl-2.0
androidrbox/android_kernel_amazon_bueller
arch/x86/crypto/ghash-clmulni-intel_glue.c
4025
8585
/* * Accelerated GHASH implementation with Intel PCLMULQDQ-NI * instructions. This file contains glue code. * * Copyright (c) 2009 Intel Corp. * Author: Huang Ying <ying.huang@intel.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public Lic...
gpl-2.0
figue/android_kernel_htc_qsd8k
sound/isa/wavefront/wavefront_fx.c
4025
6293
/* * Copyright (c) 1998-2002 by Paul Davis <pbd@op.net> * * 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
XxXPachaXxX/SPADE-7x30-ION-3.0
drivers/net/gianfar_sysfs.c
4281
8509
/* * drivers/net/gianfar_sysfs.c * * Gianfar Ethernet Driver * This driver is designed for the non-CPM ethernet controllers * on the 85xx and 83xx family of integrated processors * Based on 8260_io/fcc_enet.c * * Author: Andy Fleming * Maintainer: Kumar Gala (galak@kernel.crashing.org) * Modifier: Sandeep Gop...
gpl-2.0
forumi0721/bananapi_linux-sunxi
security/keys/trusted.c
4537
28643
/* * Copyright (C) 2010 IBM Corporation * * Author: * David Safford <safford@us.ibm.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, version 2 of the License. * * See Documentati...
gpl-2.0
MoKee/android_kernel_oppo_find5
arch/powerpc/platforms/85xx/p1023_rds.c
4537
2915
/* * Copyright 2010-2011 Freescale Semiconductor, Inc. * * Author: Roy Zang <tie-fei.zang@freescale.com> * * Description: * P1023 RDS Board Setup * * 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 Softw...
gpl-2.0
playfulgod/kernel_lge_msm-3.0
fs/ocfs2/resize.c
10425
16287
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * resize.c * * volume resize. * Inspired by ext3/resize.c. * * Copyright (C) 2007 Oracle. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public ...
gpl-2.0
wuxianlin/android_kernel_zte_pluto
arch/mips/bcm63xx/dev-enet.c
10681
3918
/* * 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/kernel.h> #include <linux/platform_device...
gpl-2.0
umberto1978/SpeedWizz-kernel---GS2---GTI9100
arch/arm/mach-omap2/hsmmc.c
1978
14575
/* * linux/arch/arm/mach-omap2/hsmmc.c * * Copyright (C) 2007-2008 Texas Instruments * Copyright (C) 2008 Nokia Corporation * Author: Texas Instruments * * 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...
gpl-2.0
DirtyUnicorns/android_kernel_motorola_msm8226
drivers/usb/gadget/u_uac1.c
2234
16877
/* * u_audio.c -- ALSA audio utilities for Gadget stack * * Copyright (c) 2012, The Linux Foundation. All rights reserved. * Copyright (C) 2008 Bryan Wu <cooloney@kernel.org> * Copyright (C) 2008 Analog Devices, Inc * * Enter bugs at http://blackfin.uclinux.org/ * * Licensed under the GPL-2 or later. */ #inc...
gpl-2.0
chrnueve/udooImaxdi
kernel_oficial_source/fs/ocfs2/aops.c
2490
52913
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * Copyright (C) 2002, 2004 Oracle. 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; eit...
gpl-2.0
halaszk/halaszk-universal5430
arch/arm/kernel/return_address.c
2490
1628
/* * arch/arm/kernel/return_address.c * * Copyright (C) 2009 Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de> * for Pengutronix * * 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 Foundati...
gpl-2.0
F4uzan/mono_hima
arch/mips/mti-sead3/sead3-i2c-drv.c
3002
9358
/* * 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) 2012 MIPS Technologies, Inc. All rights reserved. */ #include <linux/init.h> #include <linux/module.h> #include <linux/sla...
gpl-2.0
Schischu/android_kernel_samsung_lt03lte
drivers/gpu/drm/i915/i915_drv.c
3258
29286
/* i915_drv.c -- i830,i845,i855,i865,i915 driver -*- linux-c -*- */ /* * * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas. * 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"), ...
gpl-2.0
OpenLD/linux-wetek-3.10.y
arch/arm/mach-mmp/flint.c
4026
2907
/* * linux/arch/arm/mach-mmp/flint.c * * Support for the Marvell Flint Development Platform. * * Copyright (C) 2009 Marvell International Ltd. * * 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 * publishhed by the F...
gpl-2.0
rickyzhang82/linux-odroid-u2
drivers/char/agp/hp-agp.c
4026
13358
/* * HP zx1 AGPGART routines. * * (c) Copyright 2002, 2003 Hewlett-Packard Development Company, L.P. * Bjorn Helgaas <bjorn.helgaas@hp.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 Softwar...
gpl-2.0
tvall43/android_kernel_grouper
drivers/ide/ide-disk_proc.c
4026
4698
#include <linux/kernel.h> #include <linux/ide.h> #include <linux/slab.h> #include <linux/seq_file.h> #include "ide-disk.h" static int smart_enable(ide_drive_t *drive) { struct ide_cmd cmd; struct ide_taskfile *tf = &cmd.tf; memset(&cmd, 0, sizeof(cmd)); tf->feature = ATA_SMART_ENABLE; tf->lbam = ATA_SMART_LB...
gpl-2.0
crimeofheart/Solid_Kernel-GEE
fs/btrfs/free-space-cache.c
4794
74001
/* * Copyright (C) 2008 Red Hat. 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 v2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITH...
gpl-2.0
TeamBliss-Devices/android_kernel_samsung_ms013g
fs/btrfs/free-space-cache.c
4794
74001
/* * Copyright (C) 2008 Red Hat. 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 v2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITH...
gpl-2.0
trevd/android_kernel_samsung_santos10
drivers/mtd/nand/autcpu12.c
5050
5847
/* * drivers/mtd/autcpu12.c * * Copyright (c) 2002 Thomas Gleixner <tgxl@linutronix.de> * * Derived from drivers/mtd/spia.c * Copyright (C) 2000 Steven J. Hill (sjhill@realitydiluted.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
sub77/android_kernel_samsung_matissewifi
arch/arm/plat-mxc/iomux-v1.c
5562
4884
/* * arch/arm/plat-mxc/iomux-v1.c * * Copyright (C) 2004 Sascha Hauer, Synertronixx GmbH * Copyright (C) 2009 Uwe Kleine-Koenig, Pengutronix * * Common code for i.MX1, i.MX21 and i.MX27 * * 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
RJDTWO/intoxicated-boeffla
drivers/media/video/videobuf-dma-sg.c
5562
15691
/* * helper functions for SG DMA video4linux capture buffers * * The functions expect the hardware being able to scatter gather * (i.e. the buffers are not linear in physical memory, but fragmented * into PAGE_SIZE chunks). They also assume the driver does not need * to touch the video data. * * (c) 2007 Mauro...
gpl-2.0
sktjdgns1189/android_kernel_lge_f180k
drivers/infiniband/hw/qib/qib_user_pages.c
8122
4536
/* * Copyright (c) 2006, 2007, 2008, 2009 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 L...
gpl-2.0
sms200207/arter97-kernel-unofficial
drivers/rtc/rtc-ab3100.c
8634
7074
/* * Copyright (C) 2007-2009 ST-Ericsson AB * License terms: GNU General Public License (GPL) version 2 * RTC clock driver for the AB3100 Analog Baseband Chip * Author: Linus Walleij <linus.walleij@stericsson.com> */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/platfo...
gpl-2.0
sktjdgns1189/android_kernel_samsung_SHV-E220S-Sam4.2.2
drivers/net/wireless/prism54/oid_mgt.c
8890
25331
/* * Copyright (C) 2003,2004 Aurelien Alleaume <slts@free.fr> * * 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 the...
gpl-2.0
neighborhoodhacker/kernel-prime
arch/tile/lib/strlen_32.c
9914
1158
/* * Copyright 2010 Tilera Corporation. 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, version 2. * * This program is distributed in the hope that it will ...
gpl-2.0
CrazyGamerGR/CrazySuperKernel-CM14.1-G5
arch/powerpc/platforms/cell/spufs/spu_restore.c
12218
9243
/* * spu_restore.c * * (C) Copyright IBM Corp. 2005 * * SPU-side context restore sequence outlined in * Synergistic Processor Element Book IV * * Author: Mark Nutter <mnutter@us.ibm.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Li...
gpl-2.0
motoTurboZ/kernel-msm
arch/sh/boards/mach-sdk7786/irq.c
13242
1090
/* * SDK7786 FPGA IRQ Controller Support. * * Copyright (C) 2010 Matt Fleming * Copyright (C) 2010 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/irq.h> #...
gpl-2.0
przemo27/mid712-kernel
fs/fscache/proc.c
14522
1933
/* FS-Cache statistics viewing interface * * Copyright (C) 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 F...
gpl-2.0
A2109devs/lenovo_a2109a_kernel
net/x25/x25_timer.c
14522
3895
/* * X.25 Packet Layer release 002 * * This is ALPHA test software. This code may break your machine, * randomly fail to work with new releases, misbehave and/or generally * screw up. It might even work. * * This code REQUIRES 2.1.15 or higher * * This module: * This module is free software; you can redistri...
gpl-2.0
cxgbit/cxgbit
drivers/hwtracing/stm/dummy_stm.c
187
1755
/* * A dummy STM device for stm/stm_source class testing. * Copyright (c) 2014, 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 p...
gpl-2.0
netarchy/Supersonic-2.6.35-Gingersense
drivers/usb/gadget/f_hid.c
699
17296
/* * f_hid.c -- USB HID function driver * * Copyright (C) 2010 Fabien Chouteau <fabien.chouteau@barco.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 Licens...
gpl-2.0
TeamRegular/android_kernel_samsung_kminilte
drivers/isdn/gigaset/capi.c
1467
69517
/* * Kernel CAPI interface for the Gigaset driver * * Copyright (c) 2009 by Tilman Schmidt <tilman@imap.cc>. * * ===================================================================== * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as ...
gpl-2.0
sztupy/samsung-kernel-herring
drivers/video/uvesafb.c
1467
51804
/* * A framebuffer driver for VBE 2.0+ compliant video cards * * (c) 2007 Michal Januszewski <spock@gentoo.org> * Loosely based upon the vesafb driver. * */ #include <linux/init.h> #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/skbuff.h> #include <linux/timer.h> #include <linux/compl...
gpl-2.0
tgnice/kvm
drivers/gpu/drm/udl/udl_connector.c
2747
4110
/* * Copyright (C) 2012 Red Hat * based in parts on udlfb.c: * Copyright (C) 2009 Roberto De Ioris <roberto@unbit.it> * Copyright (C) 2009 Jaya Kumar <jayakumar.lkml@gmail.com> * Copyright (C) 2009 Bernie Thompson <bernie@plugable.com> * * This file is subject to the terms and conditions of the GNU General Publi...
gpl-2.0
abusnooze/mint-v3.2-psp26
arch/m68k/lib/checksum_no.c
2747
4153
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * IP/TCP/UDP checksumming routines * * Authors: Jorge Cwik, <jorge@laser.satlink.net> * Arnt Gulbrandsen, <a...
gpl-2.0
CaptainThrowback/kernel_htc_m8whl_2.16.651.4
drivers/net/wireless/ath/ath9k/htc_drv_main.c
2747
45931
/* * Copyright (c) 2010-2011 Atheros Communications Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" A...
gpl-2.0
civato/kernel_p900
arch/sparc/kernel/sun4d_smp.c
4283
10538
/* Sparc SS1000/SC2000 SMP support. * * Copyright (C) 1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz) * * Based on sun4m's smp.c, which is: * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu) */ #include <linux/interrupt.h> #include <linux/profile.h> #include <linux/delay.h> #include <linux/cpu.h> #includ...
gpl-2.0
KylinUI/android_kernel_samsung_d2
drivers/staging/mei/wd.c
4795
8944
/* * * Intel Management Engine Interface (Intel MEI) Linux driver * Copyright (c) 2003-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, * version 2, as published by the Free Software Foundation...
gpl-2.0
CyanogenMod/android_kernel_motorola_otus
drivers/gpu/drm/exynos/exynos_drm_drv.c
4795
9360
/* * Copyright (c) 2011 Samsung Electronics Co., Ltd. * Authors: * Inki Dae <inki.dae@samsung.com> * Joonyoung Shim <jy0922.shim@samsung.com> * Seung-Woo Kim <sw0312.kim@samsung.com> * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation ...
gpl-2.0
MoKee/android_kernel_lge_gproj
drivers/net/wireless/b43/radio_2059.c
5563
6102
/* Broadcom B43 wireless driver IEEE 802.11n 2059 radio device data tables Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.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 ver...
gpl-2.0
emxys1/imx6rex-bombardier-base-linux-3.14.28
drivers/uwb/address.c
12987
10383
/* * Ultra Wide Band * Address management * * 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 under the terms of the GNU General Public License version * 2 as published by the Free So...
gpl-2.0
jrfastab/Linux-Kernel-QOS
drivers/scsi/arm/msgqueue.c
15035
3884
/* * linux/drivers/acorn/scsi/msgqueue.c * * Copyright (C) 1997-1998 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. * * message queue handling */ #include ...
gpl-2.0
leshak/i5700-leshak-kernel
arch/sh/kernel/cpu/sh4a/clock-sh7763.c
188
2900
/* * arch/sh/kernel/cpu/sh4a/clock-sh7763.c * * SH7763 support for the clock framework * * Copyright (C) 2005 Paul Mundt * Copyright (C) 2007 Yoshihiro Shimoda * * 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 arc...
gpl-2.0
frustreated/linux
arch/arm/mach-exynos/mcpm-exynos.c
188
8595
// SPDX-License-Identifier: GPL-2.0 // Copyright (c) 2014 Samsung Electronics Co., Ltd. // http://www.samsung.com // // Based on arch/arm/mach-vexpress/dcscb.c #include <linux/arm-cci.h> #include <linux/delay.h> #include <linux/io.h> #include <linux/of_address.h> #include <linux/syscore_ops.h> #include <linux/soc/sam...
gpl-2.0
indodev/kernel-samsung-2.6
net/atm/atm_sysfs.c
188
4243
/* ATM driver model support. */ #include <linux/kernel.h> #include <linux/slab.h> #include <linux/init.h> #include <linux/kobject.h> #include <linux/atmdev.h> #include "common.h" #include "resources.h" #define to_atm_dev(cldev) container_of(cldev, struct atm_dev, class_dev) static ssize_t show_type(struct device *cd...
gpl-2.0
baolfire/aries_kernel_pexcn
drivers/gpu/drm/radeon/radeon_legacy_crtc.c
956
31826
/* * Copyright 2007-8 Advanced Micro Devices, Inc. * Copyright 2008 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 * t...
gpl-2.0
rickyzhang82/linux-up2date
fs/xfs/xfs_mru_cache.c
1212
18170
/* * Copyright (c) 2006-2007 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
cometzero/e210s_jb
drivers/net/sfc/falcon.c
1724
50611
/**************************************************************************** * Driver for Solarflare Solarstorm network controllers and boards * Copyright 2005-2006 Fen Systems Ltd. * Copyright 2006-2010 Solarflare Communications Inc. * * This program is free software; you can redistribute it and/or modify it * ...
gpl-2.0
jcadduono/nethunter_kernel_kccat6
drivers/staging/comedi/drivers/pcmuio.c
1724
28789
/* comedi/drivers/pcmuio.c Driver for Winsystems PC-104 based 48-channel and 96-channel DIO boards. COMEDI - Linux Control and Measurement Device Interface Copyright (C) 2006 Calin A. Culianu <calin@ajvar.org> This program is free software; you can redistribute it and/or modify it under the te...
gpl-2.0
cheatman-xda/kyleopen-kernel
arch/arm/plat-omap/sram.c
1980
12083
/* * linux/arch/arm/plat-omap/sram.c * * OMAP SRAM detection and management * * Copyright (C) 2005 Nokia Corporation * Written by Tony Lindgren <tony@atomide.com> * * Copyright (C) 2009 Texas Instruments * Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com> * * This program is free software; y...
gpl-2.0
sandymanu/sandy_lettuce_8916
fs/reiserfs/resize.c
2492
6220
/* * Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README */ /* * Written by Alexander Zarochentcev. * * The kernel part of the (on-line) reiserfs resizer. */ #include <linux/kernel.h> #include <linux/mm.h> #include <linux/vmalloc.h> #include <linux/string.h> #include <linux/errno.h> #include "r...
gpl-2.0
wetek-enigma/linux-wetek-3.10.y
sound/core/oss/pcm_oss.c
4028
87234
/* * Digital Audio (PCM) abstract layer / OSS compatible * 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 o...
gpl-2.0
find7a/android_kernel_oppo_msm8974
drivers/tty/serial/sh-sci.c
4796
58238
/* * SuperH on-chip serial module support. (SCI with no FIFO / with FIFO) * * Copyright (C) 2002 - 2011 Paul Mundt * Modified to support SH7720 SCIF. Markus Brunner, Mark Jonas (Jul 2007). * * based off of the old drivers/char/sh-sci.c by: * * Copyright (C) 1999, 2000 Niibe Yutaka * Copyright (C) 2000...
gpl-2.0
juanfont/linux-sunxi
drivers/usb/host/ehci-ixp4xx.c
5564
3809
/* * IXP4XX EHCI Host Controller Driver * * Author: Vladimir Barinov <vbarinov@embeddedalley.com> * * Based on "ehci-fsl.c" by Randy Vinson <rvinson@mvista.com> * * 2007 (c) MontaVista Software, Inc. This file is licensed under * the terms of the GNU General Public License version 2. This program * is licensed...
gpl-2.0
Leoyzen/Charm-Eye
drivers/gpu/drm/gma500/intel_opregion.c
5564
2240
/* * Copyright 2010 Intel Corporation * * 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, publi...
gpl-2.0
CobaltROM/android_kernel_htc_cobalt-lp
drivers/usb/host/ehci-ixp4xx.c
5564
3809
/* * IXP4XX EHCI Host Controller Driver * * Author: Vladimir Barinov <vbarinov@embeddedalley.com> * * Based on "ehci-fsl.c" by Randy Vinson <rvinson@mvista.com> * * 2007 (c) MontaVista Software, Inc. This file is licensed under * the terms of the GNU General Public License version 2. This program * is licensed...
gpl-2.0
ModADroid/android-omap-tuna
drivers/bluetooth/bpa10x.c
7356
10950
/* * * Digianswer Bluetooth USB driver * * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.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 th...
gpl-2.0
jtpoo3/kernel_asus_flo
arch/x86/kernel/x8664_ksyms_64.c
7868
1436
/* Exports for assembly files. All C exports should go in the respective C files. */ #include <linux/module.h> #include <linux/smp.h> #include <net/checksum.h> #include <asm/processor.h> #include <asm/pgtable.h> #include <asm/uaccess.h> #include <asm/desc.h> #include <asm/ftrace.h> #ifdef CONFIG_FUNCTION_TRACER ...
gpl-2.0
sktjdgns1189/android_kernel_lge_f180k
drivers/mfd/ab3100-otp.c
8636
6986
/* * drivers/mfd/ab3100_otp.c * * Copyright (C) 2007-2009 ST-Ericsson AB * License terms: GNU General Public License (GPL) version 2 * Driver to read out OTP from the AB3100 Mixed-signal circuit * Author: Linus Walleij <linus.walleij@stericsson.com> */ #include <linux/module.h> #include <linux/kernel.h> #includ...
gpl-2.0
Motorola-CyanogenMod/android_kernel_motorola_msm8916
drivers/net/wireless/b43/tables_lpphy.c
9916
153834
/* Broadcom B43 wireless driver IEEE 802.11a/g LP-PHY and radio device data tables Copyright (c) 2009 Michael Buesch <m@bues.ch> Copyright (c) 2009 Gábor Stefanik <netrolller.3d@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Li...
gpl-2.0
Split-Screen/android_kernel_samsung_hlte
drivers/net/wireless/b43/tables_lpphy.c
9916
153834
/* Broadcom B43 wireless driver IEEE 802.11a/g LP-PHY and radio device data tables Copyright (c) 2009 Michael Buesch <m@bues.ch> Copyright (c) 2009 Gábor Stefanik <netrolller.3d@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Li...
gpl-2.0
multipath-tcp/mptcp_3.1.x
drivers/s390/cio/css.c
445
29200
/* * driver for channel subsystem * * Copyright IBM Corp. 2002, 2010 * * Author(s): Arnd Bergmann (arndb@de.ibm.com) * Cornelia Huck (cornelia.huck@de.ibm.com) */ #define KMSG_COMPONENT "cio" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux/module.h> #include <linux/init.h> #include <linux/dev...
gpl-2.0
k4k/linux
drivers/media/i2c/ml86v7667.c
445
12166
/* * OKI Semiconductor ML86V7667 video decoder driver * * Author: Vladimir Barinov <source@cogentembedded.com> * Copyright (C) 2013 Cogent Embedded, Inc. * Copyright (C) 2013 Renesas Solutions Corp. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Gener...
gpl-2.0
CyanogenMod/hp-kernel-tenderloin
fs/yaffs2/yaffs_linux_allocator.c
701
4821
/* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * * Copyright (C) 2002-2010 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning <charles@aleph1.co.uk> * * This program is free software; you can redistribute it and/or modify * it und...
gpl-2.0
Sohamlad7/kernel
drivers/net/wireless/iwlwifi/mvm/debugfs.c
1725
18334
/****************************************************************************** * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * * GPL LICENSE SUMMARY * * Copyright(c) 2012 - 2013 Intel Corporation. All rights reserved. * ...
gpl-2.0
stariver/qt210-kernel
arch/arm/kernel/smp_scu.c
1725
2041
/* * linux/arch/arm/kernel/smp_scu.c * * Copyright (C) 2002 ARM 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 version 2 as * published by the Free Software Foundation. */ #include <linux/init.h> #inc...
gpl-2.0
sohkis/leanKernel-shamu
drivers/net/wireless/rtlwifi/rtl8192de/sw.c
2237
13061
/****************************************************************************** * * Copyright(c) 2009-2012 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundati...
gpl-2.0
somcom3x/tw_herc_kernel
arch/mips/ath79/mach-pb44.c
3005
2948
/* * Atheros PB44 reference 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 published * by the Free Software Foundation. */ #include <linu...
gpl-2.0
patrickhwood/linux
fs/nilfs2/segbuf.c
3261
14074
/* * segbuf.c - NILFS segment buffer * * Copyright (C) 2005-2008 Nippon Telegraph and Telephone 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 Lice...
gpl-2.0
neobuddy89/NX-Kernel
drivers/media/video/adv7170.c
3261
9861
/* * adv7170 - adv7170, adv7171 video encoder driver version 0.0.1 * * Copyright (C) 2002 Maxim Yevtyushkin <max@linuxmedialabs.com> * * Based on adv7176 driver by: * * Copyright (C) 1998 Dave Perks <dperks@ibm.net> * Copyright (C) 1999 Wolfgang Scherr <scherr@net4you.net> * Copyright (C) 2000 Serguei Miridono...
gpl-2.0
insanelycool/VICK
arch/mips/bcm47xx/wgt634u.c
3773
4117
/* * 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) 2007 Aurelien Jarno <aurelien@aurel32.net> */ #include <linux/platform_device.h> #include <linux/module.h> #include <linux...
gpl-2.0
perkarom/Shark
net/netfilter/ipvs/ip_vs_pe.c
8381
3074
#define KMSG_COMPONENT "IPVS" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux/module.h> #include <linux/spinlock.h> #include <linux/interrupt.h> #include <asm/string.h> #include <linux/kmod.h> #include <linux/sysctl.h> #include <net/ip_vs.h> /* IPVS pe list */ static LIST_HEAD(ip_vs_pe); /* lock for ser...
gpl-2.0
Flyhalf205/android_kernel_htc_t6
drivers/media/dvb/mantis/mantis_ioc.c
10429
3192
/* Mantis PCI bridge driver Copyright (C) Manu Abraham (abraham.manu@gmail.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 option) any later v...
gpl-2.0
ProtouProject/android_kernel_msm
fs/nls/nls_cp437.c
12221
17508
/* * linux/fs/nls/nls_cp437.c * * Charset cp437 translation tables. * Generated automatically from the Unicode and charset * tables from the Unicode Organization (www.unicode.org). * The Unicode to charset table has only exact mappings. */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/stri...
gpl-2.0
onyx-intl/ak98_kernel
fs/nls/nls_iso8859-1.c
12221
10226
/* * linux/fs/nls/nls_iso8859-1.c * * Charset iso8859-1 translation tables. * Generated automatically from the Unicode and charset * tables from the Unicode Organization (www.unicode.org). * The Unicode to charset table has only exact mappings. */ #include <linux/module.h> #include <linux/kernel.h> #include <li...
gpl-2.0
romracer/sgs2sr-kernel
fs/nls/nls_iso8859-1.c
12221
10226
/* * linux/fs/nls/nls_iso8859-1.c * * Charset iso8859-1 translation tables. * Generated automatically from the Unicode and charset * tables from the Unicode Organization (www.unicode.org). * The Unicode to charset table has only exact mappings. */ #include <linux/module.h> #include <linux/kernel.h> #include <li...
gpl-2.0
GustavoRD78/78Kernel-ZL-230
fs/nls/nls_iso8859-1.c
12221
10226
/* * linux/fs/nls/nls_iso8859-1.c * * Charset iso8859-1 translation tables. * Generated automatically from the Unicode and charset * tables from the Unicode Organization (www.unicode.org). * The Unicode to charset table has only exact mappings. */ #include <linux/module.h> #include <linux/kernel.h> #include <li...
gpl-2.0
SciAps/android-dm3730-kernel
lib/xz/xz_dec_stream.c
12733
19721
/* * .xz Stream decoder * * Author: Lasse Collin <lasse.collin@tukaani.org> * * This file has been put into the public domain. * You can do whatever you want with this file. */ #include "xz_private.h" #include "xz_stream.h" /* Hash used to validate the Index field */ struct xz_dec_hash { vli_type unpadded; v...
gpl-2.0
metredigm/linux
arch/alpha/kernel/pc873xx.c
12989
1696
#include <linux/ioport.h> #include <asm/io.h> #include "pc873xx.h" static unsigned pc873xx_probelist[] = {0x398, 0x26e, 0}; static char *pc873xx_names[] = { "PC87303", "PC87306", "PC87312", "PC87332", "PC87334" }; static unsigned int base, model; unsigned int __init pc873xx_get_base() { return base; } char *__...
gpl-2.0
perkarom/Shark
arch/arm/mach-exynos/board-p4notepq-modems.c
446
14278
/* linux/arch/arm/mach-xxxx/board-m0-modems.c * Copyright (C) 2010 Samsung Electronics. All rights reserved. * * 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. ...
gpl-2.0
gerard87/kernel_shamu_n_preview
arch/score/kernel/process.c
702
3423
/* * arch/score/kernel/process.c * * Score Processor version. * * Copyright (C) 2009 Sunplus Core Technology Co., Ltd. * Chen Liqin <liqin.chen@sunplusct.com> * Lennox Wu <lennox.wu@sunplusct.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Genera...
gpl-2.0
bsmitty83/KaPoW_vivow
drivers/media/rc/nuvoton-cir.c
1214
34725
/* * Driver for Nuvoton Technology Corporation w83667hg/w83677hg-i CIR * * Copyright (C) 2010 Jarod Wilson <jarod@redhat.com> * Copyright (C) 2009 Nuvoton PS Team * * Special thanks to Nuvoton for providing hardware, spec sheets and * sample code upon which portions of this driver are based. Indirect * thanks a...
gpl-2.0
mydongistiny/android_kernel_motorola_shamu
drivers/net/wireless/adm8211.c
2238
55251
/* * Linux device driver for ADMtek ADM8211 (IEEE 802.11b MAC/BBP) * * Copyright (c) 2003, Jouni Malinen <j@w1.fi> * Copyright (c) 2004-2007, Michael Wu <flamingice@sourmilk.net> * Some parts copyright (c) 2003 by David Young <dyoung@pobox.com> * and used with permission. * * Much thanks to Infineon-ADMtek for...
gpl-2.0
intermediaterepresentation/android_kernel_htc_endeavor
arch/arm/mach-versatile/pci.c
2238
8873
/* * linux/arch/arm/mach-versatile/pci.c * * (C) Copyright Koninklijke Philips Electronics NV 2004. All rights reserved. * You can redistribute and/or modify this software under the terms of version 2 * of the GNU General Public License as published by the Free Software Foundation. * THIS SOFTWARE IS PROVIDED "A...
gpl-2.0
T-Macgnolia/android_kernel_lge_g4stylus-stock
drivers/isdn/i4l/isdn_tty.c
2750
91354
/* * Linux ISDN subsystem, tty functions and AT-command emulator (linklevel). * * Copyright 1994-1999 by Fritz Elfert (fritz@isdn4linux.de) * Copyright 1995,96 by Thinking Objects Software GmbH Wuerzburg * * This software may be used and distributed according to the terms * of the GNU General Public License,...
gpl-2.0
TeamExodus/kernel_asus_fugu
drivers/net/wireless/ti/wl18xx/acx.c
3262
4764
/* * This file is part of wl18xx * * Copyright (C) 2011 Texas Instruments 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 th...
gpl-2.0
joyoki/android_kernel_lge_g3
fs/btrfs/backref.c
4030
37540
/* * Copyright (C) 2011 STRATO. 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 v2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHO...
gpl-2.0
gameboy709494/LinuxKernel
arch/mips/vr41xx/common/rtc.c
4542
2619
/* * NEC VR4100 series RTC platform device. * * Copyright (C) 2007 Yoichi Yuasa <yuasa@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 the Licen...
gpl-2.0
z8cpaul/lsikernel-3.14
arch/mips/vr41xx/common/rtc.c
4542
2619
/* * NEC VR4100 series RTC platform device. * * Copyright (C) 2007 Yoichi Yuasa <yuasa@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 the Licen...
gpl-2.0
TheTypoMaster/android_kernel_samsung_hlte
drivers/net/wireless/wl12xx/debugfs.c
4798
32840
/* * This file is part of wl1271 * * Copyright (C) 2009 Nokia Corporation * * Contact: Luciano Coelho <luciano.coelho@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 Foundati...
gpl-2.0
Zaaap/android_kernel_lge_d620
arch/powerpc/platforms/512x/clock.c
4798
14068
/* * Copyright (C) 2007,2008 Freescale Semiconductor, Inc. All rights reserved. * * Author: John Rigby <jrigby@freescale.com> * * Implements the clk api defined in include/linux/clk.h * * Original based on linux/arch/arm/mach-integrator/clock.c * * Copyright (C) 2004 ARM Limited. * Written by Deep Bl...
gpl-2.0
luca020400/android_kernel_motorola_msm8226
arch/powerpc/platforms/512x/clock.c
4798
14068
/* * Copyright (C) 2007,2008 Freescale Semiconductor, Inc. All rights reserved. * * Author: John Rigby <jrigby@freescale.com> * * Implements the clk api defined in include/linux/clk.h * * Original based on linux/arch/arm/mach-integrator/clock.c * * Copyright (C) 2004 ARM Limited. * Written by Deep Bl...
gpl-2.0
NoelMacwan/kernel_sony_msm8x27
drivers/media/rc/winbond-cir.c
4798
32424
/* * winbond-cir.c - Driver for the Consumer IR functionality of Winbond * SuperI/O chips. * * Currently supports the Winbond WPCD376i chip (PNP id WEC1022), but * could probably support others (Winbond WEC102X, NatSemi, etc) * with minor modifications. * * Original Author: David Härdeman ...
gpl-2.0
hfutxqd/android_kernel_zte_s291_msm8974
drivers/i2c/busses/i2c-amd756-s4882.c
10174
7686
/* * i2c-amd756-s4882.c - i2c-amd756 extras for the Tyan S4882 motherboard * * Copyright (C) 2004, 2008 Jean Delvare <khali@linux-fr.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;...
gpl-2.0
Howpathetic/Villec2-Kernel
net/bridge/netfilter/ebt_snat.c
11710
2051
/* * ebt_snat * * Authors: * Bart De Schuymer <bdschuym@pandora.be> * * June, 2002 * */ #include <linux/module.h> #include <net/sock.h> #include <linux/if_arp.h> #include <net/arp.h> #include <linux/netfilter.h> #include <linux/netfilter/x_tables.h> #include <linux/netfilter_bridge/ebtables.h> #include <linux...
gpl-2.0
weritos666/kernel_L7_II_KK
arch/mips/dec/kn02-irq.c
12222
1888
/* * DECstation 5000/200 (KN02) Control and Status Register * interrupts. * * Copyright (c) 2002, 2003, 2005 Maciej W. Rozycki * * 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
FreonRoms/freon_kernel_samsung_d2
sound/pci/echoaudio/indigoio_dsp.c
12478
3459
/**************************************************************************** Copyright Echo Digital Audio Corporation (c) 1998 - 2004 All rights reserved www.echoaudio.com This file is part of Echo Digital Audio's generic driver library. Echo Digital Audio's generic driver library is free software; ...
gpl-2.0
xcaliburinhand/I9000_I897_hybrid_kernel
drivers/usb/musb/musb_virthub.c
191
11378
/* * MUSB OTG driver virtual root hub support * * Copyright 2005 Mentor Graphics Corporation * Copyright (C) 2005-2006 by Texas Instruments * Copyright (C) 2006-2007 Nokia Corporation * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License ...
gpl-2.0