repo_name
string
path
string
copies
string
size
string
content
string
license
string
civato/P900-Lollipop
arch/arm/mach-s3c24xx/clock-s3c2443.c
4738
5846
/* linux/arch/arm/mach-s3c2443/clock.c * * Copyright (c) 2007, 2010 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * S3C2443 Clock control support * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Soft...
gpl-2.0
Gigoo25/android_kernel_samsung_klte
drivers/memstick/core/mspro_block.c
4994
40163
/* * Sony MemoryStick Pro storage support * * Copyright (C) 2007 Alex Dubov <oakad@yahoo.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. * * Special thanks to Carlos ...
gpl-2.0
atyoung/android-mason-kernel-ginger
drivers/video/sbuslib.c
4994
7031
/* sbuslib.c: Helper library for SBUS framebuffer drivers. * * Copyright (C) 2003 David S. Miller (davem@redhat.com) */ #include <linux/compat.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/string.h> #include <linux/fb.h> #include <linux/mm.h> #include <linux/uaccess.h> #include <linux/of_de...
gpl-2.0
imrehg/vab820-kernel-bsp
arch/mips/lantiq/xway/mach-easy50712.c
7298
1538
/* * 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. * * Copyright (C) 2010 John Crispin <blogic@openwrt.org> */ #include <linux/init.h> #include <linux/platform_device.h> #in...
gpl-2.0
percy-g2/bbbandroid-kernel
drivers/usb/misc/cytherm.c
7554
10846
/* -*- linux-c -*- * Cypress USB Thermometer driver * * Copyright (c) 2004 Erik Rigtorp <erkki@linux.nu> <erik@rigtorp.com> * * This driver works with Elektor magazine USB Interface as published in * issue #291. It should also work with the original starter kit/demo board * from Cypress. * * This program i...
gpl-2.0
Jimmyk422/android_kernel_samsung_iconvmu
arch/powerpc/boot/libfdt-wrapper.c
12674
5163
/* * This file does the necessary interface mapping between the bootwrapper * device tree operations and the interface provided by shared source * files flatdevicetree.[ch]. * * Copyright 2007 David Gibson, IBM Corporation. * * This library is free software; you can redistribute it and/or * modify it under the ...
gpl-2.0
gizero/linux-wallya-2.6.33-rc4-psp03.20.00.14
drivers/infiniband/hw/mthca/mthca_pd.c
15490
2597
/* * Copyright (c) 2004 Topspin Communications. All rights reserved. * Copyright (c) 2005 Cisco Systems. All rights reserved. * Copyright (c) 2005 Mellanox Technologies. 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 t...
gpl-2.0
BenHuiHui/linux
fs/namei.c
131
117305
/* * linux/fs/namei.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * Some corrections by tytso. */ /* [Feb 1997 T. Schoebel-Theuer] Complete rewrite of the pathname * lookup logic. */ /* [Feb-Apr 2000, AV] Rewrite to the new namespace architecture. */ #include <linux/init.h> #include <linux/export.h...
gpl-2.0
alban/linux
drivers/gpu/drm/omapdrm/dss/output.c
131
5495
/* * Copyright (C) 2012 Texas Instruments Ltd * Author: Archit Taneja <archit@ti.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. * * This program is distributed in the h...
gpl-2.0
El-Nath/shamu
drivers/media/platform/msm/camera_v2/isp/msm_isp_stats_util.c
131
20780
/* Copyright (c) 2013-2014, 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...
gpl-2.0
Hachamacha/tf101-kernel-tegra-dev
drivers/net/sunqe.c
387
25983
/* sunqe.c: Sparc QuadEthernet 10baseT SBUS card driver. * Once again I am out to prove that every ethernet * controller out there can be most efficiently programmed * if you make it look like a LANCE. * * Copyright (C) 1996, 1999, 2003, 2006, 2008 David S. Miller (davem@davemloft.net) ...
gpl-2.0
Split-Screen/android_kernel_samsung_msm7x30-common
drivers/staging/prima/CORE/MAC/src/pe/sch/schBeaconGen.c
387
35880
/* * Copyright (c) 2012, 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 notice a...
gpl-2.0
binkybear/AK-OnePone
arch/arm/mach-msm/qdsp6v2/audio_utils.c
643
18224
/* Copyright (c) 2010-2014, 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...
gpl-2.0
rodrigues-daniel/linux
drivers/ata/pata_octeon_cf.c
899
28011
/* * Driver for the Octeon bootbus compact flash. * * 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) 2005 - 2012 Cavium Inc. * Copyright (C) 2008 Wind River Systems */ #in...
gpl-2.0
jonjonarnearne/smi2021
tools/perf/tests/rdpmc.c
1155
3242
#include <unistd.h> #include <stdlib.h> #include <signal.h> #include <sys/mman.h> #include <linux/types.h> #include "perf.h" #include "debug.h" #include "tests.h" #include "cloexec.h" #if defined(__x86_64__) || defined(__i386__) static u64 rdpmc(unsigned int counter) { unsigned int low, high; asm volatile("rdpmc" ...
gpl-2.0
troth/linux-kernel
drivers/edac/i5100_edac.c
2179
31071
/* * Intel 5100 Memory Controllers kernel module * * This file may be distributed under the terms of the * GNU General Public License. * * This module is based on the following document: * * Intel 5100X Chipset Memory Controller Hub (MCH) - Datasheet * http://download.intel.com/design/chipsets/datashts/31...
gpl-2.0
SM-G920P/SM-N920
drivers/media/pci/cx23885/netup-init.c
2947
2852
/* * netup-init.c * * NetUP Dual DVB-S2 CI driver * * Copyright (C) 2009 NetUP Inc. * Copyright (C) 2009 Igor M. Liplianin <liplianin@netup.ru> * Copyright (C) 2009 Abylay Ospan <aospan@netup.ru> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General P...
gpl-2.0
tusharjain95/android_kernel_xiaomi_cancro
drivers/rtc/interface.c
3203
23784
/* * RTC subsystem, interface functions * * Copyright (C) 2005 Tower Technologies * Author: Alessandro Zummo <a.zummo@towertech.it> * * based on arch/arm/common/rtctime.c * * 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
wangxingchao/s3c6410
sound/soc/nuc900/nuc900-audio.c
3203
1699
/* * Copyright (c) 2010 Nuvoton technology corporation. * * Wan ZongShun <mcuos.com@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation;version 2 of the License. * */ #include ...
gpl-2.0
stargo/android_kernel_amazon_ford
drivers/media/dvb-frontends/dvb-pll.c
3971
21209
/* * descriptions + helper functions for simple dvb plls. * * (c) 2004 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 Free Software Foundation; either version 2 of...
gpl-2.0
rezvorck/android_kernel_s450m_4g_mm
arch/arm/mach-davinci/common.c
4227
2972
/* * Code commons to all DaVinci SoCs. * * Author: Mark A. Greer <mgreer@mvista.com> * * 2009 (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
Callie-Cacophony/CAF-test-kernel
fs/ramfs/inode.c
4483
6887
/* * Resizable simple ram filesystem for Linux. * * Copyright (C) 2000 Linus Torvalds. * 2000 Transmeta Corp. * * Usage limits added by David Gibson, Linuxcare Australia. * This file is released under the GPL. */ /* * NOTE! This filesystem is probably most useful * not as a real filesystem, but...
gpl-2.0
MiCode/mi2_kernel
drivers/char/agp/intel-gtt.c
4483
40126
/* * Intel GTT (Graphics Translation Table) routines * * Caveat: This driver implements the linux agp interface, but this is far from * a agp driver! GTT support ended up here for purely historical reasons: The * old userspace intel graphics drivers needed an interface to map memory into * the GTT. And the drm pr...
gpl-2.0
thewisenerd/android_kernel_xiaomi_armani
drivers/staging/wlan-ng/prism2sta.c
5507
58887
/* src/prism2/driver/prism2sta.c * * Implements the station functionality for prism2 * * Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * * linux-wlan * * The contents of this file are subject to the Mozilla Public * Licens...
gpl-2.0
MassStash/htc_jewel_kernel_sense
drivers/media/radio/radio-aztech.c
7299
5060
/* * radio-aztech.c - Aztech radio card driver * * Converted to the radio-isa framework by Hans Verkuil <hans.verkuil@xs4all.nl> * Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@infradead.org> * Adapted to support the Video for Linux API by * Russell Kroll <rkroll@exploits.org>. Based on original tuner ...
gpl-2.0
micropi/a20-b2g-kernel
drivers/scsi/mesh.c
7811
53907
/* * SCSI low-level driver for the MESH (Macintosh Enhanced SCSI Hardware) * bus adaptor found on Power Macintosh computers. * We assume the MESH is connected to a DBDMA (descriptor-based DMA) * controller. * * Paul Mackerras, August 1996. * Copyright (C) 1996 Paul Mackerras. * * Apr. 21 2002 - BenH Rework b...
gpl-2.0
milaq/android_kernel_lenovo_a107
drivers/pci/search.c
8323
11393
/* * PCI searching functions. * * Copyright (C) 1993 -- 1997 Drew Eckhardt, Frederic Potter, * David Mosberger-Tang * Copyright (C) 1997 -- 2000 Martin Mares <mj@ucw.cz> * Copyright (C) 2003 -- 2004 Greg Kroah-Hartman <greg@kroah.com> */ #include <linux/init.h> #include <linux/pci.h> #include <linux/slab.h...
gpl-2.0
jfdsmabalot/kernel_hammerhead
drivers/pci/search.c
8323
11393
/* * PCI searching functions. * * Copyright (C) 1993 -- 1997 Drew Eckhardt, Frederic Potter, * David Mosberger-Tang * Copyright (C) 1997 -- 2000 Martin Mares <mj@ucw.cz> * Copyright (C) 2003 -- 2004 Greg Kroah-Hartman <greg@kroah.com> */ #include <linux/init.h> #include <linux/pci.h> #include <linux/slab.h...
gpl-2.0
bilalliberty/kernel_golfu
fs/minix/itree_v2.c
9091
1925
#include <linux/buffer_head.h> #include "minix.h" enum {DIRECT = 7, DEPTH = 4}; /* Have triple indirect */ typedef u32 block_t; /* 32 bit, host order */ static inline unsigned long block_to_cpu(block_t n) { return n; } static inline block_t cpu_to_block(unsigned long n) { return n; } static inline block_t *i_dat...
gpl-2.0
dwander/linaro-base
drivers/net/wireless/b43/tables.c
10627
14620
/* 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 <m@bues.ch> Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org> Copyright (c) 2005 Andreas Jaggi <andreas.j...
gpl-2.0
columbia/linux-2.6-racepro
drivers/usb/gadget/f_rndis.c
132
25176
/* * f_rndis.c -- RNDIS link function driver * * Copyright (C) 2003-2005,2008 David Brownell * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger * Copyright (C) 2008 Nokia Corporation * Copyright (C) 2009 Samsung Electronics * Author: Michal Nazarewicz (m.nazarewicz@samsung.com) * *...
gpl-2.0
Jaykay-x/Mini2440_BH1750fvi
net/netfilter/nf_log.c
388
7161
#include <linux/kernel.h> #include <linux/init.h> #include <linux/module.h> #include <linux/proc_fs.h> #include <linux/skbuff.h> #include <linux/netfilter.h> #include <linux/seq_file.h> #include <net/protocol.h> #include <net/netfilter/nf_log.h> #include "nf_internals.h" /* Internal logging interface, which relies on...
gpl-2.0
AndroidSymmetry/Old_Sparky
drivers/net/ethernet/msm/emac/emac_hw.c
388
39901
/* Copyright (c) 2013-2014, 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...
gpl-2.0
liusen09003110-163-com/linux
drivers/ata/libata-eh.c
388
111266
/* * libata-eh.c - libata error handling * * Maintained by: Tejun Heo <tj@kernel.org> * Please ALWAYS copy linux-ide@vger.kernel.org * on emails. * * Copyright 2006 Tejun Heo <htejun@gmail.com> * * * This program is free software; you can redistribute it and/or * modify it under the terms...
gpl-2.0
allanm84/linux-fslc
drivers/block/drbd/drbd_bitmap.c
900
47620
/* drbd_bitmap.c This file is part of DRBD by Philipp Reisner and Lars Ellenberg. Copyright (C) 2004-2008, LINBIT Information Technologies GmbH. Copyright (C) 2004-2008, Philipp Reisner <philipp.reisner@linbit.com>. Copyright (C) 2004-2008, Lars Ellenberg <lars.ellenberg@linbit.com>. drbd is free s...
gpl-2.0
Alzyoud/android_kernel_samsung_smdk4412
arch/sh/kernel/cpu/sh4a/perf_event.c
2436
7492
/* * Performance events support for SH-4A performance counters * * 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 details. */ #include <linux/kernel.h> #inclu...
gpl-2.0
tchaari/android_kernel_samsung_crespo
drivers/pcmcia/rsrc_iodyn.c
2692
3842
/* * rsrc_iodyn.c -- Resource management routines for MEM-static sockets. * * 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. * * The initial developer of the original code is Dav...
gpl-2.0
boyan3010/Villec2_ShooterU_Kernel_3.0.X
kernel/sched_cpupri.c
3204
5517
/* * kernel/sched_cpupri.c * * CPU priority management * * Copyright (C) 2007-2008 Novell * * Author: Gregory Haskins <ghaskins@novell.com> * * This code tracks the priority of each CPU so that global migration * decisions are easy to calculate. Each CPU can be in a state as follows: * * ...
gpl-2.0
dininek/usbtmc-gadget
drivers/mfd/da9052-irq.c
3460
6138
/* * DA9052 interrupt support * * Author: Fabio Estevam <fabio.estevam@freescale.com> * Based on arizona-irq.c, which is: * * Copyright 2012 Wolfson Microelectronics plc * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> * * This program is free software; you can redistribute it and/or modify * it ...
gpl-2.0
kogone/AK-Angler
drivers/mfd/da9052-irq.c
3460
6138
/* * DA9052 interrupt support * * Author: Fabio Estevam <fabio.estevam@freescale.com> * Based on arizona-irq.c, which is: * * Copyright 2012 Wolfson Microelectronics plc * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> * * This program is free software; you can redistribute it and/or modify * it ...
gpl-2.0
CM11MOD/kernel_pantech_im900s
sound/isa/opti9xx/opti92x-ad1848.c
3716
29944
/* card-opti92x-ad1848.c - driver for OPTi 82c92x based soundcards. Copyright (C) 1998-2000 by Massimo Piccioni <dafastidio@libero.it> Part of this code was developed at the Italian Ministry of Air Defence, Sixth Division (oh, che pace ...), Rome. Thanks to Maria Grazia Pollarini, Salvatore Vassal...
gpl-2.0
dev-life/GT-I9300_Kernel
net/netlabel/netlabel_addrlist.c
4228
10674
/* * NetLabel Network Address Lists * * This file contains network address list functions used to manage ordered * lists of network addresses for use by the NetLabel subsystem. The NetLabel * system manages static and dynamic label mappings for network protocols such * as CIPSO and RIPSO. * * Author: Paul Moor...
gpl-2.0
Hadramos/android_sony_xperiaz_kernel_sources
arch/x86/kernel/irqinit.c
4740
7807
#include <linux/linkage.h> #include <linux/errno.h> #include <linux/signal.h> #include <linux/sched.h> #include <linux/ioport.h> #include <linux/interrupt.h> #include <linux/timex.h> #include <linux/random.h> #include <linux/kprobes.h> #include <linux/init.h> #include <linux/kernel_stat.h> #include <linux/device.h> #in...
gpl-2.0
slukk/mako_msm
drivers/staging/iio/iio_dummy_evgen.c
4996
6223
/** * Copyright (c) 2011 Jonathan Cameron * * 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. * * Companion module to the iio simple dummy example driver. * The purpose of this i...
gpl-2.0
Renzo-Olivares/android_kernel_htc_m7wlv
security/integrity/ima/ima_api.c
4996
5603
/* * Copyright (C) 2008 IBM Corporation * * Author: Mimi Zohar <zohar@us.ibm.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation, version 2 of the * License. * * File: ima_api.c * I...
gpl-2.0
g7755725/Fitsugly
drivers/ata/sata_sx4.c
5508
40430
/* * sata_sx4.c - Promise SATA * * Maintained by: Jeff Garzik <jgarzik@pobox.com> * Please ALWAYS copy linux-ide@vger.kernel.org * on emails. * * Copyright 2003-2004 Red Hat, Inc. * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gene...
gpl-2.0
GladeRom/android_kernel_lge_g3
drivers/ata/pata_amd.c
5508
17471
/* * pata_amd.c - AMD PATA for new ATA layer * (C) 2005-2006 Red Hat Inc * * Based on pata-sil680. Errata information is taken from data sheets * and the amd74xx.c driver by Vojtech Pavlik. Nvidia SATA devices are * claimed by sata-nv.c. * * TODO: * Variable system clock when/if it makes sense * Powe...
gpl-2.0
u-ra/android_kernel_htc_villec2
drivers/staging/comedi/drivers/addi-data/APCI1710_Pwm.c
8324
110860
/** @verbatim Copyright (C) 2004,2005 ADDI-DATA GmbH for the source code of this module. ADDI-DATA GmbH Dieselstrasse 3 D-77833 Ottersweier Tel: +19(0)7223/9493-0 Fax: +49(0)7223/9493-92 http://www.addi-data.com info@addi-data.com This program is free software; you can redistribute it and/or modify it under ...
gpl-2.0
nixholas/msm-nexus5
arch/powerpc/platforms/powermac/backlight.c
9348
5538
/* * Miscellaneous procedures for dealing with the PowerMac hardware. * Contains support for the backlight. * * Copyright (C) 2000 Benjamin Herrenschmidt * Copyright (C) 2006 Michael Hanselmann <linux-kernel@hansmi.ch> * */ #include <linux/kernel.h> #include <linux/fb.h> #include <linux/backlight.h> #includ...
gpl-2.0
SlimRoms/kernel_lge_geefhd
drivers/pci/hotplug/ibmphp_res.c
11652
59622
/* * IBM Hot Plug Controller Driver * * Written By: Irene Zubarev, IBM Corporation * * Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com) * Copyright (C) 2001,2002 IBM Corp. * * All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU G...
gpl-2.0
sandeshghimire/xlnx-3.17
arch/m68k/mac/macboing.c
12164
8395
/* * Mac bong noise generator. Note - we ought to put a boingy noise * here 8) * * ---------------------------------------------------------------------- * 16.11.98: * rewrote some functions, added support for Enhanced ASC (Quadras) * after the NetBSD asc.c console bell patch by Colin Wood/Frederick Bruck * Jue...
gpl-2.0
EPDCenterSpain/bq-QC
sound/soc/codecs/tlv320aic3111.c
133
59300
/* * linux/sound/soc/codecs/tlv320aic3111.c * * * Copyright (C) 2010 Texas Instruments, Inc. * * This package 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 PACKAGE IS PROVIDED ``...
gpl-2.0
nuxeh/u-boot
board/ti/beagle/led.c
133
2194
/* * Copyright (c) 2010 Texas Instruments, Inc. * Jason Kridner <jkridner@beagleboard.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 (at your...
gpl-2.0
wilmarcardonac/fisher-mcmc
lapack-3.5.0/BLAS/TESTING/zblat3.f
133
131995
*> \brief \b ZBLAT3 * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * * Definition: * =========== * * PROGRAM ZBLAT3 * * *> \par Purpose: * ============= *> *> \verbatim *> *> Test program for the COMPLEX*16 ...
gpl-2.0
mrlambchop/imx23-kernel
drivers/mtd/ubi/gluebi.c
133
14667
/* * Copyright (c) International Business Machines Corp., 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 Foundation; either version 2 of the License, or * (at your option) any later version. ...
gpl-2.0
flyfire/linux
drivers/net/ethernet/ibm/emac/phy.c
645
12814
/* * drivers/net/ibm_newemac/phy.c * * Driver for PowerPC 4xx on-chip ethernet controller, PHY support. * Borrowed from sungem_phy.c, though I only kept the generic MII * driver for now. * * This file should be shared with other drivers or eventually * merged as the "low level" part of miilib * * Copyright 20...
gpl-2.0
onejay09/runnymede-kitkat_3.0.101-wip
net/xfrm/xfrm_replay.c
645
13433
/* * 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
Shaaan/android_kernel_samsung_u8500-common
drivers/video/da8xx-fb.c
901
29292
/* * Copyright (C) 2008-2009 MontaVista Software Inc. * Copyright (C) 2008-2009 Texas Instruments Inc * * Based on the LCD driver for TI Avalanche processors written by * Ajay Singh and Shalom Hai. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General P...
gpl-2.0
ryanli/kernel_huawei_c8650
arch/sh/kernel/cpu/sh4a/setup-sh7763.c
901
14921
/* * SH7763 Setup * * Copyright (C) 2006 Paul Mundt * Copyright (C) 2007 Yoshihiro Shimoda * Copyright (C) 2008, 2009 Nobuhiro Iwamatsu * * 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 detail...
gpl-2.0
peacetank200/android_kernel_samsung_m180l
drivers/serial/jsm/jsm_neo.c
1157
37207
/************************************************************************ * Copyright 2003 Digi International (www.digi.com) * * Copyright (C) 2004 IBM Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License ...
gpl-2.0
fenggangwu/sffs
arch/arm/mach-ep93xx/snappercl15.c
3717
4731
/* * arch/arm/mach-ep93xx/snappercl15.c * Bluewater Systems Snapper CL15 system module * * Copyright (C) 2009 Bluewater Systems Ltd * Author: Ryan Mallon * * NAND code adapted from driver by: * Andre Renaud <andre@bluewatersys.com> * James R. McKaskill * * This program is free software; you can redistrib...
gpl-2.0
parheliamm/android_kernel_nubia_nx403a
drivers/video/omap2/displays/panel-taal.c
4741
39135
/* * Taal DSI command mode panel * * 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 Foundation. ...
gpl-2.0
mer-hybris/android_kernel_motorola_titan-OLD
drivers/video/omap2/displays/panel-taal.c
4741
39135
/* * Taal DSI command mode panel * * 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 Foundation. ...
gpl-2.0
sktjdgns1189/android_kernel_samsung_SHV-E220S
arch/m68k/lib/muldi3.c
7301
2911
/* muldi3.c extracted from gcc-2.7.2.3/libgcc2.c and gcc-2.7.2.3/longlong.h which is: */ /* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License ...
gpl-2.0
pan60157/A830L_JB_KERNEL_214
drivers/staging/cxt1e1/sbeproc.c
8325
11466
/* Copyright (C) 2004-2005 SBE, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This progra...
gpl-2.0
eagleeyetom/android_kernel_mtk_mt6572
drivers/staging/comedi/drivers/addi-data/APCI1710_82x54.c
8325
55614
/* * Copyright (C) 2004,2005 ADDI-DATA GmbH for the source code of this module. * * ADDI-DATA GmbH * Dieselstrasse 3 * D-77833 Ottersweier * Tel: +19(0)7223/9493-0 * Fax: +49(0)7223/9493-92 * http://www.addi-data.com * info@addi-data.com * * This program is free software; you can redistribute it and/or mod...
gpl-2.0
Evervolv/android_kernel_samsung_d2
drivers/w1/slaves/w1_ds2433.c
9093
7508
/* * w1_ds2433.c - w1 family 23 (DS2433) driver * * Copyright (c) 2005 Ben Gardner <bgardner@wabtec.com> * * This source code is licensed under the GNU General Public License, * Version 2. See the file COPYING for more details. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/moduleparam.h...
gpl-2.0
UnknownzD/I9103_ZSLE6_Kernel
arch/arm/mach-shmobile/clock-sh7367.c
134
12642
/* * SH7367 clock framework support * * Copyright (C) 2010 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; version 2 of the License. * * This program is distributed in th...
gpl-2.0
ndmsystems/linux-2.6.36
arch/powerpc/sysdev/mpic.c
134
44266
/* * arch/powerpc/kernel/mpic.c * * Driver for interrupt controllers following the OpenPIC standard, the * common implementation beeing IBM's MPIC. This driver also can deal * with various broken implementations of this HW. * * Copyright (C) 2004 Benjamin Herrenschmidt, IBM Corp. * * This file is subject...
gpl-2.0
junmuzi/linux
drivers/video/fbdev/aty/aty128fb.c
134
66845
/* $Id: aty128fb.c,v 1.1.1.1.36.1 1999/12/11 09:03:05 Exp $ * linux/drivers/video/aty128fb.c -- Frame buffer device for ATI Rage128 * * Copyright (C) 1999-2003, Brad Douglas <brad@neruo.com> * Copyright (C) 1999, Anthony Tong <atong@uiuc.edu> * * Ani Joshi / Jeff Garzik * -...
gpl-2.0
ChronoMonochrome/Samsung_STE_Kernel
drivers/video/omap2/dss/rfbi.c
390
23072
/* * linux/drivers/video/omap2/dss/rfbi.c * * Copyright (C) 2009 Nokia Corporation * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> * * Some code and ideas taken from drivers/video/omap/ driver * by Imre Deak. * * This program is free software; you can redistribute it and/or modify it * under the terms of ...
gpl-2.0
sudipm-mukherjee/stable
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c
646
12592
/* * Copyright 2014 Advanced Micro Devices, 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, m...
gpl-2.0
playfulgod/Kernel_AS85-LG-Ignite
drivers/media/video/gspca/benq.c
902
8220
/* * Benq DC E300 subdriver * * Copyright (C) 2009 Jean-Francois Moine (http://moinejf.free.fr) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * an...
gpl-2.0
YoungjaeLee/linux-4.3-cxlbdev
arch/x86/kernel/quirks.c
1158
16904
/* * This file contains work-arounds for x86 and x86_64 platform bugs. */ #include <linux/pci.h> #include <linux/irq.h> #include <asm/hpet.h> #if defined(CONFIG_X86_IO_APIC) && defined(CONFIG_SMP) && defined(CONFIG_PCI) static void quirk_intel_irqbalance(struct pci_dev *dev) { u8 config; u16 word; /* BIOS may ...
gpl-2.0
drakaz/gaosp_kernel
arch/sh/boards/mach-se/7751/setup.c
1670
1761
/* * linux/arch/sh/boards/se/7751/setup.c * * Copyright (C) 2000 Kazumoto Kojima * * Hitachi SolutionEngine Support. * * Modified for 7751 Solution Engine by * Ian da Silva and Jeremy Siegel, 2001. */ #include <linux/init.h> #include <linux/platform_device.h> #include <asm/machvec.h> #include <mach-se/mach/se...
gpl-2.0
DirtyJerz/omap
drivers/spi/ti-ssp-spi.c
2950
9566
/* * Sequencer Serial Port (SSP) based SPI master driver * * Copyright (C) 2010 Texas Instruments Inc * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or...
gpl-2.0
iBluemind/android_kernel_lge_su760
net/netfilter/ipvs/ip_vs_proto_tcp.c
2950
19645
/* * ip_vs_proto_tcp.c: TCP load balancing support for IPVS * * Authors: Wensong Zhang <wensong@linuxvirtualserver.org> * Julian Anastasov <ja@ssi.bg> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public...
gpl-2.0
MikeC84/android_kernel_motorola_shamu
arch/arm/mach-pxa/tosa-bt.c
3206
2912
/* * Bluetooth built-in chip control * * Copyright (c) 2008 Dmitry Baryshkov * * 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/...
gpl-2.0
BlownFuze/Koding
drivers/gpu/drm/ttm/ttm_lock.c
3206
7395
/************************************************************************** * * Copyright (c) 2007-2009 VMware, Inc., Palo Alto, CA., 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"...
gpl-2.0
bigzz/shamu_flar2
drivers/pinctrl/spear/pinctrl-spear3xx.c
3718
12603
/* * Driver for the ST Microelectronics SPEAr3xx pinmux * * Copyright (C) 2012 ST Microelectronics * Viresh Kumar <viresh.linux@gmail.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 express...
gpl-2.0
c313742678/qt210_kernel
drivers/usb/wusbcore/wa-hc.c
3974
2592
/* * Wire Adapter Host Controller Driver * Common items to HWA and DWA based HCDs * * 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 ...
gpl-2.0
vamanea/goldfish-trustzone
net/bridge/br_forward.c
4742
6262
/* * Forwarding decision * Linux ethernet bridge * * Authors: * Lennert Buytenhek <buytenh@gnu.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...
gpl-2.0
Sparhawk76/android_kernel_samsung_afyonltev1
arch/powerpc/sysdev/rtc_cmos_setup.c
4998
1616
/* * Setup code for PC-style Real-Time Clock. * * Author: Wade Farnsworth <wfarnsworth@mvista.com> * * 2007 (c) MontaVista Software, Inc. This file is licensed under * the terms of the GNU General Public License version 2. This program * is licensed "as is" without any warranty of any kind, whether express * or...
gpl-2.0
Fusion-Devices/android_kernel_lge_mako
drivers/gpu/drm/nouveau/nv50_dac.c
5254
9006
/* * Copyright (C) 2008 Maarten Maathuis. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use...
gpl-2.0
jassycliq/lg_g2d801
drivers/firewire/init_ohci1394_dma.c
8326
9836
/* * init_ohci1394_dma.c - Initializes physical DMA on all OHCI 1394 controllers * * Copyright (C) 2006-2007 Bernhard Kaindl <bk@suse.de> * * Derived from drivers/ieee1394/ohci1394.c and arch/x86/kernel/early-quirks.c * this file has functions to: * - scan the PCI very early on boot for all OHCI 1394-compli...
gpl-2.0
fschaefer/android-samsung-3.0-jb
sound/pci/emu10k1/emuproc.c
8838
21631
/* * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * Creative Labs, Inc. * Routines for control of EMU10K1 chips / proc interface routines * * Copyright (c) by James Courtier-Dutton <James@superbug.co.uk> * Added EMU 1010 support. * * BUGS: * -- * * TODO: * -- * * This...
gpl-2.0
ausdim/TW-jb-Edition-I9505-jfltexx
drivers/net/ethernet/chelsio/cxgb3/mc5.c
11654
13000
/* * Copyright (c) 2003-2008 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this source ...
gpl-2.0
Metallium-Devices/android_kernel_lge_msm8974
lib/crc-t10dif.c
12422
2965
/* * T10 Data Integrity Field CRC16 calculation * * Copyright (c) 2007 Oracle Corporation. All rights reserved. * Written by Martin K. Petersen <martin.petersen@oracle.com> * * This source code is licensed under the GNU General Public License, * Version 2. See the file COPYING for more details. */ #include <l...
gpl-2.0
andi34/kernel_oneplus_msm8974
drivers/base/module.c
12934
1985
/* * module.c - module sysfs fun for drivers * * This file is released under the GPLv2 * */ #include <linux/device.h> #include <linux/module.h> #include <linux/errno.h> #include <linux/slab.h> #include <linux/string.h> #include "base.h" static char *make_driver_name(struct device_driver *drv) { char *driver_name...
gpl-2.0
CyanHacker-Lollipop/kernel_google_msm
drivers/input/lid.c
135
5278
/* * ASUS Lid driver. */ #include <linux/module.h> #include <linux/err.h> #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/init.h> #include <linux/input.h> #include <linux/platform_device.h> #include <linux/workqueue.h> #include <linux/gpio_event.h> #include <linux/gpio.h> #define LID_DEBUG 0 #...
gpl-2.0
MrStaticVoid/hostap
src/crypto/md5.c
135
2834
/* * MD5 hash implementation and interface functions * Copyright (c) 2003-2005, Jouni Malinen <j@w1.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 * published by the Free Software Foundation. * * Alternatively, thi...
gpl-2.0
nikez/android_external_wpa_supplicant_8
src/crypto/md4-internal.c
135
8278
/* * MD4 hash implementation * Copyright (c) 2006, Jouni Malinen <j@w1.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 * published by the Free Software Foundation. * * Alternatively, this software may be distributed...
gpl-2.0
jledet/linux-xlnx
net/bridge/netfilter/ebt_ip6.c
135
4431
/* * ebt_ip6 * * Authors: * Manohar Castelino <manohar.r.castelino@intel.com> * Kuo-Lang Tseng <kuo-lang.tseng@intel.com> * Jan Engelhardt <jengelh@medozas.de> * * Summary: * This is just a modification of the IPv4 code written by * Bart De Schuymer <bdschuym@pandora.be> * with the changes required to suppo...
gpl-2.0
gilou811/Archos_OPENAOS_Kernel_ICS
arch/s390/kernel/setup.c
135
22474
/* * arch/s390/kernel/setup.c * * S390 version * Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation * Author(s): Hartmut Penner (hp@de.ibm.com), * Martin Schwidefsky (schwidefsky@de.ibm.com) * * Derived from "arch/i386/kernel/setup.c" * Copyright (C) 1995, Linus...
gpl-2.0
davepmer/test-kernel
drivers/xen/xen-pciback/conf_space_header.c
391
8836
/* * PCI Backend - Handles the virtual fields in the configuration space headers. * * Author: Ryan Wilson <hap9@epoch.ncsc.mil> */ #include <linux/kernel.h> #include <linux/pci.h> #include "pciback.h" #include "conf_space.h" struct pci_bar_info { u32 val; u32 len_val; int which; }; #define DRV_NAME "xen-pciba...
gpl-2.0
ubuntustudio-kernel/ubuntu-precise-lowlatency
drivers/pcmcia/pxa2xx_mainstone.c
647
4393
/* * linux/drivers/pcmcia/pxa2xx_mainstone.c * * Mainstone PCMCIA specific routines. * * Created: May 12, 2004 * Author: Nicolas Pitre * Copyright: MontaVista Software Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2...
gpl-2.0
lgeek/linux-2.6.35.3-imx53
drivers/scsi/bfa/bfa_itnim.c
903
25580
/* * Copyright (c) 2005-2009 Brocade Communications Systems, Inc. * All rights reserved * www.brocade.com * * Linux driver for Brocade Fibre Channel Host Bus Adapter. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License (GPL) Version 2 a...
gpl-2.0
Motorola-CyanogenMod/android_kernel_motorola_msm8916
arch/arm/mach-msm/keypad-surf-ffa.c
1159
8476
/* * Copyright (C) 2007 Google, Inc. * Copyright (c) 2008-2009, 2013, The Linux Foundation. All rights reserved. * 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 c...
gpl-2.0
fredvj/kernel_huawei_u8860
net/sunrpc/svcsock.c
1415
43620
/* * linux/net/sunrpc/svcsock.c * * These are the RPC server socket internals. * * The server scheduling algorithm does not always distribute the load * evenly when servicing a single client. May need to modify the * svc_xprt_enqueue procedure... * * TCP support is largely untested and may be a little slow. Th...
gpl-2.0
DingSoung/linux-3.0.1
arch/powerpc/kvm/e500_tlb.c
2183
19997
/* * Copyright (C) 2008-2011 Freescale Semiconductor, Inc. All rights reserved. * * Author: Yu Liu, yu.liu@freescale.com * * Description: * This file is based on arch/powerpc/kvm/44x_tlb.c, * by Hollis Blanchard <hollisb@us.ibm.com>. * * This program is free software; you can redistribute it and/or modify * i...
gpl-2.0