repo_name
string
path
string
copies
string
size
string
content
string
license
string
akhilnarang/ThugLife_sprout
drivers/net/wireless/ti/wl1251/ps.c
4292
4241
/* * This file is part of wl1251 * * Copyright (C) 2008 Nokia Corporation * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it...
gpl-2.0
spezi77/android_kernel_google_mako
drivers/net/ethernet/dec/tulip/de4x5.c
4804
168323
/* de4x5.c: A DIGITAL DC21x4x DECchip and DE425/DE434/DE435/DE450/DE500 ethernet driver for Linux. Copyright 1994, 1995 Digital Equipment Corporation. Testing resources for this driver have been made available in part by NASA Ames Research Center (mjacob@nas.nasa.gov). The author may be...
gpl-2.0
NamelessRom/android_kernel_google_msm
drivers/regulator/wm8994-regulator.c
4804
7876
/* * wm8994-regulator.c -- Regulator driver for the WM8994 * * Copyright 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 as publ...
gpl-2.0
am2012/g3_kernel
drivers/crypto/tegra-aes.c
4804
27956
/* * drivers/crypto/tegra-aes.c * * Driver for NVIDIA Tegra AES hardware engine residing inside the * Bit Stream Engine for Video (BSEV) hardware block. * * The programming sequence for this engine is with the help * of commands which travel via a command queue residing between the * CPU and the BSEV block. The...
gpl-2.0
CPDroid/Samsung_STE_Kernel
arch/arm/mach-mv78xx0/addr-map.c
4804
3725
/* * arch/arm/mach-mv78xx0/addr-map.c * * Address map functions for Marvell MV78xx0 SoCs * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #include <linux/kernel.h> #inclu...
gpl-2.0
darkobas/android_kernel_oneplus_msm8974
drivers/watchdog/it87_wdt.c
4804
17979
/* * Watchdog Timer Driver * for ITE IT87xx Environment Control - Low Pin Count Input / Output * * (c) Copyright 2007 Oliver Schuster <olivers137@aol.com> * * Based on softdog.c by Alan Cox, * 83977f_wdt.c by Jose Goncalves, * it87.c by Chris Gauthron, Jean Delvare * * Data-sheets: Publicly available...
gpl-2.0
duydb2/android_kernel_sony_msm8x60
drivers/dma/imx-sdma.c
4804
36808
/* * drivers/dma/imx-sdma.c * * This file contains a driver for the Freescale Smart DMA engine * * Copyright 2010 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de> * * Based on code from Freescale: * * Copyright 2004-2009 Freescale Semiconductor, Inc. All Rights Reserved. * * The code contained herein is li...
gpl-2.0
sorinstanila/kernel_msm_kk
sound/core/oss/mulaw.c
12996
10493
/* * Mu-Law conversion Plug-In Interface * Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz> * Uros Bizjak <uros@kss-loka.si> * * Based on reference implementation by Sun Microsystems, Inc. * * This library is free software; you can redistribute it and/or modify * it under the...
gpl-2.0
jongh90/kvm
net/bridge/netfilter/ebt_mark_m.c
14020
2361
/* * ebt_mark_m * * Authors: * Bart De Schuymer <bdschuym@pandora.be> * * July, 2002 * */ #include <linux/module.h> #include <linux/netfilter/x_tables.h> #include <linux/netfilter_bridge/ebtables.h> #include <linux/netfilter_bridge/ebt_mark_m.h> static bool ebt_mark_mt(const struct sk_buff *skb, struct xt_ac...
gpl-2.0
0xD34D/android-omap-tuna
arch/ia64/kernel/unwind_decoder.c
14020
12293
/* * Copyright (C) 2000 Hewlett-Packard Co * Copyright (C) 2000 David Mosberger-Tang <davidm@hpl.hp.com> * * Generic IA-64 unwind info decoder. * * This file is used both by the Linux kernel and objdump. Please keep * the two copies of this file in sync. * * You need to customize the decoder by defining the f...
gpl-2.0
s0be/android_kernel_letv_msm8994
drivers/platform/msm/sps/sps_mem.c
1221
3775
/* 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
pengshp/linux
sound/drivers/vx/vx_core.c
1221
20845
/* * Driver for Digigram VX soundcards * * Hardware core part * * 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 versi...
gpl-2.0
XMelancholy/android_kernel_huawei_h60
drivers/net/ethernet/apple/bmac.c
2245
42194
/* * Network device driver for the BMAC ethernet controller on * Apple Powermacs. Assumes it's under a DBDMA controller. * * Copyright (C) 1998 Randy Gobbel. * * May 1999, Al Viro: proper release of /proc/net/bmac entry, switched to * dynamic procfs inode. */ #include <linux/interrupt.h> #include <linux/module...
gpl-2.0
AndreiLux/ref-3.10
drivers/clk/clk-twl6040.c
2245
3239
/* * TWL6040 clock module driver for OMAP4 McPDM functional clock * * Copyright (C) 2012 Texas Instruments Inc. * Peter Ujfalusi <peter.ujfalusi@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 So...
gpl-2.0
satgass/android_kernel_hisense_msm8916
fs/cifs/cifs_spnego.c
2757
4952
/* * fs/cifs/cifs_spnego.c -- SPNEGO upcall management for CIFS * * Copyright (c) 2007 Red Hat, Inc. * Author(s): Jeff Layton (jlayton@redhat.com) * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published * by ...
gpl-2.0
iamroot12CD/linux
drivers/scsi/esas2r/esas2r_io.c
3013
23656
/* * linux/drivers/scsi/esas2r/esas2r_io.c * For use with ATTO ExpressSAS R6xx SAS/SATA RAID controllers * * Copyright (c) 2001-2013 ATTO Technology, Inc. * (mailto:linuxdrivers@attotech.com)mpt3sas/mpt3sas_trigger_diag. * * This program is free software; you can redistribute it and/or * modify it under...
gpl-2.0
yjwong/android_kernel_samsung_galaxys2
drivers/media/dvb/frontends/mt352.c
3269
14571
/* * Driver for Zarlink DVB-T MT352 demodulator * * Written by Holger Waechtler <holger@qanu.de> * and Daniel Mack <daniel@qanu.de> * * AVerMedia AVerTV DVB-T 771 support by * Wolfram Joost <dbox2@frokaschwei.de> * * Support for Samsung TDTC9251DH01C(M) tuner * Copyright (C) 2004 Antonio Mancuso <...
gpl-2.0
goulderb/sch-i405_kernel
net/appletalk/atalk_proc.c
4037
6980
/* * atalk_proc.c - proc support for Appletalk * * Copyright(c) Arnaldo Carvalho de Melo <acme@conectiva.com.br> * * 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. */ #inclu...
gpl-2.0
Sharlion/G718c_kernel
drivers/mtd/maps/intel_vr_nor.c
4805
7271
/* * drivers/mtd/maps/intel_vr_nor.c * * An MTD map driver for a NOR flash bank on the Expansion Bus of the Intel * Vermilion Range chipset. * * The Vermilion Range Expansion Bus supports four chip selects, each of which * has 64MiB of address space. The 2nd BAR of the Expansion Bus PCI Device * is a 256MiB me...
gpl-2.0
GustavoRD78/78Kernel-5.1.1-23.4.A.0.546
drivers/net/ethernet/dec/tulip/uli526x.c
4805
48261
/* 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 will be ...
gpl-2.0
dennes544/dennes544_kernel_lge_hammerhead
drivers/net/ethernet/adi/bfin_mac.c
4805
44806
/* * Blackfin On-Chip MAC Driver * * Copyright 2004-2010 Analog Devices Inc. * * Enter bugs at http://blackfin.uclinux.org/ * * Licensed under the GPL-2 or later. */ #define DRV_VERSION "1.1" #define DRV_DESC "Blackfin on-chip Ethernet MAC driver" #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/i...
gpl-2.0
XperianPro/cyanogen_modified_edition_aries
drivers/net/ethernet/xscale/ixp2000/ixpdev.c
4805
10651
/* * IXP2000 MSF network device driver * 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 the terms of the GNU General Public License as published by * the Free Software Foundati...
gpl-2.0
tsiktsiris/falcon
arch/sh/drivers/pci/fixups-se7751.c
5061
4136
#include <linux/kernel.h> #include <linux/types.h> #include <linux/init.h> #include <linux/delay.h> #include <linux/pci.h> #include <linux/io.h> #include "pci-sh4.h" int __init pcibios_map_platform_irq(const struct pci_dev *, u8 slot, u8 pin) { switch (slot) { case 0: return 13; case 1: return ...
gpl-2.0
finnq/android_kernel_lge_g3
arch/sh/drivers/pci/fixups-se7751.c
5061
4136
#include <linux/kernel.h> #include <linux/types.h> #include <linux/init.h> #include <linux/delay.h> #include <linux/pci.h> #include <linux/io.h> #include "pci-sh4.h" int __init pcibios_map_platform_irq(const struct pci_dev *, u8 slot, u8 pin) { switch (slot) { case 0: return 13; case 1: return ...
gpl-2.0
omnirom/android_kernel_asus_me301t
arch/sh/drivers/pci/fixups-se7751.c
5061
4136
#include <linux/kernel.h> #include <linux/types.h> #include <linux/init.h> #include <linux/delay.h> #include <linux/pci.h> #include <linux/io.h> #include "pci-sh4.h" int __init pcibios_map_platform_irq(const struct pci_dev *, u8 slot, u8 pin) { switch (slot) { case 0: return 13; case 1: return ...
gpl-2.0
RJDTWO/intoxicated-boeffla
net/ipv4/fib_frontend.c
198
27065
/* * 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. * * IPv4 Forwarding Information Base: FIB frontend. * * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> * * ...
gpl-2.0
bruce2728/kernel_lge_d802
drivers/usb/gadget/f_laf.c
198
19279
/* * Gadget Driver for Android LAF * * Copyright (C) 2012 LG Electronics, Inc. * Author: DH, kang <deunghyung.kang@lge.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified un...
gpl-2.0
garwynn/L900_LJC_Kernel
drivers/media/video/m5mols/m5mols_controls.c
710
5305
/* * Controls for M5MOLS 8M Pixel camera sensor with ISP * * Copyright (C) 2011 Samsung Electronics Co., Ltd. * Author: HeungJun Kim <riverful.kim@samsung.com> * * Copyright (C) 2009 Samsung Electronics Co., Ltd. * Author: Dongsoo Nathaniel Kim <dongsoo45.kim@samsung.com> * * This program is free software; you...
gpl-2.0
aatjitra/sgs3
arch/powerpc/platforms/pseries/dlpar.c
1734
11654
/* * Support for dynamic reconfiguration for PCI, Memory, and CPU * Hotplug and Dynamic Logical Partitioning on RPA platforms. * * Copyright (C) 2009 Nathan Fontenot * Copyright (C) 2009 IBM Corporation * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Gene...
gpl-2.0
Sangsub/android-samsung-3.0-jb
arch/powerpc/platforms/pseries/dlpar.c
1734
11654
/* * Support for dynamic reconfiguration for PCI, Memory, and CPU * Hotplug and Dynamic Logical Partitioning on RPA platforms. * * Copyright (C) 2009 Nathan Fontenot * Copyright (C) 2009 IBM Corporation * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Gene...
gpl-2.0
fortunaFiWn/android_kernel_samsung_fortuna-common
net/tipc/subscr.c
2246
15856
/* * net/tipc/subscr.c: TIPC network topology service * * Copyright (c) 2000-2006, Ericsson AB * Copyright (c) 2005-2007, 2010-2011, Wind River Systems * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditio...
gpl-2.0
W4TCH0UT/zz_plutonium
drivers/video/omap2/omapfb/omapfb-ioctl.c
2246
19251
/* * linux/drivers/video/omap2/omapfb-ioctl.c * * Copyright (C) 2008 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...
gpl-2.0
jimsth/backup
arch/powerpc/platforms/iseries/iommu.c
3014
7377
/* * Copyright (C) 2001 Mike Corrigan & Dave Engebretsen, IBM Corporation * * Rewrite, cleanup: * * Copyright (C) 2004 Olof Johansson <olof@lixom.net>, IBM Corporation * Copyright (C) 2006 Olof Johansson <olof@lixom.net> * * Dynamic DMA mapping support, iSeries-specific parts. * * * This program is free soft...
gpl-2.0
RenderBroken/msm8974_G2-CAF_render_kernel
arch/powerpc/mm/stab.c
4550
7645
/* * PowerPC64 Segment Translation Support. * * Dave Engebretsen and Mike Corrigan {engebret|mikejc}@us.ibm.com * Copyright (c) 2001 Dave Engebretsen * * Copyright (C) 2002 Anton Blanchard <anton@au.ibm.com>, IBM * * This program is free software; you can redistribute it and/or * modify it under t...
gpl-2.0
Renzo-Olivares/android_422_kernel_htc_monarudo
drivers/net/ethernet/emulex/benet/be_ethtool.c
4806
22196
/* * Copyright (C) 2005 - 2011 Emulex * 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. The full GNU General * Public License is included in this distrib...
gpl-2.0
zetalabs/linux-3.4-sunxi
drivers/staging/mei/init.c
4806
19671
/* * * Intel Management Engine Interface (Intel MEI) Linux driver * Copyright (c) 2003-2012, 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...
gpl-2.0
jorik041/KTSGS5
arch/arm/mach-msm/fish_battery.c
5318
3579
/* arch/arm/mach-msm/fish_battery.c * * Copyright (C) 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 distributed in ...
gpl-2.0
high1/android_kernel_htc_pico
drivers/ata/pata_marvell.c
7878
4541
/* * Marvell PATA driver. * * For the moment we drive the PATA port in legacy mode. That * isn't making full use of the device functionality but it is * easy to get working. * * (c) 2006 Red Hat */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/init.h> #include <linu...
gpl-2.0
UnicronNL/vyos-kernel-utilite
arch/unicore32/kernel/time.c
8390
3472
/* * linux/arch/unicore32/kernel/time.c * * Code specific to PKUnity SoC and UniCore ISA * * Maintained by GUAN Xue-tao <gxt@mprc.pku.edu.cn> * Copyright (C) 2001-2010 Guan Xuetao * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License ver...
gpl-2.0
CyanogenMod-E1/cafkernel2
arch/arm/mach-gemini/devices.c
12486
2862
/* * Common devices definition for Gemini * * Copyright (C) 2008-2009 Paulius Zaleckas <paulius.zaleckas@teltonika.lt> * * 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. */ #inc...
gpl-2.0
upndwn4par/kernel_jflteatt_stockup
arch/x86/boot/video-mode.c
13254
3897
/* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007-2008 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
mparus/android_kernel_huawei_msm8916_g760
arch/frv/mm/mmu-context.c
13766
5333
/* mmu-context.c: MMU context allocation and management * * Copyright (C) 2004 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 ...
gpl-2.0
xdabbeb/g2-kk-kernel
fs/ecryptfs/debug.c
14278
3939
/** * eCryptfs: Linux filesystem encryption layer * Functions only useful for debugging. * * Copyright (C) 2006 International Business Machines Corp. * Author(s): Michael A. Halcrow <mahalcro@us.ibm.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU G...
gpl-2.0
iAMr00t/android_kernel_huawei_msm8928
net/ipv6/ip6_output.c
455
42872
/* * IPv6 output functions * Linux INET6 implementation * * Authors: * Pedro Roque <roque@di.fc.ul.pt> * * Based on linux/net/ipv4/ip_output.c * * 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
SystemTera/SystemTera.Server-V-3.14-Kernel
arch/arm/mach-shmobile/timer.c
455
1993
/* * SH-Mobile Timer * * Copyright (C) 2010 Magnus Damm * Copyright (C) 2002 - 2009 Paul Mundt * * 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 pr...
gpl-2.0
kimjh-sane/imx6sane-linux-3.14.28
drivers/staging/rtl8821ae/rtl8821ae/rf.c
455
13203
/****************************************************************************** * * Copyright(c) 2009-2010 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundati...
gpl-2.0
Hani-K/H-Vitamin2_trelte
fs/ext3/ioctl.c
3783
7615
/* * linux/fs/ext3/ioctl.c * * Copyright (C) 1993, 1994, 1995 * Remy Card (card@masi.ibp.fr) * Laboratoire MASI - Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) */ #include <linux/mount.h> #include <linux/compat.h> #include <asm/uaccess.h> #include "ext3.h" long ext3_ioctl(struct file *fi...
gpl-2.0
AICP/kernel_motorola_ghost
arch/arm/common/via82c505.c
4807
1902
#include <linux/kernel.h> #include <linux/pci.h> #include <linux/interrupt.h> #include <linux/mm.h> #include <linux/init.h> #include <linux/ioport.h> #include <linux/io.h> #include <asm/mach/pci.h> #define MAX_SLOTS 7 #define CONFIG_CMD(bus, devfn, where) (0x80000000 | (bus->number << 16) | (devfn << 8) | (where...
gpl-2.0
compudj/linux-libringbuffer
arch/powerpc/oprofile/op_model_rs64.c
4807
4528
/* * Copyright (C) 2004 Anton Blanchard <anton@au.ibm.com>, IBM * * 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
thanhphat11/kernel-stock-4.4.2-ef63slk
tools/perf/util/ui/browsers/map.c
4807
3697
#include "../libslang.h" #include <elf.h> #include <newt.h> #include <inttypes.h> #include <sys/ttydefaults.h> #include <string.h> #include <linux/bitops.h> #include "../../util.h" #include "../../debug.h" #include "../../symbol.h" #include "../browser.h" #include "../helpline.h" #include "map.h" static int ui_entry__...
gpl-2.0
samurai0000000/linux
drivers/net/wireless/mwifiex/cfp.c
4807
9748
/* * Marvell Wireless LAN device driver: Channel, Frequence and Power * * Copyright (C) 2011, Marvell International Ltd. * * This software file (the "File") is distributed by Marvell International * Ltd. under the terms of the GNU General Public License Version 2, June 1991 * (the "License"). You may use, redis...
gpl-2.0
TV-LP51-Devices/hells-Core-N6
drivers/isdn/hisax/mic.c
4807
5816
/* $Id: mic.c,v 1.12.2.4 2004/01/13 23:48:39 keil Exp $ * * low level stuff for mic cards * * Author Stephan von Krawczynski * Copyright by Stephan von Krawczynski <skraw@ithnet.com> * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated h...
gpl-2.0
zarboz/nvidia_shield
net/lapb/lapb_out.c
4807
5301
/* * LAPB release 002 * * This code REQUIRES 2.1.15 or higher/ NET3.038 * * This module: * This module 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 you...
gpl-2.0
AOSPA-legacy/android_kernel_oppo_n1
drivers/i2c/busses/i2c-sh_mobile.c
5063
20493
/* * SuperH Mobile I2C Controller * * Copyright (C) 2008 Magnus Damm * * Portions of the code based on out-of-tree driver i2c-sh7343.c * Copyright (c) 2006 Carlos Munoz <carlos@kenati.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Li...
gpl-2.0
UniqueDroid/lge-kernel-p880
drivers/gpu/drm/nouveau/nv10_fifo.c
8135
7971
/* * Copyright (C) 2007 Ben Skeggs. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy...
gpl-2.0
Nyks45/OctoDex-Kernel
arch/avr32/boards/atngw100/mrmt.c
9671
10132
/* * Board-specific setup code for Remote Media Terminal 1 (RMT1) * add-on board for the ATNGW100 Network Gateway * * Copyright (C) 2008 Mediama Technologies * Based on ATNGW100 Network Gateway (Copyright (C) Atmel) * * This program is free software; you can redistribute it and/or modify * it under the terms of...
gpl-2.0
burstlam/zte-kernel-gb
arch/um/os-Linux/drivers/tuntap_kern.c
9671
1990
/* * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL */ #include <linux/netdevice.h> #include <linux/init.h> #include <linux/skbuff.h> #include <asm/errno.h> #include "net_kern.h" #include "tuntap.h" struct tuntap_init { char *dev_name; char *gate_addr; }; static v...
gpl-2.0
imang/gcore_kernel
arch/x86/math-emu/reg_ld_str.c
14279
32290
/*---------------------------------------------------------------------------+ | reg_ld_str.c | | | | All of the functions which transfer data between user memory and FPU_REGs.| | ...
gpl-2.0
minipli/linux-grsec
sound/soc/codecs/ad1980.c
200
8940
/* * ad1980.c -- ALSA Soc AD1980 codec support * * Copyright: Analog Device Inc. * Author: Roy Huang <roy.huang@analog.com> * Cliff Cai <cliff.cai@analog.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...
gpl-2.0
CyanogenMod/android_kernel_sony_msm8660
drivers/video/msm/mipi_chimei_wuxga.c
456
5822
/* Copyright (c) 2012, Code Aurora Forum. 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 th...
gpl-2.0
tsuibin/linux-4.x.y
net/sched/cls_fw.c
456
9616
/* * net/sched/cls_fw.c Classifier mapping ipchains' fwmark to traffic class. * * 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
shminer/LG-F460-Kernel
sound/soc/blackfin/bf5xx-tdm-pcm.c
2248
9178
/* * File: sound/soc/blackfin/bf5xx-tdm-pcm.c * Author: Barry Song <Barry.Song@analog.com> * * Created: Tue June 06 2009 * Description: DMA driver for tdm codec * * Modified: * Copyright 2009 Analog Devices Inc. * * Bugs: Enter bugs at http://blackfin.uclinux.org/ * ...
gpl-2.0
YUPlayGodDev/android_kernel_cyanogen_msm8994
sound/soc/codecs/wm9712.c
2248
24272
/* * wm9712.c -- ALSA Soc WM9712 codec support * * Copyright 2006-12 Wolfson Microelectronics PLC. * Author: Liam Girdwood <lrg@slimlogic.co.uk> * * 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 Sof...
gpl-2.0
mbadarkhe/davinci-next
drivers/net/wireless/rtlwifi/cam.c
2504
10173
/****************************************************************************** * * Copyright(c) 2009-2012 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundati...
gpl-2.0
s0be/msm-caf
net/ipv4/netfilter.c
2760
6324
/* IPv4 specific functions of netfilter core */ #include <linux/kernel.h> #include <linux/netfilter.h> #include <linux/netfilter_ipv4.h> #include <linux/ip.h> #include <linux/skbuff.h> #include <linux/gfp.h> #include <net/route.h> #include <net/xfrm.h> #include <net/ip.h> #include <net/netfilter/nf_queue.h> /* route_m...
gpl-2.0
jeboo/kernel_JB_ZSLS6_i777
arch/s390/hypfs/inode.c
2760
12560
/* * arch/s390/hypfs/inode.c * Hypervisor filesystem for Linux on s390. * * Copyright IBM Corp. 2006, 2008 * Author(s): Michael Holzheu <holzheu@de.ibm.com> */ #define KMSG_COMPONENT "hypfs" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux/types.h> #include <linux/errno.h> #include <linux/f...
gpl-2.0
intermediaterepresentation/android_kernel_htc_endeavor
fs/jbd2/recovery.c
3016
18898
/* * linux/fs/jbd2/recovery.c * * Written by Stephen C. Tweedie <sct@redhat.com>, 1999 * * Copyright 1999-2000 Red Hat Software --- 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, or at your * option, any later ...
gpl-2.0
kumajaya/android_kernel_samsung_espresso10
drivers/staging/msm/ebi2_lcd.c
3016
6184
/* Copyright (c) 2008-2009, Code Aurora Forum. 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
wwenigma/X9180_kernel
arch/mips/bcm63xx/prom.c
4552
1240
/* * 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) 2008 Maxime Bizon <mbizon@freebox.fr> */ #include <linux/init.h> #include <linux/bootmem.h> #include <asm/bootinfo.h> #inc...
gpl-2.0
V4MSHI/S7562_kernel
sound/isa/sb/sb16_main.c
4808
27389
/* * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * Routines for control of 16-bit SoundBlaster cards and clones * Note: This is very ugly hardware which uses one 8-bit DMA channel and * second 16-bit DMA channel. Unfortunately 8-bit DMA channel can't * transfer 16-bit samples and 16-bit DMA ...
gpl-2.0
duydb2/android_kernel_sony_msm8x60
drivers/isdn/capi/capi.c
4808
33104
/* $Id: capi.c,v 1.1.2.7 2004/04/28 09:48:59 armin Exp $ * * CAPI 2.0 Interface for Linux * * Copyright 1996 by Carsten Paeth <calle@calle.de> * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. * */ #include <linux/module...
gpl-2.0
XperiAMM/android_kernel_lge_msm8226
drivers/tty/serial/zs.c
4808
31209
/* * zs.c: Serial port driver for IOASIC DECstations. * * Derived from drivers/sbus/char/sunserial.c by Paul Mackerras. * Derived from drivers/macintosh/macserial.c by Harald Koerfgen. * * DECstation changes * Copyright (C) 1998-2000 Harald Koerfgen * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007 Maci...
gpl-2.0
sycolon/lge_g3_kernel
drivers/net/wireless/wl12xx/io.c
4808
6361
/* * This file is part of wl1271 * * Copyright (C) 2008-2010 Nokia Corporation * * Contact: Luciano Coelho <luciano.coelho@nokia.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Fou...
gpl-2.0
InsomniaROM/kernel_lge_mako
drivers/video/backlight/ld9040.c
4808
16816
/* * ld9040 AMOLED LCD panel driver. * * Copyright (c) 2011 Samsung Electronics * Author: Donghwa Lee <dh09.lee@samsung.com> * Derived from drivers/video/backlight/s6e63m0.c * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as publis...
gpl-2.0
davidmueller13/android_kernel_lge_msm8974
drivers/staging/wlan-ng/cfg80211.c
4808
18308
/* cfg80211 Interface for prism2_usb module */ /* Prism2 channell/frequency/bitrate declarations */ static const struct ieee80211_channel prism2_channels[] = { { .center_freq = 2412 }, { .center_freq = 2417 }, { .center_freq = 2422 }, { .center_freq = 2427 }, { .center_freq = 2432 }, { .center_freq = 2437 }, {...
gpl-2.0
jeboo/kernel_KK_i337_ATT_NB1
sound/soc/codecs/ak4104.c
4808
6152
/* * AK4104 ALSA SoC (ASoC) driver * * Copyright (c) 2009 Daniel Mack <daniel@caiaq.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, or (at y...
gpl-2.0
riskey95/kernel-lge-p715-kitkat
drivers/usb/c67x00/c67x00-drv.c
5064
5901
/* * c67x00-drv.c: Cypress C67X00 USB Common infrastructure * * Copyright (C) 2006-2008 Barco N.V. * Derived from the Cypress cy7c67200/300 ezusb linux driver and * based on multiple host controller drivers inside the linux kernel. * * This program is free software; you can redistribute it and/or modify *...
gpl-2.0
ChangYeoun/10.1
net/netfilter/xt_recent.c
8136
17113
/* * Copyright (c) 2006 Patrick McHardy <kaber@trash.net> * Copyright © CC Computer Consultants GmbH, 2007 - 2008 * * 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 is ...
gpl-2.0
hzhuang1/linux
arch/arm/kernel/atags.c
9928
1588
#include <linux/slab.h> #include <linux/proc_fs.h> #include <asm/setup.h> #include <asm/types.h> #include <asm/page.h> struct buffer { size_t size; char data[]; }; static int read_buffer(char* page, char** start, off_t off, int count, int* eof, void* data) { struct buffer *buffer = (struct buffer *)data; if (of...
gpl-2.0
mustermaxmueller/android_kernel_sony_msm8974_togari_5.x
arch/arm/mach-s5pc100/setup-ide.c
10952
1549
/* linux/arch/arm/mach-s5pc100/setup-ide.c * * Copyright (c) 2010 Samsung Electronics Co., Ltd. * http://www.samsung.com * * S5PC100 setup information for IDE * * 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 * publishe...
gpl-2.0
aksalj/kernel_rpi
drivers/xen/xen-scsiback.c
201
53352
/* * Xen SCSI backend driver * * Copyright (c) 2008, FUJITSU Limited * * Based on the blkback driver code. * Adaption to kernel taget core infrastructure taken from vhost/scsi.c * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License versi...
gpl-2.0
andreyloktev/linux
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk104.c
457
34336
/* * Copyright 2013 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
Hellybean/android_kernel_google_msm
drivers/md/dm-crypt.c
1481
43780
/* * Copyright (C) 2003 Christophe Saout <christophe@saout.de> * Copyright (C) 2004 Clemens Fruhwirth <clemens@endorphin.org> * Copyright (C) 2006-2009 Red Hat, Inc. All rights reserved. * * This file is released under the GPL. */ #include <linux/completion.h> #include <linux/err.h> #include <linux/module.h> #in...
gpl-2.0
djbw/linux
drivers/video/fbdev/nvidia/nv_hw.c
2249
51719
/***************************************************************************\ |* *| |* Copyright 1993-2003 NVIDIA, Corporation. All rights reserved. *| |* *| |...
gpl-2.0
VRToxin-AOSP/android_kernel_moto_shamu
sound/soc/codecs/dfbmcs320.c
2249
1516
/* * Driver for the DFBM-CS320 bluetooth module * Copyright 2011 Lars-Peter Clausen <lars@metafoo.de> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the Lic...
gpl-2.0
sandeep1027/kernel-3.10
drivers/video/mbx/mbxdebugfs.c
2761
8377
#include <linux/debugfs.h> #include <linux/slab.h> #define BIG_BUFFER_SIZE (1024) static char big_buffer[BIG_BUFFER_SIZE]; struct mbxfb_debugfs_data { struct dentry *dir; struct dentry *sysconf; struct dentry *clock; struct dentry *display; struct dentry *gsctl; struct dentry *sdram; struct dentry *misc; }; ...
gpl-2.0
allenway/PIS-kernel
arch/sh/kernel/cpu/fpu.c
4041
1638
#include <linux/sched.h> #include <linux/slab.h> #include <asm/processor.h> #include <asm/fpu.h> int init_fpu(struct task_struct *tsk) { if (tsk_used_math(tsk)) { if ((boot_cpu_data.flags & CPU_HAS_FPU) && tsk == current) unlazy_fpu(tsk, task_pt_regs(tsk)); return 0; } /* * Memory allocation at the first ...
gpl-2.0
lkuza2/android_kernel_lge_geehrc
sound/pci/emu10k1/io.c
4041
16226
/* * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * Creative Labs, Inc. * Routines for control of EMU10K1 chips * * BUGS: * -- * * TODO: * -- * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License a...
gpl-2.0
AOSP-Jaguar/android_kernel_sony_msm8974
arch/mips/alchemy/devboards/prom.c
4553
2401
/* * Common code used by all Alchemy develboards. * * Extracted from files which had this to say: * * Copyright 2000, 2008 MontaVista Software Inc. * Author: MontaVista Software, Inc. <source@mvista.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the G...
gpl-2.0
shskyinfo/android_kernel_lge_vee7
drivers/isdn/hardware/mISDN/hfcmulti.c
4809
153691
/* * hfcmulti.c low level driver for hfc-4s/hfc-8s/hfc-e1 based cards * * Author Andreas Eversberg (jolly@eversberg.eu) * ported to mqueue mechanism: * Peter Sprenger (sprengermoving-bytes.de) * * inspired by existing hfc-pci driver: * Copyright 1999 by Werner Cornelius (werner@isdn-development.de) * Copyri...
gpl-2.0
Starship-Android/android_kernel_lge_hammerhead-starship
arch/x86/kernel/trampoline.c
4809
1237
#include <linux/io.h> #include <linux/memblock.h> #include <asm/trampoline.h> #include <asm/cacheflush.h> #include <asm/pgtable.h> unsigned char *x86_trampoline_base; void __init setup_trampolines(void) { phys_addr_t mem; size_t size = PAGE_ALIGN(x86_trampoline_end - x86_trampoline_start); /* Has to be in very l...
gpl-2.0
emceethemouth/kernel_oppo_find7a
drivers/isdn/mISDN/tei.c
4809
33082
/* * * Author Karsten Keil <kkeil@novell.com> * * Copyright 2008 by Karsten Keil <kkeil@novell.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 dis...
gpl-2.0
acuicultor/android_kernel_oneplus_msm8974-1
drivers/staging/mei/mei-amt-version.c
4809
13352
/****************************************************************************** * Intel Management Engine Interface (Intel MEI) Linux driver * Intel MEI Interface Header * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * * GP...
gpl-2.0
WhiteDawn/Whatever-Flo-Android-Kernel
drivers/regulator/tps6507x-regulator.c
4809
12196
/* * tps6507x-regulator.c * * Regulator driver for TPS65073 PMIC * * Copyright (C) 2009 Texas Instrument Incorporated - http://www.ti.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 Foundati...
gpl-2.0
m7rom/android_kernel_htc_msm8960
drivers/firewire/nosy.c
4809
17906
/* * nosy - Snoop mode driver for TI PCILynx 1394 controllers * Copyright (C) 2002-2007 Kristian Høgsberg * * 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
tyler6389/android_kernel_samsung_frescolte
drivers/infiniband/hw/qib/qib_uc.c
4809
14508
/* * Copyright (c) 2006, 2007, 2008, 2009, 2010 QLogic Corporation. * All rights reserved. * Copyright (c) 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 Lice...
gpl-2.0
ChaOSChriS/ChaOS-flo
arch/arm/mach-s3c64xx/s3c6400.c
7369
2083
/* linux/arch/arm/mach-s3c64xx/cpu.c * * Copyright 2009 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * http://armlinux.simtec.co.uk/ * * 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 ...
gpl-2.0
qtekfun/htcDesire820Kernel
kernel/sound/core/seq/seq_memory.c
7881
12745
/* * ALSA sequencer Memory Manager * Copyright (c) 1998 by Frank van de Pol <fvdpol@coil.demon.nl> * Jaroslav Kysela <perex@perex.cz> * 2000 by Takashi Iwai <tiwai@suse.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of...
gpl-2.0
lollipop-og/hellsgod-kernel
drivers/video/matrox/matroxfb_accel.c
9929
14201
/* * * Hardware accelerated Matrox Millennium I, II, Mystique, G100, G200 and G400 * * (c) 1998-2002 Petr Vandrovec <vandrove@vc.cvut.cz> * * Version: 1.65 2002/08/14 * * MTRR stuff: 1998 Tom Rini <trini@kernel.crashing.org> * * Contributors: "menion?" <menion@mindless.com> * Betatesting,...
gpl-2.0
szezso/android_kernel_htc_msm7x30
drivers/char/hw_random/geode-rng.c
12745
3049
/* * RNG driver for AMD Geode RNGs * * Copyright 2005 (c) MontaVista Software, Inc. * * with the majority of the code coming from: * * Hardware driver for the Intel/AMD/VIA Random Number Generators (RNG) * (c) Copyright 2003 Red Hat Inc <jgarzik@redhat.com> * * derived from * * Hardware driver for the AMD 7...
gpl-2.0