repo_name
string
path
string
copies
string
size
string
content
string
license
string
scottellis/linux-pansenti
sound/isa/wavefront/wavefront_fx.c
5237
6319
/* * Copyright (c) 1998-2002 by Paul Davis <pbd@op.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ...
gpl-2.0
tiny4579/android_kernel_oneplus_msm8974
drivers/scsi/qlogicfas408.c
12917
14930
/*----------------------------------------------------------------*/ /* Qlogic linux driver - work in progress. No Warranty express or implied. Use at your own risk. Support Tort Reform so you won't have to read all these silly disclaimers. Copyright 1994, Tom Zerucha. tz@execpc.com Additiona...
gpl-2.0
djmatt604/android_kernel_samsung_note2jb
drivers/scsi/qlogicfas408.c
12917
14930
/*----------------------------------------------------------------*/ /* Qlogic linux driver - work in progress. No Warranty express or implied. Use at your own risk. Support Tort Reform so you won't have to read all these silly disclaimers. Copyright 1994, Tom Zerucha. tz@execpc.com Additiona...
gpl-2.0
budi79/deka-kernel-msm7x30-3.0
drivers/video/aty/mach64_gx.c
14709
20884
/* * ATI Mach64 GX Support */ #include <linux/delay.h> #include <linux/fb.h> #include <asm/io.h> #include <video/mach64.h> #include "atyfb.h" /* Definitions for the ICS 2595 == ATI 18818_1 Clockchip */ #define REF_FREQ_2595 1432 /* 14.33 MHz (exact 14.31818) */ #define REF_DIV_2595 46 /* rea...
gpl-2.0
niker/elitekernel_oxp_kk
fs/exfat/exfat_blkdev.c
374
6060
/* * Copyright (C) 2012-2013 Samsung Electronics Co., 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 (at your option) any later version. ...
gpl-2.0
akhirasip/kernel_SEMC_Shakira_N7_kitkat
drivers/net/sfc/efx.c
374
71881
/**************************************************************************** * Driver for Solarflare Solarstorm network controllers and boards * Copyright 2005-2006 Fen Systems Ltd. * Copyright 2005-2011 Solarflare Communications Inc. * * This program is free software; you can redistribute it and/or modify it * ...
gpl-2.0
VentureROM-L/android_kernel_moto_shamu
drivers/pci/rom.c
630
6301
/* * drivers/pci/rom.c * * (C) Copyright 2004 Jon Smirl <jonsmirl@yahoo.com> * (C) Copyright 2004 Silicon Graphics, Inc. Jesse Barnes <jbarnes@sgi.com> * * PCI ROM access routines */ #include <linux/kernel.h> #include <linux/export.h> #include <linux/pci.h> #include <linux/slab.h> #include "pci.h" /** * pci_e...
gpl-2.0
huz123/bricked.tenderloin
arch/x86/kernel/cpuid.c
886
5561
/* ----------------------------------------------------------------------- * * * Copyright 2000-2008 H. Peter Anvin - 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 Foun...
gpl-2.0
mus1711/nitro_kernel
drivers/usb/gadget/s3c2410_udc.c
2166
49053
/* * linux/drivers/usb/gadget/s3c2410_udc.c * * Samsung S3C24xx series on-chip full speed USB device controllers * * Copyright (C) 2004-2007 Herbert Pötzl - Arnaud Patard * Additional cleanups by Ben Dooks <ben-linux@fluff.org> * * This program is free software; you can redistribute it and/or modify * it under...
gpl-2.0
BigBot96/android_kernel_samsung_espressovzw-jb
fs/xfs/xfs_iomap.c
2934
19997
/* * Copyright (c) 2000-2006 Silicon Graphics, Inc. * 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. * * This program is distributed in the hope that it would be ...
gpl-2.0
EPDCenterSpain/kernel_rikomagic_mk808
drivers/media/video/hdpvr/hdpvr-i2c.c
2934
5697
/* * Hauppauge HD PVR USB driver * * Copyright (C) 2008 Janne Grunau (j@jannau.net) * * IR device registration code is * Copyright (C) 2010 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 ...
gpl-2.0
santod/android_GE_kernel_htc_m7vzw
arch/arm/mach-davinci/board-dm646x-evm.c
4726
17718
/* * TI DaVinci DM646X EVM board * * Derived from: arch/arm/mach-davinci/board-evm.c * Copyright (C) 2006 Texas Instruments. * * (C) 2007-2008, 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 warrant...
gpl-2.0
silence-star/android_kernel_nubia_NX503A
kernel/wait.c
4726
8441
/* * Generic waiting primitives. * * (C) 2004 William Irwin, Oracle */ #include <linux/init.h> #include <linux/export.h> #include <linux/sched.h> #include <linux/mm.h> #include <linux/wait.h> #include <linux/hash.h> void __init_waitqueue_head(wait_queue_head_t *q, const char *name, struct lock_class_key *key) { s...
gpl-2.0
hyperion70/j608_kernel
drivers/ssb/driver_extif.c
4726
5127
/* * Sonics Silicon Backplane * Broadcom EXTIF core driver * * Copyright 2005, Broadcom Corporation * Copyright 2006, 2007, Michael Buesch <m@bues.ch> * Copyright 2006, 2007, Felix Fietkau <nbd@openwrt.org> * Copyright 2007, Aurelien Jarno <aurelien@aurel32.net> * * Licensed under the GNU/GPL. See COPYING for ...
gpl-2.0
ystk/sched-deadline
drivers/net/ethernet/nuvoton/w90p910_ether.c
4982
26427
/* * Copyright (c) 2008-2009 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. * */ #inc...
gpl-2.0
bryan2894/D851_Kernel
drivers/video/backlight/platform_lcd.c
4982
3596
/* drivers/video/backlight/platform_lcd.c * * Copyright 2008 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * Generic platform-device LCD power control interface. * * 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
Team-Hydra/android_kernel_samsung_klte
drivers/net/ethernet/nuvoton/w90p910_ether.c
4982
26427
/* * Copyright (c) 2008-2009 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. * */ #inc...
gpl-2.0
Gilbert32/leo-3.4
drivers/staging/rtl8192e/rtllib_crypt_tkip.c
5238
20359
/* * Host AP crypt: host-based TKIP encryption implementation for Host AP driver * * Copyright (c) 2003-2004, Jouni Malinen <jkmaline@cc.hut.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 Sof...
gpl-2.0
omnirom/android_kernel_xiaomi_aries
drivers/staging/rtl8192e/rtllib_crypt_ccmp.c
5238
10925
/* * Host AP crypt: host-based CCMP encryption implementation for Host AP driver * * Copyright (c) 2003-2004, Jouni Malinen <jkmaline@cc.hut.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 Sof...
gpl-2.0
F4uzan/lge-kernel-lproj
drivers/net/wireless/iwlegacy/3945-debug.c
7542
19561
/****************************************************************************** * * GPL LICENSE SUMMARY * * Copyright(c) 2008 - 2011 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...
gpl-2.0
TEAM-RAZOR-DEVICES/kernel_cyanogen_msm8916
arch/arm/mach-w90x900/irq.c
8822
4136
/* * linux/arch/arm/mach-w90x900/irq.c * * based on linux/arch/arm/plat-s3c24xx/irq.c by Ben Dooks * * Copyright (c) 2008 Nuvoton technology corporation * All rights reserved. * * Wan ZongShun <mcuos.com@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms ...
gpl-2.0
luca020400/android_kernel_motorola_msm8226
drivers/char/nvram.c
8822
17468
/* * CMOS/NV-RAM driver for Linux * * Copyright (C) 1997 Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de> * idea by and with help from Richard Jelinek <rj@suse.de> * Portions copyright (c) 2001,2002 Sun Microsystems (thockin@sun.com) * * This driver allows you to access the contents of the non-volatile memor...
gpl-2.0
jbott/android_kernel_lge_hammerhead
fs/ocfs2/cluster/masklog.c
11126
3894
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * Copyright (C) 2004, 2005 Oracle. 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; eit...
gpl-2.0
santod/KK_sense_kernel_htc_m7vzw
mm/percpu.c
375
36048
/* * mm/percpu.c - percpu memory allocator * * Copyright (C) 2009 SUSE Linux Products GmbH * Copyright (C) 2009 Tejun Heo <tj@kernel.org> * * This file is released under the GPLv2. * * This is percpu allocator which can handle both static and dynamic * areas. Percpu areas are allocated in chunks. Each chun...
gpl-2.0
kernelzilla/android-kernel
drivers/mmc/host/tifm_sd.c
887
29471
/* * tifm_sd.c - TI FlashMedia driver * * Copyright (C) 2006 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 Brad Campbe...
gpl-2.0
NeverLEX/linux
net/netfilter/xt_connmark.c
1911
4464
/* * xt_connmark - Netfilter module to operate on connection marks * * Copyright (C) 2002,2004 MARA Systems AB <http://www.marasystems.com> * by Henrik Nordstrom <hno@marasystems.com> * Copyright © CC Computer Consultants GmbH, 2007 - 2008 * Jan Engelhardt <jengelh@medozas.de> * * This program is free software;...
gpl-2.0
cbolumar/android_kernel_samsung_msm8916
fs/minix/dir.c
2167
11450
/* * linux/fs/minix/dir.c * * Copyright (C) 1991, 1992 Linus Torvalds * * minix directory handling functions * * Updated to filesystem version 3 by Daniel Aragones */ #include "minix.h" #include <linux/buffer_head.h> #include <linux/highmem.h> #include <linux/swap.h> typedef struct minix_dir_entry minix_d...
gpl-2.0
motley-git/Kernel-Nexus7
drivers/gpu/drm/drm_memory.c
2679
4821
/** * \file drm_memory.c * Memory management wrappers for DRM * * \author Rickard E. (Rik) Faith <faith@valinux.com> * \author Gareth Hughes <gareth@valinux.com> */ /* * Created: Thu Feb 4 14:00:34 1999 by faith@valinux.com * * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. * Copyright 2000 VA L...
gpl-2.0
cooldroid/android_kernel_oneplus_msm8974
net/sunrpc/rpc_pipe.c
2679
29260
/* * net/sunrpc/rpc_pipe.c * * Userland/kernel interface for rpcauth_gss. * Code shamelessly plagiarized from fs/nfsd/nfsctl.c * and fs/sysfs/inode.c * * Copyright (c) 2002, Trond Myklebust <trond.myklebust@fys.uio.no> * */ #include <linux/module.h> #include <linux/slab.h> #include <linux/string.h> #include <l...
gpl-2.0
CM-CHT/android_kernel_intel_cherrytrail
fs/nls/nls_cp737.c
2935
15503
/* * linux/fs/nls/nls_cp737.c * * Charset cp737 translation tables. * Generated automatically from the Unicode and charset * tables from the Unicode Organization (www.unicode.org). * The Unicode to charset table has only exact mappings. */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/stri...
gpl-2.0
TimofeyFox/S7270_kernel
arch/arm/mach-omap2/mux.c
3959
26653
/* * linux/arch/arm/mach-omap2/mux.c * * OMAP2, OMAP3 and OMAP4 pin multiplexing configurations * * Copyright (C) 2004 - 2010 Texas Instruments Inc. * Copyright (C) 2003 - 2008 Nokia Corporation * * Written by Tony Lindgren * * This program is free software; you can redistribute it and/or modify * it under t...
gpl-2.0
somcom3x/android_kernel_motorola_msm8992
arch/arm/mach-ixp4xx/coyote-setup.c
4471
3411
/* * arch/arm/mach-ixp4xx/coyote-setup.c * * Board setup for ADI Engineering and IXDGP425 boards * * Copyright (C) 2003-2005 MontaVista Software, Inc. * * Author: Deepak Saxena <dsaxena@plexity.net> */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/device.h> #include <linux/serial.h> #includ...
gpl-2.0
micromys/linux-sunxi
arch/microblaze/kernel/setup.c
4471
6307
/* * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu> * Copyright (C) 2007-2009 PetaLogix * Copyright (C) 2006 Atmark Techno, Inc. * * 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. */ ...
gpl-2.0
thicklizard/GPEweepingangel
drivers/video/backlight/vgg2432a4.c
4983
6383
/* 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
GuneetAtwal/kernel_klte
drivers/net/ethernet/mellanox/mlx4/qp.c
4983
13812
/* * Copyright (c) 2004 Topspin Communications. All rights reserved. * Copyright (c) 2005, 2006, 2007 Cisco Systems, Inc. All rights reserved. * Copyright (c) 2005, 2006, 2007, 2008 Mellanox Technologies. All rights reserved. * Copyright (c) 2004 Voltaire, Inc. All rights reserved. * * This software is available...
gpl-2.0
jimsmith80/android_kernel_zte_warplte
drivers/net/ethernet/mellanox/mlx4/qp.c
4983
13812
/* * Copyright (c) 2004 Topspin Communications. All rights reserved. * Copyright (c) 2005, 2006, 2007 Cisco Systems, Inc. All rights reserved. * Copyright (c) 2005, 2006, 2007, 2008 Mellanox Technologies. All rights reserved. * Copyright (c) 2004 Voltaire, Inc. All rights reserved. * * This software is available...
gpl-2.0
AOSPXS/kernel_sony_msm8x60
drivers/media/video/pvrusb2/pvrusb2-i2c-core.c
5239
20177
/* * * * Copyright (C) 2005 Mike Isely <isely@pobox.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 * * This program is distributed in the ho...
gpl-2.0
Colonel-Corn/kernel_htc_msm8974
arch/powerpc/sysdev/fsl_85xx_cache_sram.c
9079
4394
/* * Copyright 2009-2010 Freescale Semiconductor, Inc. * * Simple memory allocator abstraction for QorIQ (P1/P2) based Cache-SRAM * * Author: Vivek Mahajan <vivek.mahajan@freescale.com> * * This file is derived from the original work done * by Sylvain Munaut for the Bestcomm SRAM allocator. * * This program i...
gpl-2.0
HSAFoundation/HSA-Drivers-Linux-AMD
src/kernel/drivers/isdn/hysdn/boardergo.c
9847
16195
/* $Id: boardergo.c,v 1.5.6.7 2001/11/06 21:58:19 kai Exp $ * * Linux driver for HYSDN cards, specific routines for ergo type boards. * * Author Werner Cornelius (werner@titro.de) for Hypercope GmbH * Copyright 1999 by Werner Cornelius (werner@titro.de) * * This software may be used and distributed according ...
gpl-2.0
arter97-temasek-i9300/android_kernel_samsung_smdk4412
arch/mips/kernel/smp-up.c
11127
1695
/* * 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) 2006, 07 by Ralf Baechle (ralf@linux-mips.org) * * Symmetric Uniprocessor (TM) Support */ #include <linux/kernel.h> #incl...
gpl-2.0
micropi/a20-b2g-kernel
drivers/pnp/isapnp/compat.c
14711
2196
/* * compat.c - A series of functions to make it easier to convert drivers that use * the old isapnp APIs. If possible use the new APIs instead. * * Copyright 2002 Adam Belay <ambx1@neo.rr.com> */ #include <linux/module.h> #include <linux/isapnp.h> #include <linux/string.h> static void pnp_convert_id(...
gpl-2.0
jcadduono/android_kernel_oneplus_msm8996
drivers/net/ethernet/intel/igb/igb_ethtool.c
120
87825
/* Intel(R) Gigabit Ethernet Linux driver * Copyright(c) 2007-2014 Intel Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is dist...
gpl-2.0
SlimRoms/kernel_nvidia_shieldtablet
kernel/exit.c
120
43840
/* * linux/kernel/exit.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #include <linux/mm.h> #include <linux/slab.h> #include <linux/interrupt.h> #include <linux/module.h> #include <linux/capability.h> #include <linux/completion.h> #include <linux/personality.h> #include <linux/tty.h> #include <linux/iocontext...
gpl-2.0
knirps99/ffmz
target/linux/ubicom32/files/arch/ubicom32/mach-common/usb_tio.c
120
8282
/* * arch/ubicom32/mach-common/usb_tio.c * Linux side Ubicom USB TIO driver * * (C) Copyright 2009, Ubicom, Inc. * * This file is part of the Ubicom32 Linux Kernel Port. * * The Ubicom32 Linux Kernel Port is free software: you can redistribute * it and/or modify it under the terms of the GNU General Public Li...
gpl-2.0
windxixi/ef39s_kernel
drivers/char/nwflash.c
888
13926
/* * Flash memory interface rev.5 driver for the Intel * Flash chips used on the NetWinder. * * 20/08/2000 RMK use __ioremap to map flash into virtual memory * make a few more places use "volatile" * 22/05/2001 RMK - Lock read against write * - merge printk level changes (with mods) from Alan Cox. * - use...
gpl-2.0
ngxson/android_kernel_sony_msm8x27
drivers/staging/prima/CORE/SME/src/ccm/ccmLogDump.c
1400
2599
/* * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyright not...
gpl-2.0
JooJooBee666/android_kernel_motorola_omap4-common
arch/mips/kernel/perf_event.c
2424
14191
/* * Linux performance counter support for MIPS. * * Copyright (C) 2010 MIPS Technologies, Inc. * Author: Deng-Cheng Zhu * * This code is based on the implementation for ARM, which is in turn * based on the sparc64 perf event code and the x86 code. Performance * counter access is based on the MIPS Oprofile code...
gpl-2.0
ptmr3/Fpg_Kernel
arch/arm/mach-omap1/board-palmz71.c
2424
8282
/* * linux/arch/arm/mach-omap1/board-palmz71.c * * Modified from board-generic.c * * Support for the Palm Zire71 PDA. * * Original version : Laurent Gonzalez * * Modified for zire71 : Marek Vasut * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General...
gpl-2.0
cattleprod/XCeLL-V69-2
drivers/hid/hid-chicony.c
3192
2187
/* * HID driver for some chicony "special" devices * * Copyright (c) 1999 Andreas Gal * Copyright (c) 2000-2005 Vojtech Pavlik <vojtech@suse.cz> * Copyright (c) 2005 Michael Haboustak <mike-@cinci.rr.com> for Concept2, Inc * Copyright (c) 2006-2007 Jiri Kosina * Copyright (c) 2007 Paul Walmsley * Copyrig...
gpl-2.0
Epirex/android_kernel_samsung_golden
drivers/rtc/rtc-s35390a.c
4216
7775
/* * Seiko Instruments S-35390A RTC Driver * * Copyright (c) 2007 Byron Bradley * * 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) a...
gpl-2.0
voidz777/android_kernel_samsung_tuna
arch/arm/mach-footbridge/dc21285.c
4216
9374
/* * linux/arch/arm/kernel/dec21285.c: PCI functions for DC21285 * * Copyright (C) 1998-2001 Russell King * Copyright (C) 1998-2000 Phil Blundell * * 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 Fre...
gpl-2.0
eagleeyetom/android_kernel_mtk_mt6572
arch/arm/mach-pxa/magician.c
4728
18174
/* * Support for HTC Magician PDA phones: * i-mate JAM, O2 Xda mini, Orange SPV M500, Qtek s100, Qtek s110 * and T-Mobile MDA Compact. * * Copyright (c) 2006-2007 Philipp Zabel * * Based on hx4700.c, spitz.c and others. * * This program is free software; you can redistribute it and/or modify * it under the te...
gpl-2.0
MoKee/android_kernel_zte_nx511j
arch/um/drivers/vde_kern.c
4728
3090
/* * Copyright (C) 2007 Luca Bigliardi (shammash@artha.org). * Licensed under the GPL. * * Transport usage: * ethN=vde,<vde_switch>,<mac addr>,<port>,<group>,<mode>,<description> * */ #include <linux/init.h> #include <linux/netdevice.h> #include <net_kern.h> #include <net_user.h> #include "vde.h" static void ...
gpl-2.0
SlimRoms/kernel_lge_v500
drivers/net/ethernet/8390/zorro8390.c
4984
12915
/* * Amiga Linux/m68k and Linux/PPC Zorro NS8390 Ethernet Driver * * (C) Copyright 1998-2000 by some Elitist 680x0 Users(TM) * * --------------------------------------------------------------------------- * * This program is based on all the other NE2000 drivers for Linux * * -----------------------------...
gpl-2.0
HardbitCoded/linux-3.4-rtws
drivers/isdn/hisax/hfc_sx.c
4984
44319
/* $Id: hfc_sx.c,v 1.12.2.5 2004/02/11 13:21:33 keil Exp $ * * level driver for Cologne Chip Designs hfc-s+/sp based cards * * Author Werner Cornelius * based on existing driver for CCD HFC PCI cards * Copyright by Werner Cornelius <werner@isdn4linux.de> * * This software may be used and ...
gpl-2.0
NamelessRom/android_kernel_lge_hammerhead
drivers/scsi/pcmcia/nsp_cs.c
5240
46656
/*====================================================================== NinjaSCSI-3 / NinjaSCSI-32Bi PCMCIA SCSI host adapter card driver By: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> Ver.2.8 Support 32bit MMIO mode Support Synchronous Data Transfer Request (SDTR) mode Ver.2.0...
gpl-2.0
LibiSC/tab10test
drivers/net/ethernet/cisco/enic/enic_dev.c
5240
5924
/* * Copyright 2011 Cisco 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 the License. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WAR...
gpl-2.0
LegacyHuawei/android_kernel_huawei_msm7x30
drivers/cpufreq/freq_table.c
6520
6165
/* * linux/drivers/cpufreq/freq_table.c * * Copyright (C) 2002 - 2003 Dominik Brodowski * * 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> #incl...
gpl-2.0
charles1018/kernel_blu_spark
fs/ntfs/aops.c
7032
49127
/** * aops.c - NTFS kernel address space operations and page cache handling. * Part of the Linux-NTFS project. * * Copyright (c) 2001-2007 Anton Altaparmakov * Copyright (c) 2002 Richard Russon * * This program/include file is free software; you can redistribute it and/or * modify it under the terms of the ...
gpl-2.0
N30nHaCkZ/android-platform_frameworks_base
drivers/net/ethernet/cisco/enic/vnic_cq.c
9592
2830
/* * 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
weitengchu/u-boot-2009.11
examples/standalone/interrupt.c
121
2193
/* * (C) Copyright 2006 * Detlev Zundel, DENX Software Engineering, dzu@denx.de. * * 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 ...
gpl-2.0
Kingcom/pcsx2
3rdparty/wxwidgets3.0/src/common/ctrlsub.cpp
121
8322
/////////////////////////////////////////////////////////////////////////////// // Name: src/common/ctrlsub.cpp // Purpose: wxItemContainer implementation // Author: Vadim Zeitlin // Modified by: // Created: 22.10.99 // Copyright: (c) wxWidgets team // Licence: wxWindows licence //////////////...
gpl-2.0
michaelspacejames/android_kernel_cyanogen_msm8916
drivers/soc/qcom/hvc.c
889
2435
/* Copyright (c) 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 hope...
gpl-2.0
sktjdgns1189/android_kernel_samsung_SHW-M190S
fs/coda/pioctl.c
889
2315
/* * Pioctl operations for Coda. * Original version: (C) 1996 Peter Braam * Rewritten for Linux 2.1: (C) 1997 Carnegie Mellon University * * Carnegie Mellon encourages users of this code to contribute improvements * to the Coda project. Contact Peter Braam <coda@cs.cmu.edu>. */ #include <linux/types.h> #include...
gpl-2.0
bcnice20/Shooter-2.6.35_mr
drivers/s390/char/tape_3590.c
889
46458
/* * drivers/s390/char/tape_3590.c * tape device discipline for 3590 tapes. * * Copyright IBM Corp. 2001, 2009 * Author(s): Stefan Bader <shbader@de.ibm.com> * Michael Holzheu <holzheu@de.ibm.com> * Martin Schwidefsky <schwidefsky@de.ibm.com> */ #define KMSG_COMPONENT "tape_3590" #define pr_fmt(f...
gpl-2.0
Clouded/linux-rt-rpi2
drivers/mfd/adp5520.c
1145
8554
/* * Base driver for Analog Devices ADP5520/ADP5501 MFD PMICs * LCD Backlight: drivers/video/backlight/adp5520_bl * LEDs : drivers/led/leds-adp5520 * GPIO : drivers/gpio/adp5520-gpio (ADP5520 only) * Keys : drivers/input/keyboard/adp5520-keys (ADP5520 only) * * Copyright 2009 Analog Devices Inc. * * Derived...
gpl-2.0
quanghieu/linux-DFI
drivers/infiniband/hw/mlx4/cm.c
1145
13588
/* * Copyright (c) 2012 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 terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this sou...
gpl-2.0
sub77/android_kernel_samsung_matissewifi
drivers/staging/prima/CORE/VOSS/src/vos_types.c
1401
6496
/* * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyright not...
gpl-2.0
TeamHydra/android_kernel_samsung_n7100
drivers/input/mouse/bcm5974.c
1657
27085
/* * Apple USB BCM5974 (Macbook Air and Penryn Macbook Pro) multitouch driver * * Copyright (C) 2008 Henrik Rydberg (rydberg@euromail.se) * * The USB initialization and package decoding was made by * Scott Shawcroft as part of the touchd user-space driver project: * Copyright (C) 2008 Scott Shawcroft (scot...
gpl-2.0
pawitp/android_kernel_samsung_i9082
sound/soc/blackfin/bf5xx-ssm2602.c
2937
4337
/* * File: sound/soc/blackfin/bf5xx-ssm2602.c * Author: Cliff Cai <Cliff.Cai@analog.com> * * Created: Tue June 06 2008 * Description: board driver for SSM2602 sound chip * * Modified: * Copyright 2008 Analog Devices Inc. * * Bugs: Enter bugs at http://blackfin.uclinux...
gpl-2.0
andi34/kernel_oneplus_msm8974
arch/arm/mach-msm/board-9615-regulator.c
3193
13168
/* * Copyright (c) 2011-2012, 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 ...
gpl-2.0
Renzo-Olivares/android_kernel_htc_m7-gpe
arch/alpha/mm/fault.c
3961
5797
/* * linux/arch/alpha/mm/fault.c * * Copyright (C) 1995 Linus Torvalds */ #include <linux/sched.h> #include <linux/kernel.h> #include <linux/mm.h> #include <asm/io.h> #define __EXTERN_INLINE inline #include <asm/mmu_context.h> #include <asm/tlbflush.h> #undef __EXTERN_INLINE #include <linux/signal.h> #includ...
gpl-2.0
Lenovo-Kraft-A6000/android_kernel_lenovo_msm8916
arch/um/drivers/slirp_kern.c
4729
2652
/* * Copyright (C) 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL. */ #include <linux/if_arp.h> #include <linux/init.h> #include <linux/netdevice.h> #include <linux/string.h> #include <net_kern.h> #include <net_user.h> #include "slirp.h" struct slirp_init { struct arg_list_dummy_wrapper...
gpl-2.0
D2005-devs/cafkernel2-old
drivers/input/serio/q40kbd.c
4985
4917
/* * Copyright (c) 2000-2001 Vojtech Pavlik * * Based on the work of: * Richard Zidlicky <Richard.Zidlicky@stud.informatik.uni-erlangen.de> */ /* * Q40 PS/2 keyboard controller driver for Linux/m68k */ /* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU...
gpl-2.0
sebirdman/m7_kernel
drivers/isdn/hisax/avma1_cs.c
4985
4146
/* * PCMCIA client driver for AVM A1 / Fritz!PCMCIA * * Author Carsten Paeth * Copyright 1998-2001 by Carsten Paeth <calle@calle.in-berlin.de> * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. * */ #include <lin...
gpl-2.0
friedrich420/S5-AEL-Kernel
drivers/input/serio/altera_ps2.c
4985
4589
/* * Altera University Program PS2 controller driver * * Copyright (C) 2008 Thomas Chou <thomas@wytron.com.tw> * * Based on sa1111ps2.c, which is: * Copyright (C) 2002 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License ve...
gpl-2.0
isnehalkiran/kernel-msm
sound/soc/pxa/raumfeld.c
8313
8090
/* * raumfeld_audio.c -- SoC audio for Raumfeld audio devices * * Copyright (c) 2009 Daniel Mack <daniel@caiaq.de> * * based on code from: * * Wolfson Microelectronics PLC. * Openedhand Ltd. * Liam Girdwood <lrg@slimlogic.co.uk> * Richard Purdie <richard@openedhand.com> * * This program is fre...
gpl-2.0
DennisBold/CodeAurora-MSM-Kernel
arch/arm/mach-s5pc100/setup-sdhci-gpio.c
8313
2169
/* linux/arch/arm/plat-s5pc100/setup-sdhci-gpio.c * * Copyright 2009 Samsung Eletronics * * S5PC100 - Helper functions for setting up SDHCI device(s) GPIO (HSMMC) * * 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 * publis...
gpl-2.0
TEAM-RAZOR-DEVICES/kernel_oneplus_msm8994
arch/blackfin/mach-bf538/ext-gpio.c
9337
4282
/* * GPIOLIB interface for BF538/9 PORT C, D, and E GPIOs * * Copyright 2009-2011 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <linux/module.h> #include <linux/err.h> #include <asm/blackfin.h> #include <asm/gpio.h> #include <asm/portmux.h> #define DEFINE_REG(reg, off) \ static inline u...
gpl-2.0
TeamPrimo/android_kernel_htc_primo
arch/powerpc/boot/epapr.c
9593
1896
/* * Bootwrapper for ePAPR compliant firmwares * * Copyright 2010 David Gibson <david@gibson.dropbear.id.au>, IBM Corporation. * * Based on earlier bootwrappers by: * (c) Benjamin Herrenschmidt <benh@kernel.crashing.org>, IBM Corp,\ * and * Scott Wood <scottwood@freescale.com> * Copyright (c) 2007 Freescale ...
gpl-2.0
chrisch1974/htc8960-3.0
arch/powerpc/boot/epapr.c
9593
1896
/* * Bootwrapper for ePAPR compliant firmwares * * Copyright 2010 David Gibson <david@gibson.dropbear.id.au>, IBM Corporation. * * Based on earlier bootwrappers by: * (c) Benjamin Herrenschmidt <benh@kernel.crashing.org>, IBM Corp,\ * and * Scott Wood <scottwood@freescale.com> * Copyright (c) 2007 Freescale ...
gpl-2.0
draekko/huawei-kernel-3.4
arch/avr32/oprofile/backtrace.c
13689
2074
/* * AVR32 specific backtracing code for oprofile * * Copyright 2008 Weinmann GmbH * * Author: Nikolaus Voss <n.voss@weinmann.de> * * Based on i386 oprofile backtrace code by John Levon and David Smith * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gen...
gpl-2.0
Tepira/linux-sunxi
modules/wifi/bcm40181/5.90.125.69.2/open-src/src/dhd/sys/dhd_linux_mon.c
122
10672
/* * Broadcom Dongle Host Driver (DHD), Linux monitor network interface * * Copyright (C) 1999-2011, Broadcom Corporation * * 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 GNU Gene...
gpl-2.0
erikcas/android_kernel_samsung_msm8916-caf
sound/usb/pcm.c
1146
43677
/* * 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 program is distributed in the hope that it w...
gpl-2.0
Global-KANGs/droid2we_kernel
sound/core/seq/seq_dummy.c
1914
6755
/* * ALSA sequencer MIDI-through client * Copyright (c) 1999-2000 by Takashi Iwai <tiwai@suse.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, o...
gpl-2.0
kashifmin/KKernel_yu_msm8916
drivers/gpu/drm/nouveau/core/engine/mpeg/nv31.c
2170
8607
/* * 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
DooMLoRD/android_kernel_htc_tegra3
arch/powerpc/platforms/85xx/mpc85xx_mds.c
2426
12995
/* * Copyright (C) Freescale Semicondutor, Inc. 2006-2010. All rights reserved. * * Author: Andy Fleming <afleming@freescale.com> * * Based on 83xx/mpc8360e_pb.c by: * Li Yang <LeoLi@freescale.com> * Yin Olivia <Hong-hua.Yin@freescale.com> * * Description: * MPC85xx MDS board specific routines. * * Th...
gpl-2.0
wangxingchao/s3c6410
arch/powerpc/platforms/85xx/mpc85xx_mds.c
2426
12995
/* * Copyright (C) Freescale Semicondutor, Inc. 2006-2010. All rights reserved. * * Author: Andy Fleming <afleming@freescale.com> * * Based on 83xx/mpc8360e_pb.c by: * Li Yang <LeoLi@freescale.com> * Yin Olivia <Hong-hua.Yin@freescale.com> * * Description: * MPC85xx MDS board specific routines. * * Th...
gpl-2.0
jpjust/android_kernel_lge_v4xx
arch/arm/mach-msm/proc_comm.c
3194
3925
/* arch/arm/mach-msm/proc_comm.c * * Copyright (C) 2007-2008 Google, Inc. * Copyright (c) 2009-2012, 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 Soft...
gpl-2.0
croniccorey/old-cronmod-kernel
arch/arm/mach-iop13xx/setup.c
3962
15096
/* * iop13xx platform Initialization * Copyright (c) 2005-2006, 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 distri...
gpl-2.0
Shelnutt2/android_kernel_lge_gee_3.4
arch/openrisc/kernel/irq.c
4474
4511
/* * OpenRISC irq.c * * Linux architectural port borrowing liberally from similar works of * others. All original copyrights apply as per the original source * declaration. * * Modifications for the OpenRISC architecture: * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se> * * This program is free...
gpl-2.0
TEAM-RAZOR-DEVICES/kernel_lge_mako
arch/arm/mach-at91/board-sam9260ek.c
4730
7954
/* * linux/arch/arm/mach-at91/board-sam9260ek.c * * Copyright (C) 2005 SAN People * Copyright (C) 2006 Atmel * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the L...
gpl-2.0
Stuxnet-Kernel/kernel_g3
arch/arm/mach-at91/board-rm9200dk.c
4730
5799
/* * linux/arch/arm/mach-at91/board-rm9200dk.c * * Copyright (C) 2005 SAN People * * Epson S1D framebuffer glue code is: * Copyright (C) 2005 Thibaut VARENE <varenet@parisc-linux.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public L...
gpl-2.0
Team-Blackout/Blackout_Ville_plus
arch/arm/mach-iop13xx/iq81340sc.c
4730
2656
/* * iq81340sc board support * Copyright (c) 2005-2006, 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...
gpl-2.0
TeamTwisted/hells-Core-N5
arch/arm/mach-ixp4xx/goramo_mlr.c
4730
12484
/* * Goramo MultiLink router platform code * Copyright (C) 2006-2009 Krzysztof Halasa <khc@pm.waw.pl> */ #include <linux/delay.h> #include <linux/hdlc.h> #include <linux/i2c-gpio.h> #include <linux/io.h> #include <linux/irq.h> #include <linux/kernel.h> #include <linux/pci.h> #include <linux/serial_8250.h> #include ...
gpl-2.0
civato/9005-LL-DEV
arch/arm/mach-at91/at91sam9260.c
4730
10951
/* * arch/arm/mach-at91/at91sam9260.c * * Copyright (C) 2006 SAN People * * 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 late...
gpl-2.0
CAF-victara/kernel_msm
arch/arm/mach-at91/board-neocore926.c
4730
9025
/* * linux/arch/arm/mach-at91/board-neocore926.c * * Copyright (C) 2005 SAN People * Copyright (C) 2007 Atmel Corporation * Copyright (C) 2008 ADENEO. * * 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
RepoBackups/android_kernel_caf_msm8960
arch/arm/mach-shmobile/board-bonito.c
4730
11439
/* * bonito board support * * Copyright (C) 2011 Renesas Solutions Corp. * Copyright (C) 2011 Kuninori Morimoto <kuninori.morimoto.gx@renesas.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 F...
gpl-2.0
IdeosDev/semc_urushi_kernel_3.0
drivers/net/ixp2000/ixp2400-msf.c
9850
5416
/* * Generic library functions for the MSF (Media and Switch Fabric) unit * found on the Intel IXP2400 network processor. * * Copyright (C) 2004, 2005 Lennert Buytenhek <buytenh@wantstofly.org> * Dedicated to Marija Kulikova. * * This program is free software; you can redistribute it and/or modify * it under th...
gpl-2.0
Declipe/ElunaTrinityWotlk
dep/efsw/src/efsw/String.cpp
123
15106
#include <iterator> #include <efsw/String.hpp> #include <efsw/Utf.hpp> namespace efsw { const std::size_t String::InvalidPos = StringType::npos; std::vector < std::string > String::split ( const std::string& str, const char& splitchar, const bool& pushEmptyString ) { std::vector < std::string > tmp; std::string tm...
gpl-2.0