repo_name
string
path
string
copies
string
size
string
content
string
license
string
mp3deviant721/boeffla-kernel-cm-bacon-mod
fs/afs/cell.c
10569
10547
/* AFS cell and server record management * * Copyright (C) 2002 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 F...
gpl-2.0
sudosurootdev/kernel_samsung_u8500
arch/mn10300/unit-asb2364/unit-init.c
12105
3490
/* ASB2364 initialisation * * Copyright (C) 2002 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; eith...
gpl-2.0
BorqsIndia/polaris-kernel
fs/nfs/symlink.c
12617
1661
/* * linux/fs/nfs/symlink.c * * Copyright (C) 1992 Rick Sladkey * * Optimization changes Copyright (C) 1994 Florian La Roche * * Jun 7 1999, cache symlink lookups in the page cache. -DaveM * * nfs symlink handling code */ #include <linux/time.h> #include <linux/errno.h> #include <linux/sunrpc/clnt.h> ...
gpl-2.0
guiwanglin/android_kernel_oneplus_msm8994
drivers/misc/sgi-xp/xp_main.c
13897
7985
/* * 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) 2004-2008 Silicon Graphics, Inc. All Rights Reserved. */ /* * Cross Partition (XP) base. * * XP provides a base from w...
gpl-2.0
tmshlvck/omnia-linux
drivers/acpi/acpica/tbfind.c
74
3484
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: tbfind - find table * * Copyright (C) 2000 - 2019, Intel Corp. * *****************************************************************************/ #include <acpi/acp...
gpl-2.0
Flipkart/linux
mm/page_owner.c
74
7041
#include <linux/debugfs.h> #include <linux/mm.h> #include <linux/slab.h> #include <linux/uaccess.h> #include <linux/bootmem.h> #include <linux/stacktrace.h> #include <linux/page_owner.h> #include "internal.h" static bool page_owner_disabled = true; bool page_owner_inited __read_mostly; static void init_early_allocate...
gpl-2.0
sktjdgns1189/android_kernel_samsung_SHW-M130L
drivers/usb/serial/option.c
330
60852
/* USB Driver for GSM modems Copyright (C) 2005 Matthias Urlichs <smurf@smurf.noris.de> This driver 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 Foundation. Portions copied from the Keyspan dri...
gpl-2.0
cvpcs/android_kernel_omap
drivers/char/ppdev.c
586
19542
/* * linux/drivers/char/ppdev.c * * This is the code behind /dev/parport* -- it allows a user-space * application to use the parport subsystem. * * Copyright (C) 1998-2000, 2002 Tim Waugh <tim@cyberelk.net> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU...
gpl-2.0
markgross/kernel
drivers/video/backlight/l4f00242t03.c
1354
6990
/* * l4f00242t03.c -- support for Epson L4F00242T03 LCD * * Copyright 2007-2009 Freescale Semiconductor, Inc. All Rights Reserved. * * Copyright (c) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.com> * Inspired by Marek Vasut work in l4f00242t03.c * * This program is free software; you can redistribute it a...
gpl-2.0
CyanogenMod/htc-kernel-incrediblec
net/ipv4/netfilter/nf_nat_proto_unknown.c
1610
1529
/* The "unknown" protocol. This is what is used for protocols we * don't understand. It's returned by ip_ct_find_proto(). */ /* (C) 1999-2001 Paul `Rusty' Russell * (C) 2002-2006 Netfilter Core Team <coreteam@netfilter.org> * * This program is free software; you can redistribute it and/or modify * it under the...
gpl-2.0
facchinm/linux
drivers/infiniband/ulp/ipoib/ipoib_netlink.c
2122
5091
/* * Copyright (c) 2012 Mellanox Technologies. - All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this ...
gpl-2.0
meizuosc/m75
kernel/arch/sparc/kernel/ptrace_64.c
2122
25585
/* ptrace.c: Sparc process tracing support. * * Copyright (C) 1996, 2008 David S. Miller (davem@davemloft.net) * Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz) * * Based upon code written by Ross Biro, Linus Torvalds, Bob Manson, * and David Mosberger. * * Added Linux support -miguel (weird, eh?, the...
gpl-2.0
viaembedded/springboard-kernel-bsp
arch/s390/kernel/mem_detect.c
2890
1501
/* * Copyright IBM Corp. 2008, 2009 * * Author(s): Heiko Carstens <heiko.carstens@de.ibm.com> */ #include <linux/kernel.h> #include <linux/module.h> #include <asm/ipl.h> #include <asm/sclp.h> #include <asm/setup.h> #define ADDR2G (1ULL << 31) static void find_memory_chunks(struct mem_chunk chunk[]) { unsigned l...
gpl-2.0
EPDCenter/android_kernel_bq_dc_v1
fs/cifs/dns_resolve.c
2890
2864
/* * fs/cifs/dns_resolve.c * * Copyright (c) 2007 Igor Mammedov * Author(s): Igor Mammedov (niallain@gmail.com) * Steve French (sfrench@us.ibm.com) * Wang Lei (wang840925@gmail.com) * David Howells (dhowells@redhat.com) * * Contains the CIFS DFS upcall routines used for hostna...
gpl-2.0
golden-guy/android_kernel_samsung_golden
drivers/net/wireless/iwlegacy/iwl-4965-sta.c
3146
21524
/****************************************************************************** * * Copyright(c) 2003 - 2011 Intel Corporation. All rights reserved. * * Portions of this file are derived from the ipw3945 project, as well * as portions of the ieee80211 subsystem header files. * * This program is free software; yo...
gpl-2.0
Amperific/kernel_tuna_4.3
arch/ia64/kernel/unwind.c
3146
63914
/* * Copyright (C) 1999-2004 Hewlett-Packard Co * David Mosberger-Tang <davidm@hpl.hp.com> * Copyright (C) 2003 Fenghua Yu <fenghua.yu@intel.com> * - Change pt_regs_off() to make it less dependent on pt_regs structure. */ /* * This file implements call frame unwind support for the Linux * kernel. Parsing and p...
gpl-2.0
talnoah/Leaping_Lemur-AOSP
drivers/spi/spidev.c
3402
19723
/* * Simple synchronous userspace interface to SPI devices * * Copyright (C) 2006 SWAPP * Andrea Paterniani <a.paterniani@swapp-eng.it> * Copyright (C) 2007 David Brownell (simplification, cleanup) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General P...
gpl-2.0
Colonel-Corn/kernel_htc_msm8974
drivers/leds/leds-da903x.c
4938
4361
/* * LEDs driver for Dialog Semiconductor DA9030/DA9034 * * Copyright (C) 2008 Compulab, Ltd. * Mike Rapoport <mike@compulab.co.il> * * Copyright (C) 2006-2008 Marvell International Ltd. * Eric Miao <eric.miao@marvell.com> * * This program is free software; you can redistribute it and/or modify * it under t...
gpl-2.0
somcom3x/android_kernel_motorola_msm8226
drivers/media/video/vpx3220.c
7242
15330
/* * vpx3220a, vpx3216b & vpx3214c video decoder driver version 0.0.1 * * Copyright (C) 2001 Laurent Pinchart <lpinchart@freegates.be> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; ei...
gpl-2.0
davidmueller13/flo_kernel
drivers/media/video/bt856.c
7242
7118
/* * bt856 - BT856A Digital Video Encoder (Rockwell Part) * * Copyright (C) 1999 Mike Bernson <mike@mlb.org> * Copyright (C) 1998 Dave Perks <dperks@ibm.net> * * Modifications for LML33/DC10plus unified driver * Copyright (C) 2000 Serguei Miridonov <mirsev@cicese.mx> * * This code was modify/ported from the sa...
gpl-2.0
jgcaap/NewKernel
net/wireless/reg.c
75
65429
/* * Copyright 2002-2005, Instant802 Networks, Inc. * Copyright 2005-2006, Devicescape Software, Inc. * Copyright 2007 Johannes Berg <johannes@sipsolutions.net> * Copyright 2008-2011 Luis R. Rodriguez <mcgrof@qca.qualcomm.com> * * Permission to use, copy, modify, and/or distribute this software for any * purpose...
gpl-2.0
pexip/os-valgrind
none/tests/process_vm_readv_writev.c
75
1985
#define _GNU_SOURCE 1 #include <config.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <unistd.h> #include <sys/types.h> #include <sys/uio.h> static int status = EXIT_SUCCESS; #ifdef HAVE_PROCESS_VM_READV static void test_process_vm_readv() { char lbuf[] = "123456"; char rbuf[] = "ABCDE...
gpl-2.0
LCameron/linux-xlnx
mm/mmap.c
75
91981
/* * mm/mmap.c * * Written by obz. * * Address space accounting code <alan@lxorguk.ukuu.org.uk> */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/kernel.h> #include <linux/slab.h> #include <linux/backing-dev.h> #include <linux/mm.h> #include <linux/vmacache.h> #include <linux/shm.h> #include <linux...
gpl-2.0
garwynn/android_kernel_lge_msm8996
drivers/staging/vt6655/iwctl.c
331
51004
/* * Copyright (c) 1996, 2003 VIA Networking Technologies, 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; either version 2 of the License, or * (at your opt...
gpl-2.0
GAXUSXX/G935FGaXusKernel2
drivers/staging/comedi/drivers/addi_apci_3120.c
331
6452
#include <linux/module.h> #include <linux/pci.h> #include "../comedidev.h" #include "comedi_fc.h" #include "amcc_s5933.h" #include "addi-data/addi_common.h" #include "addi-data/hwdrv_apci3120.c" enum apci3120_boardid { BOARD_APCI3120, BOARD_APCI3001, }; static const struct addi_board apci3120_boardtypes[] = { [...
gpl-2.0
resin-io/linux
drivers/input/misc/ad714x-spi.c
843
2992
/* * AD714X CapTouch Programmable Controller driver (SPI bus) * * Copyright 2009-2011 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <linux/input.h> /* BUS_SPI */ #include <linux/module.h> #include <linux/spi/spi.h> #include <linux/pm.h> #include <linux/types.h> #include "ad714x.h" #defi...
gpl-2.0
binkybear/android_kernel_asus_grouper
sound/usb/mixer_quirks.c
1867
18493
/* * USB Audio Driver for ALSA * * Quirks and vendor-specific extensions for mixer interfaces * * Copyright (c) 2002 by Takashi Iwai <tiwai@suse.de> * * Many codes borrowed from audio.c by * Alan Cox (alan@lxorguk.ukuu.org.uk) * Thomas Sailer (sailer@ife.ee.ethz.ch) * * * This program is f...
gpl-2.0
turtlepa/android_kernel_samsung_aries-galaxys4gmtd
drivers/staging/usbip/userspace/libsrc/vhci_driver.c
2379
10555
/* * Copyright (C) 2005-2007 Takahiro Hirofuchi */ #include "usbip.h" static const char vhci_driver_name[] = "vhci_hcd"; struct usbip_vhci_driver *vhci_driver; static struct usbip_imported_device *imported_device_init(struct usbip_imported_device *idev, char *busid) { struct sysfs_device *sudev; sudev = sysf...
gpl-2.0
Split-Screen/android_kernel_motorola_omap4-common
drivers/staging/usbip/userspace/libsrc/vhci_driver.c
2379
10555
/* * Copyright (C) 2005-2007 Takahiro Hirofuchi */ #include "usbip.h" static const char vhci_driver_name[] = "vhci_hcd"; struct usbip_vhci_driver *vhci_driver; static struct usbip_imported_device *imported_device_init(struct usbip_imported_device *idev, char *busid) { struct sysfs_device *sudev; sudev = sysf...
gpl-2.0
TeamGlide/android_kernel_htc_msm7x30
drivers/staging/octeon/ethernet-mdio.c
2379
4719
/********************************************************************** * Author: Cavium Networks * * Contact: support@caviumnetworks.com * This file is part of the OCTEON SDK * * Copyright (c) 2003-2007 Cavium Networks * * This file is free software; you can redistribute it and/or modify * it under the terms ...
gpl-2.0
koxda/android_kernel_samsung_msm8660-common
drivers/scsi/bfa/bfad.c
2379
40438
/* * Copyright (c) 2005-2010 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
onejay09/OLD----kernel_HTC_msm7x30_KK
net/atm/mpc.c
2379
39161
#define pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__ #include <linux/kernel.h> #include <linux/string.h> #include <linux/slab.h> #include <linux/timer.h> #include <linux/init.h> #include <linux/bitops.h> #include <linux/capability.h> #include <linux/seq_file.h> /* We are an ethernet device */ #include <linux/if_e...
gpl-2.0
rastomanchik/android_kernel_htc_primou_new
sound/usb/6fire/midi.c
3147
5009
/* * Linux driver for TerraTec DMX 6Fire USB * * Rawmidi driver * * Author: Torsten Schenk <torsten.schenk@zoho.com> * Created: Jan 01, 2011 * Version: 0.3.0 * Copyright: (C) Torsten Schenk * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public...
gpl-2.0
MoKee/android_kernel_motorola_ghost
drivers/media/video/tea6420.c
7243
4447
/* tea6420 - i2c-driver for the tea6420 by SGS Thomson Copyright (C) 1998-2003 Michael Hunold <michael@mihu.de> Copyright (C) 2008 Hans Verkuil <hverkuil@xs4all.nl> The tea6420 is a bus controlled audio-matrix with 5 stereo inputs, 4 stereo outputs and gain control for each output. It is casc...
gpl-2.0
Bdaman80/BDA-Iconia
fs/ext4/mballoc.c
76
129748
/* * Copyright (c) 2003-2006, Cluster File Systems, Inc, info@clusterfs.com * Written by Alex Tomas <alex@clusterfs.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. * * T...
gpl-2.0
kakaroto/gst-plugins-bad
sys/decklink/win/DeckLinkAPIDispatch.cpp
76
1731
/* -LICENSE-START- ** Copyright (c) 2011 Blackmagic Design ** ** Permission is hereby granted, free of charge, to any person or organization ** obtaining a copy of the software and accompanying documentation covered by ** this license (the "Software") to use, reproduce, display, distribute, ** execute, and transmit the...
gpl-2.0
rjmccabe3701/LinuxViewPageTables
drivers/staging/lustre/lustre/ldlm/ldlm_resource.c
76
39921
/* * 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
ciarancourtney/YAKM
drivers/net/phy/mdio-bcm-unimac.c
332
4914
/* * Broadcom UniMAC MDIO bus controller driver * * Copyright (C) 2014, 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 y...
gpl-2.0
bgly/ibmvscsi_tgt
arch/arm/mach-omap2/voltage.c
1100
8640
/* * OMAP3/OMAP4 Voltage Management Routines * * Author: Thara Gopinath <thara@ti.com> * * Copyright (C) 2007 Texas Instruments, Inc. * Rajendra Nayak <rnayak@ti.com> * Lesly A M <x0080970@ti.com> * * Copyright (C) 2008, 2011 Nokia Corporation * Kalle Jokiniemi * Paul Walmsley * * Copyright (C) 2010 Texas ...
gpl-2.0
hroark13/WARP_KERNEL
drivers/watchdog/pcwd_pci.c
1100
21272
/* * Berkshire PCI-PC Watchdog Card Driver * * (c) Copyright 2003-2007 Wim Van Sebroeck <wim@iguana.be>. * * Based on source code of the following authors: * Ken Hollis <kenji@bitgate.com>, * Lindsay Harris <lindsay@bluegum.com>, * Alan Cox <alan@lxorguk.ukuu.org.uk>, * Matt Domsch <Matt_Domsch@dell.co...
gpl-2.0
froggy666uk/Froggy_SensMod_CM10.1
arch/arm/mach-omap2/board-cm-t35.c
1868
18337
/* * board-cm-t35.c (CompuLab CM-T35 module) * * Copyright (C) 2009 CompuLab, Ltd. * Author: Mike Rapoport <mike@compulab.co.il> * * 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 Foundatio...
gpl-2.0
locnp13/linux
drivers/macintosh/macio_asic.c
1868
20774
/* * Bus & driver management routines for devices within * a MacIO ASIC. Interface to new driver model mostly * stolen from the PCI version. * * Copyright (C) 2005 Ben. Herrenschmidt (benh@kernel.crashing.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of t...
gpl-2.0
Insswer/kernel_imx
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
2124
98487
/* * omap_hwmod_3xxx_data.c - hardware modules present on the OMAP3xxx chips * * Copyright (C) 2009-2010 Nokia Corporation * Paul Walmsley * * 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
izzyf/T.E.S.C.O-kernel_vivo_minimal
drivers/tty/serial/vt8500_serial.c
2380
16008
/* * Copyright (C) 2010 Alexey Charkov <alchark@gmail.com> * * Based on msm_serial.c, which is: * Copyright (C) 2007 Google, Inc. * Author: Robert Love <rlove@google.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, an...
gpl-2.0
sakindia123/haxxynos_kernel_s2
drivers/staging/comedi/drivers/pcl818.c
2380
57285
/* comedi/drivers/pcl818.c Author: Michal Dobes <dobes@tesnet.cz> hardware driver for Advantech cards: card: PCL-818L, PCL-818H, PCL-818HD, PCL-818HG, PCL-818, PCL-718 driver: pcl818l, pcl818h, pcl818hd, pcl818hg, pcl818, pcl718 */ /* Driver: pcl818 Description: Advantech PCL-818 cards, PCL-7...
gpl-2.0
blackwing182/htc-kernel-msm7x30-3.0
drivers/target/target_core_device.c
2380
46603
/******************************************************************************* * Filename: target_core_device.c (based on iscsi_target_device.c) * * This file contains the iSCSI Virtual Device and Disk Transport * agnostic related functions. * * Copyright (c) 2003, 2004, 2005 PyX Technologies, Inc. * Copyrigh...
gpl-2.0
javifo/android_kernel_samsung_smdk4412
drivers/net/enc28j60.c
2636
45529
/* * Microchip ENC28J60 ethernet driver (MAC + PHY) * * Copyright (C) 2007 Eurek srl * Author: Claudio Lanconelli <lanconelli.claudio@eptar.com> * based on enc28j60.c written by David Anders for 2.4 kernel version * * This program is free software; you can redistribute it and/or modify * it under the terms of t...
gpl-2.0
fredvj/kernel_huawei_u8860
arch/m68k/kernel/signal_mm.c
2892
27701
/* * linux/arch/m68k/kernel/signal.c * * Copyright (C) 1991, 1992 Linus Torvalds * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more details. */ /* * Linux/m68k support by Hamish Macdonald * * 680...
gpl-2.0
AOKP/kernel_samsung_manta
drivers/mtd/ubi/wl.c
3916
46168
/* * @ubi: UBI device description object * Copyright (c) International Business Machines Corp., 2006 * * 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 ...
gpl-2.0
pocketbook-free/kernel_622
drivers/ssb/sdio.c
4172
16198
/* * Sonics Silicon Backplane * SDIO-Hostbus related functions * * Copyright 2009 Albert Herranz <albert_herranz@yahoo.es> * * Based on drivers/ssb/pcmcia.c * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * Copyright 2007-2008 Michael Buesch <mb@bu3sch.de> * * Licensed under the GNU/GPL. See COPYIN...
gpl-2.0
sensarliar/zfcs_linux
net/wireless/ibss.c
4428
12187
/* * Some IBSS support code for cfg80211. * * Copyright 2009 Johannes Berg <johannes@sipsolutions.net> */ #include <linux/etherdevice.h> #include <linux/if_arp.h> #include <linux/slab.h> #include <linux/export.h> #include <net/cfg80211.h> #include "wext-compat.h" #include "nl80211.h" void __cfg80211_ibss_joined(...
gpl-2.0
Validus-Lollipop/android_kernel_motorola_msm8960dt-common
arch/unicore32/kernel/traps.c
4684
7709
/* * linux/arch/unicore32/kernel/traps.c * * Code specific to PKUnity SoC and UniCore ISA * * Copyright (C) 2001-2010 GUAN Xue-tao * * 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 Founda...
gpl-2.0
weevergh/android_kernel_lenovo_kiton
drivers/staging/vt6656/card.c
4940
30278
/* * Copyright (c) 1996, 2003 VIA Networking Technologies, 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; either version 2 of the License, or * (at your opt...
gpl-2.0
nychitman1/android_kernel_lge_hammerhead
drivers/hwmon/sht21.c
4940
7557
/* Sensirion SHT21 humidity and temperature sensor driver * * Copyright (C) 2010 Urs Fleisch <urs.fleisch@sensirion.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 ...
gpl-2.0
BENETNATH/kernel_hp_maya
drivers/video/pxafb.c
4940
62683
/* * linux/drivers/video/pxafb.c * * Copyright (C) 1999 Eric A. Thomas. * Copyright (C) 2004 Jean-Frederic Clere. * Copyright (C) 2004 Ian Campbell. * Copyright (C) 2004 Jeff Lackey. * Based on sa1100fb.c Copyright (C) 1999 Eric A. Thomas * which in turn is * Based on acornfb.c Copyright (C) Russell ...
gpl-2.0
ChangYeoun/Kite_Stock
drivers/media/video/tcm825x.c
5196
22018
/* * drivers/media/video/tcm825x.c * * TCM825X camera sensor driver. * * Copyright (C) 2007 Nokia Corporation. * * Contact: Sakari Ailus <sakari.ailus@nokia.com> * * Based on code from David Cohen <david.cohen@indt.org.br> * * This driver was based on ov9640 sensor driver from MontaVista * * This program i...
gpl-2.0
84506232/AK-OnePone
drivers/rtc/rtc-ep93xx.c
5452
5415
/* * A driver for the RTC embedded in the Cirrus Logic EP93XX processors * Copyright (c) 2006 Tower Technologies * * Author: 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 General Public License version 2 as * publ...
gpl-2.0
invisiblek/android_kernel_samsung_msm8960
drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c
8268
24566
/****************************************************************************** Copyright(c) 2004 Intel Corporation. All rights reserved. Portions of this file are based on the WEP enablement code provided by the Host AP project hostap-drivers v0.1.3 Copyright (c) 2001-2002, SSH Communications Security Corp a...
gpl-2.0
moksha11/nvm_3.9
arch/sh/drivers/heartbeat.c
12876
4267
/* * Generic heartbeat driver for regular LED banks * * Copyright (C) 2007 - 2010 Paul Mundt * * Most SH reference boards include a number of individual LEDs that can * be independently controlled (either via a pre-defined hardware * function or via the LED class, if desired -- the hardware tends to * encapsul...
gpl-2.0
spock1104/android_kernel_zte_nex
drivers/media/dvb/dvb-core/dvb_filter.c
14668
12922
#include <linux/kernel.h> #include <linux/module.h> #include <linux/string.h> #include "dvb_filter.h" #if 0 static unsigned int bitrates[3][16] = {{0,32,64,96,128,160,192,224,256,288,320,352,384,416,448,0}, {0,32,48,56,64,80,96,112,128,160,192,224,256,320,384,0}, {0,32,40,48,56,64,80,96,112,128,160,192,224,256,320,0...
gpl-2.0
pepedog/linux-imx6-3.14
net/batman-adv/gateway_client.c
77
24602
/* Copyright (C) 2009-2014 B.A.T.M.A.N. contributors: * * Marek Lindner * * 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 Foundation. * * This program is distributed in the hope that it...
gpl-2.0
stevenrennermpls/lavfilters
common/baseclasses/transfrm.cpp
77
27582
//------------------------------------------------------------------------------ // File: Transfrm.cpp // // Desc: DirectShow base classes - implements class for simple transform // filters such as video decompressors. // // Copyright (c) 1992-2001 Microsoft Corporation. All rights reserved. //------------------...
gpl-2.0
smksyj/linux_modified_mlock
drivers/staging/comedi/drivers/ni_at_ao.c
77
10825
/* * ni_at_ao.c * Driver for NI AT-AO-6/10 boards * * COMEDI - Linux Control and Measurement Device Interface * Copyright (C) 2000,2002 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 General Public License as published b...
gpl-2.0
wikimedia/operations-debs-linux
drivers/staging/comedi/drivers/rtd520.c
77
41020
/* * comedi/drivers/rtd520.c * Comedi driver for Real Time Devices (RTD) PCI4520/DM7520 * * COMEDI - Linux Control and Measurement Device Interface * Copyright (C) 2001 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 Gene...
gpl-2.0
kendling/android_kernel_google_dragon
drivers/net/bonding/bond_debugfs.c
333
2940
#include <linux/kernel.h> #include <linux/module.h> #include <linux/device.h> #include <linux/netdevice.h> #include "bonding.h" #include "bond_alb.h" #if defined(CONFIG_DEBUG_FS) && !defined(CONFIG_NET_NS) #include <linux/debugfs.h> #include <linux/seq_file.h> static struct dentry *bonding_debug_root; /* Show RLB ...
gpl-2.0
dh-electronics/linux-am33x
drivers/media/usb/dvb-usb/dw2102.c
589
56017
/* DVB USB framework compliant Linux driver for the * DVBWorld DVB-S 2101, 2102, DVB-S2 2104, DVB-C 3101, * TeVii S600, S630, S650, S660, S480, S421, S632 * Prof 1100, 7500, * Geniatech SU3000, T220, * TechnoTrend S2-4600 Cards * Copyright (C) 2008-2012 Igor M. Liplianin (liplianin@me.by) * * This program is fr...
gpl-2.0
antmicro/linux-sunxi
drivers/regulator/helpers.c
589
12015
/* * helpers.c -- Voltage/Current Regulator framework helper functions. * * Copyright 2007, 2008 Wolfson Microelectronics PLC. * Copyright 2008 SlimLogic Ltd. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by th...
gpl-2.0
gnensis/linux-2.6.15
arch/mips/math-emu/dp_sub.c
845
4977
/* IEEE754 floating point arithmetic * double precision: common utilities */ /* * MIPS floating point support * Copyright (C) 1994-2000 Algorithmics Ltd. * http://www.algor.co.uk * * ######################################################################## * * This program is free software; you can distribute ...
gpl-2.0
friedrich420/Sprint-Note-4-Android-5.1.1-Kernel
KernelN910P-5_1_1GIT/drivers/spi/spi-orion.c
845
11908
/* * Marvell Orion SPI controller driver * * Author: Shadi Ammouri <shadi@marvell.com> * Copyright (C) 2007-2008 Marvell Ltd. * * 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. ...
gpl-2.0
Frontier314/kernel_ut4412
block/bsg.c
1101
24282
/* * bsg.c - block layer implementation of the sg v4 interface * * Copyright (C) 2004 Jens Axboe <axboe@suse.de> SUSE Labs * Copyright (C) 2004 Peter M. Jones <pjones@redhat.com> * * This file is subject to the terms and conditions of the GNU General Public * License version 2. See the file "COPYING" in the m...
gpl-2.0
ion-storm/Unleashed-N4
arch/arm/mach-msm/qdsp6/audiov2/mp3.c
1101
4599
/* arch/arm/mach-msm/qdsp6/audiov2/mp3.c * * Copyright (C) 2009 Google, Inc. * Copyright (C) 2009 HTC Corporation * Copyright (c) 2009, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundat...
gpl-2.0
glfernando/linux-kernel-ipc
arch/alpha/kernel/core_mcpcia.c
1869
16238
/* * linux/arch/alpha/kernel/core_mcpcia.c * * Based on code written by David A Rusling (david.rusling@reo.mts.dec.com). * * Code common to all MCbus-PCI Adaptor core logic chipsets */ #define __EXTERN_INLINE inline #include <asm/io.h> #include <asm/core_mcpcia.h> #undef __EXTERN_INLINE #include <linux/types.h>...
gpl-2.0
boa19861105/android_kernel_htc_b3uhl-JP
net/netfilter/nf_conntrack_labels.c
2125
2543
/* * test/set flag bits stored in conntrack extension area. * * (C) 2013 Astaro GmbH & Co KG * * 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/ctype.h> #inc...
gpl-2.0
ElysiumRom/android_kernel_samsung_msm8660-common
drivers/usb/musb/musb_gadget_ep0.c
2125
27667
/* * MUSB OTG peripheral driver ep0 handling * * Copyright 2005 Mentor Graphics Corporation * Copyright (C) 2005-2006 by Texas Instruments * Copyright (C) 2006-2007 Nokia Corporation * Copyright (C) 2008-2009 MontaVista Software, Inc. <source@mvista.com> * * This program is free software; you can redistribute i...
gpl-2.0
cxgbit/cxgbit
drivers/media/usb/gspca/sq905c.c
2125
9825
/* * SQ905C subdriver * * Copyright (C) 2009 Theodore Kilgore * * 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 * any later version. * * This progra...
gpl-2.0
flaming-toast/linux-jeyu
fs/reiserfs/hashes.c
2637
3609
/* * Keyed 32-bit hash function using TEA in a Davis-Meyer function * H0 = Key * Hi = E Mi(Hi-1) + Hi-1 * * (see Applied Cryptography, 2nd edition, p448). * * Jeremy Fitzhardinge <jeremy@zip.com.au> 1998 * * Jeremy has agreed to the contents of reiserfs/README. -Hans * Yura's function is added (04/07/200...
gpl-2.0
souljaboy11792/linux
drivers/usb/otg/nop-usb-xceiv.c
3149
4065
/* * drivers/usb/otg/nop-usb-xceiv.c * * NOP USB transceiver for all USB transceiver which are either built-in * into USB IP or which are mostly autonomous. * * Copyright (C) 2009 Texas Instruments Inc * Author: Ajay Kumar Gupta <ajay.gupta@ti.com> * * This program is free software; you can redistribute it and...
gpl-2.0
smaeul/kernel_samsung_aries
net/irda/irsysctl.c
3661
7269
/********************************************************************* * * Filename: irsysctl.c * Version: 1.0 * Description: Sysctl interface for IrDA * Status: Experimental. * Author: Dag Brattli <dagb@cs.uit.no> * Created at: Sun May 24 22:12:06 1998 * Modified at: Fri Jun 4 ...
gpl-2.0
mythos234/SimplKernel-LL-G920F
arch/sh/cchips/hd6446x/hd64461.c
3917
2644
/* * Copyright (C) 2000 YAEGASHI Takeshi * Hitachi HD64461 companion chip support */ #include <linux/sched.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/param.h> #include <linux/interrupt.h> #include <linux/init.h> #include <linux/irq.h> #include <linux/io.h> #include <asm/irq.h> #include <...
gpl-2.0
rooque/android_kernel_xiaomi_cancro
drivers/rtc/rtc-em3027.c
4941
3689
/* * 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
jmztaylor/android_kernel_htc_a3ul_new
drivers/media/video/cpia2/cpia2_v4l.c
5453
40773
/**************************************************************************** * * Filename: cpia2_v4l.c * * Copyright 2001, STMicrolectronics, Inc. * Contact: steve.miller@st.com * Copyright 2001,2005, Scott J. Bertin <scottbertin@yahoo.com> * * Description: * This is a USB driver for CPia2 based...
gpl-2.0
lim417dev/android_kernel_nubia_nx505j
drivers/staging/comedi/drivers/addi-data/addi_eeprom.c
8013
35880
/** @verbatim Copyright (C) 2004,2005 ADDI-DATA GmbH for the source code of this module. 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 free software; you can redistribute it and/or modify it under ...
gpl-2.0
GenTarkin/SGH-T769-kernel
fs/fscache/operation.c
8013
12096
/* FS-Cache worker operation management routines * * Copyright (C) 2008 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 So...
gpl-2.0
cmvienneau/android_kernel_htc_m4
sound/pci/ice1712/delta.c
8269
25303
/* * ALSA driver for ICEnsemble ICE1712 (Envy24) * * Lowlevel functions for M-Audio Delta 1010, 1010E, 44, 66, 66E, Dio2496, * Audiophile, Digigram VX442 * * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> * * This program is free software; you can redistribute it and/or modify * it under the...
gpl-2.0
aicjofs/android_kernel_lge_v500_20d_f2fs
arch/x86/lib/msr-smp.c
11853
4060
#include <linux/module.h> #include <linux/preempt.h> #include <linux/smp.h> #include <asm/msr.h> static void __rdmsr_on_cpu(void *info) { struct msr_info *rv = info; struct msr *reg; int this_cpu = raw_smp_processor_id(); if (rv->msrs) reg = per_cpu_ptr(rv->msrs, this_cpu); else reg = &rv->reg; rdmsr(rv->m...
gpl-2.0
k2wl/5282
lib/bch.c
12877
36404
/* * Generic binary BCH encoding/decoding library * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but WITHO...
gpl-2.0
identisoft-rashid/ec3_kernel_pre_4.1
lib/bch.c
12877
36404
/* * Generic binary BCH encoding/decoding library * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but WITHO...
gpl-2.0
faux123/Endeavoru
drivers/net/skfp/queue.c
13133
4083
/****************************************************************************** * * (C)Copyright 1998,1999 SysKonnect, * a business unit of Schneider & Koch & Co. Datensysteme GmbH. * * See the file "skfddi.c" for further information. * * This program is free software; you can redistribute it and/or modify * it...
gpl-2.0
friedrich420/Sprint-Note-4-Android-5.1.1-Kernel
drivers/video/atafb_iplan2p8.c
14925
8377
/* * linux/drivers/video/iplan2p8.c -- Low level frame buffer operations for * interleaved bitplanes à la Atari (8 * planes, 2 bytes interleave) * * Created 5 Apr 1997 by Geert Uytterhoeven * * This file is subject to the terms and conditions of the GNU General Public * License. See the fi...
gpl-2.0
linux-shield/kernel
kernel/trace/trace_events.c
78
61785
/* * event tracer * * Copyright (C) 2008 Red Hat Inc, Steven Rostedt <srostedt@redhat.com> * * - Added format output of fields of the trace point. * This was based off of work by Tom Zanussi <tzanussi@gmail.com>. * */ #define pr_fmt(fmt) fmt #include <linux/workqueue.h> #include <linux/spinlock.h> #includ...
gpl-2.0
ignacio28/android_kernel_lge_msm8610-2
arch/arm/mach-msm/lge/board-8610-w5-open-eu-gpiomux.c
78
14897
/* 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
alexey6600/kernel_sony_tetra_2
drivers/net/virtio_net.c
78
44166
/* A network driver using virtio. * * Copyright 2007 Rusty Russell <rusty@rustcorp.com.au> IBM 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...
gpl-2.0
ballock/kernel-xenial-bbr
drivers/media/dvb-core/dvb_ca_en50221.c
334
46231
/* * dvb_ca.c: generic DVB functions for EN50221 CAM interfaces * * Copyright (C) 2004 Andrew de Quincey * * Parts of this file were based on sources as follows: * * Copyright (C) 2003 Ralph Metzler <rjkm@metzlerbros.de> * * based on code: * * Copyright (C) 1999-2002 Ralph Metzler * &...
gpl-2.0
nickholtus/xperia-2012-kernel-2.6.35
fs/btrfs/extent-tree.c
846
218217
/* * Copyright (C) 2007 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 v2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHO...
gpl-2.0
mausvt/seagate_central_cns3420_2-6-35
arch/ia64/kernel/irq_ia64.c
846
16041
/* * linux/arch/ia64/kernel/irq_ia64.c * * Copyright (C) 1998-2001 Hewlett-Packard Co * Stephane Eranian <eranian@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com> * * 6/10/99: Updated to bring in sync with x86 version to facilitate * support for SMP and different interrupt controllers. * * 09/15/0...
gpl-2.0
W4TCH0UT/zz_quark
arch/arm/mach-virt/platsmp.c
1102
1401
/* * Dummy Virtual Machine - does what it says on the tin. * * Copyright (C) 2012 ARM Ltd * Author: Will Deacon <will.deacon@arm.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 Foun...
gpl-2.0
sktjdgns1189/android_kernel_samsung_SHW-M190S
drivers/media/video/cx18/cx18-av-core.c
1102
41632
/* * cx18 ADEC audio functions * * Derived from cx25840-core.c * * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl> * Copyright (C) 2008 Andy Walls <awalls@md.metrocast.net> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public Licen...
gpl-2.0
CML/GP0-2.6.35-Kernel
drivers/media/video/cx18/cx18-av-core.c
1102
41632
/* * cx18 ADEC audio functions * * Derived from cx25840-core.c * * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl> * Copyright (C) 2008 Andy Walls <awalls@md.metrocast.net> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public Licen...
gpl-2.0
XCage15/linux-1
arch/arm/kernel/fiq.c
1358
3657
/* * linux/arch/arm/kernel/fiq.c * * Copyright (C) 1998 Russell King * Copyright (C) 1998, 1999 Phil Blundell * * FIQ support written by Philip Blundell <philb@gnu.org>, 1998. * * FIQ support re-written by Russell King to be more generic * * We now properly support a method by which the FIQ handlers can ...
gpl-2.0
Davletvm/linux
arch/x86/platform/intel-mid/device_libs/platform_ipc.c
2126
1753
/* * platform_ipc.c: IPC platform library file * * (C) Copyright 2013 Intel Corporation * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@intel.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 th...
gpl-2.0