repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
playfulgod/kernel_lge_msm-3.0 | drivers/media/dvb/frontends/dibx000_common.c | 590 | 12138 | #include <linux/i2c.h>
#include "dibx000_common.h"
static int debug;
module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "turn on debugging (default: 0)");
#define dprintk(args...) do { if (debug) { printk(KERN_DEBUG "DiBX000: "); printk(args); printk("\n"); } } while (0)
static int dibx000_write_word(struct di... | gpl-2.0 |
96boards/linux | arch/sh/mm/hugetlbpage.c | 590 | 1198 | /*
* arch/sh/mm/hugetlbpage.c
*
* SuperH HugeTLB page support.
*
* Cloned from sparc64 by Paul Mundt.
*
* Copyright (C) 2002, 2003 David S. Miller (davem@redhat.com)
*/
#include <linux/init.h>
#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/hugetlb.h>
#include <linux/pagemap.h>
#include <linux/sysc... | gpl-2.0 |
greguu/linux-4.4-cxx00 | arch/ia64/kernel/setup.c | 590 | 29309 | /*
* Architecture-specific setup.
*
* Copyright (C) 1998-2001, 2003-2004 Hewlett-Packard Co
* David Mosberger-Tang <davidm@hpl.hp.com>
* Stephane Eranian <eranian@hpl.hp.com>
* Copyright (C) 2000, 2004 Intel Corp
* Rohit Seth <rohit.seth@intel.com>
* Suresh Siddha <suresh.b.siddha@intel.com>
* Gordon Jin <g... | gpl-2.0 |
dtsinc/DTS-Sound-Integration_CAF-Android-kernel | drivers/gud/MobiCoreDriver/api.c | 590 | 2849 | /*
* Copyright (c) 2013 TRUSTONIC LIMITED
* 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.
*
* This program is distributed in the hope that it will be u... | gpl-2.0 |
akuster/linux-stable | drivers/tty/synclinkmp.c | 846 | 150498 | /*
* $Id: synclinkmp.c,v 4.38 2005/07/15 13:29:44 paulkf Exp $
*
* Device driver for Microgate SyncLink Multiport
* high speed multiprotocol serial adapter.
*
* written by Paul Fulghum for Microgate Corporation
* paulkf@microgate.com
*
* Microgate and SyncLink are trademarks of Microgate Corporation
*
* Deri... | gpl-2.0 |
SamYaple/bcache-dev | drivers/tty/synclinkmp.c | 846 | 150498 | /*
* $Id: synclinkmp.c,v 4.38 2005/07/15 13:29:44 paulkf Exp $
*
* Device driver for Microgate SyncLink Multiport
* high speed multiprotocol serial adapter.
*
* written by Paul Fulghum for Microgate Corporation
* paulkf@microgate.com
*
* Microgate and SyncLink are trademarks of Microgate Corporation
*
* Deri... | gpl-2.0 |
Marvellousteam/android_kernel_htc_msm7227 | arch/x86/vdso/vdso32-setup.c | 846 | 9947 | /*
* (C) Copyright 2002 Linus Torvalds
* Portions based on the vdso-randomization code from exec-shield:
* Copyright(C) 2005-2006, Red Hat, Inc., Ingo Molnar
*
* This file contains the needed initializations to support sysenter.
*/
#include <linux/init.h>
#include <linux/smp.h>
#include <linux/thread_info.h>
#in... | gpl-2.0 |
akuster/linux-yocto-dev | drivers/net/wireless/b43legacy/sysfs.c | 2126 | 5618 | /*
Broadcom B43legacy wireless driver
SYSFS support routines
Copyright (c) 2006 Michael Buesch <m@bues.ch>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the Licen... | gpl-2.0 |
sattarvoybek/android_kernel_zte_p839f30 | arch/s390/kernel/bitmap.c | 2382 | 1701 | /*
* Bitmaps for set_bit, clear_bit, test_and_set_bit, ...
* See include/asm/{bitops.h|posix_types.h} for details
*
* Copyright IBM Corp. 1999, 2009
* Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>,
*/
#include <linux/bitops.h>
#include <linux/module.h>
const char _oi_bitmap[] = { 0x01, 0x02... | gpl-2.0 |
TeamEOS/kernel_htc_flounder | arch/s390/kernel/bitmap.c | 2382 | 1701 | /*
* Bitmaps for set_bit, clear_bit, test_and_set_bit, ...
* See include/asm/{bitops.h|posix_types.h} for details
*
* Copyright IBM Corp. 1999, 2009
* Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>,
*/
#include <linux/bitops.h>
#include <linux/module.h>
const char _oi_bitmap[] = { 0x01, 0x02... | gpl-2.0 |
zephiK/android_kernel_moto_shamu_fk | arch/s390/kernel/bitmap.c | 2382 | 1701 | /*
* Bitmaps for set_bit, clear_bit, test_and_set_bit, ...
* See include/asm/{bitops.h|posix_types.h} for details
*
* Copyright IBM Corp. 1999, 2009
* Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>,
*/
#include <linux/bitops.h>
#include <linux/module.h>
const char _oi_bitmap[] = { 0x01, 0x02... | gpl-2.0 |
Sohamlad7/kernel | drivers/video/backlight/vgg2432a4.c | 3918 | 6301 | /* drivers/video/backlight/vgg2432a4.c
*
* VGG2432A4 (ILI9320) LCD controller driver.
*
* Copyright 2007 Simtec Electronics
* http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Lice... | gpl-2.0 |
android-ia/kernel_intel-uefi | drivers/isdn/hardware/avm/b1pci.c | 4686 | 10820 | /* $Id: b1pci.c,v 1.1.2.2 2004/01/16 21:09:27 keil Exp $
*
* Module for AVM B1 PCI-card.
*
* Copyright 1999 by Carsten Paeth <calle@calle.de>
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporated herein by reference.
*
*/
#include <linux/module.... | gpl-2.0 |
MattCrystal/yolo-computing-machine | arch/tile/kernel/backtrace.c | 4686 | 18097 | /*
* Copyright 2011 Tilera Corporation. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation, version 2.
*
* This program is distributed in the hope that it will ... | gpl-2.0 |
hernstrom/linux | drivers/hid/hid-twinhan.c | 4686 | 4767 | /*
* HID driver for TwinHan IR remote control
*
* Based on hid-gyration.c
*
* Copyright (c) 2009 Bruno Prémont <bonbons@linux-vserver.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 Fou... | gpl-2.0 |
cubieboard/CC-A80-kernel-source | drivers/staging/tidspbridge/rmgr/dspdrv.c | 4942 | 3947 | /*
* dspdrv.c
*
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
* Interface to allocate and free bridge resources.
*
* Copyright (C) 2005-2006 Texas Instruments, Inc.
*
* This package is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Li... | gpl-2.0 |
Team-Blackout/Blackout-M7 | drivers/i2c/busses/i2c-ali1535.c | 4942 | 16713 | /*
* Copyright (c) 2000 Frodo Looijaard <frodol@dds.nl>,
* Philip Edelbrock <phil@netroedge.com>,
* Mark D. Studebaker <mdsxyz123@yahoo.com>,
* Dan Eaton <dan.eaton@rocketlogix.com> and
* Stephen Rousset <stephen.rousset@rocketlog... | gpl-2.0 |
Team-Hydra/S5-AEL-Kernel | drivers/staging/tidspbridge/rmgr/proc.c | 4942 | 49072 | /*
* proc.c
*
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
* Processor interface at the driver level.
*
* Copyright (C) 2005-2006 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 vers... | gpl-2.0 |
shazzl/TW_i9205_JB | sound/drivers/mts64.c | 4942 | 27420 | /*
* ALSA Driver for Ego Systems Inc. (ESI) Miditerminal 4140
* Copyright (c) 2006 by Matthias König <mk@phasorlab.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; ei... | gpl-2.0 |
bilalliberty/android_kernel_htc_villec2-caf-based | drivers/media/video/omap3isp/ispqueue.c | 5198 | 29507 | /*
* ispqueue.c
*
* TI OMAP3 ISP - Video buffers queue handling
*
* Copyright (C) 2010 Nokia Corporation
*
* Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
* Sakari Ailus <sakari.ailus@iki.fi>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o... | gpl-2.0 |
chasmodo/android_kernel_oneplus_msm8974 | net/nfc/af_nfc.c | 7502 | 2491 | /*
* Copyright (C) 2011 Instituto Nokia de Tecnologia
*
* Authors:
* Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
* Lauro Ramos Venancio <lauro.venancio@openbossa.org>
*
* 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 |
gokulnatha/GT-I9505 | drivers/s390/char/sclp_rw.c | 9806 | 12923 | /*
* driver: reading from and writing to system console on S/390 via SCLP
*
* Copyright IBM Corp. 1999, 2009
*
* Author(s): Martin Peschke <mpeschke@de.ibm.com>
* Martin Schwidefsky <schwidefsky@de.ibm.com>
*/
#include <linux/kmod.h>
#include <linux/types.h>
#include <linux/err.h>
#include <linux/string.h... | gpl-2.0 |
CyanogenMod/android_kernel_lge_g3 | sound/firewire/fcp.c | 10574 | 6133 | /*
* Function Control Protocol (IEC 61883-1) helper functions
*
* Copyright (c) Clemens Ladisch <clemens@ladisch.de>
* Licensed under the terms of the GNU General Public License, version 2.
*/
#include <linux/device.h>
#include <linux/firewire.h>
#include <linux/firewire-constants.h>
#include <linux/list.h>
#incl... | gpl-2.0 |
omnirom/android_kernel_oppo_msm8974 | arch/parisc/kernel/pa7300lc.c | 13902 | 1099 | /*
* linux/arch/parisc/kernel/pa7300lc.c
* - PA7300LC-specific functions
*
* Copyright (C) 2000 Philipp Rumpf */
#include <linux/sched.h>
#include <linux/smp.h>
#include <linux/kernel.h>
#include <asm/io.h>
#include <asm/ptrace.h>
#include <asm/machdep.h>
/* CPU register indices */
#define MIOC_STATUS 0xf04... | gpl-2.0 |
Pivosgroup/buildroot-linux-kernel-m3 | drivers/amlogic/wifi/rtl8xxx_CU/hal/rtl8192c/usb/rtl8192cu_xmit.c | 79 | 34924 | /******************************************************************************
*
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU Genera... | gpl-2.0 |
s2plus/android_kernel_samsung_galaxys2plus | drivers/input/touchscreen/cyttsp4_btn.c | 79 | 13020 | /*
* cyttsp4_btn.c
* Cypress TrueTouch(TM) Standard Product V4 CapSense touch reports module.
* For use with Cypress Txx4xx parts.
* Supported parts include:
* TMA4XX
* TMA1036
*
* Copyright (C) 2012 Cypress Semiconductor
* Copyright (C) 2011 Sony Ericsson Mobile Communications AB.
*
* This program is free s... | gpl-2.0 |
KylinUI/android_kernel_htc_msm8960 | drivers/staging/prima/CORE/BAP/src/bapApiLinkCntl.c | 79 | 84075 | /*
* Copyright (c) 2012, Code Aurora Forum. 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 and ... | gpl-2.0 |
dwindsor/linux-stable | drivers/scsi/mac53c94.c | 591 | 15375 | /*
* SCSI low-level driver for the 53c94 SCSI bus adaptor found
* on Power Macintosh computers, controlling the external SCSI chain.
* We assume the 53c94 is connected to a DBDMA (descriptor-based DMA)
* controller.
*
* Paul Mackerras, August 1996.
* Copyright (C) 1996 Paul Mackerras.
*/
#include <linux/kernel.... | gpl-2.0 |
Kernel-Saram/ef30s-ics-kernel | drivers/net/tokenring/smctr.c | 847 | 189711 | /*
* smctr.c: A network driver for the SMC Token Ring Adapters.
*
* Written by Jay Schulist <jschlst@samba.org>
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporated herein by reference.
*
* This device driver works with the following SMC ada... | gpl-2.0 |
y10g/lge-kernel-startablet-l06c | drivers/net/tokenring/tms380tr.c | 847 | 63934 | /*
* 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.linux-sna.org
*
* This software may be used and distribut... | gpl-2.0 |
jcadduono/android_kernel_oneplus_msm8996 | fs/stack.c | 1871 | 2584 | #include <linux/export.h>
#include <linux/fs.h>
#include <linux/fs_stack.h>
/* does _NOT_ require i_mutex to be held.
*
* This function cannot be inlined since i_size_{read,write} is rather
* heavy-weight on 32-bit systems
*/
void fsstack_copy_inode_size(struct inode *dst, struct inode *src)
{
loff_t i_size;
blk... | gpl-2.0 |
CaptainThrowback/kernel_android-tegra-flounder-3.10 | arch/h8300/kernel/signal.c | 2127 | 11059 | /*
* linux/arch/h8300/kernel/signal.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* 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.
*/
/*
* uClinux H8/300 support by Yoshinori Sato <ysato... | gpl-2.0 |
DroidTh3ory-xx/kernel_samsung_tuna_killr-air | drivers/media/video/cx18/cx18-ioctl.c | 2383 | 33429 | /*
* cx18 ioctl system call
*
* Derived from ivtv-ioctl.c
*
* Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl>
* Copyright (C) 2008 Andy Walls <awalls@md.metrocast.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as... | gpl-2.0 |
AOKP-SGS2/android_kernel_samsung_espresso | drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2639 | 27283 | /******************************************************************************
Copyright(c) 2003 - 2004 Intel Corporation. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the terms of version 2 of the GNU General Public License as
published by the Free Softw... | gpl-2.0 |
thewisenerd/kernel_sprout | arch/arm/mach-imx/mach-kzm_arm11_01.c | 2639 | 7624 | /*
* KZM-ARM11-01 support
* Copyright (C) 2009 Yoichi Yuasa <yuasa@linux-mips.org>
*
* based on code for MX31ADS,
* Copyright (C) 2000 Deep Blue Solutions Ltd
* Copyright (C) 2002 Shane Nay (shane@minirl.com)
* Copyright 2005-2007 Freescale Semiconductor, Inc. All Rights Reserved.
*
* This program is free... | gpl-2.0 |
arjen75/ics-lge-kernel-msm7x27-chick | drivers/video/backlight/tosa_lcd.c | 2639 | 6232 | /*
* LCD / Backlight control code for Sharp SL-6000x (tosa)
*
* Copyright (c) 2005 Dirk Opfer
* Copyright (c) 2007,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 Sof... | gpl-2.0 |
KINGbabasula/android_kernel_samsung_i9105P | arch/m32r/kernel/traps.c | 3919 | 8233 | /*
* linux/arch/m32r/kernel/traps.c
*
* Copyright (C) 2001, 2002 Hirokazu Takata, Hiroyuki Kondo,
* Hitoshi Yamamoto
*/
/*
* 'traps.c' handles hardware traps and faults after we have saved some
* state in 'entry.S'.
*/
#include <linux/init.h>
#include <linux/kernel.h>
#include <li... | gpl-2.0 |
lycanthia/Find7-Kernel-Source-4.3 | drivers/media/dvb/dvb-usb/anysee.c | 4943 | 34108 | /*
* DVB USB Linux driver for Anysee E30 DVB-C & DVB-T USB2.0 receiver
*
* Copyright (C) 2007 Antti Palosaari <crope@iki.fi>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; eit... | gpl-2.0 |
Dearms/android_kernel_xiaomi_msm8960 | drivers/tty/serial/mpc52xx_uart.c | 4943 | 39982 | /*
* Driver for the PSC of the Freescale MPC52xx PSCs configured as UARTs.
*
* FIXME According to the usermanual the status bits in the status register
* are only updated when the peripherals access the FIFO and not when the
* CPU access them. So since we use this bits to know when we stop writing
* and reading, ... | gpl-2.0 |
12019/old_samsung-lt02wifi-kernel | drivers/pci/pcie/pme.c | 5199 | 11432 | /*
* PCIe Native PME support
*
* Copyright (C) 2007 - 2009 Intel Corp
* Copyright (C) 2007 - 2009 Shaohua Li <shaohua.li@intel.com>
* Copyright (C) 2009 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc.
*
* This file is subject to the terms and conditions of the GNU General Public
* License V2. See the file "COPYIN... | gpl-2.0 |
wooshy1/android-tegra-nv-3.1 | fs/ubifs/scan.c | 5455 | 9657 | /*
* 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 th... | gpl-2.0 |
PureNexusProject/android_kernel_asus_fugu | arch/arm/mach-pxa/smemc.c | 6735 | 1713 | /*
* Static Memory Controller
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/io.h>
#include <linux/syscore_ops.h>
#include <mach/hardware.h>
#include <mach/smemc.h>
#ifdef CONFIG_PM
static unsigned long msc[2];
static unsigned long sxcnfg, memclkcfg;
static unsigned ... | gpl-2.0 |
ariev7x/S7270_foxkernel | arch/m68k/mac/oss.c | 6991 | 5471 | /*
* Operating System Services (OSS) chip handling
* Written by Joshua M. Thompson (funaho@jurai.org)
*
*
* This chip is used in the IIfx in place of VIA #2. It acts like a fancy
* VIA chip with prorammable interrupt levels.
*
* 990502 (jmt) - Major rewrite for new interrupt architecture as well as some
* r... | gpl-2.0 |
superr/android_kernel_surnia | drivers/media/pci/mantis/mantis_vp1041.c | 7503 | 11247 | /*
Mantis VP-1041 driver
Copyright (C) Manu Abraham (abraham.manu@gmail.com)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later vers... | gpl-2.0 |
Ca1ne/EnochPrima | drivers/platform/x86/tc1100-wmi.c | 8015 | 6756 | /*
* HP Compaq TC1100 Tablet WMI Extras Driver
*
* Copyright (C) 2007 Carlos Corbacho <carlos@strangeworlds.co.uk>
* Copyright (C) 2004 Jamey Hicks <jamey.hicks@hp.com>
* Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com>
* Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com>
... | gpl-2.0 |
sktjdgns1189/android_kernel_lge_f180k | arch/mips/kernel/binfmt_elfo32.c | 9295 | 4508 | /*
* Support for o32 Linux/MIPS ELF binaries.
*
* Copyright (C) 1999, 2001 Ralf Baechle
* Copyright (C) 1999, 2001 Silicon Graphics, Inc.
*
* Heavily inspired by the 32-bit Sparc compat code which is
* Copyright (C) 1995, 1996, 1997, 1998 David S. Miller (davem@redhat.com)
* Copyright (C) 1995, 1996, 1997, 1998... | gpl-2.0 |
PRJosh/kernel_msm | drivers/isdn/pcbit/edss1.c | 9295 | 9083 | /*
* DSS.1 Finite State Machine
* base: ITU-T Rec Q.931
*
* Copyright (C) 1996 Universidade de Lisboa
*
* Written by Pedro Roque Marques (roque@di.fc.ul.pt)
*
* This software may be used and distributed according to the terms of
* the GNU General Public License, incorporated herein by reference.
*/
/*
* ... | gpl-2.0 |
HackLinux/u-boot-pandaboard-ES-RevB3 | arch/arm/cpu/arm926ejs/davinci/cpu.c | 80 | 5644 | /*
* Copyright (C) 2004 Texas Instruments.
* Copyright (C) 2009 David Brownell
*
* See file CREDITS for list of people who contributed to this
* project.
*
* 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 So... | gpl-2.0 |
vaginessa/android_kernel_samsung_golden | drivers/sensor/accelerometer/yas_acc_driver-kxdm.c | 80 | 23183 | /*
* Copyright (c) 2010 Yamaha Corporation
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Permission is granted to anyone to use this software for any purpose,
* including... | gpl-2.0 |
MinimumLaw/uccu-kernel | drivers/infiniband/core/cm.c | 592 | 108504 | /*
* Copyright (c) 2004-2007 Intel Corporation. All rights reserved.
* Copyright (c) 2004 Topspin Corporation. All rights reserved.
* Copyright (c) 2004, 2005 Voltaire Corporation. All rights reserved.
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* This software is available to you under ... | gpl-2.0 |
delafer/YP-GI1CW | drivers/net/sc92031.c | 848 | 40960 | /* Silan SC92031 PCI Fast Ethernet Adapter driver
*
* Based on vendor drivers:
* Silan Fast Ethernet Netcard Driver:
* MODULE_AUTHOR ("gaoyonghong");
* MODULE_DESCRIPTION ("SILAN Fast Ethernet driver");
* MODULE_LICENSE("GPL");
* 8139D Fast Ethernet driver:
* (C) 2002 by gaoyonghong
* MODULE... | gpl-2.0 |
zhantss/linux | drivers/regulator/ab8500-ext.c | 1104 | 12235 | /*
* Copyright (C) ST-Ericsson SA 2010
*
* License Terms: GNU General Public License v2
*
* Authors: Bengt Jonsson <bengt.g.jonsson@stericsson.com>
*
* This file is based on drivers/regulator/ab8500.c
*
* AB8500 external regulators
*
* ab8500-ext supports the following regulators:
* - VextSupply3
*/
#inclu... | gpl-2.0 |
AndroidGX/SimpleGX-KK-4.4.4_G901F | drivers/regulator/arizona-ldo1.c | 1104 | 6702 | /*
* arizona-ldo1.c -- LDO1 supply for Arizona devices
*
* 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
* under the terms of the GNU General Public License as publishe... | gpl-2.0 |
sktjdgns1189/android_kernel_samsung_SHW-M240S | drivers/video/backlight/generic_bl.c | 1104 | 3655 | /*
* Generic Backlight Driver
*
* Copyright (c) 2004-2008 Richard Purdie
*
* 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 <linux... | gpl-2.0 |
diegoheusser/linux | arch/arm/mach-tegra/flowctrl.c | 1616 | 4479 | /*
* arch/arm/mach-tegra/flowctrl.c
*
* functions and macros to control the flowcontroller
*
* Copyright (c) 2010-2012, NVIDIA Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* vers... | gpl-2.0 |
sbreen94/Zeus_N8013 | drivers/clocksource/sh_cmt.c | 2384 | 16971 | /*
* SuperH Timer Support - CMT
*
* Copyright (C) 2008 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 the License
*
* This program is distributed in ... | gpl-2.0 |
ReconInstruments/jet_kernel | drivers/staging/gma500/psb_intel_display.c | 2384 | 42487 | /*
* Copyright © 2006-2007 Intel Corporation
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, b... | gpl-2.0 |
javelinanddart/kernel_samsung_msm8660 | arch/mips/cavium-octeon/executive/octeon-model.c | 2896 | 7952 | /***********************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 |
TEAM-RAZOR-DEVICES/kernel_oneplus_msm8994 | drivers/clk/tegra/clk-audio-sync.c | 4176 | 2309 | /*
* Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope... | gpl-2.0 |
gearslam/JB_LS970ZVC_Viper | sound/soc/codecs/lm4857.c | 4944 | 6396 | /*
* LM4857 AMP driver
*
* Copyright 2007 Wolfson Microelectronics PLC.
* Author: Graeme Gregory
* graeme.gregory@wolfsonmicro.com
* Copyright 2011 Lars-Peter Clausen <lars@metafoo.de>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General ... | gpl-2.0 |
invisiblek/caf_kernel_msm | arch/mips/mipssim/sim_setup.c | 5200 | 2178 | /*
* Copyright (C) 2005 MIPS Technologies, Inc. All rights reserved.
*
* This program is free software; you can distribute 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 it will b... | gpl-2.0 |
justindriggers/android_kernel_glass_glass-1 | arch/powerpc/platforms/ps3/htab.c | 7760 | 5397 | /*
* PS3 pagetable management routines.
*
* Copyright (C) 2006 Sony Computer Entertainment Inc.
* Copyright 2006, 2007 Sony 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 Founda... | gpl-2.0 |
ardX/android_kernel_k-touch_msm8x25q | net/atm/resources.c | 8272 | 10119 | /* net/atm/resources.c - Statically allocated resources */
/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
/* Fixes
* Arnaldo Carvalho de Melo <acme@conectiva.com.br>
* 2002/01 - don't free the whole struct sock on sk->destruct time,
* use the default destruct function initialized by sock_init_da... | gpl-2.0 |
penhoi/linux-3.13.11.lbrpmu | drivers/net/wireless/ath/ath9k/mci.c | 81 | 21423 | /*
* Copyright (c) 2010-2011 Atheros Communications Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" A... | gpl-2.0 |
blakearnold/MPR | drivers/auxdisplay/ks0108.c | 81 | 4634 | /*
* Filename: ks0108.c
* Version: 0.1.0
* Description: ks0108 LCD Controller driver
* License: GPLv2
* Depends: parport
*
* Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
* Date: 2006-10-31
*
* This program is free software; you can redistribute it and/or modif... | gpl-2.0 |
JustAkan/jolla-kernel_bullhead | drivers/mtd/nand/nand_ids.c | 337 | 8564 | /*
* drivers/mtd/nandids.c
*
* Copyright (C) 2002 Thomas Gleixner (tglx@linutronix.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.
*
*/
#include <linux/module.h>
#incl... | gpl-2.0 |
SaberMod/binutils-saber | readline/examples/rlptytest.c | 337 | 6531 | /*
*
* Another test harness for the readline callback interface.
*
* Author: Bob Rossi <bob@brasko.net>
*/
#if defined (HAVE_CONFIG_H)
#include <config.h>
#endif
#include <stdio.h>
#include <sys/types.h>
#include <errno.h>
#include <curses.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
#if 0 /... | gpl-2.0 |
cyjia/linux | drivers/pcmcia/xxs1500_ss.c | 1105 | 7980 | /*
* PCMCIA socket code for the MyCable XXS1500 system.
*
* Copyright (c) 2009 Manuel Lauss <manuel.lauss@gmail.com>
*
*/
#include <linux/delay.h>
#include <linux/gpio.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/ioport.h>
#include <linux/mm.h>
#include <linux/module.h>
#include <linux/pl... | gpl-2.0 |
rachitrawat/Vengeance-Kernel-U8500 | security/keys/request_key_auth.c | 2385 | 6648 | /* Request key authorisation token key definition.
*
* Copyright (C) 2005 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free ... | gpl-2.0 |
AOKP-SGS2/android_kernel_samsung_espresso | drivers/media/video/cx88/cx88-video.c | 2385 | 57404 | /*
*
* device driver for Conexant 2388x based TV cards
* video4linux video interface
*
* (c) 2003-04 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]
*
* (c) 2005-2006 Mauro Carvalho Chehab <mchehab@infradead.org>
* - Multituner support
* - video_ioctl2 conversion
* - PAL/M fixes
*
* This program is free softwa... | gpl-2.0 |
NooNameR/k3_bravo | drivers3/net/vxge/vxge-traffic.c | 2385 | 68222 | /******************************************************************************
* This software may be used and distributed according to the terms of
* the GNU General Public License (GPL), incorporated herein by reference.
* Drivers based on or derived from this code fall under the GPL and must
* retain the author... | gpl-2.0 |
MaxiCM/Samsung_STE_Kernel | net/mac80211/ht.c | 2385 | 9690 | /*
* HT handling
*
* 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-2010, Intel Corporati... | gpl-2.0 |
charlie-wong/itop-zImage | drivers/gpu/drm/radeon/rs690.c | 2641 | 26532 | /*
* Copyright 2008 Advanced Micro Devices, Inc.
* Copyright 2008 Red Hat Inc.
* Copyright 2009 Jerome Glisse.
*
* 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, in... | gpl-2.0 |
poondog/M8 | arch/powerpc/platforms/cell/iommu.c | 4433 | 35389 | /*
* IOMMU implementation for Cell Broadband Processor Architecture
*
* (C) Copyright IBM Corporation 2006-2008
*
* Author: Jeremy Kerr <jk@ozlabs.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 Soft... | gpl-2.0 |
ProtouProject/android_kernel_msm | arch/x86/kernel/cpu/mcheck/mce-apei.c | 4945 | 4329 | /*
* Bridge between MCE and APEI
*
* On some machine, corrected memory errors are reported via APEI
* generic hardware error source (GHES) instead of corrected Machine
* Check. These corrected memory errors can be reported to user space
* through /dev/mcelog via faking a corrected Machine Check, so that
* the er... | gpl-2.0 |
shskyinfo/android_kernel_lge_e610 | drivers/usb/host/fhci-hcd.c | 4945 | 19534 | /*
* Freescale QUICC Engine USB Host Controller Driver
*
* Copyright (c) Freescale Semicondutor, Inc. 2006.
* Shlomi Gridish <gridish@freescale.com>
* Jerry Huang <Chang-Ming.Huang@freescale.com>
* Copyright (c) Logic Product Development, Inc. 2007
* Peter Barada <peterb... | gpl-2.0 |
droidroidz/USCC_R970_kernel | sound/soc/davinci/davinci-pcm.c | 4945 | 25941 | /*
* ALSA PCM interface for the TI DAVINCI processor
*
* Author: Vladimir Barinov, <vbarinov@embeddedalley.com>
* Copyright: (C) 2007 MontaVista Software, Inc., <source@mvista.com>
* added SRAM ping/pong (C) 2008 Troy Kisky <troy.kisky@boundarydevices.com>
*
* This program is free software; you can redist... | gpl-2.0 |
kjjjnob/android_kernel_lge_g3 | arch/mips/jz4740/gpio.c | 4945 | 13857 | /*
* Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de>
* JZ4740 platform GPIO 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 Software Foundation; either version 2 of the License,... | gpl-2.0 |
juldiadia/kernel_stock_g3815 | drivers/staging/comedi/drivers/adv_pci1723.c | 5457 | 14321 | /*******************************************************************************
comedi/drivers/pci1723.c
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 2000 David A. Schleef <ds@schleef.org>
This program is free software; you can redistribute it and/or modify
it under the terms ... | gpl-2.0 |
samno1607/Xperia-Z-Source-Differences-JB | arch/sh/kernel/cpu/sh2a/setup-mxg.c | 7505 | 6585 | /*
* Renesas MX-G (R8A03022BG) Setup
*
* Copyright (C) 2008, 2009 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>... | gpl-2.0 |
schqiushui/android_kernel_htc_msm8974 | arch/sh/kernel/cpu/sh4a/setup-sh7770.c | 7505 | 19247 | /*
* SH7770 Setup
*
* Copyright (C) 2006 - 2008 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/s... | gpl-2.0 |
lolhi/ef52-kernel | drivers/net/can/softing/softing_cs.c | 8017 | 9896 | /*
* Copyright (C) 2008-2010
*
* - Kurt Van Dijck, EIA Electronics
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the version 2 of the GNU General Public License
* as published by the Free Software Foundation
*
* This program is distributed in the hope that it ... | gpl-2.0 |
talnoah/m8 | drivers/w1/masters/omap_hdq.c | 8017 | 18222 | /*
* drivers/w1/masters/omap_hdq.c
*
* Copyright (C) 2007 Texas Instruments, 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.
*
*/
#include <linux/kernel.h>
#include <li... | gpl-2.0 |
schmatzler/zte-kernel-tureis | drivers/staging/rtl8192u/r819xU_cmdpkt.c | 9041 | 22690 | /******************************************************************************
(c) Copyright 2008, RealTEK Technologies Inc. All Rights Reserved.
Module: r819xusb_cmdpkt.c (RTL8190 TX/RX command packet handler Source C File)
Note: The module is responsible for handling TX and RX command packet.
1. TX... | gpl-2.0 |
knone1/Shamu | drivers/isdn/hisax/l3dss1.c | 9553 | 78840 | /* $Id: l3dss1.c,v 2.32.2.3 2004/01/13 14:31:25 keil Exp $
*
* EURO/DSS1 D-channel protocol
*
* German 1TR6 D-channel protocol
*
* Author Karsten Keil
* based on the teles driver from Jan den Ouden
* Copyright by Karsten Keil <keil@isdn4linux.de>
*
* This software may be used and di... | gpl-2.0 |
jfdsmabalot/kernel_sony_msm8974 | arch/arm/mach-bcmring/csp/chipc/chipcHw_init.c | 9553 | 9482 | /*****************************************************************************
* Copyright 2003 - 2008 Broadcom Corporation. All rights reserved.
*
* Unless you and Broadcom execute a separate written software license
* agreement governing use of this software, this software is licensed to you
* under the terms of the... | gpl-2.0 |
Apollo5520/s9-s5pv210-kernel | arch/x86/crypto/salsa20_glue.c | 9809 | 3789 | /*
* Glue code for optimized assembly version of Salsa20.
*
* Copyright (c) 2007 Tan Swee Heng <thesweeheng@gmail.com>
*
* The assembly codes are public domain assembly codes written by Daniel. J.
* Bernstein <djb@cr.yp.to>. The codes are modified to include indentation
* and to remove extraneous comments and f... | gpl-2.0 |
gmarkall/lenovo_a1_07_kernel | drivers/firmware/dell_rbu.c | 13905 | 19596 | /*
* dell_rbu.c
* Bios Update driver for Dell systems
* Author: Dell Inc
* Abhay Salunke <abhay_salunke@dell.com>
*
* Copyright (C) 2005 Dell Inc.
*
* Remote BIOS Update (rbu) driver is used for updating DELL BIOS by
* creating entries in the /sys file systems on Linux 2.6 and higher
* kernels. The dr... | gpl-2.0 |
sonulohani/Xperia-L-Kernel | arch/x86/math-emu/fpu_trig.c | 14417 | 39143 | /*---------------------------------------------------------------------------+
| fpu_trig.c |
| |
| Implementation of the FPU "transcendental" functions. |
| ... | gpl-2.0 |
vokama/obsforvk | deps/w32-pthreads/pthread_win32_attach_detach_np.c | 82 | 7039 | /*
* pthread_win32_attach_detach_np.c
*
* Description:
* This translation unit implements non-portable thread functions.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyr... | gpl-2.0 |
aospan/linux-stable-netup-universal-dvb-1.4 | arch/arm/mach-imx/avic.c | 82 | 5910 | /*
* Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.
* Copyright 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 Free Software Foundation; either... | gpl-2.0 |
bananacakes/bravo_2.6.35_gb-mr | drivers/mmc/card/block.c | 82 | 22662 | /*
* Block driver for media (i.e., flash cards)
*
* Copyright 2002 Hewlett-Packard Company
* Copyright 2005-2008 Pierre Ossman
*
* Use consistent with the GNU GPL is permitted,
* provided that this copyright notice is
* preserved in its entirety in all copies and derived works.
*
* HEWLETT-PACKARD COMPANY MAK... | gpl-2.0 |
mayli/wrapfs-latest | drivers/atm/nicstar.c | 594 | 76412 | /*
* nicstar.c
*
* Device driver supporting CBR for IDT 77201/77211 "NICStAR" based cards.
*
* IMPORTANT: The included file nicstarmac.c was NOT WRITTEN BY ME.
* It was taken from the frle-0.22 device driver.
* As the file doesn't have a copyright notice, in the file
* nicstarma... | gpl-2.0 |
Kaisrlik/linux | drivers/atm/nicstar.c | 594 | 76412 | /*
* nicstar.c
*
* Device driver supporting CBR for IDT 77201/77211 "NICStAR" based cards.
*
* IMPORTANT: The included file nicstarmac.c was NOT WRITTEN BY ME.
* It was taken from the frle-0.22 device driver.
* As the file doesn't have a copyright notice, in the file
* nicstarma... | gpl-2.0 |
RacerMod/android_kernel_zte_msm7x27-caf | arch/microblaze/kernel/cpu/cpuinfo.c | 850 | 2108 | /*
* Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu>
* Copyright (C) 2007-2009 PetaLogix
* Copyright (C) 2007 John Williams <john.williams@petalogix.com>
*
* 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
... | gpl-2.0 |
virtuous/kernel-vivow-gingerbread-v2 | arch/arm/mach-clps711x/p720t.c | 1618 | 3079 | /*
* linux/arch/arm/mach-clps711x/p720t.c
*
* Copyright (C) 2000-2001 Deep Blue Solutions Ltd
*
* 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
* (a... | gpl-2.0 |
isogai/test | third-party/zlib-1.2.3/trees.c | 1874 | 44027 | /* trees.c -- output deflated data using Huffman coding
* Copyright (C) 1995-2005 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
* ALGORITHM
*
* The "deflation" process uses several Huffman trees. The more
* common source values are represented by shor... | gpl-2.0 |
leyarx/android_kernel_wexler_qc750 | arch/mips/pci/msi-octeon.c | 2898 | 12537 | /*
* 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-2009, 2010 Cavium Networks
*/
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/msi.h>
#include <linux... | gpl-2.0 |
neohackt/android_kernel_xiaomi_armani | mm/swap.c | 3154 | 21023 | /*
* linux/mm/swap.c
*
* Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds
*/
/*
* This file contains the default values for the operation of the
* Linux VM subsystem. Fine-tuning documentation can be found in
* Documentation/sysctl/vm.txt.
* Started 18.12.91
* Swap aging added 23.2.95, Stephen Tweedie.
... | gpl-2.0 |
ohadbc/hwspinlock-next | arch/x86/kernel/cpu/perf_event_intel_lbr.c | 3922 | 4521 | #ifdef CONFIG_CPU_SUP_INTEL
enum {
LBR_FORMAT_32 = 0x00,
LBR_FORMAT_LIP = 0x01,
LBR_FORMAT_EIP = 0x02,
LBR_FORMAT_EIP_FLAGS = 0x03,
};
/*
* We only support LBR implementations that have FREEZE_LBRS_ON_PMI
* otherwise it becomes near impossible to get a reliable stack.
*/
static void __intel_pmu_lbr_enable(... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.