repo_name
string
path
string
copies
string
size
string
content
string
license
string
NX511J-dev/kernel_zte_nx511j
drivers/mtd/maps/sc520cdp.c
10798
9142
/* sc520cdp.c -- MTD map driver for AMD SC520 Customer Development Platform * * Copyright (C) 2001 Sysgo Real-Time Solutions GmbH * * 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 v...
gpl-2.0
ErickReyes/kernel-mst3000
arch/blackfin/mach-common/arch_checks.c
12078
2233
/* * Do some checking to make sure things are OK * * Copyright 2007-2010 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <asm/fixed_code.h> #include <mach/anomaly.h> #include <asm/clocks.h> #ifdef CONFIG_BFIN_KERNEL_CLOCK # if (CONFIG_VCO_HZ > CONFIG_MAX_VCO_HZ) # error "VCO selected is...
gpl-2.0
theapant/ZTE_N800-kernel
fs/ocfs2/cluster/ver.c
12590
1222
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * ver.c * * version string * * Copyright (C) 2002, 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 ...
gpl-2.0
XT701/Kernel
drivers/media/video/sn9c102/sn9c102_ov7660.c
12846
17770
/*************************************************************************** * Plug-in for OV7660 image sensor connected to the SN9C1xx PC Camera * * Controllers * * * * Copyright...
gpl-2.0
krichter722/gcc
gcc/testsuite/gcc.target/aarch64/simd/vmulx_f64_1.c
47
1329
/* Test the vmulx_f64 AArch64 SIMD intrinsic. */ /* { dg-do run } */ /* { dg-options "-save-temps -O3" } */ #include "arm_neon.h" extern void abort (void); void __attribute__ ((noinline)) test_case (float64_t v1[1], float64_t v2[1], float64_t e1[1]) { float64x1_t vec1_1 = vld1_f64 (v1); float64x1_t vec1_2 = v...
gpl-2.0
smarr/graal
src/os/windows/vm/threadCritical_windows.cpp
47
3564
/* * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
gpl-2.0
HinTak/linux
drivers/net/ethernet/chelsio/cxgb/cxgb2.c
47
36640
/***************************************************************************** * * * File: cxgb2.c * * $Revision: 1.25 $ * * $...
gpl-2.0
jibaron/ddebug
drivers/net/ethernet/8390/ne3210.c
47
10313
/* ne3210.c Linux driver for Novell NE3210 EISA Network Adapter Copyright (C) 1998, Paul Gortmaker. This software may be used and distributed according to the terms of the GNU General Public License, incorporated herein by reference. Information and Code Sources: 1) Based upon my other EISA 8390 drivers (ln...
gpl-2.0
iamroot12CD/linux
kernel/irq/proc.c
303
12257
/* * linux/kernel/irq/proc.c * * Copyright (C) 1992, 1998-2004 Linus Torvalds, Ingo Molnar * * This file contains the /proc/irq/ handling code. */ #include <linux/irq.h> #include <linux/gfp.h> #include <linux/proc_fs.h> #include <linux/seq_file.h> #include <linux/interrupt.h> #include <linux/kernel_stat.h> #inc...
gpl-2.0
danbarsor/linux_kernel-2.6.35
mm/fremap.c
815
6855
/* * linux/mm/fremap.c * * Explicit pagetable population and nonlinear (random) mappings support. * * started by Ingo Molnar, Copyright (C) 2002, 2003 */ #include <linux/backing-dev.h> #include <linux/mm.h> #include <linux/swap.h> #include <linux/file.h> #include <linux/mman.h> #include <linux/pagemap.h> #incl...
gpl-2.0
gbiyer/Sony-Aosp-Kernel
arch/x86/mm/ioremap.c
1327
15673
/* * Re-map IO memory to kernel address space so that we can access it. * This is needed for high PCI addresses that aren't mapped in the * 640k-1MB IO memory area on PC's * * (C) Copyright 1995 1996 Linus Torvalds */ #include <linux/bootmem.h> #include <linux/init.h> #include <linux/io.h> #include <linux/module...
gpl-2.0
HSAFoundation/HSA-Drivers-Linux-AMD
src/kernel/fs/pstore/ftrace.c
1839
3086
/* * Copyright 2012 Google, Inc. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in the hope that it will be useful, * but...
gpl-2.0
TipsyOs-Devices/android_kernel_samsung_trlte
drivers/media/radio/radio-keene.c
2095
12323
/* * Copyright (c) 2012 Hans Verkuil <hverkuil@xs4all.nl> * * 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
baltoboard/linux-3.14
drivers/fmc/fmc-match.c
2351
3166
/* * Copyright (C) 2012 CERN (www.cern.ch) * Author: Alessandro Rubini <rubini@gnudd.com> * * Released according to the GNU GPL, version 2 or any later version. * * This work is part of the White Rabbit project, a research effort led * by CERN, the European Institute for Nuclear Research. */ #include <linux/ker...
gpl-2.0
MoKee/android_kernel_motorola_msm8960-common
scripts/kconfig/symbol.c
2863
27145
/* * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> * Released under the terms of the GNU GPL v2.0. */ #include <ctype.h> #include <stdlib.h> #include <string.h> #include <regex.h> #include <sys/utsname.h> #define LKC_DIRECT_LINK #include "lkc.h" struct symbol symbol_yes = { .name = "y", .curr = { "y",...
gpl-2.0
fenggangwu/sffs
arch/x86/crypto/twofish_glue.c
2863
3286
/* * Glue Code for assembler optimized version of TWOFISH * * Originally Twofish for GPG * By Matthew Skala <mskala@ansuz.sooke.bc.ca>, July 26, 1998 * 256-bit key length added March 20, 1999 * Some modifications to reduce the text size by Werner Koch, April, 1998 * Ported to the kerneli patch by Marc Mutz <Marc...
gpl-2.0
fortunave3gxx/android_kernel_samsung_fortuna-common-old
drivers/ps3/ps3av.c
4655
28405
/* * PS3 AV backend support. * * Copyright (C) 2007 Sony Computer Entertainment Inc. * Copyright 2007 Sony Corp. * * 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 ...
gpl-2.0
boa19861105/B2_UHL
arch/arm/plat-mxc/cpu.c
4911
1078
#include <linux/module.h> #include <linux/io.h> #include <mach/hardware.h> unsigned int __mxc_cpu_type; EXPORT_SYMBOL(__mxc_cpu_type); void mxc_set_cpu_type(unsigned int type) { __mxc_cpu_type = type; } void imx_print_silicon_rev(const char *cpu, int srev) { if (srev == IMX_CHIP_REVISION_UNKNOWN) pr_info("CPU i...
gpl-2.0
RJDTWO/android_kernel_oneplus_msm8974
drivers/hid/hid-a4tech.c
8239
3731
/* * HID driver for some a4tech "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 * Copyrigh...
gpl-2.0
juston-li/flo
tools/power/cpupower/utils/idle_monitor/amd_fam14h_idle.c
9775
8644
/* * (C) 2010,2011 Thomas Renninger <trenn@suse.de>, Novell Inc. * * Licensed under the terms of the GNU GPL License version 2. * * PCI initialization based on example code from: * Andreas Herrmann <andreas.herrmann3@amd.com> */ #if defined(__i386__) || defined(__x86_64__) #include <stdio.h> #include ...
gpl-2.0
adegroote/linux
arch/cris/arch-v10/drivers/eeprom.c
11311
22088
/*!***************************************************************************** *! *! Implements an interface for i2c compatible eeproms to run under Linux. *! Supports 2k, 8k(?) and 16k. Uses adaptive timing adjustments by *! Johan.Adolfsson@axis.com *! *! Probing results: *! 8k or not is detected (the assumes...
gpl-2.0
TeamJB/kernel_htc_m7
arch/cris/arch-v10/drivers/eeprom.c
11311
22088
/*!***************************************************************************** *! *! Implements an interface for i2c compatible eeproms to run under Linux. *! Supports 2k, 8k(?) and 16k. Uses adaptive timing adjustments by *! Johan.Adolfsson@axis.com *! *! Probing results: *! 8k or not is detected (the assumes...
gpl-2.0
ptmr3/smdk4412
drivers/input/keyboard/gpio_keys.c
48
22558
/* * Driver for keys on GPIO lines capable of generating interrupts. * * Copyright 2005 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 Free Software Foundation. */ #include <linux/modu...
gpl-2.0
CyanHacker-Lollipop/kernel_google_msm
drivers/staging/android/binder.c
48
105277
/* binder.c * * Android IPC Subsystem * * Copyright (C) 2007-2008 Google, Inc. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distri...
gpl-2.0
tuxillo/aarch64-dragonfly-gcc
gcc/testsuite/gcc.dg/vect/vect-strided-u32-i8.c
48
1771
/* { dg-require-effective-target vect_int } */ #include <stdarg.h> #include "tree-vect.h" #define N 128 typedef struct { int a; int b; int c; int d; int e; int f; int g; int h; } s; volatile int y = 0; __attribute__ ((noinline)) int main1 (s *arr) { int i; s *ptr = arr; s res[N]; ...
gpl-2.0
shesselba/linux-berlin
lib/percpu-refcount.c
48
6443
#define pr_fmt(fmt) "%s: " fmt "\n", __func__ #include <linux/kernel.h> #include <linux/percpu-refcount.h> /* * Initially, a percpu refcount is just a set of percpu counters. Initially, we * don't try to detect the ref hitting 0 - which means that get/put can just * increment or decrement the local counter. Note t...
gpl-2.0
darrengarvey/gst_plugins_bad_patches
ext/ladspa/gstladspa.c
48
15522
/* GStreamer LADSPA plugin * Copyright (C) 1999 Erik Walthinsen <omega@cse.ogi.edu> * 2001 Steve Baker <stevebaker_org@yahoo.co.uk> * 2003 Andy Wingo <wingo at pobox.com> * Copyright (C) 2013 Juan Manuel Borges Caño <juanmabcmail@gmail.com> * * This library is free software; you can re...
gpl-2.0
fredericgermain/linux-sunxi
drivers/media/platform/exynos4-is/fimc-isp-video.c
48
17328
/* * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver * * FIMC-IS ISP video input and video output DMA interface driver * * Copyright (C) 2013 Samsung Electronics Co., Ltd. * Author: Sylwester Nawrocki <s.nawrocki@samsung.com> * * The hardware handling code derived from a driver written by * Younghwan Joo...
gpl-2.0
kmobs/htc-kernel-pyramid
drivers/scsi/bfa/bfa_iocfc.c
816
21519
/* * 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
agrabren/android_kernel_htc_shooter_u
kernel/time/clocksource.c
1840
25943
/* * linux/kernel/time/clocksource.c * * This file contains the functions which manage clocksource drivers. * * Copyright (C) 2004, 2005 IBM, John Stultz (johnstul@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 publi...
gpl-2.0
ptmr3/GalaxyNote2_Kernel2
arch/sparc/kernel/process_64.c
2608
20656
/* arch/sparc64/kernel/process.c * * Copyright (C) 1995, 1996, 2008 David S. Miller (davem@davemloft.net) * Copyright (C) 1996 Eddie C. Dost (ecd@skynet.be) * Copyright (C) 1997, 1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz) */ /* * This file handles the architecture-dependent parts of process handli...
gpl-2.0
p2pjack/Virtuous-Beastmode
sound/pci/vx222/vx222.c
3632
7678
/* * Driver for Digigram VX222 V2/Mic PCI soundcards * * Copyright (c) 2002 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...
gpl-2.0
tarunkapadia93/android_kernel_xiaomi_cancro
arch/x86/kernel/process_32.c
4656
8888
/* * Copyright (C) 1995 Linus Torvalds * * Pentium III FXSR, SSE support * Gareth Hughes <gareth@valinux.com>, May 2000 */ /* * This file handles the architecture-dependent parts of process handling.. */ #include <linux/cpu.h> #include <linux/errno.h> #include <linux/sched.h> #include <linux/fs.h> #include ...
gpl-2.0
andip71/boeffla-kernel-samsung-s5
drivers/usb/storage/realtek_cr.c
4912
27996
/* Driver for Realtek RTS51xx USB card reader * * Copyright(c) 2009 Realtek Semiconductor Corp. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2, or ...
gpl-2.0
sloanyang/android_kernel_huawei_mediapad10fhd
drivers/staging/comedi/drivers/pcl711.c
8240
15276
/* comedi/drivers/pcl711.c hardware driver for PC-LabCard PCL-711 and AdSys ACL-8112 and compatibles COMEDI - Linux Control and Measurement Device Interface Copyright (C) 1998 David A. Schleef <ds@schleef.org> Janne Jalkanen <jalkanen@cs.hut.fi> Eric Bunn <ebu@cs.hut.fi> This program is free s...
gpl-2.0
meyskld/samsung-kernel-galaxysii
arch/mips/sni/setup.c
8496
5672
/* * Setup pointers to hardware-dependent routines. * * 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) 1996, 97, 98, 2000, 03, 04, 06 Ralf Baechle (ralf@linux-mips.org) * Co...
gpl-2.0
Abhinav1997/kernel-diff
arch/powerpc/platforms/amigaone/setup.c
10544
4379
/* * AmigaOne platform setup * * Copyright 2008 Gerhard Pircher (gerhard_pircher@gmx.net) * * Based on original amigaone_setup.c source code * Copyright 2003 by Hans-Joerg Frieden and Thomas Frieden * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Ge...
gpl-2.0
Jason-Lam/linux-am335x
arch/sh/boards/mach-microdev/io.c
12336
4159
/* * linux/arch/sh/boards/superh/microdev/io.c * * Copyright (C) 2003 Sean McGoogan (Sean.McGoogan@superh.com) * Copyright (C) 2003, 2004 SuperH, Inc. * Copyright (C) 2004 Paul Mundt * * SuperH SH4-202 MicroDev board support. * * May be copied or modified under the terms of the GNU General Public * License. ...
gpl-2.0
cs-willian-silva/vlc
modules/mux/mpeg/tsutil.c
49
3514
/***************************************************************************** * tsutil.c ***************************************************************************** * Copyright (C) 2001-2005, 2015 VLC authors and VideoLAN * * This program is free software; you can redistribute it and/or modify it * under the t...
gpl-2.0
WarheadsSE/OX820-2.6-linux
drivers/staging/winbond/wb35tx.c
49
7795
//============================================================================ // Copyright (c) 1996-2002 Winbond Electronic Corporation // // Module Name: // Wb35Tx.c // // Abstract: // Processing the Tx message and put into down layer // //=====================================================================...
gpl-2.0
fards/ainol_elfii_kernel
drivers/leds/leds-ss4200.c
49
14775
/* * SS4200-E Hardware API * Copyright (c) 2009, Intel Corporation. * Copyright IBM Corporation, 2009 * * 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. * * Th...
gpl-2.0
carz2/cm-kernel
drivers/net/irda/au1k_ir.c
49
20044
/* * Alchemy Semi Au1000 IrDA driver * * Copyright 2001 MontaVista Software Inc. * Author: MontaVista Software, Inc. * ppopov@mvista.com or source@mvista.com * * 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 *...
gpl-2.0
nemomobile/kernel-adaptation-n950-n9
net/ipv6/icmp.c
49
22500
/* * Internet Control Message Protocol (ICMPv6) * Linux INET6 implementation * * Authors: * Pedro Roque <roque@di.fc.ul.pt> * * Based on net/ipv4/icmp.c * * RFC 1885 * * 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
mk01/linux-fslc
drivers/staging/lustre/lnet/libcfs/fail.c
49
3745
/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 only, * as published by the Free Software Foundation. * * This program is distributed...
gpl-2.0
Fagulhas/android_kernel_huawei_u8815
drivers/video/msm/mddi_nt35560.c
49
20627
/* drivers\video\msm\mddi_nt35560.c * NT35560 LCD driver for 7x30 platform * * Copyright (C) 2010 HUAWEI Technology Co., ltd. * * Date: 2011/03/08 * By jiaoshuangwei * */ #include "msm_fb.h" #include "mddihost.h" #include "mddihosti.h" #include <linux/mfd/pmic8058.h> #include <mach/gpio.h> #include <mach/vre...
gpl-2.0
clemsyn/asusOC
net/bluetooth/l2cap.c
49
112338
/* BlueZ - Bluetooth protocol stack for Linux Copyright (C) 2000-2001 Qualcomm Incorporated Copyright (C) 2009-2010 Gustavo F. Padovan <gustavo@padovan.org> Copyright (C) 2010 Google Inc. Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com> This program is free software; you can redistribute i...
gpl-2.0
CyanogenMod/android_kernel_amazon_bowser-common
arch/arm/mach-omap2/board-3430sdp.c
305
17839
/* * linux/arch/arm/mach-omap2/board-3430sdp.c * * Copyright (C) 2007 Texas Instruments * * Modified from mach-omap2/board-generic.c * * Initial code: Syed Mohammed Khasim * * 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
nikro56/android_kernel_acer_t30s
arch/arm/mach-at91/board-sam9263ek.c
305
10546
/* * linux/arch/arm/mach-at91/board-sam9263ek.c * * Copyright (C) 2005 SAN People * Copyright (C) 2007 Atmel Corporation. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either versi...
gpl-2.0
Tiamat-AOSP/Tiamat-Xoom
fs/nfsd/stats.c
1329
2725
/* * procfs-based user access to knfsd statistics * * /proc/net/rpc/nfsd * * Format: * rc <hits> <misses> <nocache> * Statistsics for the reply cache * fh <stale> <total-lookups> <anonlookups> <dir-not-in-dcache> <nondir-not-in-dcache> * statistics for filehandle lookup * io <bytes-read> <bytes-writtten> ...
gpl-2.0
chentz78/chentz-N4-Kernel
drivers/usb/gadget/nokia.c
2097
7109
/* * nokia.c -- Nokia Composite Gadget Driver * * Copyright (C) 2008-2010 Nokia Corporation * Contact: Felipe Balbi <felipe.balbi@nokia.com> * * This gadget driver borrows from serial.c which is: * * Copyright (C) 2003 Al Borchers (alborchers@steinerpoint.com) * Copyright (C) 2008 by David Brownell * Copyrigh...
gpl-2.0
IngenicSemiconductor/kernel-inwatch
drivers/media/platform/soc_camera/sh_mobile_csi2.c
2097
9617
/* * Driver for the SH-Mobile MIPI CSI-2 unit * * Copyright (C) 2010, Guennadi Liakhovetski <g.liakhovetski@gmx.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. */ #inclu...
gpl-2.0
GalaxyTab4/android_kernel_samsung_matissevewifi
drivers/i2c/busses/scx200_acb.c
2609
14021
/* Copyright (c) 2001,2002 Christer Weinigel <wingel@nano-system.com> National Semiconductor SCx200 ACCESS.bus support Also supports the AMD CS5535 and AMD CS5536 Based on i2c-keywest.c which is: Copyright (c) 2001 Benjamin Herrenschmidt <benh@kernel.crashing.org> Copyright (c) 2000 Ph...
gpl-2.0
Vangreen/android_kernel_lge_msm8226
arch/powerpc/kernel/sysfs.c
2865
16723
#include <linux/device.h> #include <linux/cpu.h> #include <linux/smp.h> #include <linux/percpu.h> #include <linux/init.h> #include <linux/sched.h> #include <linux/export.h> #include <linux/nodemask.h> #include <linux/cpumask.h> #include <linux/notifier.h> #include <asm/current.h> #include <asm/processor.h> #include <a...
gpl-2.0
markyzq/linux-3.14
drivers/net/phy/national.c
3377
4393
/* * drivers/net/phy/national.c * * Driver for National Semiconductor PHYs * * Author: Stuart Menefy <stuart.menefy@st.com> * Maintainer: Giuseppe Cavallaro <peppe.cavallaro@st.com> * * Copyright (c) 2008 STMicroelectronics Limited * * This program is free software; you can redistribute it and/or modify it ...
gpl-2.0
oppo-source/Neo5-kernel-source
drivers/net/ethernet/sfc/mcdi.c
3377
31480
/**************************************************************************** * Driver for Solarflare Solarstorm network controllers and boards * Copyright 2008-2011 Solarflare Communications Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Publi...
gpl-2.0
cybernet/rhel7-kernel
kernel/drivers/char/pcmcia/cm4000_cs.c
4401
49392
/* * A driver for the PCMCIA Smartcard Reader "Omnikey CardMan Mobile 4000" * * cm4000_cs.c support.linux@omnikey.com * * Tue Oct 23 11:32:43 GMT 2001 herp - cleaned up header files * Sun Jan 20 10:11:15 MET 2002 herp - added modversion header files * Thu Nov 14 16:34:11 GMT 2002 mh - added PPS functio...
gpl-2.0
nikhil18/lightning-kernel-CAF
arch/arm/mach-imx/mx31moboard-marxbot.c
4913
9527
/* * Copyright (C) 2009 Valentin Longchamp, EPFL Mobots group * * 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
MingoAllenII/draconis_msm8226
drivers/net/vmxnet3/vmxnet3_ethtool.c
5169
18966
/* * Linux driver for VMware's vmxnet3 ethernet NIC. * * Copyright (C) 2008-2009, VMware, 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; version 2 of the Lice...
gpl-2.0
tonyho/Linux-3.7-TQ2440
drivers/media/dvb-frontends/or51211.c
5169
15364
/* * Support for OR51211 (pcHDTV HD-2000) - VSB * * Copyright (C) 2005 Kirk Lapray <kirk_lapray@bigfoot.com> * * Based on code from Jack Kelliher (kelliher@xmission.com) * Copyright (C) 2002 & pcHDTV, inc. * * This program is free software; you can redistribute it and/or mo...
gpl-2.0
Jason-Lam/linux-am335x
drivers/uwb/i1480/dfu/dfu.c
10033
6051
/* * Intel Wireless UWB Link 1480 * Main driver * * Copyright (C) 2005-2006 Intel Corporation * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 as published by the F...
gpl-2.0
papi92/android_kernel_samsung_g906s
drivers/infiniband/hw/amso1100/c2_cm.c
11569
10009
/* * Copyright (c) 2005 Ammasso, Inc. All rights reserved. * Copyright (c) 2005 Open Grid Computing, 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, availab...
gpl-2.0
maz-1/android_kernel_sonyz_msm8974
drivers/media/dvb/b2c2/flexcop-eeprom.c
14385
3274
/* * Linux driver for digital TV devices equipped with B2C2 FlexcopII(b)/III * flexcop-eeprom.c - eeprom access methods (currently only MAC address reading) * see flexcop.c for copyright information */ #include "flexcop.h" #if 0 /*EEPROM (Skystar2 has one "24LC08B" chip on board) */ static int eeprom_write(struct ...
gpl-2.0
matteocrippa/dsl-n55u-bender
release/src-rt/linux/linux-2.6/arch/ia64/hp/sim/simserial.c
50
25753
/* * Simulated Serial Driver (fake serial) * * This driver is mostly used for bringup purposes and will go away. * It has a strong dependency on the system console. All outputs * are rerouted to the same facility as the one used by printk which, in our * case means sys_sim.c console (goes via the simulator). The ...
gpl-2.0
apascual89/android_kernel_oneplus_msm8996-1
drivers/gpu/drm/nouveau/core/subdev/i2c/bit.c
562
4941
/* * 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
k2wlxda/3.10
drivers/ata/pata_scc.c
1842
29547
/* * Support for IDE interfaces on Celleb platform * * (C) Copyright 2006 TOSHIBA CORPORATION * * This code is based on drivers/ata/ata_piix.c: * Copyright 2003-2005 Red Hat Inc * Copyright 2003-2005 Jeff Garzik * Copyright (C) 1998-1999 Andrzej Krzysztofowicz, Author and Maintainer * Copyright (C) 1998-20...
gpl-2.0
vinay94185vinay/Hybrid
sound/usb/stream.c
3378
13252
/* * 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
tuxkids/kernel_ics
drivers/ata/pata_ns87410.c
3634
5057
/* * pata_ns87410.c - National Semiconductor 87410 PATA for new ATA layer * (C) 2006 Red Hat 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, or (at your opt...
gpl-2.0
lloydchang/ubuntu-oneiric
drivers/net/ne2.c
4146
22924
/* ne2.c: A NE/2 Ethernet Driver for Linux. */ /* Based on the NE2000 driver written by Donald Becker (1992-94). modified by Wim Dumon (Apr 1996) This software may be used and distributed according to the terms of the GNU General Public License, incorporated herein by reference. The author may be reach...
gpl-2.0
zydroid/kernel-g9208-s6
drivers/staging/vme/devices/vme_pio2_cntr.c
4402
1706
/* * GE PIO2 Counter Driver * * Author: Martyn Welch <martyn.welch@ge.com> * Copyright 2009 GE Intelligent Platforms Embedded Systems, 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 Foun...
gpl-2.0
Split-Screen/android_kernel_lge_gproj
arch/arm/plat-mxc/devices/platform-mx2-camera.c
4914
2340
/* * Copyright (C) 2010 Pengutronix * Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.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 <mach/hardware.h> #include...
gpl-2.0
DevSwift/Kernel-3.4-NovaThor
arch/arm/mach-prima2/rtciobrg.c
5170
3477
/* * RTC I/O Bridge interfaces for CSR SiRFprimaII * ARM access the registers of SYSRTC, GPSRTC and PWRC through this module * * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company. * * Licensed under GPLv2 or later. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/...
gpl-2.0
MoKee/android_kernel_xiaomi_msm8226-common
drivers/hid/hid-samsung.c
6450
6323
/* * HID driver for some samsung "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
TheTypoMaster/yotrino-linux-kernel
fs/jffs2/nodelist.c
7474
22184
/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/kernel.h> #include <li...
gpl-2.0
vocoderism/Tegra-Note-7
drivers/media/video/uvc/uvc_entity.c
7986
3235
/* * uvc_entity.c -- USB Video Class driver * * Copyright (C) 2005-2011 * Laurent Pinchart (laurent.pinchart@ideasonboard.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...
gpl-2.0
SlimRoms/kernel_htc_msm8960
drivers/staging/comedi/drivers/mpc624.c
7986
12985
/* comedi/drivers/mpc624.c Hardware driver for a Micro/sys inc. MPC-624 PC/104 board 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 of the GNU G...
gpl-2.0
SatrioDwiPrabowo/Android_Sony_Alexa_Kernel_Viskan-JB4.3
arch/mips/pnx8550/jbs/board_setup.c
9522
2007
/* * JBS Specific board startup routines. * * Copyright 2005, Embedded Alley Solutions, 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, o...
gpl-2.0
lazybios/linux
fs/romfs/storage.c
9778
6508
/* RomFS storage access routines * * Copyright © 2007 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation;...
gpl-2.0
AICP/kernel_oppo_msm8974
drivers/uwb/scan.c
10034
4150
/* * Ultra Wide Band * Scanning management * * Copyright (C) 2005-2006 Intel Corporation * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 as published by the Free S...
gpl-2.0
sakuraba001/android_kernel_samsung_tblte
drivers/staging/android/ion/ion_cma_heap.c
51
6586
/* * drivers/gpu/ion/ion_cma_heap.c * * Copyright (C) Linaro 2012 * Author: <benjamin.gaignard@linaro.org> for ST-Ericsson. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified un...
gpl-2.0
saturday06/fizzbuzz-linux-kernel
arch/arm/kernel/arch_timer.c
51
8064
/* * linux/arch/arm/kernel/arch_timer.c * * Copyright (C) 2011 ARM Ltd. * All Rights Reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/init.h> #...
gpl-2.0
qhh7812/android_kernel_htc_ville-lp
drivers/usb/gadget/f_rmnet_sdio.c
307
38894
/* * f_rmnet_sdio.c -- RmNet SDIO function driver * * Copyright (C) 2003-2005,2008 David Brownell * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger * Copyright (C) 2003 Al Borchers (alborchers@steinerpoint.com) * Copyright (C) 2008 Nokia Corporation * Copyright (c) 2010-2011, Code Aurora Forum. All ri...
gpl-2.0
pjsports/kernel-2.6.39.4-A500-OC1.5G
arch/arm/mach-at91/board-sam9g20ek.c
307
9749
/* * Copyright (C) 2005 SAN People * Copyright (C) 2008 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 License, or * (at your option) any later version....
gpl-2.0
KiranSurath/Audacity-Endeavoru
arch/powerpc/platforms/85xx/p1023_rds.c
563
3623
/* * Copyright 2010-2011 Freescale Semiconductor, Inc. * * Author: Roy Zang <tie-fei.zang@freescale.com> * * Description: * P1023 RDS Board Setup * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Softw...
gpl-2.0
kashifmin/KKernel_yu_msm8916
drivers/scsi/mpt3sas/mpt3sas_scsih.c
1843
235027
/* * Scsi Host Layer for MPT (Message Passing Technology) based controllers * * This code is based on drivers/scsi/mpt3sas/mpt3sas_scsih.c * Copyright (C) 2012 LSI Corporation * (mailto:DL-MPTFusionLinux@lsi.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
gpl-2.0
TheTypoMaster/SM-G360T1_kernel
drivers/pcmcia/cardbus.c
2355
2995
/* * cardbus.c -- 16-bit PCMCIA core support * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * The initial developer of the original code is David A. Hinds * <dahinds@users...
gpl-2.0
VentureROM-L/android_kernel_moto_shamu
drivers/net/wireless/brcm80211/brcmutil/utils.c
3123
6532
/* * Copyright (c) 2010 Broadcom Corporation * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHO...
gpl-2.0
treznorx/TF201-9.4.2.7
arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
3891
4336
/* * MPC86xx HPCN board specific routines * * Recode: ZHANG WEI <wei.zhang@freescale.com> * Initial author: Xianghua Xiao <x.xiao@freescale.com> * * Copyright 2006 Freescale Semiconductor Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General P...
gpl-2.0
ztemt/NX507J_Lollipop_kernel
arch/x86/boot/compressed/mkpiggy.c
7219
2703
/* ----------------------------------------------------------------------- * * * Copyright (C) 2009 Intel 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 version * 2 as published by the Free Softw...
gpl-2.0
AccentureMobilityServices/kernel
drivers/media/video/hdpvr/hdpvr-control.c
8243
5043
/* * Hauppauge HD PVR USB driver - video 4 linux 2 interface * * Copyright (C) 2008 Janne Grunau (j@jannau.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, version 2. * */ #...
gpl-2.0
rastomanchik/android_kernel_xiaomi_armani
drivers/isdn/hardware/eicon/dqueue.c
9779
2173
/* $Id: dqueue.c,v 1.5 2003/04/12 21:40:49 schindler Exp $ * * Driver for Eicon DIVA Server ISDN cards. * User Mode IDI Interface * * Copyright 2000-2003 by Armin Schindler (mac@melware.de) * Copyright 2000-2003 Cytronics & Melware (info@melware.de) * * This software may be used and distributed according to the...
gpl-2.0
davidevinavil/kernel_s500_cm10
drivers/video/via/via_aux.c
9779
2008
/* * Copyright 2011 Florian Tobias Schandinat <FlorianSchandinat@gmx.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, or (at your option) any later version. * * ...
gpl-2.0
KFire-Android/kernel_omap_otter-common
drivers/media/video/sn9c102/sn9c102_mi0343.c
12851
9686
/*************************************************************************** * Plug-in for MI-0343 image sensor connected to the SN9C1xx PC Camera * * Controllers * * * * Copyright...
gpl-2.0
motley-git/Kernel-Nexus7
arch/m32r/platforms/mappi3/io.c
13875
11272
/* * linux/arch/m32r/platforms/mappi3/io.c * * Typical I/O routines for Mappi3 board. * * Copyright (c) 2001-2005 Hiroyuki Kondo, Hirokazu Takata, * Hitoshi Yamamoto, Mamoru Sakugawa */ #include <asm/m32r.h> #include <asm/page.h> #include <asm/io.h> #include <asm/byteorder.h> #if ...
gpl-2.0
FlukeNetworks/snackers-kernel
arch/arm/plat-mxc/devices/platform-imx-uart.c
52
6233
/* * Copyright (C) 2009-2012 Pengutronix * Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.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 <mach/hardware.h> #in...
gpl-2.0
FusionSP/android_kernel_samsung_klte
drivers/hv/connection.c
564
8448
/* * * Copyright (c) 2009, Microsoft 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 usef...
gpl-2.0
imnuts/sch-i510_kernel
drivers/gpu/drm/i915/i915_opregion.c
820
16119
/* * Copyright 2008 Intel Corporation <hong.liu@intel.com> * Copyright 2008 Red Hat <mjg@redhat.com> * * 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 * ...
gpl-2.0
Demon000/libra
drivers/net/vmxnet3/vmxnet3_ethtool.c
2612
19102
/* * Linux driver for VMware's vmxnet3 ethernet NIC. * * Copyright (C) 2008-2009, VMware, 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; version 2 of the Lice...
gpl-2.0
CyanogenMod/android_kernel_samsung_msm8660-q1
fs/ocfs2/dir.c
2868
118472
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * dir.c * * Creates, reads, walks and deletes directory-nodes * * Copyright (C) 2002, 2004 Oracle. All rights reserved. * * Portions of this code from linux/fs/ext3/dir.c * * Copyright (C) 1992, 1993, 1994, 1995 * Remy Card (ca...
gpl-2.0
Luavis/SOS
net/atm/mpoa_proc.c
3636
7326
#define pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__ #ifdef CONFIG_PROC_FS #include <linux/errno.h> #include <linux/kernel.h> #include <linux/string.h> #include <linux/mm.h> #include <linux/module.h> #include <linux/proc_fs.h> #include <linux/time.h> #include <linux/seq_file.h> #include <linux/uaccess.h> #include ...
gpl-2.0
StelixROM/kernel_lge_msm8974
drivers/base/power/domain.c
4148
45518
/* * drivers/base/power/domain.c - Common code related to device power domains. * * Copyright (C) 2011 Rafael J. Wysocki <rjw@sisk.pl>, Renesas Electronics Corp. * * This file is released under the GPLv2. */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/io.h> #include <linux/pm_runtime.h> #in...
gpl-2.0