repo_name
string
path
string
copies
string
size
string
content
string
license
string
deafnote/kernel-gigabyte-rior1
drivers/media/common/tuners/mt2060.c
4247
10355
/* * Driver for Microtune MT2060 "Single chip dual conversion broadband tuner" * * Copyright (c) 2006 Olivier DANET <odanet@caramail.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 Founda...
gpl-2.0
yajnab/linux-sunxi
arch/sh/kernel/cpu/sh4a/setup-sh7780.c
4503
16020
/* * SH7780 Setup * * Copyright (C) 2006 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/platform_device.h> #include <linux/init.h> #include <linux/serial.h...
gpl-2.0
syhost/android_kernel_pantech_ef62l
block/blk-flush.c
5271
13401
/* * Functions to sequence FLUSH and FUA writes. * * Copyright (C) 2011 Max Planck Institute for Gravitational Physics * Copyright (C) 2011 Tejun Heo <tj@kernel.org> * * This file is released under the GPLv2. * * REQ_{FLUSH|FUA} requests are decomposed to sequences consisted of three * optional steps - PREFL...
gpl-2.0
jarpii/android_kernel_huawei_y530
net/mac80211/spectmgmt.c
7831
2891
/* * spectrum management * * Copyright 2003, Jouni Malinen <jkmaline@cc.hut.fi> * Copyright 2002-2005, Instant802 Networks, Inc. * Copyright 2005-2006, Devicescape Software, Inc. * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz> * Copyright 2007, Michael Wu <flamingice@sourmilk.net> * Copyright 2007-2008, Intel ...
gpl-2.0
MoKee/android_kernel_lge_star
drivers/acpi/bus.c
152
25578
/* * acpi_bus.c - ACPI Bus Driver ($Revision: 80 $) * * Copyright (C) 2001, 2002 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...
gpl-2.0
liquidware/android-kernel-omap3
arch/powerpc/platforms/pseries/eeh.c
152
37018
/* * eeh.c * Copyright IBM Corporation 2001, 2005, 2006 * Copyright Dave Engebretsen & Todd Inglett 2001 * Copyright Linas Vepstas 2005, 2006 * * 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 Founda...
gpl-2.0
CyanogenMod/lge-kernel-star
drivers/staging/iio/kfifo_buf.c
152
4636
#include <linux/slab.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/device.h> #include <linux/workqueue.h> #include <linux/kfifo.h> #include <linux/mutex.h> #include "kfifo_buf.h" static inline int __iio_allocate_kfifo(struct iio_kfifo *buf, int bytes_per_datum, int length) { if ((length ...
gpl-2.0
sharvanath/ModNet_Linux
net/sctp/inqueue.c
152
6851
/* SCTP kernel implementation * Copyright (c) 1999-2000 Cisco, Inc. * Copyright (c) 1999-2001 Motorola, Inc. * Copyright (c) 2002 International Business Machines, Corp. * * This file is part of the SCTP kernel implementation * * These functions are the methods for accessing the SCTP inqueue. * * An SCTP inqueu...
gpl-2.0
EraYaN/xbmc
xbmc/listproviders/IListProvider.cpp
152
1244
/* * Copyright (C) 2013 Team XBMC * http://xbmc.org * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * This ...
gpl-2.0
longman88/kernel-qspinlock
sound/drivers/dummy.c
408
32816
/* * Dummy 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 License, or * (at your option)...
gpl-2.0
flar2/m7-GPE-5.0.1
mm/vmstat.c
664
34043
/* * linux/mm/vmstat.c * * Manages VM statistics * Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds * * zoned VM statistics * Copyright (C) 2006 Silicon Graphics, Inc., * Christoph Lameter <christoph@lameter.com> */ #include <linux/fs.h> #include <linux/mm.h> #include <linux/err.h> #include <linux/mo...
gpl-2.0
rdnetto/linux-TF101
drivers/firewire/nosy.c
664
17870
/* * nosy - Snoop mode driver for TI PCILynx 1394 controllers * Copyright (C) 2002-2007 Kristian Høgsberg * * 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
songbaby/linux
drivers/ata/ahci_da850.c
1176
3133
/* * DaVinci DA850 AHCI SATA platform driver * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. */ #include <linux/kernel.h> #in...
gpl-2.0
jianpingye/linux
net/ipv4/xfrm4_protocol.c
1688
6813
/* xfrm4_protocol.c - Generic xfrm protocol multiplexer. * * Copyright (C) 2013 secunet Security Networks AG * * Author: * Steffen Klassert <steffen.klassert@secunet.com> * * Based on: * net/ipv4/tunnel4.c * * This program is free software; you can redistribute it and/or * modify it under the terms of the GN...
gpl-2.0
AntonGitName/au-linux-kernel-spring-2016
linux/arch/blackfin/mach-bf533/boards/cm_bf533.c
1944
12827
/* * 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/platform_device.h> #include <linux/mt...
gpl-2.0
scotthartbti/cm_samsung_kernel_dempsey
arch/parisc/math-emu/sfsub.c
1944
14757
/* * Linux/PA-RISC Project (http://www.parisc-linux.org/) * * Floating-point emulation code * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * ...
gpl-2.0
darshanapdas/staging-next
arch/mips/sibyte/bcm1480/setup.c
2200
3462
/* * Copyright (C) 2000,2001,2002,2003,2004 Broadcom 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 option) any later version....
gpl-2.0
InsomniaAOSP/platform_kernel_htc_m7
arch/blackfin/mach-bf537/boards/minotaur.c
4504
13580
/* * Copyright 2004-2009 Analog Devices Inc. * 2008-2009 Cambridge Signal Processing * 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> #i...
gpl-2.0
limitedev66/android_kernel_shooteru
arch/sh/kernel/cpu/sh4a/hwblk-sh7722.c
4504
3722
/* * arch/sh/kernel/cpu/sh4a/hwblk-sh7722.c * * SH7722 hardware block support * * 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 th...
gpl-2.0
brymaster5000/m7-501
drivers/net/tokenring/tms380tr.c
4760
63343
/* * tms380tr.c: A network driver library for Texas Instruments TMS380-based * Token Ring Adapters. * * Originally sktr.c: Written 1997 by Christoph Goos * * A fine result of the Linux Systems Network Architecture Project. * http://www.vanheusden.com/sna/ * * This software may be used and di...
gpl-2.0
padovan/bluetooth-next
arch/arm/nwfpe/single_cpdo.c
15000
3563
/* NetWinder Floating Point Emulator (c) Rebel.COM, 1998,1999 (c) Philip Blundell, 2001 Direct questions, comments to Scott Bambrough <scottb@netwinder.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by...
gpl-2.0
bshiznit/platform_external_busybox
android/librpc/rpc_prot.c
153
7543
/* @(#)rpc_prot.c 2.3 88/08/07 4.0 RPCSRC */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape * media and as a part of the software program in whole or part. Users * may copy or modify Sun RPC without charge, but are not au...
gpl-2.0
AmauryEsparza/linux
fs/proc/kcore.c
153
15722
/* * fs/proc/kcore.c kernel ELF core dumper * * Modelled on fs/exec.c:aout_core_dump() * Jeremy Fitzhardinge <jeremy@sw.oz.au> * ELF version written by David Howells <David.Howells@nexor.co.uk> * Modified and incorporated into 2.3.x by Tigran Aivazian <tigran@veritas.com> * Support to dump vmalloc'd areas (ELF o...
gpl-2.0
pantoniou/linux-beagle-track-mainline
arch/frv/mb93090-mb00/pci-frv.c
153
6047
/* pci-frv.c: low-level PCI access routines * * Copyright (C) 2003-5 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * - Derived from the i386 equivalent stuff * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Publ...
gpl-2.0
crewrktablets/rk3x_kernel_3.10
drivers/input/gyroscope/k3g.c
153
18199
/* * Copyright (C) 2010, Samsung Electronics Co. Ltd. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any...
gpl-2.0
CyanogenMod/motorola-kernel-stingray
drivers/media/video/mx3_camera.c
153
35396
/* * V4L2 Driver for i.MX3x camera host * * Copyright (C) 2008 * Guennadi Liakhovetski, DENX Software Engineering, <lg@denx.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...
gpl-2.0
lsigithub/axxia_yocto_linux_4.1_pull
net/netfilter/ipset/ip_set_hash_ip.c
153
7917
/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> * * 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. */ /* Kernel module implementing an IP set type: the hash...
gpl-2.0
Stane1983/xbmc-Gotham-aml
lib/cximage-6.0/jasper/jpc/jpc_t2cod.c
153
19181
/* * Copyright (c) 1999-2000 Image Power, Inc. and the University of * British Columbia. * Copyright (c) 2001-2003 Michael David Adams. * All rights reserved. */ /* __START_OF_JASPER_LICENSE__ * * JasPer License Version 2.0 * * Copyright (c) 2001-2006 Michael David Adams * Copyright (c) 1999-2000 Image P...
gpl-2.0
MingoAllenII/draconis_msm8226
drivers/md/md.c
2457
218979
/* md.c : Multiple Devices driver for Linux Copyright (C) 1998, 1999, 2000 Ingo Molnar completely rewritten, based on the MD driver code from Marc Zyngier Changes: - RAID-1/RAID-5 extensions by Miguel de Icaza, Gadi Oxman, Ingo Molnar - RAID-6 extensions by H. Peter Anvin <hpa@zytor.com> - boo...
gpl-2.0
balika011/android_kernel_xiaomi_kenzo
drivers/net/ethernet/sfc/falcon_xmac.c
2457
12255
/**************************************************************************** * 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
tarunkapadia93/android_kernel_xiaomi_cancro
drivers/md/md.c
2457
218979
/* md.c : Multiple Devices driver for Linux Copyright (C) 1998, 1999, 2000 Ingo Molnar completely rewritten, based on the MD driver code from Marc Zyngier Changes: - RAID-1/RAID-5 extensions by Miguel de Icaza, Gadi Oxman, Ingo Molnar - RAID-6 extensions by H. Peter Anvin <hpa@zytor.com> - boo...
gpl-2.0
gbiyer/Sony-Aosp-Kernel
drivers/net/ethernet/sfc/txc43128_phy.c
7321
16313
/**************************************************************************** * Driver for Solarflare Solarstorm network controllers and boards * Copyright 2006-2011 Solarflare Communications Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Publi...
gpl-2.0
omerjerk/android_kernel_xiaomi_ferrari
drivers/net/ethernet/sfc/mdio_10g.c
7321
8714
/**************************************************************************** * Driver for Solarflare Solarstorm network controllers and boards * Copyright 2006-2011 Solarflare Communications Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Publi...
gpl-2.0
yuenar/huawei_Honor3_kernel
arch/score/mm/init.c
7577
4337
/* * arch/score/mm/init.c * * Score Processor version. * * Copyright (C) 2009 Sunplus Core Technology Co., Ltd. * Lennox Wu <lennox.wu@sunplusct.com> * Chen Liqin <liqin.chen@sunplusct.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publi...
gpl-2.0
roguesyko/kernel_lge_g3
drivers/sh/intc/handle.c
10393
7013
/* * Shared interrupt handling code for IPR and INTC2 types of IRQs. * * Copyright (C) 2007, 2008 Magnus Damm * Copyright (C) 2009, 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 d...
gpl-2.0
xboxfanj/android_kernel_oneplus_one
arch/ia64/kvm/kvm_fw.c
11673
16389
/* * PAL/SAL call delegation * * Copyright (c) 2004 Li Susie <susie.li@intel.com> * Copyright (c) 2005 Yu Ke <ke.yu@intel.com> * Copyright (c) 2007 Xiantao Zhang <xiantao.zhang@intel.com> * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU Gene...
gpl-2.0
El-Nath/biji-find5-kernel
kernel/gcov/base.c
12185
3697
/* * This code maintains a list of active profiling data structures. * * Copyright IBM Corp. 2009 * Author(s): Peter Oberparleiter <oberpar@linux.vnet.ibm.com> * * Uses gcc-internal data definitions. * Based on the gcov-kernel patch by: * Hubertus Franke <frankeh@us.ibm.com> * Nigel Hinds <nhi...
gpl-2.0
magyarm/bluetooth-next
Documentation/auxdisplay/cfag12864b-example.c
14489
5954
/* * Filename: cfag12864b-example.c * Version: 0.1.0 * Description: cfag12864b LCD userspace example program * License: GPLv2 * * Author: Copyright (C) Miguel Ojeda Sandonis * Date: 2006-10-31 * * This program is free software; you can redistribute it and/or modify * it under the term...
gpl-2.0
freexperia/android_kernel_sony_tegra
arch/arm/mach-imx/eukrea_mbimx27-baseboard.c
154
9409
/* * Copyright (C) 2009-2010 Eric Benard - eric@eukrea.com * * Based on pcm970-baseboard.c which is : * Copyright (C) 2008 Juergen Beisert (kernel@pengutronix.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...
gpl-2.0
bheu/raspberrypi_linux
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm204.c
410
35740
/* * Copyright 2015 Red Hat Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, d...
gpl-2.0
xobs/novena-linux.aqs
drivers/staging/cxt1e1/pmc93x6_eeprom.c
410
17056
/* pmc93x6_eeprom.c - PMC's 93LC46 EEPROM Device * * The 93LC46 is a low-power, serial Electrically Erasable and * Programmable Read Only Memory organized as 128 8-bit bytes. * * Accesses to the 93LC46 are done in a bit serial stream, organized * in a 3 wire format. Writes are internally timed by the...
gpl-2.0
TeamXron/shooter-gb-mr-dodava
arch/arm/mach-msm/board-trout.c
410
2360
/* linux/arch/arm/mach-msm/board-trout.c * * Copyright (C) 2009 Google, Inc. * Author: Brian Swetland <swetland@google.com> * * 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 und...
gpl-2.0
mikedanese/linux
drivers/watchdog/ts72xx_wdt.c
666
10015
/* * Watchdog driver for Technologic Systems TS-72xx based SBCs * (TS-7200, TS-7250 and TS-7260). These boards have external * glue logic CPLD chip, which includes programmable watchdog * timer. * * Copyright (c) 2009 Mika Westerberg <mika.westerberg@iki.fi> * * This driver is based on ep93xx_wdt and wm831x_wdt...
gpl-2.0
Lyanzh/linux
drivers/hid/hid-roccat-kone.c
922
24280
/* * Roccat Kone driver for Linux * * Copyright (c) 2010 Stefan Achatz <erazor_de@users.sourceforge.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 Lic...
gpl-2.0
markyzq/kernel-drm-rockchip
drivers/video/fbdev/amba-clcd-versatile.c
1434
3987
#include <linux/device.h> #include <linux/dma-mapping.h> #include <linux/amba/bus.h> #include <linux/amba/clcd.h> #include <linux/platform_data/video-clcd-versatile.h> static struct clcd_panel vga = { .mode = { .name = "VGA", .refresh = 60, .xres = 640, .yres = 480, .pixclock = 39721, .left_margin = 4...
gpl-2.0
patjak/linux
drivers/mtd/nand/sm_common.c
1946
4567
/* * Copyright © 2009 - Maxim Levitsky * Common routines & support for xD format * * 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/kernel.h> #include <linux/m...
gpl-2.0
Arc-Team/android_kernel_htc_msm8660
drivers/acpi/acpica/psparse.c
3226
18858
/****************************************************************************** * * Module Name: psparse - Parser top level AML parse routines * *****************************************************************************/ /* * Copyright (C) 2000 - 2011, Intel Corp. * All rights reserved. * * Redistribution a...
gpl-2.0
AOKP/kernel_hp_tenderloin
drivers/acpi/acpica/psparse.c
3226
18858
/****************************************************************************** * * Module Name: psparse - Parser top level AML parse routines * *****************************************************************************/ /* * Copyright (C) 2000 - 2011, Intel Corp. * All rights reserved. * * Redistribution a...
gpl-2.0
Cobmaster/Vee3_Stock_more_governors
kernel/trace/trace_functions.c
7578
8429
/* * ring buffer based function tracer * * Copyright (C) 2007-2008 Steven Rostedt <srostedt@redhat.com> * Copyright (C) 2008 Ingo Molnar <mingo@redhat.com> * * Based on code from the latency_tracer, that is: * * Copyright (C) 2004-2006 Ingo Molnar * Copyright (C) 2004 William Lee Irwin III */ #include <linu...
gpl-2.0
harunjo/galaxsih-kernel-JB-S3
fs/ubifs/gc.c
7834
28578
/* * This file is part of UBIFS. * * Copyright (C) 2006-2008 Nokia 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. * * This program is distributed in the hope t...
gpl-2.0
craigacgomez/kernel_samsung_manta
drivers/mtd/maps/pci.c
7834
8823
/* * linux/drivers/mtd/maps/pci.c * * Copyright (C) 2001 Russell King, 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. * * Generic PCI memory map driv...
gpl-2.0
BrateloSlava/SaveEnergy-2
sound/synth/emux/emux_nrpn.c
14234
9938
/* * NRPN / SYSEX callbacks for Emu8k/Emu10k1 * * Copyright (c) 1999-2000 Takashi Iwai <tiwai@suse.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 Li...
gpl-2.0
jrior001/Torched_kernel
drivers/staging/prima/CORE/MAC/src/pe/lim/limApi.c
155
71400
/* * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, 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 not...
gpl-2.0
kingvuplus/xbmc
xbmc/android/jni/ScanResult.cpp
155
1494
/* * Copyright (C) 2013 Team XBMC * http://xbmc.org * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * This ...
gpl-2.0
mer-hybris/android_kernel_motorola_titan-OLD
drivers/misc/stm401/stm401_flash.c
155
18874
/* * Copyright (C) 2010-2013 Motorola Mobility LLC * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but W...
gpl-2.0
JoeGlancy/linux
drivers/edac/i3200_edac.c
411
13158
/* * Intel 3200/3210 Memory Controller kernel module * Copyright (C) 2008-2009 Akamai Technologies, Inc. * Portions by Hitoshi Mitake <h.mitake@gmail.com>. * * This file may be distributed under the terms of the * GNU General Public License. */ #include <linux/module.h> #include <linux/init.h> #include <linux/p...
gpl-2.0
wackerm/buildroot
package/x11r7/mcookie/mcookie.c
411
12552
/* mcookie.c -- Generates random numbers for xauth * Created: Fri Feb 3 10:42:48 1995 by faith@cs.unc.edu * Revised: Fri Mar 19 07:48:01 1999 by faith@acm.org * Public Domain 1995, 1999 Rickard E. Faith (faith@acm.org) * This program comes with ABSOLUTELY NO WARRANTY. * * $Id: mcookie.c,v 1.5 1997/07/06 00:13:0...
gpl-2.0
georgecherian/linux
drivers/misc/hpilo.c
411
22084
/* * Driver for the HP iLO management processor. * * Copyright (C) 2008 Hewlett-Packard Development Company, L.P. * David Altobelli <david.altobelli@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...
gpl-2.0
rafal-krypa/smack-backport
drivers/iio/pressure/ms5611_core.c
411
5897
/* * MS5611 pressure and temperature sensor driver * * Copyright (c) Tomasz Duszynski <tduszyns@gmail.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. * * Data sheet: *...
gpl-2.0
AiJiaZone/linux-4.0
drivers/spi/spi-pxa2xx-pci.c
411
5350
/* * CE4100's SPI device is more or less the same one as found on PXA * */ #include <linux/pci.h> #include <linux/platform_device.h> #include <linux/of_device.h> #include <linux/module.h> #include <linux/spi/pxa2xx_spi.h> #include <linux/clk-provider.h> #include <linux/dmaengine.h> #include <linux/platform_data/dma...
gpl-2.0
chneukirchen/linux-jetson-tk1
arch/arm/mach-imx/platsmp.c
411
2567
/* * Copyright 2011 Freescale Semiconductor, Inc. * Copyright 2011 Linaro Ltd. * * The code contained herein is licensed under the GNU General Public * License. You may obtain a copy of the GNU General Public License * Version 2 or later at the following locations: * * http://www.opensource.org/licenses/gpl-lic...
gpl-2.0
Tasssadar/kernel
drivers/usb/atm/cxacru.c
667
39538
/****************************************************************************** * cxacru.c - driver for USB ADSL modems based on * Conexant AccessRunner chipset * * Copyright (C) 2004 David Woodhouse, Duncan Sands, Roman Kagan * Copyright (C) 2005 Duncan Sands, Roman Kagan (rkagan % mail ! ru) ...
gpl-2.0
Hax-on/android_kernel_zte_msm8996
net/xfrm/xfrm_replay.c
1179
14582
/* * xfrm_replay.c - xfrm replay detection, derived from xfrm_state.c. * * Copyright (C) 2010 secunet Security Networks AG * Copyright (C) 2010 Steffen Klassert <steffen.klassert@secunet.com> * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU G...
gpl-2.0
jamison904/kernel_m919_aokp
drivers/usb/storage/scsiglue.c
1691
18960
/* Driver for USB Mass Storage compliant devices * SCSI layer glue code * * Current development and maintenance by: * (c) 1999-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net) * * Developed with the assistance of: * (c) 2000 David L. Brown, Jr. (usb-storage@davidb.org) * (c) 2000 Stephen J. Gowdy (SGowd...
gpl-2.0
OyTao/linux-4.9-src
drivers/s390/char/sclp_ftp.c
1691
6776
/* * SCLP Event Type (ET) 7 - Diagnostic Test FTP Services, useable on LPAR * * Copyright IBM Corp. 2013 * Author(s): Ralf Hoppe (rhoppe@de.ibm.com) * */ #define KMSG_COMPONENT "hmcdrv" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux/kernel.h> #include <linux/mm.h> #include <linux/slab.h> #...
gpl-2.0
tako0910/m7-kernel
arch/powerpc/platforms/pseries/processor_idle.c
1947
7642
/* * processor_idle - idle state cpuidle driver. * Adapted from drivers/idle/intel_idle.c and * drivers/acpi/processor_idle.c * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/moduleparam.h> #include <linux/cpuidle.h> #include <linux/cpu.h> #include <asm/paca.h> ...
gpl-2.0
varunchitre15/thunderzap_tomato
fs/reiserfs/procfs.c
1947
13721
/* -*- linux-c -*- */ /* fs/reiserfs/procfs.c */ /* * Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README */ /* proc info support a la one created by Sizif@Botik.RU for PGC */ #include <linux/module.h> #include <linux/time.h> #include <linux/seq_file.h> #include <asm/uaccess.h> #include "reiserfs...
gpl-2.0
wm8120/Linux-eMMC-journaling
arch/arm/mach-s3c64xx/mach-anw6410.c
2203
6035
/* 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
crpalmer/dna-kernel
lib/percpu_counter.c
2459
5232
/* * Fast batching percpu counters. */ #include <linux/percpu_counter.h> #include <linux/notifier.h> #include <linux/mutex.h> #include <linux/init.h> #include <linux/cpu.h> #include <linux/module.h> #include <linux/debugobjects.h> #ifdef CONFIG_HOTPLUG_CPU static LIST_HEAD(percpu_counters); static DEFINE_SPINLOCK(p...
gpl-2.0
kornyone/google-kernel-steelhead
drivers/acpi/acpica/utmath.c
3227
9642
/******************************************************************************* * * Module Name: utmath - Integer math support routines * ******************************************************************************/ /* * Copyright (C) 2000 - 2011, Intel Corp. * All rights reserved. * * Redistribution and us...
gpl-2.0
CyanogenMod/android_kernel_samsung_msm8660-q1
drivers/net/mlx4/mr.c
3227
16157
/* * Copyright (c) 2004 Topspin Communications. All rights reserved. * Copyright (c) 2005, 2006, 2007, 2008 Mellanox Technologies. All rights reserved. * Copyright (c) 2006, 2007 Cisco Systems, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choo...
gpl-2.0
IllusionRom-deprecated/android_kernel_samsung_msm8660-common
drivers/acpi/acpica/nsobject.c
3227
12954
/******************************************************************************* * * Module Name: nsobject - Utilities for objects attached to namespace * table entries * ******************************************************************************/ /* * Copyright (C) 2000 - 2011, Intel ...
gpl-2.0
ZdrowyGosciu/kernel_lge_d802_v30d
drivers/watchdog/hpwdt.c
3227
21837
/* * HP WatchDog Driver * based on * * SoftDog 0.05: A Software Watchdog Device * * (c) Copyright 2007 Hewlett-Packard Development Company, L.P. * Thomas Mingarelli <thomas.mingarelli@hp.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Publi...
gpl-2.0
AdiPat/android_kernel_samsung_janice
drivers/acpi/acpica/dsutils.c
3227
25450
/******************************************************************************* * * Module Name: dsutils - Dispatcher utilities * ******************************************************************************/ /* * Copyright (C) 2000 - 2011, Intel Corp. * All rights reserved. * * Redistribution and use in sou...
gpl-2.0
faux123/pyramid-2.6.35_sense
drivers/media/dvb/frontends/stv6110.c
4251
10844
/* * stv6110.c * * Driver for ST STV6110 satellite tuner IC. * * Copyright (C) 2009 NetUP Inc. * Copyright (C) 2009 Igor M. Liplianin <liplianin@netup.ru> * * 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 ...
gpl-2.0
hfutxqd/android_kernel_zte_s291_msm8974
sound/soc/blackfin/bf5xx-ad1980.c
7323
2936
/* * File: sound/soc/blackfin/bf5xx-ad1980.c * Author: Cliff Cai <Cliff.Cai@analog.com> * * Created: Tue June 06 2008 * Description: Board driver for AD1980/1 audio codec * * Modified: * Copyright 2008 Analog Devices Inc. * * Bugs: Enter bugs at http://blackfin.uclinu...
gpl-2.0
sxwzhw/Solid_Kernel-GPROJ-CAF
arch/s390/hypfs/hypfs_dbfs.c
7579
2524
/* * Hypervisor filesystem for Linux on s390 - debugfs interface * * Copyright (C) IBM Corp. 2010 * Author(s): Michael Holzheu <holzheu@linux.vnet.ibm.com> */ #include <linux/slab.h> #include "hypfs.h" static struct dentry *dbfs_dir; static struct hypfs_dbfs_data *hypfs_dbfs_data_alloc(struct hypfs_dbfs_file *f...
gpl-2.0
psndna88/SAMSUNG_OSRC_DUMPS
arch/x86/kernel/cpu/mtrr/cleanup.c
8091
25308
/* * MTRR (Memory Type Range Register) cleanup * * Copyright (C) 2009 Yinghai Lu * * 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 License, or (at your...
gpl-2.0
TEAM-RAZOR-DEVICES/kernel_sony_msm8x27
arch/mn10300/unit-asb2303/flash.c
12955
2580
/* Handle mapping of the flash on the ASB2303 board * * 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 Licence * as published by the Free...
gpl-2.0
mythos234/zerolte-kernel-CM
drivers/gpu/arm/t72x/r5p0/platform/gpu_exynos7420.c
156
17548
/* drivers/gpu/t6xx/kbase/src/platform/gpu_exynos7420.c * * Copyright 2011 by S.LSI. Samsung Electronics Inc. * San#24, Nongseo-Dong, Giheung-Gu, Yongin, Korea * * Samsung SoC Mali-T604 DVFS driver * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General P...
gpl-2.0
mtitinger/linux-next
drivers/gpu/drm/omapdrm/omap_plane.c
156
10341
/* * drivers/gpu/drm/omapdrm/omap_plane.c * * Copyright (C) 2011 Texas Instruments * Author: Rob Clark <rob.clark@linaro.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. ...
gpl-2.0
Kenthliu/linux
drivers/misc/mei/hw-txe.c
668
30610
/* * * Intel Management Engine Interface (Intel MEI) Linux driver * Copyright (c) 2013-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...
gpl-2.0
Inventor1938/boeffla-kernel-cm-oneplus3
drivers/iio/frequency/adf4350.c
924
15941
/* * ADF4350/ADF4351 SPI Wideband Synthesizer driver * * Copyright 2012-2013 Analog Devices Inc. * * Licensed under the GPL-2. */ #include <linux/device.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/sysfs.h> #include <linux/spi/spi.h> #include <linux/regulator/consumer.h> #include <linux/e...
gpl-2.0
changyihsin/powermemo_kernel
drivers/pci/hotplug/shpchp_hpc.c
924
28852
/* * Standard PCI Hot Plug Driver * * Copyright (C) 1995,2001 Compaq Computer Corporation * Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com) * Copyright (C) 2001 IBM Corp. * Copyright (C) 2003-2004 Intel Corporation * * All rights reserved. * * This program is free software; you can redistribute it and/...
gpl-2.0
YijingWang/linux-pci
drivers/gpu/drm/via/via_mm.c
1436
6521
/* * Copyright 2006 Tungsten Graphics Inc., Bismarck, ND., USA. * 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 limitatio...
gpl-2.0
Droid-Concepts/kernel_samsung_jf
drivers/bcma/sprom.c
2716
13483
/* * Broadcom specific AMBA * SPROM reading * * Copyright 2011, 2012, Hauke Mehrtens <hauke@hauke-m.de> * * Licensed under the GNU/GPL. See COPYING for details. */ #include "bcma_private.h" #include <linux/bcma/bcma.h> #include <linux/bcma/bcma_regs.h> #include <linux/pci.h> #include <linux/io.h> #include <lin...
gpl-2.0
davidmueller13/f2fs-backport
arch/arm/mach-sa1100/h3100.c
2972
2367
/* * Support for Compaq iPAQ H3100 handheld computer * * Copyright (c) 2000,1 Compaq Computer Corporation. (Author: Jamey Hicks) * Copyright (c) 2009 Dmitry Artamonow <mad_soft@inbox.ru> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Licens...
gpl-2.0
godmachine81/Acer-A100-JellyBean-Custom-Kernel
drivers/acpi/acpica/hwpci.c
3228
13619
/******************************************************************************* * * Module Name: hwpci - Obtain PCI bus, device, and function numbers * ******************************************************************************/ /* * Copyright (C) 2000 - 2011, Intel Corp. * All rights reserved. * * Redistr...
gpl-2.0
n3ocort3x/Kernel_one_x_sense
drivers/acpi/acpica/evgpeutil.c
3228
11119
/****************************************************************************** * * Module Name: evgpeutil - GPE utilities * *****************************************************************************/ /* * Copyright (C) 2000 - 2011, Intel Corp. * All rights reserved. * * Redistribution and use in source and...
gpl-2.0
CyanogenMod-S6310/kernel
drivers/mfd/wm831x-spi.c
5020
2944
/* * wm831x-spi.c -- SPI access for Wolfson WM831x PMICs * * Copyright 2009,2010 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as p...
gpl-2.0
janarthananfit/Nightlies-4.4
drivers/mmc/host/mmc_spi.c
5020
42926
/* * mmc_spi.c - Access SD/MMC cards through SPI master controllers * * (C) Copyright 2005, Intec Automation, * Mike Lavender (mike@steroidmicros) * (C) Copyright 2006-2007, David Brownell * (C) Copyright 2007, Axis Communications, * Hans-Peter Nilsson (hp@axis.com) * (C) Copyright 2007, ATRON electronic GmbH...
gpl-2.0
DirtyUnicorns-Ports/android_kernel_samsung_jf
arch/h8300/kernel/ptrace.c
6812
3778
/* * linux/arch/h8300/kernel/ptrace.c * * Yoshinori Sato <ysato@users.sourceforge.jp> * * Based on: * linux/arch/m68k/kernel/ptrace.c * * Copyright (C) 1994 by Hamish Macdonald * Taken from linux/kernel/ptrace.c and modified for M680x0. * linux/kernel/ptrace.c is by Ross Biro 1/23/92, edited by Linus T...
gpl-2.0
cryptickid/android_kernel_oneplus_msm8974
kernel/spinlock.c
6812
9730
/* * Copyright (2004) Linus Torvalds * * Author: Zwane Mwaikambo <zwane@fsmlabs.com> * * Copyright (2004, 2005) Ingo Molnar * * This file contains the spinlock/rwlock implementations for the * SMP and the DEBUG_SPINLOCK cases. (UP-nondebug inlines them) * * Note that some architectures have special knowledge ...
gpl-2.0
tommytarts/QuantumKernelM8-Sense
kernel/spinlock.c
6812
9730
/* * Copyright (2004) Linus Torvalds * * Author: Zwane Mwaikambo <zwane@fsmlabs.com> * * Copyright (2004, 2005) Ingo Molnar * * This file contains the spinlock/rwlock implementations for the * SMP and the DEBUG_SPINLOCK cases. (UP-nondebug inlines them) * * Note that some architectures have special knowledge ...
gpl-2.0
itsmerajit/kernel_otus
arch/h8300/kernel/ptrace.c
6812
3778
/* * linux/arch/h8300/kernel/ptrace.c * * Yoshinori Sato <ysato@users.sourceforge.jp> * * Based on: * linux/arch/m68k/kernel/ptrace.c * * Copyright (C) 1994 by Hamish Macdonald * Taken from linux/kernel/ptrace.c and modified for M680x0. * linux/kernel/ptrace.c is by Ross Biro 1/23/92, edited by Linus T...
gpl-2.0
shinru2004/android_kernel_htc_a11
arch/alpha/kernel/setup.c
6812
39267
/* * linux/arch/alpha/kernel/setup.c * * Copyright (C) 1995 Linus Torvalds */ /* 2.3.x bootmem, 1999 Andrea Arcangeli <andrea@suse.de> */ /* * Bootup setup stuff. */ #include <linux/sched.h> #include <linux/kernel.h> #include <linux/mm.h> #include <linux/stddef.h> #include <linux/unistd.h> #include <linux/p...
gpl-2.0
hash07/Apollo_X
arch/alpha/kernel/setup.c
6812
39267
/* * linux/arch/alpha/kernel/setup.c * * Copyright (C) 1995 Linus Torvalds */ /* 2.3.x bootmem, 1999 Andrea Arcangeli <andrea@suse.de> */ /* * Bootup setup stuff. */ #include <linux/sched.h> #include <linux/kernel.h> #include <linux/mm.h> #include <linux/stddef.h> #include <linux/unistd.h> #include <linux/p...
gpl-2.0
jmztaylor/android_kernel_htc_a5dug
net/core/stream.c
10396
5229
/* * SUCS NET3: * * Generic stream handling routines. These are generic for most * protocols. Even IP. Tonight 8-). * This is used because TCP, LLC (others too) layer all have mostly * identical sendmsg() and recvmsg() code. * So we (will) share it here. * * Authors: Arnaldo ...
gpl-2.0
MoKee/android_kernel_oppo_find7a
kernel/irq/autoprobe.c
10908
4595
/* * linux/kernel/irq/autoprobe.c * * Copyright (C) 1992, 1998-2004 Linus Torvalds, Ingo Molnar * * This file contains the interrupt probing code and driver APIs. */ #include <linux/irq.h> #include <linux/module.h> #include <linux/interrupt.h> #include <linux/delay.h> #include <linux/async.h> #include "internal...
gpl-2.0
rootfs/vzkernel
sound/oss/sb_card.c
12700
9889
/* * sound/oss/sb_card.c * * Detection routine for the ISA Sound Blaster and compatible sound * cards. * * This file is distributed under the GNU GENERAL PUBLIC LICENSE (GPL) * Version 2 (June 1991). See the "COPYING" file distributed with this * software for more info. * * This is a complete rewrite of the d...
gpl-2.0