repo_name
string
path
string
copies
string
size
string
content
string
license
string
coolbho3k/Xoom-OC
drivers/w1/slaves/w1_ds2431.c
9139
7299
/* * w1_ds2431.c - w1 family 2d (DS2431) driver * * Copyright (c) 2008 Bernhard Weirich <bernhard.weirich@riedel.net> * * Heavily inspired by w1_DS2433 driver from Ben Gardner <bgardner@wabtec.com> * * This source code is licensed under the GNU General Public License, * Version 2. See the file COPYING for more ...
gpl-2.0
lab305itep/linux
drivers/uwb/uwbd.c
9651
10482
/* * Ultra Wide Band * Neighborhood Management Daemon * * 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...
gpl-2.0
SlimRoms/kernel_sony_msm8974pro
crypto/md5.c
9907
4030
/* * Cryptographic API. * * MD5 Message Digest Algorithm (RFC1321). * * Derived from cryptoapi implementation, originally based on the * public domain implementation written by Colin Plumb in 1993. * * Copyright (c) Cryptoapi developers. * Copyright (c) 2002 James Morris <jmorris@intercode.com.au> * * This...
gpl-2.0
TeamExodus/kernel_samsung_manta
drivers/message/i2o/config-osm.c
13491
2170
/* * Configuration OSM * * Copyright (C) 2005 Markus Lidel <Markus.Lidel@shadowconnect.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your ...
gpl-2.0
bozont/2.6.35
drivers/message/i2o/config-osm.c
13491
2170
/* * Configuration OSM * * Copyright (C) 2005 Markus Lidel <Markus.Lidel@shadowconnect.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your ...
gpl-2.0
CyanogenMod/android_kernel_samsung_exynos5410
fs/dlm/midcomms.c
14771
3813
/****************************************************************************** ******************************************************************************* ** ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. ** Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. ** ** This copyrig...
gpl-2.0
sria91/linux
mm/list_lru.c
180
12878
/* * Copyright (c) 2013 Red Hat, Inc. and Parallels Inc. All rights reserved. * Authors: David Chinner and Glauber Costa * * Generic LRU infrastructure */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/mm.h> #include <linux/list_lru.h> #include <linux/slab.h> #include <linux/mutex.h> #include ...
gpl-2.0
zjh171/gcc
gcc/testsuite/gfortran.dg/namelist_13.f90
180
1030
!{ dg-do run } ! Tests simple derived types. ! Provided by Paul Thomas - pault@gcc.gnu.org program namelist_13 type :: yourtype integer, dimension(2) :: yi = (/8,9/) real, dimension(2) :: yx = (/80.,90./) character(len=2) :: ych = "xx" end...
gpl-2.0
metredigm/linux
drivers/net/ethernet/broadcom/bcm63xx_enet.c
692
74269
/* * Driver for BCM963xx builtin Ethernet mac * * Copyright (C) 2008 Maxime Bizon <mbizon@freebox.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, or...
gpl-2.0
chhapil/Kernel-Lenovo-A6000-KK
drivers/base/power/runtime.c
1716
39602
/* * drivers/base/power/runtime.c - Helper functions for device runtime PM * * Copyright (c) 2009 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc. * Copyright (C) 2010 Alan Stern <stern@rowland.harvard.edu> * * This file is released under the GPLv2. */ #include <linux/sched.h> #include <linux/export.h> #include <li...
gpl-2.0
shuiqingliu/android_kernel_lenovo_stuttgart
drivers/media/video/saa7134/saa7134-tvaudio.c
3252
29143
/* * * device driver for philips saa7134 based TV cards * tv audio decoder (fm stereo, nicam, ...) * * (c) 2001-03 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs] * * 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
christianjann/L4T_PREEMPT_RT
drivers/oprofile/buffer_sync.c
3508
13627
/** * @file buffer_sync.c * * @remark Copyright 2002-2009 OProfile authors * @remark Read the file COPYING * * @author John Levon <levon@movementarian.org> * @author Barry Kasindorf * @author Robert Richter <robert.richter@amd.com> * * This is the core of the buffer management. Each * CPU buffer is processed...
gpl-2.0
jstotero/Old_Cucciolone
arch/m68k/amiga/amiints.c
4532
6489
/* * linux/arch/m68k/amiga/amiints.c -- Amiga Linux interrupt handling code * * 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. * * 11/07/96: rewritten interrupt handling, irq lists are exists no...
gpl-2.0
MilysTW/linux-sunxi-cb2
arch/mips/kernel/syscall.c
4532
8002
/* * 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) 1995, 1996, 1997, 2000, 2001, 05 by Ralf Baechle * Copyright (C) 1999, 2000 Silicon Graphics, Inc. * Copyright (C) 2001 MI...
gpl-2.0
herod2k/buildroot-linux-kernel-m6
arch/x86/kernel/cpu/mcheck/p5.c
4788
1711
/* * P5 specific Machine Check Exception Reporting * (C) Copyright 2002 Alan Cox <alan@lxorguk.ukuu.org.uk> */ #include <linux/interrupt.h> #include <linux/kernel.h> #include <linux/types.h> #include <linux/init.h> #include <linux/smp.h> #include <asm/processor.h> #include <asm/system.h> #include <asm/mce.h> #inclu...
gpl-2.0
Freack-v/android_kernel_eagle
drivers/ide/icside.c
5044
16655
/* * Copyright (c) 1996-2004 Russell King. * * Please note that this platform does not support 32-bit IDE IO. */ #include <linux/string.h> #include <linux/module.h> #include <linux/ioport.h> #include <linux/slab.h> #include <linux/blkdev.h> #include <linux/errno.h> #include <linux/ide.h> #include <linux/dma-mappin...
gpl-2.0
Jovy23/M919_Kernel
arch/arm/mach-kirkwood/mpp.c
5044
1064
/* * arch/arm/mach-kirkwood/mpp.c * * MPP functions for Marvell Kirkwood SoCs * * 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/gpio.h> #include <linux/kern...
gpl-2.0
Beeko/android_kernel_samsung_d2
drivers/net/ethernet/cisco/enic/enic_res.c
7860
9562
/* * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. * Copyright 2007 Nuova Systems, Inc. All rights reserved. * * This program is free software; you may 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...
gpl-2.0
n3ocort3x/endeavoru_2.17
drivers/net/stmmac/stmmac_timer.c
9140
3490
/******************************************************************************* STMMAC external timer support. Copyright (C) 2007-2009 STMicroelectronics Ltd 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,...
gpl-2.0
kimjh-sane/imx6sane-linux-3.14.28
arch/s390/crypto/sha512_s390.c
9652
4157
/* * Cryptographic API. * * s390 implementation of the SHA512 and SHA38 Secure Hash Algorithm. * * Copyright IBM Corp. 2007 * Author(s): Jan Glauber (jang@de.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 ...
gpl-2.0
ChronoMonochrome/android_kernel_lenovo_msm8916
arch/cris/mm/ioremap.c
12468
2367
/* * arch/cris/mm/ioremap.c * * Re-map IO memory to kernel address space so that we can access it. * Needed for memory-mapped I/O devices mapped outside our normal DRAM * window (that is, all memory-mapped I/O devices). * * (C) Copyright 1995 1996 Linus Torvalds * CRIS-port by Axis Communications AB */ #inclu...
gpl-2.0
HandyMenny/android_kernel_sony_u8500
arch/cris/mm/ioremap.c
12468
2367
/* * arch/cris/mm/ioremap.c * * Re-map IO memory to kernel address space so that we can access it. * Needed for memory-mapped I/O devices mapped outside our normal DRAM * window (that is, all memory-mapped I/O devices). * * (C) Copyright 1995 1996 Linus Torvalds * CRIS-port by Axis Communications AB */ #inclu...
gpl-2.0
Root-Box/kernel_samsung_smdk4412
mm/vmalloc.c
181
67315
/* * linux/mm/vmalloc.c * * Copyright (C) 1993 Linus Torvalds * Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999 * SMP-safe vmalloc/vfree/ioremap, Tigran Aivazian <tigran@veritas.com>, May 2000 * Major rework to support vmap/vunmap, Christoph Hellwig, SGI, August 2002 * Numa awareness, Ch...
gpl-2.0
ska/linux-fsl
drivers/gpu/drm/nouveau/core/subdev/fb/nvc0.c
181
6778
/* * Copyright 2012 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
jogger0703/linux
arch/arm/common/locomo.c
437
24141
/* * linux/arch/arm/common/locomo.c * * Sharp LoCoMo support * * 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 file contains all generic LoCoMo support. * * All ini...
gpl-2.0
shakalaca/ASUS_ZenFone_ZE600KL
kernel/mm/page_io.c
949
9468
/* * linux/mm/page_io.c * * Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds * * Swap reorganised 29.12.95, * Asynchronous swapping added 30.12.95. Stephen Tweedie * Removed race in async swapping. 14.4.1996. Bruno Haible * Add swap of shared pages through the page cache. 20.2.1998. Stephen Tweedie ...
gpl-2.0
toyota86/xoompus
drivers/mtd/maps/bfin-async-flash.c
1205
6037
/* * drivers/mtd/maps/bfin-async-flash.c * * Handle the case where flash memory and ethernet mac/phy are * mapped onto the same async bank. The BF533-STAMP does this * for example. All board-specific configuration goes in your * board resources file. * * Copyright 2000 Nicolas Pitre <nico@fluxnic.net> * Copy...
gpl-2.0
emuikernel/WNR2000v4
git_home/linux-2.6.git/arch/m32r/platforms/m32700ut/setup.c
1461
14295
/* * linux/arch/m32r/platforms/m32700ut/setup.c * * Setup routines for Renesas M32700UT Board * * Copyright (c) 2002-2005 Hiroyuki Kondo, Hirokazu Takata, * Hitoshi Yamamoto, Takeo Takahashi * * This file is subject to the terms and conditions of the GNU General * Public License...
gpl-2.0
Y300-0100/android_kernel_samsung_SM-G355HN_XEC
drivers/mmc/host/sdhci-pci.c
1973
36732
/* linux/drivers/mmc/host/sdhci-pci.c - SDHCI on PCI bus interface * * Copyright (C) 2005-2008 Pierre Ossman, 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; eithe...
gpl-2.0
Andrew-Gazizov/linux-beagle-npi
net/phonet/af_phonet.c
2229
13015
/* * File: af_phonet.c * * Phonet protocols family * * Copyright (C) 2008 Nokia Corporation. * * Contact: Remi Denis-Courmont <remi.denis-courmont@nokia.com> * Original author: Sakari Ailus <sakari.ailus@nokia.com> * * This program is free software; you can redistribute it and/or * modify it under the terms ...
gpl-2.0
FEDEVEL/imx6tinyrex-linux-3.0.35
drivers/mmc/host/sdhci-tegra.c
2229
6569
/* * Copyright (C) 2010 Google, Inc. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in the hope that it will be useful, * ...
gpl-2.0
gem5/linux-arm64-gem5
drivers/hwmon/sch5636.c
3253
17129
/*************************************************************************** * Copyright (C) 2011-2012 Hans de Goede <hdegoede@redhat.com> * * * * This program is free software; you can redistribute it and/or modify * * it unde...
gpl-2.0
somcom3x/kernel_u8800pro
drivers/media/dvb/frontends/dib3000mb.c
3253
23765
/* * Frontend driver for mobile DVB-T demodulator DiBcom 3000M-B * DiBcom (http://www.dibcom.fr/) * * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) * * based on GPL code from DibCom, which has * * Copyright (C) 2004 Amaury Demol for DiBcom (ademol@dibcom.fr) * * This program is free softw...
gpl-2.0
CyanHacker-Lollipop/kernel_lge_hammerhead
arch/powerpc/kernel/crash_dump.c
4021
4336
/* * Routines for doing kexec-based kdump. * * Copyright (C) 2005, IBM Corp. * * Created by: Michael Ellerman * * This source code is licensed under the GNU General Public License, * Version 2. See the file COPYING for more details. */ #undef DEBUG #include <linux/crash_dump.h> #include <linux/bootmem.h> #i...
gpl-2.0
TheKang/kernel_lge_hammerhead
tools/perf/util/hist.c
4789
32896
#include "annotate.h" #include "util.h" #include "build-id.h" #include "hist.h" #include "session.h" #include "sort.h" #include <math.h> static bool hists__filter_entry_by_dso(struct hists *hists, struct hist_entry *he); static bool hists__filter_entry_by_thread(struct hists *hists, struct hist_entry...
gpl-2.0
arcardinal/kernel_lge_g3
fs/ext4/hash.c
4789
4462
/* * linux/fs/ext4/hash.c * * Copyright (C) 2002 by Theodore Ts'o * * This file is released under the GPL v2. * * This file may be redistributed under the terms of the GNU Public * License. */ #include <linux/fs.h> #include <linux/jbd2.h> #include <linux/cryptohash.h> #include "ext4.h" #define DELTA 0x9E377...
gpl-2.0
samuaz/kernel_msm_gee
arch/powerpc/kernel/module.c
7093
2464
/* Kernel module help for powerpc. Copyright (C) 2001, 2003 Rusty Russell IBM Corporation. Copyright (C) 2008 Freescale Semiconductor, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Fo...
gpl-2.0
AndroidGX/SimpleGX-MM-6.0_H815
arch/arm/mach-sa1100/clock.c
7349
1998
/* * linux/arch/arm/mach-sa1100/clock.c */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/device.h> #include <linux/list.h> #include <linux/errno.h> #include <linux/err.h> #include <linux/string.h> #include <linux/clk.h> #include <linux/spinlock.h> #include <linux/mutex.h> #include <linux/io.h> ...
gpl-2.0
skeevy420/android_kernel_lge_d850
arch/cris/arch-v32/drivers/mach-fs/nandflash.c
8885
4260
/* * arch/cris/arch-v32/drivers/nandflash.c * * Copyright (c) 2004 * * Derived from drivers/mtd/nand/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 License versio...
gpl-2.0
ptriller/dcpu-gcc
gcc/testsuite/gcc.c-torture/compile/pr34091.c
182
5566
typedef unsigned int GLenum; typedef unsigned char GLboolean; typedef int GLint; typedef unsigned short GLushort; typedef unsigned int GLuint; typedef float GLfloat; typedef GLushort GLchan; struct gl_texture_image; typedef struct __GLcontextRec GLcontext; typedef void (*FetchTexelFuncC) (const struct gl_texture_image ...
gpl-2.0
Orion116/kernel_samsung_lt03wifi_rebase
arch/um/kernel/smp.c
438
4873
/* * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL */ #include "linux/percpu.h" #include "asm/pgalloc.h" #include "asm/tlb.h" #ifdef CONFIG_SMP #include "linux/sched.h" #include "linux/module.h" #include "linux/threads.h" #include "linux/interrupt.h" #include "linu...
gpl-2.0
nightscape/yoga-900-kernel
drivers/media/pci/solo6x10/solo6x10-core.c
694
17897
/* * Copyright (C) 2010-2013 Bluecherry, LLC <http://www.bluecherrydvr.com> * * Original author: * Ben Collins <bcollins@ubuntu.com> * * Additional work by: * John Brooks <john.brooks@bluecherry.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gener...
gpl-2.0
TeamFahQ/kernel_linux_next
arch/nios2/boot/compressed/misc.c
1462
4615
/* * Copyright (C) 2009 Thomas Chou <thomas@wytron.com.tw> * * This is a collection of several routines from gzip-1.0.3 * adapted for Linux. * * malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994 * * Adapted for SH by Stuart Menefy, Aug 1999 * * Modified to use standard LinuxSH BIOS by Greg Banks 7Jul2...
gpl-2.0
ronasimi/LGF180-Optimus-G-_Android_KK_v30a_Kernel
drivers/usb/dwc3/host.c
1718
3219
/** * host.c - DesignWare USB3 DRD Controller Host Glue * * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com * * Authors: Felipe Balbi <balbi@ti.com>, * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ...
gpl-2.0
damienyong/Kernel-3.0.8
kernel/drivers/net/usb/cx82310_eth.c
3254
9102
/* * Driver for USB ethernet port of Conexant CX82310-based ADSL routers * Copyright (C) 2010 by Ondrej Zary * some parts inspired by the cxacru 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 Softwa...
gpl-2.0
Perferom/android_kernel_samsung_msm
drivers/misc/ad525x_dpot.c
3254
20793
/* * ad525x_dpot: Driver for the Analog Devices digital potentiometers * Copyright (c) 2009-2010 Analog Devices, Inc. * Author: Michael Hennerich <hennerich@blackfin.uclinux.org> * * DEVID #Wipers #Positions Resistor Options (kOhm) * AD5258 1 64 1, 10, 50, 100 * AD5259 1 256 5, 10, 50, 100 * AD5251 2 ...
gpl-2.0
MoKee/android_kernel_lge_hammerheadcaf
drivers/net/ethernet/3com/3c59x.c
3766
104937
/* EtherLinkXL.c: A 3Com EtherLink PCI III/XL ethernet driver for linux. */ /* Written 1996-1999 by Donald Becker. This software may be used and distributed according to the terms of the GNU General Public License, incorporated herein by reference. This driver is for the 3Com "Vortex" and "Boomerang" series ether...
gpl-2.0
javelinanddart/kernel_samsung_msm8660
drivers/media/video/cpia2/cpia2_usb.c
4790
25426
/**************************************************************************** * * Filename: cpia2_usb.c * * Copyright 2001, STMicrolectronics, Inc. * Contact: steve.miller@st.com * * Description: * This is a USB driver for CPia2 based video cameras. * The infrastructure of this driver is based...
gpl-2.0
fat-tire/nook_tablet_kernel
drivers/staging/octeon/cvmx-helper-loop.c
4790
2679
/***********************license start*************** * Author: Cavium Networks * * Contact: support@caviumnetworks.com * This file is part of the OCTEON SDK * * Copyright (c) 2003-2008 Cavium Networks * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General ...
gpl-2.0
ganjafuzz/PureKernel-v2-CAF
drivers/tty/serial/8250/8250_mca.c
7862
1336
/* * Copyright (C) 2005 Russell King. * Data taken from include/asm-i386/serial.h * * 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/module.h> #include <linu...
gpl-2.0
omnirom/android_kernel_oppo_r819
drivers/staging/winbond/mds.c
8118
17881
#include "mds_f.h" #include "mto.h" #include "wbhal.h" #include "wb35tx_f.h" unsigned char Mds_initial(struct wbsoft_priv *adapter) { struct wb35_mds *pMds = &adapter->Mds; pMds->TxPause = false; pMds->TxRTSThreshold = DEFAULT_RTSThreshold; pMds->TxFragmentThreshold = DEFAULT_FRAGMENT_THRESHOLD; return hal_get_...
gpl-2.0
TeamBliss-Devices/android_kernel_samsung_jflte
drivers/char/hw_random/amd-rng.c
10934
3702
/* * RNG driver for AMD RNGs * * Copyright 2005 (c) MontaVista Software, Inc. * * with the majority of the code coming from: * * Hardware driver for the Intel/AMD/VIA Random Number Generators (RNG) * (c) Copyright 2003 Red Hat Inc <jgarzik@redhat.com> * * derived from * * Hardware driver for the AMD 768 Ran...
gpl-2.0
CryToCry96/android_kernel_huawei_msm7x27a
arch/x86/kernel/cpu/transmeta.c
11190
2945
#include <linux/kernel.h> #include <linux/mm.h> #include <linux/init.h> #include <asm/processor.h> #include <asm/msr.h> #include "cpu.h" static void __cpuinit early_init_transmeta(struct cpuinfo_x86 *c) { u32 xlvl; /* Transmeta-defined flags: level 0x80860001 */ xlvl = cpuid_eax(0x80860000); if ((xlvl & 0xffff000...
gpl-2.0
issi5862/linux-3.17.3-nvdimm-journal
arch/sh/boards/mach-highlander/irq-r7780rp.c
13238
1586
/* * Renesas Solutions Highlander R7780RP-1 Support. * * Copyright (C) 2002 Atom Create Engineering Co., Ltd. * Copyright (C) 2006 Paul Mundt * Copyright (C) 2008 Magnus Damm * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main director...
gpl-2.0
Lloir/htc_kernel_oxp
drivers/video/tegra/dc/ext/cursor.c
183
4583
/* * drivers/video/tegra/dc/ext/cursor.c * * Copyright (c) 2011-2012, NVIDIA CORPORATION, All rights reserved. * * Author: Robert Morell <rmorell@nvidia.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 Fre...
gpl-2.0
jamison904/android_kernel_samsung_trlte
drivers/tty/ehv_bytechan.c
2231
23538
/* ePAPR hypervisor byte channel device driver * * Copyright 2009-2011 Freescale Semiconductor, Inc. * * Author: Timur Tabi <timur@freescale.com> * * 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...
gpl-2.0
intel-linux-graphics/drm-intel
arch/mips/pci/ops-bcm63xx.c
2231
12348
/* * 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/types.h> #include <linux/pci.h> #include <linux/kernel.h> #includ...
gpl-2.0
sandymanu/sandy_oneplus2_msm8994
drivers/gpio/gpio-rc5t583.c
2487
5357
/* * GPIO driver for RICOH583 power management chip. * * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. * Author: Laxman dewangan <ldewangan@nvidia.com> * * Based on code * Copyright (C) 2011 RICOH COMPANY,LTD * * This program is free software; you can redistribute it and/or modify it * under t...
gpl-2.0
jyunyen/Nexus7_Kernal
fs/nfs/callback_xdr.c
2743
25269
/* * linux/fs/nfs/callback_xdr.c * * Copyright (C) 2004 Trond Myklebust * * NFSv4 callback encode/decode procedures */ #include <linux/kernel.h> #include <linux/sunrpc/svc.h> #include <linux/nfs4.h> #include <linux/nfs_fs.h> #include <linux/slab.h> #include <linux/sunrpc/bc_xprt.h> #include "nfs4_fs.h" #include "...
gpl-2.0
parheliamm/i939u2
drivers/staging/comedi/drivers/daqboard2000.c
3255
27245
/* comedi/drivers/daqboard2000.c hardware driver for IOtech DAQboard/2000 COMEDI - Linux Control and Measurement Device Interface Copyright (C) 1999 Anders Blomdell <anders.blomdell@control.lth.se> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Gen...
gpl-2.0
ayushrox/Pandora_kernel
sound/mips/sgio2audio.c
4023
27692
/* * Sound driver for Silicon Graphics O2 Workstations A/V board audio. * * Copyright 2003 Vivien Chappelier <vivien.chappelier@linux-mips.org> * Copyright 2008 Thomas Bogendoerfer <tsbogend@alpha.franken.de> * Mxier part taken from mace_audio.c: * Copyright 2007 Thorben Jändling <tj.trevelyan@gmail.com...
gpl-2.0
madhwang/linuxKernel
drivers/scsi/libsas/sas_discover.c
4023
10302
/* * Serial Attached SCSI (SAS) Discover process * * Copyright (C) 2005 Adaptec, Inc. All rights reserved. * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> * * This file is licensed under GPLv2. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GN...
gpl-2.0
matyushov/vs311
drivers/ide/opti621.c
4791
4568
/* * Copyright (C) 1996-1998 Linus Torvalds & authors (see below) */ /* * Authors: * Jaromir Koutek <miri@punknet.cz>, * Jan Harkes <jaharkes@cwi.nl>, * Mark Lord <mlord@pobox.com> * Some parts of code are from ali14xx.c and from rz1000.c. */ #include <linux/types.h> #include <linux/module.h> #include <linu...
gpl-2.0
TheMeddlingMonk/android_kernel_toshiba_tostab03
arch/cris/arch-v32/mach-a3/dma.c
4791
4404
/* Wrapper for DMA channel allocator that starts clocks etc */ #include <linux/kernel.h> #include <linux/spinlock.h> #include <mach/dma.h> #include <hwregs/reg_map.h> #include <hwregs/reg_rdwr.h> #include <hwregs/marb_defs.h> #include <hwregs/clkgen_defs.h> #include <hwregs/strmux_defs.h> #include <linux/errno.h> #inc...
gpl-2.0
VanirAOSP/kernel_samsung_jf
arch/powerpc/platforms/8xx/mpc885ads_setup.c
6839
6887
/* * Platform setup for the Freescale mpc885ads board * * Vitaly Bordug <vbordug@ru.mvista.com> * * Copyright 2005 MontaVista Software Inc. * * Heavily modified by Scott Wood <scottwood@freescale.com> * Copyright 2007 Freescale Semiconductor, Inc. * * This file is licensed under the terms of the GNU General P...
gpl-2.0
StelixROM/android_kernel_google_msm
sound/oss/pas2_pcm.c
8375
9582
/* * pas2_pcm.c Audio routines for PAS16 * * * Copyright (C) by Hannu Savolainen 1993-1997 * * OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL) * Version 2 (June 1991). See the "COPYING" file distributed with this software * for more info. * * * Thomas Sailer : ioctl code rework...
gpl-2.0
uberlaggydarwin/useless
arch/arm/mm/copypage-v4mc.c
9655
3481
/* * linux/arch/arm/lib/copypage-armv4mc.S * * Copyright (C) 1995-2005 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. * * This handles the mini data cache, a...
gpl-2.0
jderrick/linux-block
arch/arm/mm/copypage-v4mc.c
9655
3481
/* * linux/arch/arm/lib/copypage-armv4mc.S * * Copyright (C) 1995-2005 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. * * This handles the mini data cache, a...
gpl-2.0
tejaswanjari/SMR_FS-EXT4
kernel/drivers/net/wireless/brcm80211/brcmsmac/rate.c
10935
16697
/* * 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
TenchiMasaki/android_kernel_asus_moorefield
fs/lockd/xdr4.c
12727
7513
/* * linux/fs/lockd/xdr4.c * * XDR support for lockd and the lock client. * * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de> * Copyright (C) 1999, Trond Myklebust <trond.myklebust@fys.uio.no> */ #include <linux/types.h> #include <linux/sched.h> #include <linux/nfs.h> #include <linux/sunrpc/xdr.h> #inc...
gpl-2.0
mpokwsths/hammerhead_kernel
arch/sh/boards/mach-sdk7780/irq.c
13239
1186
/* * linux/arch/sh/boards/renesas/sdk7780/irq.c * * Renesas Technology Europe SDK7780 Support. * * Copyright (C) 2008 Nicholas Beck <nbeck@mpc-data.co.uk> * * 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 * f...
gpl-2.0
hexiaolong2008/linux-2.6.32
arch/sh/kernel/vsyscall/vsyscall.c
696
2504
/* * arch/sh/kernel/vsyscall/vsyscall.c * * Copyright (C) 2006 Paul Mundt * * vDSO randomization * Copyright(C) 2005-2006, Red Hat, Inc., Ingo Molnar * * 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 m...
gpl-2.0
wangxingchao/spi-omap
drivers/video/omap2/dss/sdi.c
696
3894
/* * linux/drivers/video/omap2/dss/sdi.c * * Copyright (C) 2009 Nokia Corporation * Author: Tomi Valkeinen <tomi.valkeinen@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 Foun...
gpl-2.0
dummie999/android_kernel_htc_z4u
sound/usb/misc/ua101.c
952
38417
/* * Edirol UA-101/UA-1000 driver * Copyright (c) Clemens Ladisch <clemens@ladisch.de> * * This driver is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2. * * This driver is distributed in the hope that it will be useful, * but WITHOUT ANY W...
gpl-2.0
TeamExodus/kernel_yu_tomato
drivers/tty/serial/sunsab.c
1208
29895
/* sunsab.c: ASYNC Driver for the SIEMENS SAB82532 DUSCC. * * Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be) * Copyright (C) 2002, 2006 David S. Miller (davem@davemloft.net) * * Rewrote buffer handling to use CIRC(Circular Buffer) macros. * Maxim Krasnyanskiy <maxk@qualcomm.com> * * Fixed to use tty_get_...
gpl-2.0
zhangshenglin/linux-2.6.32.2
drivers/media/video/saa7164/saa7164-i2c.c
1464
3665
/* * Driver for the NXP SAA7164 PCIe bridge * * Copyright (c) 2009 Steven Toth <stoth@kernellabs.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the Licens...
gpl-2.0
zanezam/boeffla-kernel-oos-bacon
kernel/audit_tree.c
3512
22232
#include "audit.h" #include <linux/fsnotify_backend.h> #include <linux/namei.h> #include <linux/mount.h> #include <linux/kthread.h> #include <linux/slab.h> struct audit_tree; struct audit_chunk; struct audit_tree { atomic_t count; int goner; struct audit_chunk *root; struct list_head chunks; struct list_head rul...
gpl-2.0
LeMaker/linux-sunxi
drivers/net/ethernet/amd/pcnet32.c
4536
82553
/* pcnet32.c: An AMD PCnet32 ethernet driver for linux. */ /* * Copyright 1996-1999 Thomas Bogendoerfer * * Derived from the lance driver written 1993,1994,1995 by Donald Becker. * * Copyright 1993 United States Government as represented by the * Director, National Security Agency. * * This software may be used...
gpl-2.0
kerneldevs/fusX-univa-kernel
arch/cris/arch-v32/kernel/debugport.c
4792
3936
/* * Copyright (C) 2003, Axis Communications AB. */ #include <linux/console.h> #include <linux/init.h> #include <asm/system.h> #include <hwregs/reg_rdwr.h> #include <hwregs/reg_map.h> #include <hwregs/ser_defs.h> #include <hwregs/dma_defs.h> #include <mach/pinmux.h> struct dbg_port { unsigned char nbr; unsigned l...
gpl-2.0
l0rdg3x/AK-OnePlusOne-CAF
drivers/scsi/lpfc/lpfc_init.c
4792
314030
/******************************************************************* * This file is part of the Emulex Linux Device Driver for * * Fibre Channel Host Bus Adapters. * * Copyright (C) 2004-2012 Emulex. All rights reserved. * * EMULEX and SLI are trademarks of Emulex. ...
gpl-2.0
stedman420/android_kernel_zte_hera
arch/sh/drivers/pci/pci-sh5.c
8376
5947
/* * Copyright (C) 2001 David J. Mckay (david.mckay@st.com) * Copyright (C) 2003, 2004 Paul Mundt * Copyright (C) 2004 Richard Curnow * * May be copied or modified under the terms of the GNU General Public * License. See linux/COPYING for more information. * * Support functions for the SH5 PCI hardware. */ #...
gpl-2.0
Bi-Turbo/android_kernel_lge_msm8610
net/unix/sysctl_net_unix.c
9144
1330
/* * NET4: Sysctl interface to net af_unix subsystem. * * Authors: Mike Shaver. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your optio...
gpl-2.0
1119553797/sprd-kernel-common
Documentation/spi/spidev_fdx.c
11960
2758
#include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <fcntl.h> #include <string.h> #include <sys/ioctl.h> #include <sys/types.h> #include <sys/stat.h> #include <linux/types.h> #include <linux/spi/spidev.h> static int verbose; static void do_read(int fd, int len) { unsigned char buf[32], *bp; int ...
gpl-2.0
CyanogenMod/android_kernel_htc_msm8960
arch/cris/arch-v10/mm/tlb.c
12984
4706
/* * linux/arch/cris/arch-v10/mm/tlb.c * * Low level TLB handling * * * Copyright (C) 2000-2007 Axis Communications AB * * Authors: Bjorn Wesen (bjornw@axis.com) * */ #include <asm/tlb.h> #include <asm/mmu_context.h> #include <arch/svinto.h> #define D(x) /* The TLB can host up to 64 different mm con...
gpl-2.0
sakuraba001/android_kernel_samsung_js01lte
drivers/battery/bq24260_charger.c
185
28841
/* * bq24260_charger.c * Samsung bq24260 Charger Driver * * Copyright (C) 2012 Samsung Electronics * * * 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
oskarpearson/linux
drivers/iommu/irq_remapping.c
185
4228
#include <linux/seq_file.h> #include <linux/cpumask.h> #include <linux/kernel.h> #include <linux/string.h> #include <linux/errno.h> #include <linux/msi.h> #include <linux/irq.h> #include <linux/pci.h> #include <linux/irqdomain.h> #include <asm/hw_irq.h> #include <asm/irq_remapping.h> #include <asm/processor.h> #includ...
gpl-2.0
droidzone/Supernova-Kernel
drivers/drivers/media/IR/keymaps/rc-videomate-tv-pvr.c
953
1928
/* videomate-tv-pvr.h - Keytable for videomate_tv_pvr Remote Controller * * keymap imported from ir-keymaps.c * * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@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 pub...
gpl-2.0
xingrz/android_kernel_pifoundation_bcm2710
drivers/misc/mic/scif/scif_rb.c
953
7286
/* * Intel MIC Platform Software Stack (MPSS) * * Copyright(c) 2014 Intel 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 t...
gpl-2.0
shianyow/kernel-android-skyrocket
drivers/media/IR/keymaps/rc-pinnacle-pctv-hd.c
953
1751
/* pinnacle-pctv-hd.h - Keytable for pinnacle_pctv_hd Remote Controller * * keymap imported from ir-keymaps.c * * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@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 pub...
gpl-2.0
sivasankariit/linux-rl
lib/digsig.c
2233
5611
/* * Copyright (C) 2011 Nokia Corporation * Copyright (C) 2011 Intel Corporation * * Author: * Dmitry Kasatkin <dmitry.kasatkin@nokia.com> * <dmitry.kasatkin@intel.com> * * 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
dmeadows013/furry-hipster
kernel/time/clockevents.c
2745
8661
/* * linux/kernel/time/clockevents.c * * This file contains functions which manage clock event devices. * * 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 Gleixner * * This code is licenced under ...
gpl-2.0
OldDroid/android_kernel_samsung_tblte
drivers/scsi/arm/eesox.c
3513
16185
/* * linux/drivers/acorn/scsi/eesox.c * * Copyright (C) 1997-2005 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. * * This driver is based on experimentation...
gpl-2.0
furiousanger/FuriousKernel
drivers/video/backlight/tdo24m.c
4281
11304
/* * tdo24m - SPI-based drivers for Toppoly TDO24M series LCD panels * * Copyright (C) 2008 Marvell International Ltd. * Eric Miao <eric.miao@marvell.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * publishhed...
gpl-2.0
ikotpk/android_kernel_samsung_vastoskt
drivers/base/driver.c
4281
6998
/* * driver.c - centralized device driver management * * Copyright (c) 2002-3 Patrick Mochel * Copyright (c) 2002-3 Open Source Development Labs * Copyright (c) 2007 Greg Kroah-Hartman <gregkh@suse.de> * Copyright (c) 2007 Novell Inc. * * This file is released under the GPLv2 * */ #include <linux/device.h> #...
gpl-2.0
tako0910/m7GPE
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
papjul/android_kernel_xiaomi_aries
arch/arm/mach-s3c64xx/pm.c
4793
8783
/* linux/arch/arm/plat-s3c64xx/pm.c * * Copyright 2008 Openmoko, Inc. * Copyright 2008 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * http://armlinux.simtec.co.uk/ * * S3C64XX CPU PM support. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General ...
gpl-2.0
Philippe12/linux-sunxi
drivers/media/dvb/dvb-usb/pctv452e.c
5049
25260
/* * PCTV 452e DVB driver * * Copyright (c) 2006-2008 Dominik Kuhlen <dkuhlen@gmx.net> * * TT connect S2-3650-CI Common Interface support, MAC readout * Copyright (C) 2008 Michael H. Schimek <mschimek@gmx.at> * * This program is free software; you can redistribute it and/or * modify it under the terms of the G...
gpl-2.0
pantech-msm8960/android_kernel_pantech_msm8960
drivers/media/dvb/dvb-usb/pctv452e.c
5049
25260
/* * PCTV 452e DVB driver * * Copyright (c) 2006-2008 Dominik Kuhlen <dkuhlen@gmx.net> * * TT connect S2-3650-CI Common Interface support, MAC readout * Copyright (C) 2008 Michael H. Schimek <mschimek@gmx.at> * * This program is free software; you can redistribute it and/or * modify it under the terms of the G...
gpl-2.0
CyanogenMod/android_kernel_bn_omap
drivers/usb/host/uhci-debug.c
8121
15306
/* * UHCI-specific debugging code. Invaluable when something * goes wrong, but don't get in my face. * * Kernel visible pointers are surrounded in []s and bus * visible pointers are surrounded in ()s * * (C) Copyright 1999 Linus Torvalds * (C) Copyright 1999-2001 Johannes Erdfelt */ #include <linux/slab.h> #i...
gpl-2.0
qubir/PhoenixA20_linux_sourcecode
drivers/mfd/wm8350-gpio.c
10425
6211
/* * wm8350-core.c -- Device access for Wolfson WM8350 * * Copyright 2007, 2008 Wolfson Microelectronics PLC. * * Author: Liam Girdwood * * 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 Fo...
gpl-2.0