repo_name
string
path
string
copies
string
size
string
content
string
license
string
MoKee/android_kernel_samsung_sc03e
arch/arm/mm/dma-mapping-cma.c
419
23535
/* * linux/arch/arm/mm/dma-mapping.c * * Copyright (C) 2000-2004 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. * * DMA uncached mapping support. */ #inclu...
gpl-2.0
SmokyBob/android_kernel_samsung_u8500
drivers/acpi/sbs.c
931
29211
/* * sbs.c - ACPI Smart Battery System Driver ($Revision: 2.0 $) * * Copyright (c) 2007 Alexey Starikovskiy <astarikovskiy@suse.de> * Copyright (c) 2005-2007 Vladimir Lebedev <vladimir.p.lebedev@intel.com> * Copyright (c) 2005 Rich Townsend <rhdt@bartol.udel.edu> * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
gpl-2.0
CPA-Poke/LiquidKernel-Shamu
arch/sh/kernel/traps_32.c
2211
19296
/* * 'traps.c' handles hardware traps and faults after we have saved some * state in 'entry.S'. * * SuperH version: Copyright (C) 1999 Niibe Yutaka * Copyright (C) 2000 Philipp Rumpf * Copyright (C) 2000 David Howells * Copyright (C) 2002 - 2010 Paul Mundt * ...
gpl-2.0
Pablito2020/alps_kernel_bq_krillin
drivers/hid/hid-zydacron.c
2211
4412
/* * HID driver for zydacron remote control * * Copyright (c) 2010 Don Prince <dhprince.devel@yahoo.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 * Software Foundation; either version 2 of the Licens...
gpl-2.0
badscimmia/RK
drivers/isdn/isdnloop/isdnloop.c
3235
38898
/* $Id: isdnloop.c,v 1.11.6.7 2001/11/11 19:54:31 kai Exp $ * * ISDN low-level module implementing a dummy loop driver. * * Copyright 1997 by Fritz Elfert (fritz@isdn4linux.de) * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by referen...
gpl-2.0
Eistuete/android_kernel_huawei_msm8916
drivers/ide/piix.c
5027
14348
/* * Copyright (C) 1998-1999 Andrzej Krzysztofowicz, Author and Maintainer * Copyright (C) 1998-2000 Andre Hedrick <andre@linux-ide.org> * Copyright (C) 2003 Red Hat * Copyright (C) 2006-2007 MontaVista Software, Inc. <source@mvista.com> * * May be copied or modified under the terms of the GNU General Public...
gpl-2.0
zarboz/dlxpul_43
drivers/i2c/busses/scx200_acb.c
5027
14232
/* Copyright (c) 2001,2002 Christer Weinigel <wingel@nano-system.com> National Semiconductor SCx200 ACCESS.bus support Also supports the AMD CS5535 and AMD CS5536 Based on i2c-keywest.c which is: Copyright (c) 2001 Benjamin Herrenschmidt <benh@kernel.crashing.org> Copyright (c) 2000 Ph...
gpl-2.0
pengus77/kowalski
drivers/gpio/gpio-max7300.c
5795
2048
/* * Copyright (C) 2009 Wolfram Sang, Pengutronix * * 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. * * Check max730x.c for further details. */ #include <linux/module.h> #incl...
gpl-2.0
xiaogaogao/linuxFromDigilent
drivers/staging/usbip/userspace/src/usbip_network.c
5795
5221
/* * Copyright (C) 2011 matt mooney <mfm@muteddisk.com> * 2005-2007 Takahiro Hirofuchi * * 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
inn1983/linux-sunxi
arch/arm/kernel/unwind.c
6819
12662
/* * arch/arm/kernel/unwind.c * * Copyright (C) 2008 ARM Limited * * 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 ...
gpl-2.0
jamiethemorris/du_kernel_htc_m7
fs/afs/proc.c
8611
17455
/* /proc interface for AFS * * 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; eit...
gpl-2.0
AndroidDeveloperAlliance/ZenKernel_Grouper
fs/logfs/compr.c
12707
1816
/* * fs/logfs/compr.c - compression routines * * As should be obvious for Linux kernel code, license is GPLv2 * * Copyright (c) 2005-2008 Joern Engel <joern@logfs.org> */ #include "logfs.h" #include <linux/vmalloc.h> #include <linux/zlib.h> #define COMPR_LEVEL 3 static DEFINE_MUTEX(compr_mutex); static struct z...
gpl-2.0
steppnasty/htc-kernel-msm7x30
arch/parisc/lib/memset.c
14243
2442
/* Copyright (C) 1991, 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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 the Free Software Foundation; either version 2.1 of the...
gpl-2.0
ciarancourtney/YAKM
sound/soc/codecs/wm5102.c
164
62341
/* * wm5102.c -- WM5102 ALSA SoC Audio driver * * Copyright 2012 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 * published b...
gpl-2.0
CyanogenMod/lge-kernel-msm7x27
arch/arm/mach-msm/qdsp5v2/audio_wmapro.c
164
47939
/* Copyright (c) 2009-2010, Code Aurora Forum. All rights reserved. * * Based on the mp3 native driver in arch/arm/mach-msm/qdsp5v2/audio_mp3.c * * Copyright (C) 2008 Google, Inc. * Copyright (C) 2008 HTC Corporation * * All source code in this file is licensed under the following license except * where indicat...
gpl-2.0
roguesyko/kernel_lge_g3
fs/coda/inode.c
164
7363
/* * Super block/filesystem wide operations * * Copyright (C) 1996 Peter J. Braam <braam@maths.ox.ac.uk> and * Michael Callahan <callahan@maths.ox.ac.uk> * * Rewritten for Linux 2.1. Peter Braam <braam@cs.cmu.edu> * Copyright (C) Carnegie Mellon University */ #include <linux/module.h> #include <linux/kerne...
gpl-2.0
carz2/Sapphire-2.6.29-sense
arch/alpha/kernel/sys_eiger.c
164
5805
/* * linux/arch/alpha/kernel/sys_eiger.c * * Copyright (C) 1995 David A Rusling * Copyright (C) 1996, 1999 Jay A Estabrook * Copyright (C) 1998, 1999 Richard Henderson * Copyright (C) 1999 Iain Grant * * Code supporting the EIGER (EV6+TSUNAMI). */ #include <linux/kernel.h> #include <linux/types.h> #include <l...
gpl-2.0
lloydchang/ubuntu-precise
drivers/usb/host/alchemy-common.c
164
8654
/* * USB block power/access management abstraction. * * Au1000+: The OHCI block control register is at the far end of the OHCI memory * area. Au1550 has OHCI on different base address. No need to handle * UDC here. * Au1200: one register to control access and clocks to O/EHCI, UDC and OTG * as well ...
gpl-2.0
Naoya-Horiguchi/linux
drivers/usb/musb/musbhsdma.c
420
12359
// SPDX-License-Identifier: GPL-2.0 /* * MUSB OTG driver - support for Mentor's DMA controller * * Copyright 2005 Mentor Graphics Corporation * Copyright (C) 2005-2007 by Texas Instruments */ #include <linux/device.h> #include <linux/interrupt.h> #include <linux/platform_device.h> #include <linux/slab.h> #include ...
gpl-2.0
dastin1015/android_kernel_htc_villec2
net/sched/sch_netem.c
932
23125
/* * net/sched/sch_netem.c Network emulator * * 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. * * Many of the algorithms and ideas for this ...
gpl-2.0
abhijeet-dev/ll-arndale-octa
drivers/mfd/t7l66xb.c
932
11173
/* * * Toshiba T7L66XB core mfd support * * Copyright (c) 2005, 2007, 2008 Ian Molton * Copyright (c) 2008 Dmitry Baryshkov * * 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
AudioGod/Gods-Kernel-Huawei-Angler
sound/pci/ca0106/ca_midi.c
2724
8679
/* * Copyright 10/16/2005 Tilman Kranz <tilde@tk-sls.de> * Creative Audio MIDI, for the CA0106 Driver * Version: 0.0.1 * * Changelog: * Implementation is based on mpu401 and emu10k1x and * tested with ca0106. * mpu401: Copyright (c) by Jaroslav Kysela <perex@perex.cz> * emu10k1x: Copyright (c)...
gpl-2.0
zombi-x/android_kernel_lge_mako
net/sched/sch_prio.c
3492
9034
/* * net/sched/sch_prio.c Simple 3-band priority "scheduler". * * 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
brymaster5000/m7-gpe-444
drivers/infiniband/core/umem.c
4004
8006
/* * Copyright (c) 2005 Topspin Communications. All rights reserved. * Copyright (c) 2005 Cisco Systems. All rights reserved. * Copyright (c) 2005 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 t...
gpl-2.0
Quaesar/android_kernel_hp_phobos
arch/mips/txx9/generic/pci.c
4516
12385
/* * linux/arch/mips/txx9/pci.c * * Based on linux/arch/mips/txx9/rbtx4927/setup.c, * linux/arch/mips/txx9/rbtx4938/setup.c, * and RBTX49xx patch from CELF patch archive. * * Copyright 2001-2005 MontaVista Software Inc. * Copyright (C) 1996, 97, 2001, 04 Ralf Baechle (ralf@linux-mips.org) * (C) C...
gpl-2.0
CoolDevelopment/MoshKernel-amami
drivers/mtd/nand/gpio.c
5028
11699
/* * drivers/mtd/nand/gpio.c * * Updated, and converted to generic GPIO based driver by Russell King. * * Written by Ben Dooks <ben@simtec.co.uk> * Based on 2.4 version by Mark Whittaker * * © 2004 Simtec Electronics * * Device driver for NAND connected via GPIO * * This program is free software; you can ...
gpl-2.0
rutvik95/android_kernel_samsung_i9060
mm/prio_tree.c
7588
6481
/* * mm/prio_tree.c - priority search tree for mapping->i_mmap * * Copyright (C) 2004, Rajesh Venkatasubramanian <vrajesh@umich.edu> * * This file is released under the GPL v2. * * Based on the radix priority search tree proposed by Edward M. McCreight * SIAM Journal of Computing, vol. 14, no.2, pages 257-276, ...
gpl-2.0
k2wl/android_kernel_samsung_serranodsdd
drivers/firmware/edd.c
9892
20462
/* * linux/drivers/firmware/edd.c * Copyright (C) 2002, 2003, 2004 Dell Inc. * by Matt Domsch <Matt_Domsch@dell.com> * disk signature by Matt Domsch, Andrew Wilks, and Sandeep K. Shandilya * legacy CHS by Patrick J. LoPresti <patl@users.sourceforge.net> * * BIOS Enhanced Disk Drive Services (EDD) * conforma...
gpl-2.0
C3C0/zte_skate_35
sound/pci/ctxfi/ctamixer.c
12708
9927
/** * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. * * This source file is released under GPL v2 license (no other versions). * See the COPYING file included in the main directory of this source * distribution for the license terms and conditions. * * @File ctamixer.c * * @Brief * This fi...
gpl-2.0
TeamEOS/kernel_google_msm
drivers/video/kyro/STG4000InitDevice.c
15012
9799
/* * linux/drivers/video/kyro/STG4000InitDevice.c * * Copyright (C) 2000 Imagination Technologies Ltd * Copyright (C) 2002 STMicroelectronics * * 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 detail...
gpl-2.0
garwynn/L900_3.9_Experiment
drivers/mtd/devices/docprobe.c
165
9994
/* Linux driver for Disk-On-Chip devices */ /* Probe routines common to all DoC devices */ /* (C) 1999 Machine Vision Holdings, Inc. */ /* (C) 1999-2003 David Woodhouse <dwmw2@infradead.org> */ /* DOC_PASSIVE_PROBE: In order to ensure that the BIOS checksum is correct at boot time, and hence that the on...
gpl-2.0
yakir-Yang/linux
arch/metag/mm/init.c
165
9628
/* * Copyright (C) 2005,2006,2007,2008,2009,2010 Imagination Technologies * */ #include <linux/export.h> #include <linux/mm.h> #include <linux/swap.h> #include <linux/init.h> #include <linux/bootmem.h> #include <linux/pagemap.h> #include <linux/percpu.h> #include <linux/memblock.h> #include <linux/initrd.h> #incl...
gpl-2.0
starsoc/u-boot-star-x7
board/bf518f-ezbrd/bf518f-ezbrd.c
165
4002
/* * U-boot - main board file * * Copyright (c) 2008-2009 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <common.h> #include <config.h> #include <command.h> #include <net.h> #include <netdev.h> #include <spi.h> #include <asm/blackfin.h> #include <asm/net.h> #include <asm/portmux.h> #inclu...
gpl-2.0
aristeu/linux-2.6
drivers/char/agp/ati-agp.c
421
14847
/* * ATi AGPGART routines. */ #include <linux/types.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/init.h> #include <linux/string.h> #include <linux/slab.h> #include <linux/agp_backend.h> #include <asm/agp.h> #include <asm/set_memory.h> #include "agp.h" #define ATI_GART_MMBASE_BAR 1 #define ATI...
gpl-2.0
fards/hannspree_Oem_2.6.32.9-
drivers/net/dl2k.c
421
48976
/* D-Link DL2000-based Gigabit Ethernet Adapter Linux driver */ /* Copyright (c) 2001, 2002 by D-Link Corporation Written by Edward Peng.<edward_peng@dlink.com.tw> Created 03-May-2001, base on Linux' sundance.c. This program is free software; you can redistribute it and/or modify it under the term...
gpl-2.0
Jocala/kernel.ancora_tmo.ics
arch/arm/mach-omap2/board-zoom2.c
677
2317
/* * Copyright (C) 2009 Texas Instruments Inc. * Mikkel Christensen <mlc@ti.com> * * Modified from mach-omap2/board-ldp.c * * 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
idl3r/ktsan
fs/ocfs2/mmap.c
933
5125
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * mmap.c * * Code to deal with the mess that is clustered mmap. * * Copyright (C) 2002, 2004 Oracle. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Gener...
gpl-2.0
Angel666/ICS_kernel_P1000_CM_version
net/tipc/eth_media.c
933
8912
/* * net/tipc/eth_media.c: Ethernet bearer support for TIPC * * Copyright (c) 2001-2007, Ericsson AB * Copyright (c) 2005-2007, Wind River Systems * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ar...
gpl-2.0
BobZhome/android_kernel_gelato
drivers/cpufreq/freq_table.c
1189
6245
/* * linux/drivers/cpufreq/freq_table.c * * Copyright (C) 2002 - 2003 Dominik Brodowski * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * */ #include <linux/kernel.h> #incl...
gpl-2.0
jab2/android_kernel_lge_l45c
arch/x86/kernel/cpu/mcheck/mce-severity.c
1445
6328
/* * MCE grading rules. * Copyright 2008, 2009 Intel 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; version 2 * of the License. * * Author: Andi Kleen */ #include <linu...
gpl-2.0
sktjdgns1189/android_kernel_samsung_SHW-M130L
arch/sparc/mm/tlb.c
1957
1892
/* arch/sparc64/mm/tlb.c * * Copyright (C) 2004 David S. Miller <davem@redhat.com> */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/percpu.h> #include <linux/mm.h> #include <linux/swap.h> #include <linux/preempt.h> #include <asm/pgtable.h> #include <asm/pgalloc.h> #include <asm/tlbflush.h> #inc...
gpl-2.0
rwaterspf1/android_kernel_lge_hammerheadcaf
arch/arm/mach-msm/jtag.c
1957
29277
/* 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
ashleyjune/SM-G360T1_kernel
drivers/tty/serial/arc_uart.c
1957
20569
/* * ARC On-Chip(fpga) UART Driver * * Copyright (C) 2010-2012 Synopsys, Inc. (www.synopsys.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. * * vineetg: July 10th 2012 ...
gpl-2.0
akshay-shah/android_kernel_samsung_crater
arch/arm/mach-ixp23xx/pci.c
2725
6252
/* * arch/arm/mach-ixp23xx/pci.c * * PCI routines for IXP23XX based systems * * Copyright (c) 2005 MontaVista Software, Inc. * * based on original code: * * Author: Naeem Afzal <naeem.m.afzal@intel.com> * Copyright 2002-2005 Intel Corp. * * This program is free software; you can redistribute it and/or modif...
gpl-2.0
sultanxda/sultan-kernel-pyramid-CAF-3.4
drivers/input/input-mt.c
4261
5195
/* * Input Multitouch Library * * Copyright (c) 2008-2010 Henrik Rydberg * * 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/input/mt.h> #include <linux/expor...
gpl-2.0
SnowDroid/kernel_lge_hammerhead
drivers/usb/gadget/pch_udc.c
4773
91855
/* * Copyright (C) 2011 LAPIS Semiconductor Co., Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <l...
gpl-2.0
profglavcho/tesr1
net/wireless/lib80211_crypt_ccmp.c
5797
12054
/* * lib80211 crypt: host-based CCMP encryption implementation for lib80211 * * Copyright (c) 2003-2004, Jouni Malinen <j@w1.fi> * Copyright (c) 2008, John W. Linville <linville@tuxdriver.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public ...
gpl-2.0
lirokoa/android_kernel_samsung_smdk4412
drivers/input/joystick/stinger.c
9893
5817
/* * Copyright (c) 2000-2001 Vojtech Pavlik * Copyright (c) 2000 Mark Fletcher */ /* * Gravis Stinger gamepad driver for Linux */ /* * This program is free warftware; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; ...
gpl-2.0
Team-Hydra/android_kernel_htc_msm8660-caf
arch/h8300/kernel/asm-offsets.c
11429
2334
/* * This program is used to generate definitions needed by * assembly language modules. * * We use the technique used in the OSF Mach kernel code: * generate asm statements containing #defines, * compile this file to assembler, and then extract the * #defines from the assembly-language output. */ #include <li...
gpl-2.0
MaxiCM/android_kernel_motorola_msm8916
arch/mn10300/proc-mn103e010/proc-init.c
11941
2921
/* MN103E010 Processor initialisation * * 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 Foun...
gpl-2.0
civato/SkyWalker
fs/befs/datastream.c
11941
15907
/* * linux/fs/befs/datastream.c * * Copyright (C) 2001 Will Dyson <will_dyson@pobox.com> * * Based on portions of file.c by Makoto Kato <m_kato@ga2.so-net.ne.jp> * * Many thanks to Dominic Giampaolo, author of "Practical File System * Design with the Be File System", for such a helpful book. * */ #include <l...
gpl-2.0
DC07/spirit_msm8226
net/netfilter/xt_state.c
12709
2008
/* Kernel module to match connection tracking information. */ /* (C) 1999-2001 Paul `Rusty' Russell * (C) 2002-2005 Netfilter Core Team <coreteam@netfilter.org> * * 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 ...
gpl-2.0
greguu/linux-4.9-rc3-c3x00
arch/m68k/sun3/config.c
166
5861
/* * linux/arch/m68k/sun3/config.c * * Copyright (C) 1996,1997 Pekka Pietik{inen * * 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. */ #include <linux/types.h> #include <linux/kernel.h> #inc...
gpl-2.0
nels83/android_kernel_samsung_santos10
fs/nfs/super.c
1446
80603
/* * linux/fs/nfs/super.c * * Copyright (C) 1992 Rick Sladkey * * nfs superblock handling functions * * Modularised by Alan Cox <alan@lxorguk.ukuu.org.uk>, while hacking some * experimental NFS changes. Modularisation taken straight from SYS5 fs. * * Change to nfs_read_super() to permit NFS mounts to m...
gpl-2.0
ribalda/linux-old
net/sunrpc/svcauth_unix.c
1958
21596
#include <linux/types.h> #include <linux/sched.h> #include <linux/module.h> #include <linux/sunrpc/types.h> #include <linux/sunrpc/xdr.h> #include <linux/sunrpc/svcsock.h> #include <linux/sunrpc/svcauth.h> #include <linux/sunrpc/gss_api.h> #include <linux/sunrpc/addr.h> #include <linux/err.h> #include <linux/seq_file.h...
gpl-2.0
Bogdacutu/STLinux-Kernel
drivers/spi/spi-ti-ssp.c
2214
9348
/* * Sequencer Serial Port (SSP) based SPI master driver * * Copyright (C) 2010 Texas Instruments Inc * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or...
gpl-2.0
sebirdman/android_kernel_motorola_msm8992
drivers/isdn/hisax/hfc4s8s_l1.c
2470
43003
/*************************************************************************/ /* $Id: hfc4s8s_l1.c,v 1.10 2005/02/09 16:31:09 martinb1 Exp $ */ /* HFC-4S/8S low layer interface for Cologne Chip HFC-4S/8S isdn chips */ /* The low layer (L1) is implemented as a loadable module for usage with */ /* the HiSax isd...
gpl-2.0
SlimRoms/kernel_lge_bullhead
drivers/char/agp/sgi-agp.c
2726
7866
/* * 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) 2003-2005 Silicon Graphics, Inc. All Rights Reserved. */ /* * SGI TIOCA AGPGART routines. * */ #include <linux/acpi.h...
gpl-2.0
Kirmaniarslan/xaak_sense_kernel
arch/sh/kernel/setup.c
2726
7930
/* * arch/sh/kernel/setup.c * * This file handles the architecture-dependent parts of initialization * * Copyright (C) 1999 Niibe Yutaka * Copyright (C) 2002 - 2010 Paul Mundt */ #include <linux/screen_info.h> #include <linux/ioport.h> #include <linux/init.h> #include <linux/initrd.h> #include <linux/bootmem....
gpl-2.0
SynnyG/android_kernel_xiaomi_cancro
drivers/net/wireless/wl1251/sdio.c
2726
8579
/* * wl12xx SDIO routines * * 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 * WITHOUT ANY WARRANTY; with...
gpl-2.0
teemodk/android_kernel_htc_endeavoru
arch/m68k/emu/nfcon.c
2982
3284
/* * ARAnyM console driver * * 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. */ #include <linux/module.h> #include <linux/init.h> #include <linux/console.h> #include <linux/tty.h> #include <lin...
gpl-2.0
hvaibhav/am335x-linux
drivers/ide/ide-pci-generic.c
5030
6195
/* * 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
ansebovi/SmartDeviL_XMD
drivers/media/dvb/frontends/cxd2820r_t.c
5030
9359
/* * Sony CXD2820R demodulator driver * * Copyright (C) 2010 Antti Palosaari <crope@iki.fi> * * 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
MattCrystal/sarin-gas-aosp-jewel
drivers/media/dvb/frontends/sp887x.c
5030
15183
/* Driver for the Spase sp887x demodulator */ /* * This driver needs external firmware. Please use the command * "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to * download/extract it, and then copy it to /usr/lib/hotplug/firmware * or /lib/firmware (depending on configuration of firmware hotplug). *...
gpl-2.0
Kurre/kernel_msm
drivers/infiniband/hw/qib/qib_ud.c
7078
16612
/* * Copyright (c) 2006, 2007, 2008, 2009 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 License (GPL)...
gpl-2.0
jcbless/linux-xlnx
sound/isa/gus/gus_mixer.c
13734
6149
/* * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * Routines for control of ICS 2101 chip and "mixer" in GF1 chip * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either v...
gpl-2.0
Split-Screen/android_kernel_huawei_angler
sound/isa/gus/gus_mixer.c
13734
6149
/* * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * Routines for control of ICS 2101 chip and "mixer" in GF1 chip * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either v...
gpl-2.0
sdutyl/linux-2.6.30
drivers/net/iseries_veth.c
167
44068
/* File veth.c created by Kyle A. Lucke on Mon Aug 7 2000. */ /* * IBM eServer iSeries Virtual Ethernet Device Driver * Copyright (C) 2001 Kyle A. Lucke (klucke@us.ibm.com), IBM Corp. * Substantially cleaned up by: * Copyright (C) 2003 David Gibson <dwg@au1.ibm.com>, IBM Corporation. * Copyright (C) 2004-2005 Mic...
gpl-2.0
Split-Screen/android_kernel_yu_msm8916
arch/x86/ia32/ia32_signal.c
935
13083
/* * linux/arch/x86_64/ia32/ia32_signal.c * * Copyright (C) 1991, 1992 Linus Torvalds * * 1997-11-28 Modified for POSIX.1b signals by Richard Henderson * 2000-06-20 Pentium III FXSR, SSE support by Gareth Hughes * 2000-12-* x86-64 compatibility mode signal handling by Andi Kleen */ #include <linux/sc...
gpl-2.0
shaitan/linux
drivers/net/wireless/hostap/hostap_plx.c
1959
16542
#define PRISM2_PLX /* Host AP driver's support for PC Cards on PCI adapters using PLX9052 is * based on: * - Host AP driver patch from james@madingley.org * - linux-wlan-ng driver, Copyright (C) AbsoluteValue Systems, Inc. */ #include <linux/module.h> #include <linux/if.h> #include <linux/skbuff.h> #include <lin...
gpl-2.0
ManhIT-CMB/SpaceX-Kernel-Exynos5433
drivers/platform/x86/panasonic-laptop.c
2215
18669
/* * Panasonic HotKey and LCD brightness control driver * (C) 2004 Hiroshi Miura <miura@da-cha.org> * (C) 2004 NTT DATA Intellilink Co. http://www.intellilink.co.jp/ * (C) YOKOTA Hiroshi <yokota (at) netlab. is. tsukuba. ac. jp> * (C) 2004 David Bronaugh <dbronaugh> * (C) 2006-2008 Harald Welte <laforge@gnu...
gpl-2.0
NicholasPace/android_kernel_asus_moorefield
drivers/hwmon/f75375s.c
2215
26563
/* * f75375s.c - driver for the Fintek F75375/SP, F75373 and * F75387SG/RG hardware monitoring features * Copyright (C) 2006-2007 Riku Voipio * * Datasheets available at: * * f75375: * http://www.fintek.com.tw/files/productfiles/F75375_V026P.pdf * * f75373: * http://www.fintek.com.tw/files/produ...
gpl-2.0
pio-masaki/at100-kernel
arch/powerpc/oprofile/op_model_cell.c
2983
50592
/* * Cell Broadband Engine OProfile Support * * (C) Copyright IBM Corporation 2006 * * Author: David Erb (djerb@us.ibm.com) * Modifications: * Carl Love <carll@us.ibm.com> * Maynard Johnson <maynardj@us.ibm.com> * * This program is free software; you can redistribute it and/or * modify it under the ter...
gpl-2.0
omasab/linux
arch/x86/kernel/acpi/sleep.c
2983
3769
/* * sleep.c - x86-specific ACPI sleep support. * * Copyright (C) 2001-2003 Patrick Mochel * Copyright (C) 2001-2003 Pavel Machek <pavel@ucw.cz> */ #include <linux/acpi.h> #include <linux/bootmem.h> #include <linux/memblock.h> #include <linux/dmi.h> #include <linux/cpumask.h> #include <asm/segment.h> #include <...
gpl-2.0
Dazzozo/android_kernel_huawei_u8815
arch/arm/mach-ixp23xx/core.c
2983
11216
/* * arch/arm/mach-ixp23xx/core.c * * Core routines for IXP23xx chips * * Author: Deepak Saxena <dsaxena@plexity.net> * * Copyright 2005 (c) MontaVista Software, Inc. * * Based on 2.4 code Copyright 2004 (c) Intel Corporation * * This file is licensed under the terms of the GNU General Public * License vers...
gpl-2.0
htc-mirror/pyramid-ics-crc-3.0.16-159c6f3
drivers/staging/comedi/drivers/cb_pcidio.c
3239
10324
/* comedi/drivers/cb_pcidio.c A Comedi driver for PCI-DIO24H & PCI-DIO48H of ComputerBoards (currently MeasurementComputing) 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 mo...
gpl-2.0
manfromnn/msm8909_tp-link_c5l_kernel
drivers/cdrom/cdrom.c
3495
100490
/* linux/drivers/cdrom/cdrom.c Copyright (c) 1996, 1997 David A. van Leeuwen. Copyright (c) 1997, 1998 Erik Andersen <andersee@debian.org> Copyright (c) 1998, 1999 Jens Axboe <axboe@image.dk> May be copied or modified under the terms of the GNU General Public License. See linux/COPYING for more informa...
gpl-2.0
santod/NuK3rn3l_htc_m7_GPE-5.0.x
arch/arm/mach-s3c24xx/s3c2412.c
4775
6038
/* linux/arch/arm/mach-s3c2412/s3c2412.c * * Copyright (c) 2006 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 Fr...
gpl-2.0
franciscofranco/mako
arch/arm/mach-sa1100/irq.c
4775
7235
/* * linux/arch/arm/mach-sa1100/irq.c * * Copyright (C) 1999-2001 Nicolas Pitre * * Generic IRQ handling for the SA11x0, GPIO 11-27 IRQ demultiplexing. * * 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...
gpl-2.0
DeqingSun/Glass_kernel
drivers/media/common/tuners/mxl5005s.c
5031
128855
/* MaxLinear MXL5005S VSB/QAM/DVBT tuner driver Copyright (C) 2008 MaxLinear Copyright (C) 2006 Steven Toth <stoth@linuxtv.org> Functions: mxl5005s_reset() mxl5005s_writereg() mxl5005s_writeregs() mxl5005s_init() mxl5005s_reconfigure() mxl5005s_AssignTunerMode() mxl5005s_set_params() mxl5005s...
gpl-2.0
oppo-source/N1-4.2-kernel-source
drivers/ide/ali14xx.c
5031
6615
/* * Copyright (C) 1996 Linus Torvalds & author (see below) */ /* * ALI M14xx chipset EIDE controller * * Works for ALI M1439/1443/1445/1487/1489 chipsets. * * Adapted from code developed by derekn@vw.ece.cmu.edu. -ml * Derek's notes follow: * * I think the code should be pretty understandable, * but I'l...
gpl-2.0
eoghan2t9/Oppo-Find5-4.2-Kernel
sound/soc/davinci/davinci-i2s.c
5031
23357
/* * ALSA SoC I2S (McBSP) Audio Layer for TI DAVINCI processor * * Author: Vladimir Barinov, <vbarinov@embeddedalley.com> * Copyright: (C) 2007 MontaVista Software, Inc., <source@mvista.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu...
gpl-2.0
nikhiljan93/sony_yuga_kernel
drivers/staging/comedi/drivers/ni_6527.c
8103
13337
/* comedi/drivers/ni_6527.c driver for National Instruments PCI-6527 COMEDI - Linux Control and Measurement Device Interface Copyright (C) 1999,2002,2003 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...
gpl-2.0
faux123/moto_x
arch/m68k/lib/memmove.c
12711
1858
/* * 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. */ #include <linux/module.h> #include <linux/string.h> void *memmove(void *dest, const void *src, size_t n) { void *xdest = dest; size_t temp...
gpl-2.0
PyYoshi/b2g_kernel_sharp_is01
net/ipv6/mcast.c
168
64524
/* * Multicast support for IPv6 * Linux INET6 implementation * * Authors: * Pedro Roque <roque@di.fc.ul.pt> * * Based on linux/ipv4/igmp.c and linux/ipv4/ip_sockglue.c * * 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
sss/busybox
miscutils/setsid.c
168
1953
/* vi: set sw=4 ts=4: */ /* * setsid.c -- execute a command in a new session * Rick Sladkey <jrs@world.std.com> * In the public domain. * * 1999-02-22 Arkadiusz Mickiewicz <misiek@pld.ORG.PL> * - added Native Language Support * * 2001-01-18 John Fremlin <vii@penguinpowered.com> * - fork in case we are process ...
gpl-2.0
wallento/newlib
newlib/libm/test/fmodf_vec.c
168
37362
#include "test.h" one_line_type fmodf_vec[] = { { 0, 0,123,__LINE__, 0xbff33333, 0x40000000, 0xbff33333, 0x33333333, 0x40066666, 0x66666666}, /* -1.20000=f(-1.20000, v2.80000)*/ { 0, 0,123,__LINE__, 0xbff30a3d, 0x80000000, 0xbff30a3d, 0x70a3d70a, 0x40067ae1, 0x47ae147b}, /* -1.19000=f(-1.19000, v2.81000)*/ { 0, 0,...
gpl-2.0
msdx321/android_kernel_xiaomi_msm8996
drivers/md/dm-snap-transient.c
424
3761
/* * Copyright (C) 2001-2002 Sistina Software (UK) Limited. * Copyright (C) 2006-2008 Red Hat GmbH * * This file is released under the GPL. */ #include "dm-exception-store.h" #include <linux/mm.h> #include <linux/pagemap.h> #include <linux/vmalloc.h> #include <linux/export.h> #include <linux/slab.h> #include <li...
gpl-2.0
jackzzjack/linux
drivers/rtc/rtc-cmos.c
424
31741
/* * RTC class driver for "CMOS RTC": PCs, ACPI, etc * * Copyright (C) 1996 Paul Gortmaker (drivers/char/rtc.c) * Copyright (C) 2006 David Brownell (convert to new framework) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as pub...
gpl-2.0
davidepianca98/android_kernel_oneplus_msm8974-kexec
drivers/staging/prima/CORE/MAC/src/pe/lim/limAdmitControl.c
424
45176
/* * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyright not...
gpl-2.0
F4uzan/skernel_u0
kernel/power/qos.c
1960
14893
/* * This module exposes the interface to kernel space for specifying * QoS dependencies. It provides infrastructure for registration of: * * Dependents on a QoS value : register requests * Watchers of QoS value : get notified when target QoS value changes * * This QoS design is best effort based. Dependents r...
gpl-2.0
zaphodatreides/P8000-Kernel
drivers/mtd/devices/spear_smi.c
2216
29530
/* * SMI (Serial Memory Controller) device driver for Serial NOR Flash on * SPEAr platform * The serial nor interface is largely based on drivers/mtd/m25p80.c, * however the SPI interface has been replaced by SMI. * * Copyright © 2010 STMicroelectronics. * Ashish Priyadarshi * Shiraz Hashim <shiraz.hashim@st.co...
gpl-2.0
siskin/bluetooth-next
crypto/cbc.c
2216
7649
/* * CBC: Cipher Block Chaining mode * * Copyright (c) 2006 Herbert Xu <herbert@gondor.apana.org.au> * * 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
gerard87/kernel_angler_n_mr1
drivers/media/v4l2-core/videobuf-dma-sg.c
2728
15691
/* * helper functions for SG DMA video4linux capture buffers * * The functions expect the hardware being able to scatter gather * (i.e. the buffers are not linear in physical memory, but fragmented * into PAGE_SIZE chunks). They also assume the driver does not need * to touch the video data. * * (c) 2007 Mauro...
gpl-2.0
iwishiwasgay/starkissed-clone
drivers/media/tuners/tuner_it913x.c
2728
10334
/* * ITE Tech IT9137 silicon tuner driver * * Copyright (C) 2011 Malcolm Priestley (tvboxspy@gmail.com) * IT9137 Copyright (C) ITE Tech 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 Fo...
gpl-2.0
adis1313/android_kernel_samsung_msm8974
net/netfilter/ipvs/ip_vs_est.c
5800
5888
/* * ip_vs_est.c: simple rate estimator for IPVS * * Authors: Wensong Zhang <wensong@linuxvirtualserver.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 the Free Softwa...
gpl-2.0
crossfire77/MARVEL-C-CT-STOCK_SENSE_OC_KERNEL_SOURCE
arch/powerpc/math-emu/fdivs.c
13736
1189
#include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> #include <asm/sfp-machine.h> #include <math-emu/soft-fp.h> #include <math-emu/double.h> #include <math-emu/single.h> int fdivs(void *frD, void *frA, void *frB) { FP_DECL_D(A); FP_DECL_D(B); FP_DECL_D(R); FP_DECL_EX; #ifdef DEBUG printk("...
gpl-2.0
SM-G920P/kernel_samsung_exynos7420
drivers/mailbox/samsung/apm-exynos7420.c
169
24757
/* linux/arch/arm/mach-exynos/apm-exynos7420.c * * Copyright (c) 2014 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * EXYNOS7420 - APM driver * * 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 ...
gpl-2.0
devmapal/linux
fs/ubifs/debug.c
169
85695
/* * This file is part of UBIFS. * * Copyright (C) 2006-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 th...
gpl-2.0
billy-wang/T11
arch/sparc/net/bpf_jit_comp.c
169
20839
#include <linux/moduleloader.h> #include <linux/workqueue.h> #include <linux/netdevice.h> #include <linux/filter.h> #include <linux/cache.h> #include <linux/if_vlan.h> #include <asm/cacheflush.h> #include <asm/ptrace.h> #include "bpf_jit.h" int bpf_jit_enable __read_mostly; static inline bool is_simm13(unsigned int...
gpl-2.0