repo_name
string
path
string
copies
string
size
string
content
string
license
string
dheerajjamwal/Backport_ltsi_3.14.22
arch/arm/mach-imx/avic.c
295
5920
/* * 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
shark147/m7-kernel
fs/statfs.c
295
5752
#include <linux/syscalls.h> #include <linux/export.h> #include <linux/fs.h> #include <linux/file.h> #include <linux/mount.h> #include <linux/namei.h> #include <linux/statfs.h> #include <linux/security.h> #include <linux/uaccess.h> #include "internal.h" static int flags_by_mnt(int mnt_flags) { int flags = 0; if (mnt...
gpl-2.0
karandpr/Doppler_GB
arch/blackfin/mach-common/pm.c
551
6089
/* * Blackfin power management * * Copyright 2006-2009 Analog Devices Inc. * * Licensed under the GPL-2 * based on arm/mach-omap/pm.c * Copyright 2001, Cliff Brake <cbrake@accelent.com> and others */ #include <linux/suspend.h> #include <linux/sched.h> #include <linux/proc_fs.h> #include <linux/io.h> #includ...
gpl-2.0
holyangel/M9
drivers/char/adsprpc_compat.c
551
8781
/* * 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 ho...
gpl-2.0
Perferom/android_kernel_huawei_msm7x25
drivers/media/video/cx231xx/cx231xx-vbi.c
551
17757
/* cx231xx_vbi.c - driver for Conexant Cx23100/101/102 USB video capture devices Copyright (C) 2008 <srinivasa.deevi at conexant dot com> Based on cx88 driver This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the F...
gpl-2.0
pershoot/galaxy-31
drivers/base/devtmpfs.c
551
9408
/* * devtmpfs - kernel-maintained tmpfs-based /dev * * Copyright (C) 2009, Kay Sievers <kay.sievers@vrfy.org> * * During bootup, before any driver core device is registered, * devtmpfs, a tmpfs-based filesystem is created. Every driver-core * device which requests a device node, will add a node in this * filesy...
gpl-2.0
openedev/streak_4.05_kernel
drivers/net/qlge/qlge_mpi.c
807
31096
#include "qlge.h" int ql_unpause_mpi_risc(struct ql_adapter *qdev) { u32 tmp; /* Un-pause the RISC */ tmp = ql_read32(qdev, CSR); if (!(tmp & CSR_RP)) return -EIO; ql_write32(qdev, CSR, CSR_CMD_CLR_PAUSE); return 0; } int ql_pause_mpi_risc(struct ql_adapter *qdev) { u32 tmp; int count = UDELAY_COUNT; /*...
gpl-2.0
mcdope/android_kernel_infotm_imapx800
net/mac80211/agg-rx.c
807
10495
/* * 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
u-mobo/linux-imx
drivers/staging/speakup/kobjects.c
2087
24784
/* * Speakup kobject implementation * * Copyright (C) 2009 William Hubbs * * This code is based on kobject-example.c, which came with linux 2.6.x. * * Copyright (C) 2004-2007 Greg Kroah-Hartman <greg@kroah.com> * Copyright (C) 2007 Novell Inc. * * Released under the GPL version 2 only. * */ #include <linux/...
gpl-2.0
djvoleur/S6-UniBase
drivers/rtc/rtc-em3027.c
2087
3697
/* * An rtc/i2c driver for the EM Microelectronic EM3027 * Copyright 2011 CompuLab, Ltd. * * Author: Mike Rapoport <mike@compulab.co.il> * * Based on rtc-ds1672.c by Alessandro Zummo <a.zummo@towertech.it> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU ...
gpl-2.0
PhenomX1998/android_kernel_oneplus_msm8996
drivers/macintosh/windfarm_smu_sat.c
2343
8400
/* * Windfarm PowerMac thermal control. SMU "satellite" controller sensors. * * Copyright (C) 2005 Paul Mackerras, IBM Corp. <paulus@samba.org> * * Released under the terms of the GNU GPL v2. */ #include <linux/types.h> #include <linux/errno.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/i...
gpl-2.0
KyLinOS/android_kernel_motorola_omap4-common
drivers/gpu/drm/radeon/evergreen_blit_kms.c
2343
27819
/* * Copyright 2010 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, m...
gpl-2.0
cometzero/e210s_jb
drivers/i2c/busses/i2c-piix4.c
4135
16006
/* Copyright (c) 1998 - 2002 Frodo Looijaard <frodol@dds.nl> and Philip Edelbrock <phil@netroedge.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 Lice...
gpl-2.0
flar2/m7-bulletproof
drivers/i2c/busses/i2c-acorn.c
7463
1970
/* * linux/drivers/acorn/char/i2c.c * * Copyright (C) 2000 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * ARM IOC/IOMD i2c driver. * * On Acorn machi...
gpl-2.0
ocoot/Xiaomi_Kernel_OpenSource
arch/arm/nwfpe/fpa11.c
9767
3118
/* NetWinder Floating Point Emulator (c) Rebel.COM, 1998,1999 (c) Philip Blundell, 2001 Direct questions, comments to Scott Bambrough <scottb@netwinder.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...
gpl-2.0
miquelmartos/gp-kernel-peak
drivers/net/chelsio/mv88x201x.c
12327
8786
/***************************************************************************** * * * File: mv88x201x.c * * $Revision: 1.12 $ * * $...
gpl-2.0
kirananto/android_kernel_cyanogen_msm8916-1
drivers/media/pci/b2c2/flexcop-dma.c
14375
4316
/* * Linux driver for digital TV devices equipped with B2C2 FlexcopII(b)/III * flexcop-dma.c - configuring and controlling the DMA of the FlexCop * see flexcop.c for copyright information */ #include "flexcop.h" int flexcop_dma_allocate(struct pci_dev *pdev, struct flexcop_dma *dma, u32 size) { u8 *tcpu; dma_a...
gpl-2.0
TeamEOS/kernel_samsung_manta
drivers/media/video/exynos/mipi-csis/mipi-csis.c
40
22539
/* * Samsung S5P/EXYNOS4 SoC series MIPI-CSI receiver driver * * Copyright (C) 2011 Samsung Electronics Co., Ltd. * Contact: Sylwester Nawrocki, <s.nawrocki@samsung.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 *...
gpl-2.0
gchiii/am3517_evm-linux
fs/anon_inodes.c
40
6586
/* * fs/anon_inodes.c * * Copyright (C) 2007 Davide Libenzi <davidel@xmailserver.org> * * Thanks to Arnd Bergmann for code review and suggestions. * More changes for Thomas Gleixner suggestions. * */ #include <linux/cred.h> #include <linux/file.h> #include <linux/poll.h> #include <linux/sched.h> #include ...
gpl-2.0
android-armv7a-belalang-tempur/Android_SpeedKernel_3.4
arch/arm/mach-msm/peripheral-loader.c
40
16009
/* Copyright (c) 2010-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 the...
gpl-2.0
hthh/dolphin
Externals/wxWidgets3/src/common/fontpickercmn.cpp
40
5593
/////////////////////////////////////////////////////////////////////////////// // Name: src/common/fontpickercmn.cpp // Purpose: wxFontPickerCtrl class implementation // Author: Francesco Montorsi // Modified by: // Created: 15/04/2006 // Copyright: (c) Francesco Montorsi // Licence: wxWindow...
gpl-2.0
pschorf/gcc-races
gmp-4.3.2/mpn/sparc64/divrem_1.c
40
7143
/* UltraSparc 64 mpn_divrem_1 -- mpn by limb division. Copyright 1991, 1993, 1994, 1996, 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public ...
gpl-2.0
Motorhead1991/android_kernel_samsung_geim
drivers/staging/comedi/drivers/das1800.c
296
50190
/* comedi/drivers/das1800.c Driver for Keitley das1700/das1800 series boards Copyright (C) 2000 Frank Mori Hess <fmhess@users.sourceforge.net> COMEDI - Linux Control and Measurement Device Interface Copyright (C) 2000 David A. Schleef <ds@schleef.org> This program is free software; you can red...
gpl-2.0
andrewwrightt/kernel_moto_shamu
drivers/media/platform/msm/vpu/vpu_vb2_queue.c
296
10241
/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
gpl-2.0
Alphix/linuxtv
drivers/acpi/acpi_extlog.c
296
8072
/* * Extended Error Log driver * * Copyright (C) 2013 Intel Corp. * Author: Chen, Gong <gong.chen@intel.com> * * This file is licensed under GPLv2. */ #include <linux/module.h> #include <linux/acpi.h> #include <linux/cper.h> #include <linux/ratelimit.h> #include <linux/edac.h> #include <asm/cpu.h> #include <asm...
gpl-2.0
vurrut/android_kernel_latona
arch/x86/boot/printf.c
1576
6117
/* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * * This file is part of the Linux kernel, and is made available under * the terms of the GNU General Public License version 2. * * ...
gpl-2.0
Slayjay78/kernel_angler
drivers/usb/gadget/atmel_usba_udc.c
2088
49889
/* * Driver for the Atmel USBA high speed USB device controller * * Copyright (C) 2005-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 version 2 as * published by the Free Software Foundation. */ #include <lin...
gpl-2.0
glewarne/S6_UniPR
drivers/crypto/omap-sham.c
2088
45688
/* * Cryptographic API. * * Support for OMAP SHA1/MD5 HW acceleration. * * Copyright (c) 2010 Nokia Corporation * Author: Dmitry Kasatkin <dmitry.kasatkin@nokia.com> * Copyright (c) 2011 Texas Instruments Incorporated * * This program is free software; you can redistribute it and/or modify * it under the term...
gpl-2.0
TeamEOS/kernel_htc_flounder
drivers/rtc/rtc-wm831x.c
2088
13218
/* * Real Time Clock driver for Wolfson Microelectronics WM831x * * Copyright (C) 2009 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...
gpl-2.0
gouwa/linux-rk3288
drivers/video/omap2/dss/dpi.c
2088
15806
/* * linux/drivers/video/omap2/dss/dpi.c * * Copyright (C) 2009 Nokia Corporation * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> * * Some code and ideas taken from drivers/video/omap/ driver * by Imre Deak. * * This program is free software; you can redistribute it and/or modify it * under the terms of t...
gpl-2.0
kirananto/RAZORMOTOG3
drivers/misc/eeprom/at25.c
2088
12048
/* * at25.c -- support most SPI EEPROMs, such as Atmel AT25 models * * Copyright (C) 2006 David Brownell * * 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
ezterry/AcerTabKernel
lib/ctype.c
4392
1362
/* * linux/lib/ctype.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #include <linux/ctype.h> #include <linux/module.h> const unsigned char _ctype[] = { _C,_C,_C,_C,_C,_C,_C,_C, /* 0-7 */ _C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C, /* 8-15 */ _C,_C,_C,_C,_C,_C,_C,_C, /* 16-23 */ _C,_C,_C,_C,_C,_C,_C,_C, ...
gpl-2.0
Kurre/kernel_samsung_manta
drivers/edac/edac_pci.c
4904
11777
/* * EDAC PCI component * * Author: Dave Jiang <djiang@mvista.com> * * 2007 (c) MontaVista Software, Inc. This file is licensed under * the terms of the GNU General Public License version 2. This program * is licensed "as is" without any warranty of any kind, whether express * or implied. * */ #include <linux...
gpl-2.0
mr-tweaker/sabermod_kernel_cancro
drivers/acpi/pci_link.c
7976
23676
/* * pci_link.c - ACPI PCI Interrupt Link Device Driver ($Revision: 34 $) * * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> * Copyright (C) 2002 Dominik Brodowski <devel@brodo.de> * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~...
gpl-2.0
Split-Screen/android_kernel_htc_msm8960
drivers/infiniband/hw/ipath/ipath_iba6110.c
9000
63667
/* * Copyright (c) 2006, 2007 QLogic Corporation. All rights reserved. * Copyright (c) 2003, 2004, 2005, 2006 PathScale, 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)...
gpl-2.0
TeamEOS/kernel_oppo_msm8974
net/sctp/debug.c
10280
4727
/* SCTP kernel implementation * (C) Copyright IBM Corp. 2001, 2004 * Copyright (c) 1999-2000 Cisco, Inc. * Copyright (c) 1999-2001 Motorola, Inc. * Copyright (c) 2001 Intel Corp. * * This file is part of the SCTP kernel implementation * * This file converts numerical ID value to alphabetical names for SCTP * t...
gpl-2.0
ISTweak/android_kernel_sharp_msm7x30-3.0
arch/mn10300/mm/cache.c
12072
1615
/* MN10300 Cache flushing routines * * Copyright (C) 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 Licence * as published by the Free Software Foundat...
gpl-2.0
Split-Screen/android_kernel_moto_shamu
fs/exofs/symlink.c
12840
1807
/* * Copyright (C) 2005, 2006 * Avishay Traeger (avishay@gmail.com) * Copyright (C) 2008, 2009 * Boaz Harrosh <bharrosh@panasas.com> * * Copyrights for code taken from ext2: * Copyright (C) 1992, 1993, 1994, 1995 * Remy Card (card@masi.ibp.fr) * Laboratoire MASI - Institut Blaise Pascal * Univ...
gpl-2.0
LuuchoRocha/fude_kernel_s3mini
arch/powerpc/boot/ns16550.c
13864
1983
/* * 16550 serial console support. * * Original copied from <file:arch/ppc/boot/common/ns16550.c> * (which had no copyright) * Modifications: 2006 (c) MontaVista Software, Inc. * * Modified by: Mark A. Greer <mgreer@mvista.com> */ #include <stdarg.h> #include <stddef.h> #include "types.h" #include "string.h" #i...
gpl-2.0
waninkoko/hero-kernel-2.6.35
scripts/dtc/libfdt/fdt_strerror.c
14888
3401
/* * libfdt - Flat Device Tree manipulation * Copyright (C) 2006 David Gibson, IBM Corporation. * * libfdt is dual licensed: you can use it either under the terms of * the GPL, or the BSD license, at your option. * * a) This library is free software; you can redistribute it and/or * modify it under the ter...
gpl-2.0
megraf/asuswrt-merlin
release/src-rt-7.x.main/src/linux/linux-2.6.36/fs/exofs/ios.c
41
19440
/* * Copyright (C) 2005, 2006 * Avishay Traeger (avishay@gmail.com) * Copyright (C) 2008, 2009 * Boaz Harrosh <bharrosh@panasas.com> * * This file is part of exofs. * * exofs is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Fr...
gpl-2.0
uarka/binutils
sim/frv/profile.c
41
54861
/* frv simulator machine independent profiling code. Copyright (C) 1998-2014 Free Software Foundation, Inc. Contributed by Red Hat This file is part of the GNU simulators. 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 t...
gpl-2.0
kenycze/mangos
contrib/vmap_extractor_v2/vmapextract/adtfile.cpp
41
5111
#include "adtfile.h" char * GetPlainName(char * FileName) { char * szTemp; if((szTemp = strrchr(FileName, '\\')) != NULL) FileName = szTemp + 1; return FileName; } void fixnamen(char *name, size_t len) { for (size_t i=0; i<len-3; i++) { if (i>0 && name[i]>='A' && name[i]<='Z' && isalpha(name[...
gpl-2.0
mj10777/QGIS
src/core/raster/qgsraster.cpp
41
2593
/*************************************************************************** qgsraster.cpp - Raster namespace -------------------------------------- Date : Apr, 2013 Copyright : (C) 2013 by Radim Blazek email : radim dot blazek at gmail dot com ***...
gpl-2.0
KioM/mangos-b
dep/ACE_wrappers/ace/SSL/SSL_SOCK_Connector.cpp
553
12990
// -*- C++ -*- // // $Id: SSL_SOCK_Connector.cpp 91813 2010-09-17 07:52:52Z johnnyw $ #include "SSL_SOCK_Connector.h" #include "ace/OS_NS_errno.h" #include "ace/Handle_Set.h" #include "ace/INET_Addr.h" #include "ace/Log_Msg.h" #include "ace/Countdown_Time.h" #include "ace/Truncate.h" #include <openssl/err.h> #if !d...
gpl-2.0
jstotero/Old_Cucciolone
fs/yaffs2/yaffs_mtdif2.c
553
6104
/* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * * Copyright (C) 2002-2007 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning <charles@aleph1.co.uk> * * This program is free software; you can redistribute it and/or modify * it unde...
gpl-2.0
marek-g/kobo-kernel-2.6.35.3-android
kernel/params.c
809
18804
/* Helpers for initial module or kernel cmdline parsing Copyright (C) 2001 Rusty Russell. 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 yo...
gpl-2.0
CyanogenMod/hp-kernel-tenderloin
drivers/scsi/cxgb3i/cxgb3i_ddp.c
809
20617
/* * cxgb3i_ddp.c: Chelsio S3xx iSCSI DDP Manager. * * Copyright (c) 2008 Chelsio Communications, 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. * * Written by: Karen Xie (kxie@...
gpl-2.0
qtekfun/kernel_htc_msm8939
sound/soc/codecs/wm8904.c
1065
63432
/* * wm8904.c -- WM8904 ALSA SoC Audio driver * * Copyright 2009-12 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 version 2 as * publi...
gpl-2.0
ArtemTeleshev/raspberrypi-linux
fs/xfs/xfs_bit.c
1833
2847
/* * Copyright (c) 2000-2005 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
nel82/android_zenfone4_kernel
drivers/video/omap2/dss/rfbi.c
2089
26001
/* * linux/drivers/video/omap2/dss/rfbi.c * * Copyright (C) 2009 Nokia Corporation * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> * * Some code and ideas taken from drivers/video/omap/ driver * by Imre Deak. * * This program is free software; you can redistribute it and/or modify it * under the terms of ...
gpl-2.0
MCherifiOSS/linux
drivers/gpu/drm/gma500/blitter.c
2089
1414
/* * Copyright (c) 2014, Patrik Jakobsson * 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
AndroidRoot/android_kernel_asus_tf201
drivers/s390/scsi/zfcp_dbf.c
2089
13745
/* * zfcp device driver * * Debug traces for zfcp. * * Copyright IBM Corporation 2002, 2010 */ #define KMSG_COMPONENT "zfcp" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux/ctype.h> #include <linux/slab.h> #include <asm/debug.h> #include "zfcp_dbf.h" #include "zfcp_ext.h" #include "zfcp_fc.h" stati...
gpl-2.0
PDi-Communication-Systems-Inc/kernel-imx
ipc/sem.c
2345
41544
/* * linux/ipc/sem.c * Copyright (C) 1992 Krishna Balasubramanian * Copyright (C) 1995 Eric Schenk, Bruno Haible * * /proc/sysvipc/sem support (c) 1999 Dragos Acostachioaie <dragos@iname.com> * * SMP-threaded, sysctl's added * (c) 1999 Manfred Spraul <manfred@colorfullife.com> * Enforced range limit on SEM_UND...
gpl-2.0
jamison904/T989_TW_JB
drivers/uio/uio_pdrv.c
3625
2517
/* * drivers/uio/uio_pdrv.c * * Copyright (C) 2008 by Digi International 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 version 2 as published by * the Free Software Foundation. */ #include <linux/platf...
gpl-2.0
Zuli/kernel_sony_lt28
drivers/uio/uio_pdrv.c
3625
2517
/* * drivers/uio/uio_pdrv.c * * Copyright (C) 2008 by Digi International 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 version 2 as published by * the Free Software Foundation. */ #include <linux/platf...
gpl-2.0
MattCrystal/Tempest
arch/mips/ath79/dev-wmac.c
4393
2547
/* * Atheros AR913X/AR933X SoC built-in WMAC device support * * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version...
gpl-2.0
varunchitre15/android_kernel_xperiaL
arch/mips/kernel/cevt-bcm1480.c
4649
4464
/* * Copyright (C) 2000,2001,2004 Broadcom 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 version 2 * of the License, or (at your option) any later version. * * Thi...
gpl-2.0
MoKee/android_kernel_htc_pyramid
drivers/media/video/gspca/ov534.c
4905
35376
/* * ov534-ov7xxx gspca driver * * Copyright (C) 2008 Antonio Ospite <ospite@studenti.unina.it> * Copyright (C) 2008 Jim Paris <jim@jtan.com> * Copyright (C) 2009 Jean-Francois Moine http://moinejf.free.fr * * Based on a prototype written by Mark Ferrell <majortrips@gmail.com> * USB protocol reverse engineered ...
gpl-2.0
zarboz/T6_Blackout_Edition
arch/x86/platform/efi/efi_32.c
7209
1754
/* * Extensible Firmware Interface * * Based on Extensible Firmware Interface Specification version 1.0 * * Copyright (C) 1999 VA Linux Systems * Copyright (C) 1999 Walt Drummond <drummond@valinux.com> * Copyright (C) 1999-2002 Hewlett-Packard Co. * David Mosberger-Tang <davidm@hpl.hp.com> * Stephane Eranian <...
gpl-2.0
invisiblek/android_kernel_oneplus_msm8974
drivers/isdn/hisax/hfc_2bs0.c
8233
15510
/* $Id: hfc_2bs0.c,v 1.20.2.6 2004/02/11 13:21:33 keil Exp $ * * specific routines for CCD's HFC 2BS0 * * Author Karsten Keil * Copyright by Karsten Keil <keil@isdn4linux.de> * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated here...
gpl-2.0
t3ksin/efficientkernel
drivers/isdn/hardware/eicon/debug.c
9257
63069
#include "platform.h" #include "pc.h" #include "di_defs.h" #include "debug_if.h" #include "divasync.h" #include "kst_ifc.h" #include "maintidi.h" #include "man_defs.h" /* LOCALS */ #define DBG_MAGIC (0x47114711L) static void DI_register(void *arg); static void DI_deregister(pDbgHandle hDbg); static void DI_format(i...
gpl-2.0
desalesouche/android_kernel_huawei_honor_3.4
drivers/media/common/saa7146_i2c.c
9513
12683
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <media/saa7146_vv.h> static u32 saa7146_i2c_func(struct i2c_adapter *adapter) { /* DEB_I2C("'%s'\n", adapter->name); */ return I2C_FUNC_I2C | I2C_FUNC_SMBUS_QUICK | I2C_FUNC_SMBUS_READ_BYTE | I2C_FUNC_SMBUS_WRITE_BYTE | I2C_FUNC_SMBUS_READ_BYTE_DATA | I2...
gpl-2.0
skritchz/android_kernel_motorola_surnia
drivers/macintosh/ans-lcd.c
12073
4048
/* * /dev/lcd driver for Apple Network Servers. */ #include <linux/types.h> #include <linux/errno.h> #include <linux/kernel.h> #include <linux/miscdevice.h> #include <linux/fcntl.h> #include <linux/init.h> #include <linux/delay.h> #include <linux/fs.h> #include <asm/uaccess.h> #include <asm/sections.h> #include <as...
gpl-2.0
LEPT-Development/Android_kernel_lge_C50
arch/powerpc/oprofile/cell/spu_profiler.c
13609
7028
/* * Cell Broadband Engine OProfile Support * * (C) Copyright IBM Corporation 2006 * * Authors: Maynard Johnson <maynardj@us.ibm.com> * Carl Love <carll@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 publishe...
gpl-2.0
Stane1983/kernel-amlogic-m3
fs/proc/inode.c
42
11945
/* * linux/fs/proc/inode.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #include <linux/time.h> #include <linux/proc_fs.h> #include <linux/kernel.h> #include <linux/mm.h> #include <linux/string.h> #include <linux/stat.h> #include <linux/completion.h> #include <linux/poll.h> #include <linux/file.h> #include <l...
gpl-2.0
RichardWithnell/mptcp-rpi
net/ipv4/route.c
42
68362
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * ROUTE - implementation of the IP router. * * Authors: Ross Biro * Fred N. van Kempen, <waltje@uWalt.NL.Mug...
gpl-2.0
nmacs/linux-2.6.34.14-atlas
drivers/staging/vme/vme.c
42
35454
/* * VME Bridge Framework * * Author: Martyn Welch <martyn.welch@ge.com> * Copyright 2008 GE Intelligent Platforms Embedded Systems, Inc. * * Based on work by Tom Armistead and Ajit Prem * Copyright 2004 Motorola Inc. * * This program is free software; you can redistribute it and/or modify it * under the te...
gpl-2.0
cyberb/linux
tools/perf/util/dso.c
42
31740
#include <asm/bug.h> #include <sys/time.h> #include <sys/resource.h> #include "symbol.h" #include "dso.h" #include "machine.h" #include "auxtrace.h" #include "util.h" #include "debug.h" #include "vdso.h" char dso__symtab_origin(const struct dso *dso) { static const char origin[] = { [DSO_BINARY_TYPE__KALLSYMS] = ...
gpl-2.0
mdr78/Linux-x1000
drivers/staging/comedi/drivers/addi_apci_2032.c
298
9783
/* * addi_apci_2032.c * Copyright (C) 2004,2005 ADDI-DATA GmbH for the source code of this module. * Project manager: Eric Stolz * * ADDI-DATA GmbH * Dieselstrasse 3 * D-77833 Ottersweier * Tel: +19(0)7223/9493-0 * Fax: +49(0)7223/9493-92 * http://www.addi-data.com * info@addi-data.com * * This program is...
gpl-2.0
alanorth/kernel_huawei_u8150
arch/mn10300/unit-asb2305/leds.c
554
2968
/* ASB2305 Peripheral 7-segment LEDs x4 support * * Copyright (C) 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 Licence * as published by the Free Sof...
gpl-2.0
bergwolf/redpatch
arch/parisc/kernel/smp.c
554
10895
/* ** SMP Support ** ** Copyright (C) 1999 Walt Drummond <drummond@valinux.com> ** Copyright (C) 1999 David Mosberger-Tang <davidm@hpl.hp.com> ** Copyright (C) 2001,2004 Grant Grundler <grundler@parisc-linux.org> ** ** Lots of stuff stolen from arch/alpha/kernel/smp.c ** ...and then parisc stole from arch/ia64/kernel/...
gpl-2.0
spock1104/vm696-kernel
arch/mips/loongson/common/irq.c
810
1705
/* * Copyright (C) 2007 Lemote Inc. & Insititute of Computing Technology * Author: Fuxin Zhang, zhangfx@lemote.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 ...
gpl-2.0
shindesandeep/linux
drivers/media/dvb-frontends/stv0900_sw.c
810
51372
/* * stv0900_sw.c * * Driver for ST STV0900 satellite demodulator IC. * * Copyright (C) ST Microelectronics. * Copyright (C) 2009 NetUP Inc. * Copyright (C) 2009 Igor M. Liplianin <liplianin@netup.ru> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gene...
gpl-2.0
CyanideL/android_kernel_samsung_klte
arch/arm/mach-msm/ramdump.c
1834
8453
/* Copyright (c) 2011-2013, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
gpl-2.0
chase2534/gtab47.freekern
drivers/video/omap2/dss/apply.c
2090
34900
/* * Copyright (C) 2011 Texas Instruments * Author: Tomi Valkeinen <tomi.valkeinen@ti.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. * * This program is distributed in ...
gpl-2.0
fortunaFiWn/android_kernel_samsung_fortuna-common
drivers/staging/comedi/drivers/adv_pci1723.c
2090
9374
/******************************************************************************* 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
puglia/PMFS-atomic-patch
arch/powerpc/kernel/rtas_pci.c
2090
7261
/* * Copyright (C) 2001 Dave Engebretsen, IBM Corporation * Copyright (C) 2003 Anton Blanchard <anton@au.ibm.com>, IBM * * RTAS specific routines for PCI. * * Based on code from pci.c, chrp_pci.c and pSeries_pci.c * * This program is free software; you can redistribute it and/or modify * it under the terms of ...
gpl-2.0
Tim1928/DBK-3.0-4.2
net/ipv4/inet_connection_sock.c
2602
22035
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * Support for INET connection oriented protocols. * * Authors: See the TCP sources * * This program is free...
gpl-2.0
jawad6233/android_kernel_samsung_t110
net/unix/diag.c
3626
7201
#include <linux/types.h> #include <linux/spinlock.h> #include <linux/sock_diag.h> #include <linux/unix_diag.h> #include <linux/skbuff.h> #include <linux/module.h> #include <net/netlink.h> #include <net/af_unix.h> #include <net/tcp_states.h> #define UNIX_DIAG_PUT(skb, attrtype, attrlen) \ RTA_DATA(__RTA_PUT(skb, attrt...
gpl-2.0
evilp/android_kernel_hp_phobos
drivers/hwmon/lm90.c
3882
46713
/* * lm90.c - Part of lm_sensors, Linux kernel modules for hardware * monitoring * Copyright (C) 2003-2010 Jean Delvare <khali@linux-fr.org> * * Based on the lm83 driver. The LM90 is a sensor chip made by National * Semiconductor. It reports up to two temperatures (its own plus up to * one external one...
gpl-2.0
MoKee/android_kernel_samsung_lentislte
arch/m32r/kernel/ptrace.c
4394
15613
/* * linux/arch/m32r/kernel/ptrace.c * * Copyright (C) 2002 Hirokazu Takata, Takeo Takahashi * Copyright (C) 2004 Hirokazu Takata, Kei Sakamoto * * Original x86 implementation: * By Ross Biro 1/23/92 * edited by Linus Torvalds * * Some code taken from sh version: * Copyright (C) 1999, 2000 Kaz Kojima & ...
gpl-2.0
StelixROM/kernel_lge_msm8974
drivers/infiniband/core/sysfs.c
7210
24091
/* * Copyright (c) 2004, 2005 Topspin Communications. All rights reserved. * Copyright (c) 2005 Mellanox Technologies Ltd. All rights reserved. * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be li...
gpl-2.0
MoKee/android_kernel_google_msm
drivers/net/ethernet/mellanox/mlx4/en_port.c
7466
7831
/* * Copyright (c) 2007 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
GuneetAtwal/kernel_h1s
drivers/parisc/superio.c
7978
14263
/* National Semiconductor NS87560UBD Super I/O controller used in * HP [BCJ]x000 workstations. * * This chip is a horrid piece of engineering, and National * denies any knowledge of its existence. Thus no datasheet is * available off www.national.com. * * (C) Copyright 2000 Linuxcare, I...
gpl-2.0
TRKP/android_kernel_samsung_i9300
arch/arm/plat-versatile/clcd.c
10794
3956
#include <linux/device.h> #include <linux/dma-mapping.h> #include <linux/amba/bus.h> #include <linux/amba/clcd.h> #include <plat/clcd.h> static struct clcd_panel vga = { .mode = { .name = "VGA", .refresh = 60, .xres = 640, .yres = 480, .pixclock = 39721, .left_margin = 40, .right_margin = 24, .upp...
gpl-2.0
alfonsotames/linux
net/can/bcm.c
43
43067
/* * bcm.c - Broadcast Manager to filter/send (cyclic) CAN content * * Copyright (c) 2002-2017 Volkswagen Group Electronic Research * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. ...
gpl-2.0
PyYoshi/android_kernel_sharp_303sh
drivers/spmi/spmi.c
43
22069
/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
gpl-2.0
vit2/vit-e2
lib/base/ioprio.cpp
43
2173
#include <lib/base/ioprio.h> #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <getopt.h> #include <unistd.h> #include <sys/ptrace.h> #include <asm/unistd.h> #include <lib/base/eerror.h> extern "C" int sys_ioprio_set(int, int, int); extern "C" int sys_ioprio_get(int, int); #ifndef __NR_ioprio_set #i...
gpl-2.0
psachin/apc-rock-II-kernel
drivers/net/wireless/rtl8188C_8192C/core/rtw_ioctl_rtl.c
299
30769
/****************************************************************************** * * 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
heyoufei/mini2440_kernel
drivers/ide/ide-pci-generic.c
555
6129
/* * Copyright (C) 2001-2002 Andre Hedrick <andre@linux-ide.org> * Portions (C) Copyright 2002 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 you...
gpl-2.0
waynedkim/sgs3-kernel
drivers/usb/gadget/gadget_gbhc/f_mass_storage.c
555
92804
/* * f_mass_storage.c -- Mass Storage USB Composite Function * * Copyright (C) 2003-2008 Alan Stern * Copyright (C) 2009 Samsung Electronics * Author: Michal Nazarewicz <m.nazarewicz@samsung.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * ...
gpl-2.0
saafir7/exynos7420
drivers/staging/comedi/drivers/amplc_dio200_common.c
2091
32691
/* comedi/drivers/amplc_dio200_common.c Common support code for "amplc_dio200" and "amplc_dio200_pci". Copyright (C) 2005-2013 MEV Ltd. <http://www.mev.co.uk/> COMEDI - Linux Control and Measurement Device Interface Copyright (C) 1998,2000 David A. Schleef <ds@schleef.org> This program is fr...
gpl-2.0
ashyx/Samsung-Galaxy-Tab-S2-Kernel
drivers/staging/comedi/drivers/amplc_dio200_pci.c
2091
16795
/* comedi/drivers/amplc_dio200_pci.c Driver for Amplicon PCI215, PCI272, PCIe215, PCIe236, PCIe296. Copyright (C) 2005-2013 MEV Ltd. <http://www.mev.co.uk/> COMEDI - Linux Control and Measurement Device Interface Copyright (C) 1998,2000 David A. Schleef <ds@schleef.org> This program is free soft...
gpl-2.0
dj-sand/android_kernel_htc_flounder
drivers/staging/comedi/drivers/amplc_dio200_common.c
2091
32691
/* comedi/drivers/amplc_dio200_common.c Common support code for "amplc_dio200" and "amplc_dio200_pci". Copyright (C) 2005-2013 MEV Ltd. <http://www.mev.co.uk/> COMEDI - Linux Control and Measurement Device Interface Copyright (C) 1998,2000 David A. Schleef <ds@schleef.org> This program is fr...
gpl-2.0
thicklizard/m9-patches
drivers/staging/phison/phison.c
2603
2380
/* * Copyright (C) 2006 Red Hat <evan_ko@phison.com> * * May be copied or modified under the terms of the GNU General Public License * * [Modify History] * #0001, Evan, 2008.10.22, V0.00, New release. * #0002, Evan, 2008.11.01, V0.90, Test Work In Ubuntu Linux 8.04. * #0003, Evan, 2008.01.08, V0.91, Ch...
gpl-2.0
a33g-dev/android_kernel_samsung_a33g
arch/x86/platform/sfi/sfi.c
2603
2874
/* * sfi.c - x86 architecture SFI support. * * Copyright (c) 2009, 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 di...
gpl-2.0
Fujin-Suzukaze/GT-I9505-Kernel-JB-4.3
drivers/firewire/ohci.c
3627
105601
/* * Driver for OHCI 1394 controllers * * Copyright (C) 2003-2006 Kristian Hoegsberg <krh@bitplanet.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,...
gpl-2.0
GeorgyFirsov/Nitrogen-Kernel
arch/mips/lantiq/setup.c
4651
1465
/* * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation. * * Copyright (C) 2010 John Crispin <blogic@openwrt.org> */ #include <linux/kernel.h> #include <linux/export.h> #include <l...
gpl-2.0
Electrex/Electroactive-N5
arch/arm/mach-shmobile/intc-sh7367.c
4907
15477
/* * sh7367 processor support - INTC hardware block * * Copyright (C) 2010 Magnus Damm * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. * * This program is d...
gpl-2.0