repo_name
string
path
string
copies
string
size
string
content
string
license
string
AOKP-SGS2/android_kernel_samsung_espresso
arch/arm/mach-cns3xxx/pm.c
2518
2878
/* * Copyright 2008 Cavium Networks * * This file 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> #include <linux/module.h> #include <linux/io.h> #include <linux/d...
gpl-2.0
onejay09/OLD----kernel_HTC_msm7x30_KK
drivers/media/video/cx18/cx18-fileops.c
2774
26048
/* * cx18 file operation functions * * Derived from ivtv-fileops.c * * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl> * Copyright (C) 2008 Andy Walls <awalls@md.metrocast.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public L...
gpl-2.0
fivestars/ubuntu-nexus7
fs/proc/page.c
3286
4983
#include <linux/bootmem.h> #include <linux/compiler.h> #include <linux/fs.h> #include <linux/init.h> #include <linux/ksm.h> #include <linux/mm.h> #include <linux/mmzone.h> #include <linux/proc_fs.h> #include <linux/seq_file.h> #include <linux/hugetlb.h> #include <linux/kernel-page-flags.h> #include <asm/uaccess.h> #inc...
gpl-2.0
lissyx/codeaurora_kernel_msm
fs/proc/page.c
3286
4983
#include <linux/bootmem.h> #include <linux/compiler.h> #include <linux/fs.h> #include <linux/init.h> #include <linux/ksm.h> #include <linux/mm.h> #include <linux/mmzone.h> #include <linux/proc_fs.h> #include <linux/seq_file.h> #include <linux/hugetlb.h> #include <linux/kernel-page-flags.h> #include <asm/uaccess.h> #inc...
gpl-2.0
mkasick/android_kernel_samsung_d2vzw
drivers/ata/pata_radisys.c
3542
7039
/* * pata_radisys.c - Intel PATA/SATA controllers * * (C) 2006 Red Hat <alan@lxorguk.ukuu.org.uk> * * Some parts based on ata_piix.c by Jeff Garzik and others. * * A PIIX relative, this device has a single ATA channel and no * slave timings, SITRE or PPE. In that sense it is a close relative * o...
gpl-2.0
glewarne/S6_UniPR
drivers/hwspinlock/hwspinlock_core.c
3542
18002
/* * Hardware spinlock framework * * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com * * Contact: Ohad Ben-Cohen <ohad@wizery.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 th...
gpl-2.0
moddingg33k/deprecated_android_kernel_synopsis
drivers/net/wireless/brcm80211/brcmsmac/srom.c
4822
31078
/* * Copyright (c) 2010 Broadcom Corporation * * 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" AND THE AUTHO...
gpl-2.0
cahdudul/akh8960_cm
arch/arm/mach-s3c64xx/mach-anw6410.c
4822
6037
/* linux/arch/arm/mach-s3c64xx/mach-anw6410.c * * Copyright 2008 Openmoko, Inc. * Copyright 2008 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * http://armlinux.simtec.co.uk/ * Copyright 2009 Kwangwoo Lee * Kwangwoo Lee <kwangwoo.lee@gmail.com> * * This program is free software; you can redistribute it an...
gpl-2.0
chrisc93/android_kernel_samsung_jf
drivers/net/ethernet/i825xx/3c507.c
5078
28733
/* 3c507.c: An EtherLink16 device driver for Linux. */ /* Written 1993,1994 by Donald Becker. Copyright 1993 United States Government as represented by the Director, National Security Agency. This software may be used and distributed according to the terms of the GNU General Public License, incorporated herein b...
gpl-2.0
syhost/android_kernel_pantech_ef51l
drivers/isdn/icn/icn.c
7382
42513
/* $Id: icn.c,v 1.65.6.8 2001/09/23 22:24:55 kai Exp $ * * ISDN low-level module for the ICN active ISDN-Card. * * Copyright 1994,95,96 by Fritz Elfert (fritz@isdn4linux.de) * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference....
gpl-2.0
ZolaIII/android_kernel_synopsis_nightly
arch/sh/drivers/dma/dma-api.c
7894
9355
/* * arch/sh/drivers/dma/dma-api.c * * SuperH-specific DMA management API * * Copyright (C) 2003, 2004, 2005 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 <linu...
gpl-2.0
omnirom/android_kernel_samsung_piranha
samples/kobject/kset-example.c
11734
6937
/* * Sample kset and ktype implementation * * Copyright (C) 2004-2007 Greg Kroah-Hartman <greg@kroah.com> * Copyright (C) 2007 Novell Inc. * * Released under the GPL version 2 only. * */ #include <linux/kobject.h> #include <linux/string.h> #include <linux/sysfs.h> #include <linux/slab.h> #include <linux/module....
gpl-2.0
zhaoleidd/btrfs
fs/minix/itree_common.c
14550
7854
/* Generic part */ typedef struct { block_t *p; block_t key; struct buffer_head *bh; } Indirect; static DEFINE_RWLOCK(pointers_lock); static inline void add_chain(Indirect *p, struct buffer_head *bh, block_t *v) { p->key = *(p->p = v); p->bh = bh; } static inline int verify_chain(Indirect *from, Indirect *to) ...
gpl-2.0
jledet/linux
arch/blackfin/mach-bf537/boards/cm_bf537e.c
1751
20384
/* * Copyright 2004-2009 Analog Devices Inc. * 2008-2009 Bluetechnix * 2005 National ICT Australia (NICTA) * Aidan Williams <aidan@nicta.com.au> * * Licensed under the GPL-2 or later. */ #include <linux/device.h> #include <linux/export.h> #include <linux/etherdevice...
gpl-2.0
webore/lenovo
drivers/platform/x86/eeepc-laptop.c
2775
37852
/* * eeepc-laptop.c - Asus Eee PC extras * * Based on asus_acpi.c as patched for the Eee PC by Asus: * ftp://ftp.asus.com/pub/ASUS/EeePC/701/ASUS_ACPI_071126.rar * Based on eee.c from eeepc-linux * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gener...
gpl-2.0
JackpotClavin/android_kernel_samsung_venturi
net/ax25/ax25_iface.c
3031
5064
/* * 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. * * Copyright (C) Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.u...
gpl-2.0
lambchops468/omap443x-overclock-lge-p769
drivers/net/mace.c
3543
27978
/* * Network device driver for the MACE ethernet controller on * Apple Powermacs. Assumes it's under a DBDMA controller. * * Copyright (C) 1996 Paul Mackerras. */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/netdevice.h> #include <linux/etherdevice.h> #include <linux/delay.h> #include <lin...
gpl-2.0
lenovo-a3-dev/kernel_lenovo_a3
kernel/rcutree_trace.c
3543
14083
/* * Read-Copy Update tracing for classic implementation * * 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. * * T...
gpl-2.0
mozilla-b2g/codeaurora_kernel_msm
arch/arm/mach-at91/board-kafa.c
4823
2693
/* * linux/arch/arm/mach-at91/board-kafa.c * * Copyright (C) 2006 Sperry-Sun * * 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
venkatkamesh/lg_ally_kernel-2.6.XX
arch/m68k/atari/atasound.c
4823
2705
/* * linux/arch/m68k/atari/atasound.c * * ++Geert: Moved almost all stuff to linux/drivers/sound/ * * The author of atari_nosound, atari_mksound and atari_microwire_cmd is * unknown. (++roman: That's me... :-) * * This file is subject to the terms and conditions of the GNU General Public * License. See the fi...
gpl-2.0
sembre/kernel_totoro_update3
common/arch/m68k/amiga/amisound.c
4823
2828
/* * linux/arch/m68k/amiga/amisound.c * * amiga sound driver for Linux/m68k * * 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/jiffies.h> #include <linux/timer.h> #include <...
gpl-2.0
TeamRegular/android_kernel_samsung_exynos3470
lib/mpi/mpi-bit.c
4823
4738
/* mpi-bit.c - MPI bit level fucntions * Copyright (C) 1998, 1999 Free Software Foundation, Inc. * * This file is part of GnuPG. * * GnuPG 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 versio...
gpl-2.0
bestmjh47/android_kernel_kttech_e100
arch/mips/kernel/cevt-gt641xx.c
4823
3702
/* * GT641xx clockevent routines. * * 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 License, or *...
gpl-2.0
blitzmohit/dragonboard-rtlinux-3.4
drivers/media/video/sh_mobile_csi2.c
5079
10077
/* * Driver for the SH-Mobile MIPI CSI-2 unit * * Copyright (C) 2010, Guennadi Liakhovetski <g.liakhovetski@gmx.de> * * 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. */ #inclu...
gpl-2.0
mp3deviant721/boeffla-kernel-cm-bacon-mod
drivers/cpufreq/cpufreq_powersave.c
7895
1535
/* * linux/drivers/cpufreq/cpufreq_powersave.c * * Copyright (C) 2002 - 2003 Dominik Brodowski <linux@brodo.de> * * * 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. * */ #i...
gpl-2.0
Note-2/android_kernel_samsung_smdk4412
fs/hfsplus/bnode.c
8151
15516
/* * linux/fs/hfsplus/bnode.c * * Copyright (C) 2001 * Brad Boyer (flar@allandria.com) * (C) 2003 Ardis Technologies <roman@ardistech.com> * * Handle basic btree node operations */ #include <linux/string.h> #include <linux/slab.h> #include <linux/pagemap.h> #include <linux/fs.h> #include <linux/swap.h> #incl...
gpl-2.0
talnoah/Leaping_Lemur-AOSP
net/rds/threads.c
8151
7100
/* * Copyright (c) 2006 Oracle. 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 the file * COPYING in the main directory of this source tree, or t...
gpl-2.0
martinbrook/amlogic-meson3
arch/arm/mach-pnx4008/i2c.c
8919
1483
/* * I2C initialization for PNX4008. * * Author: Vitaly Wool <vitalywool@gmail.com> * * 2005-2006 (c) MontaVista Software, Inc. This file is licensed under * the terms of the GNU General Public License version 2. This program * is licensed "as is" without any warranty of any kind, whether express * or implied. ...
gpl-2.0
savoca/furnace-g3
arch/um/sys-ppc/ptrace.c
9431
1432
#include "linux/sched.h" #include "asm/ptrace.h" int putreg(struct task_struct *child, unsigned long regno, unsigned long value) { child->thread.process_regs.regs[regno >> 2] = value; return 0; } int poke_user(struct task_struct *child, long addr, long data) { if ((addr & 3) || addr < 0) return -EIO; if (...
gpl-2.0
garwynn/L900_MC2_Kernel
arch/powerpc/math-emu/math.c
11479
12176
/* * Copyright (C) 1999 Eddie C. Dost (ecd@atecom.com) */ #include <linux/types.h> #include <linux/sched.h> #include <asm/uaccess.h> #include <asm/reg.h> #include <asm/sfp-machine.h> #include <math-emu/double.h> #define FLOATFUNC(x) extern int x(void *, void *, void *, void *) FLOATFUNC(fadd); FLOATFUNC(fadds)...
gpl-2.0
SOKP/kernel_samsung_trlte
net/l2tp/l2tp_ppp.c
216
48562
/***************************************************************************** * Linux PPP over L2TP (PPPoX/PPPoL2TP) Sockets * * PPPoX --- Generic PPP encapsulation socket family * PPPoL2TP --- PPP over L2TP (RFC 2661) * * Version: 2.0.0 * * Authors: James Chapman (jchapman@katalix.com) * * Based on origi...
gpl-2.0
GenetICS/lge_kernel_msm7x27
net/socket.c
216
83655
/* * NET An implementation of the SOCKET network access protocol. * * Version: @(#)socket.c 1.1.93 18/02/95 * * Authors: Orest Zborowski, <obz@Kodak.COM> * Ross Biro * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> * * Fixes: * Anonymous : NOTSOCK/BADF cleanup. Error fix in * shutdown() * Alan Co...
gpl-2.0
LunarG/steamos_kernel
kernel/time/tick-broadcast.c
728
23401
/* * linux/kernel/time/tick-broadcast.c * * This file contains functions which emulate a local clock-event * device via a broadcast event source. * * Copyright(C) 2005-2006, Thomas Gleixner <tglx@linutronix.de> * Copyright(C) 2005-2007, Red Hat, Inc., Ingo Molnar * Copyright(C) 2006-2007, Timesys Corp., Thomas ...
gpl-2.0
virtuous/kernel-7x30-gingerbread-v4
kernel/time/timecompare.c
984
4968
/* * Copyright (C) 2009 Intel Corporation. * Author: Patrick Ohly <patrick.ohly@intel.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
alquez/HTC-Wildfire-S-Kernel
drivers/media/video/pwc/pwc-misc.c
1752
4178
/* Linux driver for Philips webcam Various miscellaneous functions and tables. (C) 1999-2003 Nemosoft Unv. (C) 2004-2006 Luc Saillard (luc@saillard.org) NOTE: this version of pwc is an unofficial (modified) release of pwc & pcwx driver and thus may have bugs that are not present in the original version....
gpl-2.0
Lloir/Prometheus_kernel_golf
drivers/spi/amba-pl022.c
2264
66062
/* * drivers/spi/amba-pl022.c * * A driver for the ARM PL022 PrimeCell SSP/SPI bus master. * * Copyright (C) 2008-2009 ST-Ericsson AB * Copyright (C) 2006 STMicroelectronics Pvt. Ltd. * * Author: Linus Walleij <linus.walleij@stericsson.com> * * Initial version inspired by: * linux-2.6.17-rc3-mm1/drivers/spi/...
gpl-2.0
Zenfone2-Dev/Kernel-for-Asus-Zenfone-2
drivers/usb/atm/ueagle-atm.c
2520
70307
/*- * Copyright (c) 2003, 2004 * Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. * * Copyright (c) 2005-2007 Matthieu Castet <castet.matthieu@free.fr> * Copyright (c) 2005-2007 Stanislaw Gruszka <stf_xl@wp.pl> * * This software is available to you under a choice of one of two * licenses. You m...
gpl-2.0
AOKP/kernel_samsung_manta
lib/devres.c
2776
9411
#include <linux/pci.h> #include <linux/io.h> #include <linux/gfp.h> #include <linux/export.h> void devm_ioremap_release(struct device *dev, void *res) { iounmap(*(void __iomem **)res); } static int devm_ioremap_match(struct device *dev, void *res, void *match_data) { return *(void **)res == match_data; } /** * de...
gpl-2.0
GearCM/android_kernel_samsung_aries
drivers/staging/rtl8712/rtl871x_io.c
3032
5001
/****************************************************************************** * rtl871x_io.c * * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. * Linux device driver for RTL8192SU * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of t...
gpl-2.0
chunyeow/greenmesh
drivers/net/irda/sir_dev.c
4056
24859
/********************************************************************* * * sir_dev.c: irda sir network device * * Copyright (c) 2002 Martin Diehl * * 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 Softwar...
gpl-2.0
Global-KANGs/droid2we_kernel
drivers/net/wireless/b43/tables.c
4312
14623
/* Broadcom B43 wireless driver Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>, Copyright (c) 2005-2007 Stefano Brivio <stefano.brivio@polimi.it> Copyright (c) 2006, 2006 Michael Buesch <mb@bu3sch.de> Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org> Copyright (c) 2005 Andreas Jaggi <andrea...
gpl-2.0
sistux/lge-kernel-omap4
arch/sparc/kernel/traps_32.c
4312
12547
/* * arch/sparc/kernel/traps.c * * Copyright 1995, 2008 David S. Miller (davem@davemloft.net) * Copyright 2000 Jakub Jelinek (jakub@redhat.com) */ /* * I hate traps on the sparc, grrr... */ #include <linux/sched.h> /* for jiffies */ #include <linux/kernel.h> #include <linux/signal.h> #include <linux/smp.h> #i...
gpl-2.0
CyanogenMod/android_kernel_motorola_ghost
drivers/usb/gadget/uvc_v4l2.c
4824
8230
/* * uvc_v4l2.c -- USB Video Class Gadget driver * * Copyright (C) 2009-2010 * Laurent Pinchart (laurent.pinchart@ideasonboard.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...
gpl-2.0
TW-LL-msm8226/kernel_samsung_msm8226
mm/fremap.c
4824
6871
/* * linux/mm/fremap.c * * Explicit pagetable population and nonlinear (random) mappings support. * * started by Ingo Molnar, Copyright (C) 2002, 2003 */ #include <linux/backing-dev.h> #include <linux/mm.h> #include <linux/swap.h> #include <linux/file.h> #include <linux/mman.h> #include <linux/pagemap.h> #incl...
gpl-2.0
VegaDevTeam/android_kernel_n9009
drivers/net/wireless/prism54/islpci_mgt.c
5080
14577
/* * Copyright (C) 2002 Intersil Americas Inc. * Copyright 2004 Jens Maurer <Jens.Maurer@gmx.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 * ...
gpl-2.0
chasmodo/android_kernel_oneplus_msm8974
drivers/video/sis/init.c
8152
108147
/* $XFree86$ */ /* $XdotOrg$ */ /* * Mode initializing code (CRT1 section) for * for SiS 300/305/540/630/730, * SiS 315/550/[M]650/651/[M]661[FGM]X/[M]74x[GX]/330/[M]76x[GX], * XGI Volari V3XT/V5/V8, Z7 * (Universal module for Linux kernel framebuffer and X.org/XFree86 4.x) * * Copyright (C) 2001-2005 by...
gpl-2.0
civato/CivZ-P900-KitKat-SOURCE
net/irda/wrapper.c
13272
13361
/********************************************************************* * * Filename: wrapper.c * Version: 1.2 * Description: IrDA SIR async wrapper layer * Status: Stable * Author: Dag Brattli <dagb@cs.uit.no> * Created at: Mon Aug 4 20:40:53 1997 * Modified at: Fri Jan 28 13:21...
gpl-2.0
honeyx/S3mini_golden_kernel
drivers/usb/wusbcore/dev-sysfs.c
13272
3852
/* * WUSB devices * sysfs bindings * * Copyright (C) 2007 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 Software Found...
gpl-2.0
SM-G920P/SM-N920
drivers/gpu/arm/t72x/r5p0/mali_kbase_sync_user.c
217
3338
/* * * (C) COPYRIGHT ARM Limited. All rights reserved. * * This program is free software and is provided to you under the terms of the * GNU General Public License version 2 as published by the Free Software * Foundation, and any use by you of this program is subject to the terms * of such GNU licence. * * A c...
gpl-2.0
amarchandole/capprobe_mptcp
drivers/block/drbd/drbd_main.c
217
111093
/* drbd.c This file is part of DRBD by Philipp Reisner and Lars Ellenberg. Copyright (C) 2001-2008, LINBIT Information Technologies GmbH. Copyright (C) 1999-2008, Philipp Reisner <philipp.reisner@linbit.com>. Copyright (C) 2002-2008, Lars Ellenberg <lars.ellenberg@linbit.com>. Thanks to Carter Burd...
gpl-2.0
mwalt2/shooter-2.6.35_mr-kernel
fs/jffs2/fs.c
729
19647
/* * 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/capability.h> #include <linux/kernel.h> #include <linux/sched.h> #i...
gpl-2.0
rachitrawat/Vengeance-Kernel-MSM7x30
sound/i2c/cs8427.c
729
18610
/* * Routines for control of the CS8427 via i2c bus * IEC958 (S/PDIF) receiver & transmitter by Cirrus Logic * 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...
gpl-2.0
finniest/hive_kernel
drivers/net/wireless/rt2x00/rt2x00soc.c
985
3853
/* Copyright (C) 2004 - 2009 Ivo van Doorn <IvDoorn@gmail.com> Copyright (C) 2004 - 2009 Felix Fietkau <nbd@openwrt.org> <http://rt2x00.serialmonkey.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 Fou...
gpl-2.0
zefie/thunderc_kernel_xionia
drivers/mtd/devices/lart.c
1497
19222
/* * MTD driver for the 28F160F3 Flash Memory (non-CFI) on LART. * * Author: Abraham vd Merwe <abraham@2d3d.co.za> * * Copyright (c) 2001, 2d3D, Inc. * * This code 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 Fre...
gpl-2.0
kissge/linuxkernel
fs/afs/flock.c
1497
16179
/* AFS file locking support * * 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 Foundation; ei...
gpl-2.0
miuihu/android_kernel_xiaomi_redmi2
arch/mips/math-emu/cp1emu.c
1753
52602
/* * cp1emu.c: a MIPS coprocessor 1 (fpu) instruction emulator * * MIPS floating point support * Copyright (C) 1994-2000 Algorithmics Ltd. * * Kevin D. Kissell, kevink@mips.com and Carsten Langgaard, carstenl@mips.com * Copyright (C) 2000 MIPS Technologies, Inc. * * This program is free software; you can dis...
gpl-2.0
xiaognol/android_kernel_chm_cl00
arch/mips/netlogic/xlp/nlm_hal.c
2009
4350
/* * Copyright 2003-2011 NetLogic Microsystems, Inc. (NetLogic). 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 the file * COPYING in the main ...
gpl-2.0
neonicus/Paralax
drivers/media/video/cx88/cx88-alsa.c
2521
25739
/* * * Support for audio capture * PCI function #1 of the cx2388x. * * (c) 2007 Trent Piepho <xyzzy@speakeasy.org> * (c) 2005,2006 Ricardo Cerqueira <v4l@cerqueira.org> * (c) 2005 Mauro Carvalho Chehab <mchehab@infradead.org> * Based on a dummy cx88 module by Gerd Knorr <kraxel@bytesex.org> * ...
gpl-2.0
LimKyungWoo/linux-2.6.39
arch/arm/mach-omap2/voltagedomains44xx_data.c
2521
2640
/* * OMAP3/OMAP4 Voltage Management Routines * * Author: Thara Gopinath <thara@ti.com> * * Copyright (C) 2007 Texas Instruments, Inc. * Rajendra Nayak <rnayak@ti.com> * Lesly A M <x0080970@ti.com> * * Copyright (C) 2008 Nokia Corporation * Kalle Jokiniemi * * Copyright (C) 2010 Texas Instruments, Inc. * Th...
gpl-2.0
ARMP/ARMP-i9300
drivers/media/video/v4l2-subdev.c
2521
8232
/* * V4L2 sub-device * * Copyright (C) 2010 Nokia Corporation * * Contact: Laurent Pinchart <laurent.pinchart@ideasonboard.com> * Sakari Ailus <sakari.ailus@iki.fi> * * 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
zarboz/aozp-ville
drivers/media/dvb/dvb-usb/ttusb2.c
3033
10630
/* DVB USB compliant linux driver for Technotrend DVB USB boxes and clones * (e.g. Pinnacle 400e DVB-S USB2.0). * * The Pinnacle 400e uses the same protocol as the Technotrend USB1.1 boxes. * * TDA8263 + TDA10086 * * I2C addresses: * 0x08 - LNBP21PD - LNB power supply * 0x0e - TDA10086 - Demodulator * 0x5...
gpl-2.0
lyapota/enru-3.1.10-g7f360be
fs/reiserfs/prints.c
3289
21202
/* * Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README */ #include <linux/time.h> #include <linux/fs.h> #include <linux/reiserfs_fs.h> #include <linux/string.h> #include <linux/buffer_head.h> #include <stdarg.h> static char error_buf[1024]; static char fmt_buf[1024]; static char off_buf[80]; st...
gpl-2.0
sultanxda/sultan-kernel-celox
net/bluetooth/bnep/netdev.c
3289
6150
/* BNEP implementation for Linux Bluetooth stack (BlueZ). Copyright (C) 2001-2002 Inventel Systemes Written 2001-2002 by Clément Moreau <clement.moreau@inventel.fr> David Libault <david.libault@inventel.fr> Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com> This program is free software; you c...
gpl-2.0
ac100-ru/linux
arch/arm/mach-omap1/board-generic.c
3545
2166
/* * linux/arch/arm/mach-omap1/board-generic.c * * Modified from board-innovator1510.c * * Code for generic OMAP board. Should work on many OMAP systems where * the device drivers take care of all the necessary hardware initialization. * Do not put any board specific code to this file; create a new machine * ty...
gpl-2.0
AOKPSaber/kernel_samsung_p4
drivers/media/dvb/dvb-usb/umt-010.c
4825
4644
/* DVB USB framework compliant Linux driver for the HanfTek UMT-010 USB2.0 * DVB-T receiver. * * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.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 Fr...
gpl-2.0
CyanogenMod/android_kernel_motorola_msm8960dt-common
arch/x86/xen/irq.c
4825
3404
#include <linux/hardirq.h> #include <asm/x86_init.h> #include <xen/interface/xen.h> #include <xen/interface/sched.h> #include <xen/interface/vcpu.h> #include <asm/xen/hypercall.h> #include <asm/xen/hypervisor.h> #include "xen-ops.h" /* * Force a proper event-channel callback from Xen after clearing the * callbac...
gpl-2.0
ztemt/Z7Mini_NX507J_H128_kernel
drivers/watchdog/at32ap700x_wdt.c
5081
10293
/* * Watchdog driver for Atmel AT32AP700X devices * * Copyright (C) 2005-2006 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. * * * Errata: WDT Clear is b...
gpl-2.0
uberlaggydarwin/306shcaf
drivers/tty/serial/nwpserial.c
5337
11638
/* * Serial Port driver for a NWP uart device * * Copyright (C) 2008 IBM Corp., Benjamin Krill <ben@codiert.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 *...
gpl-2.0
bangprovn/android_kernel_lge_v400_10c
drivers/watchdog/pnx833x_wdt.c
7385
7288
/* * PNX833x Hardware Watchdog Driver * Copyright 2008 NXP Semiconductors * Daniel Laird <daniel.j.laird@nxp.com> * Andre McCurdy <andre.mccurdy@nxp.com> * * Heavily based upon - IndyDog 0.3 * A Hardware Watchdog Device for SGI IP22 * * (c) Copyright 2002 Guido Guenther <agx@sigxcpu.org>, All Rights Rese...
gpl-2.0
tianchi-dev/android_kernel_sony_msm8226
drivers/watchdog/wafer5823wdt.c
7385
7294
/* * ICP Wafer 5823 Single Board Computer WDT driver * http://www.icpamerica.com/wafer_5823.php * May also work on other similar models * * (c) Copyright 2002 Justin Cormack <justin@street-vision.com> * * Release 0.02 * * Based on advantechwdt.c which is based on wdt.c. * Original copyright messages: * * (c...
gpl-2.0
vasishath/kernel_cancro
drivers/net/wireless/orinoco/hermes.c
8153
20038
/* hermes.c * * Driver core for the "Hermes" wireless MAC controller, as used in * the Lucent Orinoco and Cabletron RoamAbout cards. It should also * work on the hfa3841 and hfa3842 MAC controller chips used in the * Prism II chipsets. * * This is not a complete driver, just low-level access routines for * the ...
gpl-2.0
cattleprod/XCeLL-V69-2
arch/mips/oprofile/op_model_mipsxx.c
9177
8933
/* * 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) 2004, 05, 06 by Ralf Baechle * Copyright (C) 2005 by MIPS Technologies, Inc. */ #include <linux/cpumask.h> #include <linux...
gpl-2.0
mikalv/android_kernel_samsung_degas3g
arch/avr32/mach-at32ap/pm.c
9945
5664
/* * AVR32 AP Power Management * * Copyright (C) 2008 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 <linux/io.h> #include <linux/suspend.h> #i...
gpl-2.0
CrawX/linux-fslc
arch/frv/mm/extable.c
12249
2443
/* * linux/arch/frv/mm/extable.c */ #include <linux/module.h> #include <linux/spinlock.h> #include <asm/uaccess.h> extern const struct exception_table_entry __attribute__((aligned(8))) __start___ex_table[]; extern const struct exception_table_entry __attribute__((aligned(8))) __stop___ex_table[]; extern const void ...
gpl-2.0
cooldroid/android_kernel_oneplus_msm8974
arch/avr32/kernel/ocd.c
13785
3885
/* * Copyright (C) 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 <linux/init.h> #include <linux/sched.h> #include <linux/spinlock.h> #incl...
gpl-2.0
sky7sea/linux
drivers/staging/rtl8712/ieee80211.c
218
11410
/****************************************************************************** * ieee80211.c * * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. * Linux device driver for RTL8192SU * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of th...
gpl-2.0
mkasick/android_kernel_samsung_jfltevzw
drivers/mmc/core/debugfs.c
730
12489
/* * Debugfs support for hosts and cards * * Copyright (C) 2008 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 <linux/moduleparam.h> #include <...
gpl-2.0
Ca1ne/Classic-Sense-Kernel
arch/arm/mach-gemini/board-rut1xx.c
1498
2111
/* * Support for Teltonika RUT1xx * * Copyright (C) 2008-2009 Paulius Zaleckas <paulius.zaleckas@teltonika.lt> * * 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
farchanrifai/Foxy
arch/arm/mach-msm/wallclk_sysfs.c
2010
7117
/* Copyright (c) 2013, 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 Foundation. * * This program is distributed in the hope...
gpl-2.0
bilalliberty/kernel_golfu
arch/arm/mach-omap2/vp44xx_data.c
2522
3489
/* * OMAP3 Voltage Processor (VP) data * * Copyright (C) 2007, 2010 Texas Instruments, Inc. * Rajendra Nayak <rnayak@ti.com> * Lesly A M <x0080970@ti.com> * Thara Gopinath <thara@ti.com> * * Copyright (C) 2008, 2011 Nokia Corporation * Kalle Jokiniemi * Paul Walmsley * * This program is free software; you c...
gpl-2.0
simone201/neak-ics-kernel
drivers/edac/i7300_edac.c
2778
36660
/* * Intel 7300 class Memory Controllers kernel module (Clarksboro) * * This file may be distributed under the terms of the * GNU General Public License version 2 only. * * Copyright (c) 2010 by: * Mauro Carvalho Chehab <mchehab@redhat.com> * * Red Hat Inc. http://www.redhat.com * * Intel 7300 Chipset Memor...
gpl-2.0
zymphad/leanKernel-angler
drivers/isdn/gigaset/bas-gigaset.c
2778
72975
/* * USB driver for Gigaset 307x base via direct USB connection. * * Copyright (c) 2001 by Hansjoerg Lipp <hjlipp@web.de>, * Tilman Schmidt <tilman@imap.cc>, * Stefan Eilers. * * ===================================================================== * This program is f...
gpl-2.0
omega-roms/I9300_Stock_Kernel_JB_4.3
drivers/net/sfc/falcon_xmac.c
3034
12420
/**************************************************************************** * 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
atomic-penguin/linux
drivers/hwmon/via686a.c
3290
31485
/* via686a.c - Part of lm_sensors, Linux kernel modules for hardware monitoring Copyright (c) 1998 - 2002 Frodo Looijaard <frodol@dds.nl>, Kyösti Mälkki <kmalkki@cc.hut.fi>, Mark Studebaker <mdsxyz123@yahoo.com>, and Bob Dougherty <bobd@stanford.edu> (Some conversion-factor data were contribute...
gpl-2.0
peremen/gzone_ics_kernel
sound/usb/usx2y/us122l.c
3290
19486
/* * Copyright (C) 2007, 2008 Karsten Wiese <fzu@wemgehoertderstaat.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 * option) any later v...
gpl-2.0
AlbertXingZhang/android_kernel_sony_msm8x60
arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c
4826
3278
/* * arch/arm/mach-orion5x/rd88f6183-ap-ge-setup.c * * Marvell Orion-1-90 AP GE Reference Design Setup * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #include <linux/gpi...
gpl-2.0
CYB0RG97/kernel_nvidia_s8515
arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c
4826
3278
/* * arch/arm/mach-orion5x/rd88f6183-ap-ge-setup.c * * Marvell Orion-1-90 AP GE Reference Design Setup * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #include <linux/gpi...
gpl-2.0
xjljian/android_kernel_huawei_msm8226
sound/isa/sb/sb16_csp.c
7642
33507
/* * Copyright (c) 1999 by Uros Bizjak <uros@kss-loka.si> * Takashi Iwai <tiwai@suse.de> * * SB16ASP/AWE32 CSP control * * CSP microcode loader: * alsa-tools/sb16_csp/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gen...
gpl-2.0
cm-b2g/platform_kernel_lge_msm
drivers/ide/tx4938ide.c
8410
5873
/* * TX4938 internal IDE driver * Based on tx4939ide.c. * * 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. * * (C) Copyright TOSHIBA CORPORATION 2005-2007 */ #include <linux/module.h> #incl...
gpl-2.0
haoyangw/android_kernel_xiaomi_dior
fs/afs/flock.c
8410
16151
/* AFS file locking support * * 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 Foundation; ei...
gpl-2.0
aksalj/kernel_rpi
arch/powerpc/mm/icswx_pid.c
9178
1844
/* * ICSWX and ACOP/PID Management * * Copyright (C) 2011 Anton Blanchard, IBM Corp. <anton@samba.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 L...
gpl-2.0
wingrime/android_kernel_swift
net/core/filter.c
219
14910
/* * Linux Socket Filter - Kernel level socket filtering * * Author: * Jay Schulist <jschlst@samba.org> * * Based on the design of: * - The Berkeley Packet Filter * * This program 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
Channing-Y/kernel
fs/9p/vfs_addr.c
1499
3862
/* * linux/fs/9p/vfs_addr.c * * This file contians vfs address (mmap) ops for 9P2000. * * Copyright (C) 2005 by Eric Van Hensbergen <ericvh@gmail.com> * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> * * This program is free software; you can redistribute it and/or modify * it under the terms of th...
gpl-2.0
ptmr3/Fpg_Kernel
arch/arm/mach-omap2/vc3xxx_data.c
2523
1982
/* * OMAP3 Voltage Controller (VC) data * * Copyright (C) 2007, 2010 Texas Instruments, Inc. * Rajendra Nayak <rnayak@ti.com> * Lesly A M <x0080970@ti.com> * Thara Gopinath <thara@ti.com> * * Copyright (C) 2008, 2011 Nokia Corporation * Kalle Jokiniemi * Paul Walmsley * * This program is free software; you ...
gpl-2.0
high1/android_kernel_htc_pico
drivers/edac/cpc925_edac.c
2779
30542
/* * cpc925_edac.c, EDAC driver for IBM CPC925 Bridge and Memory Controller. * * Copyright (c) 2008 Wind River Systems, Inc. * * Authors: Cao Qingtao <qingtao.cao@windriver.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License versio...
gpl-2.0
sgs3/SPH-L710_Kernel
drivers/net/wireless/rt2x00/rt2x00link.c
3035
13790
/* Copyright (C) 2004 - 2009 Ivo van Doorn <IvDoorn@gmail.com> <http://rt2x00.serialmonkey.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 opti...
gpl-2.0
Alucard24/Dorimanx-SG2-I9100-Kernel
drivers/video/bfin_adv7393fb.c
3035
20143
/* * Frame buffer driver for ADV7393/2 video encoder * * Copyright 2006-2009 Analog Devices Inc. * Licensed under the GPL-2 or late. */ /* * TODO: Remove Globals * TODO: Code Cleanup */ #define pr_fmt(fmt) DRIVER_NAME ": " fmt #include <linux/module.h> #include <linux/kernel.h> #include <linux/errno.h> #incl...
gpl-2.0
Zoldyck07/Bakemono-
drivers/tty/serial/kgdboc.c
5083
7389
/* * Based on the same principle as kgdboe using the NETPOLL api, this * driver uses a console polling api to implement a gdb serial inteface * which is multiplexed on a console port. * * Maintainer: Jason Wessel <jason.wessel@windriver.com> * * 2007-2008 (c) Jason Wessel - Wind River Systems, Inc. * * This fi...
gpl-2.0
tim-smart/kernel_lge_mako
drivers/usb/gadget/fsl_mxc_udc.c
5083
2948
/* * Copyright (C) 2009 * Guennadi Liakhovetski, DENX Software Engineering, <lg@denx.de> * * Description: * Helper routines for i.MX3x SoCs from Freescale, needed by the fsl_usb2_udc.c * driver to function correctly on these systems. * * This program is free software; you can redistribute it and/or modify it ...
gpl-2.0
GustavoRD78/78Kernel-Android-N-Developer-Preview-3
arch/arm/plat-s5p/setup-mipiphy.c
7899
1447
/* * Copyright (C) 2011 Samsung Electronics Co., Ltd. * * S5P - Helper functions for MIPI-CSIS and MIPI-DSIM D-PHY control * * 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