repo_name
string
path
string
copies
string
size
string
content
string
license
string
bestwpw/Xiaomi_Kernel_OpenSource
drivers/ide/qd65xx.c
4927
11148
/* * Copyright (C) 1996-2001 Linus Torvalds & author (see below) */ /* * Version 0.03 Cleaned auto-tune, added probe * Version 0.04 Added second channel tuning * Version 0.05 Enhanced tuning ; added qd6500 support * Version 0.06 Added dos driver's list * Version 0.07 Second channel bug fix * * QDI QD6...
gpl-2.0
sombree/android_kernel_samsung_jf
drivers/ide/qd65xx.c
4927
11148
/* * Copyright (C) 1996-2001 Linus Torvalds & author (see below) */ /* * Version 0.03 Cleaned auto-tune, added probe * Version 0.04 Added second channel tuning * Version 0.05 Enhanced tuning ; added qd6500 support * Version 0.06 Added dos driver's list * Version 0.07 Second channel bug fix * * QDI QD6...
gpl-2.0
estiko/android_kernel_lenovo_a706_xtremeuv
drivers/ide/qd65xx.c
4927
11148
/* * Copyright (C) 1996-2001 Linus Torvalds & author (see below) */ /* * Version 0.03 Cleaned auto-tune, added probe * Version 0.04 Added second channel tuning * Version 0.05 Enhanced tuning ; added qd6500 support * Version 0.06 Added dos driver's list * Version 0.07 Second channel bug fix * * QDI QD6...
gpl-2.0
SuperHanss/android_kernel_sony_apq8064
drivers/media/video/tlg2300/pd-alsa.c
9279
7941
#include <linux/kernel.h> #include <linux/usb.h> #include <linux/init.h> #include <linux/sound.h> #include <linux/spinlock.h> #include <linux/soundcard.h> #include <linux/vmalloc.h> #include <linux/proc_fs.h> #include <linux/module.h> #include <linux/gfp.h> #include <sound/core.h> #include <sound/pcm.h> #include <sound...
gpl-2.0
zeusk/tiamat-leo
drivers/media/video/tlg2300/pd-alsa.c
9279
7941
#include <linux/kernel.h> #include <linux/usb.h> #include <linux/init.h> #include <linux/sound.h> #include <linux/spinlock.h> #include <linux/soundcard.h> #include <linux/vmalloc.h> #include <linux/proc_fs.h> #include <linux/module.h> #include <linux/gfp.h> #include <sound/core.h> #include <sound/pcm.h> #include <sound...
gpl-2.0
daishi4u/J7_Afterburner
drivers/hwmon/pmbus/ucd9200.c
9535
5207
/* * Hardware monitoring driver for ucd9200 series Digital PWM System Controllers * * Copyright (C) 2011 Ericsson AB. * * 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...
gpl-2.0
Desterly/android_kernel_motorola_msm8994
net/ipv4/tcp_highspeed.c
10559
5018
/* * Sally Floyd's High Speed TCP (RFC 3649) congestion control * * See http://www.icir.org/floyd/hstcp.html * * John Heffner <jheffner@psc.edu> */ #include <linux/module.h> #include <net/tcp.h> /* From AIMD tables from RFC 3649 appendix B, * with fixed-point MD scaled <<8. */ static const struct hstcp_aimd_...
gpl-2.0
aranb/linux
drivers/thermal/thermal_core.c
64
48601
/* * thermal.c - Generic Thermal Management Sysfs support. * * Copyright (C) 2008 Intel Corp * Copyright (C) 2008 Zhang Rui <rui.zhang@intel.com> * Copyright (C) 2008 Sujith Thomas <sujith.thomas@intel.com> * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * This program is...
gpl-2.0
zidootech/zidoo-kodi-14.2
lib/cmyth/librefmem/alloc.c
64
12580
/* * Copyright (C) 2005-2006, Eric Lund, Jon Gettler * http://www.mvpmc.org/ * * 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 the Free Software Foundation; either * version 2.1 of the License, or (at you...
gpl-2.0
fanatix/fanatix-core
dep/ACE_wrappers/ace/Module.cpp
64
7083
// $Id: Module.cpp 80826 2008-03-04 14:51:23Z wotte $ #ifndef ACE_MODULE_CPP #define ACE_MODULE_CPP #include "ace/Module.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "ace/Stream_Modules.h" #if !defined (__ACE_INLINE__) #include "ace/Module.inl" #endif /* __ACE_I...
gpl-2.0
StNick/android_kernel_samsung_lt03lte
drivers/input/touchscreen/cyttsp5/cyttsp5_device_access.c
320
14839
/* * cyttsp5_device_access.c * Cypress TrueTouch(TM) Standard Product V5 Device Access Module. * Configuration and Test command/status user interface. * For use with Cypress Txx5xx parts. * Supported parts include: * TMA5XX * * Copyright (C) 2012-2013 Cypress Semiconductor * * This program is free software; y...
gpl-2.0
olegsvs/android_kernel_ark_benefit_m7_mm
drivers/block/virtio_blk.c
320
22513
//#define DEBUG #include <linux/spinlock.h> #include <linux/slab.h> #include <linux/blkdev.h> #include <linux/hdreg.h> #include <linux/module.h> #include <linux/mutex.h> #include <linux/virtio.h> #include <linux/virtio_blk.h> #include <linux/scatterlist.h> #include <linux/string_helpers.h> #include <scsi/scsi_cmnd.h> #...
gpl-2.0
turtlekiosk/coms4118
drivers/media/video/msm_wfd/mdp-4-subdev.c
320
6590
/* Copyright (c) 2011-2013, 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 hope that...
gpl-2.0
chneukirchen/linux-jetson-tk1
drivers/iommu/iova.c
576
12915
/* * Copyright © 2006-2009, Intel Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope it will be useful, ...
gpl-2.0
visi0nary/mt6735-kernel-3.10.61
drivers/md/dm-cache-target.c
1344
66488
/* * Copyright (C) 2012 Red Hat. All rights reserved. * * This file is released under the GPL. */ #include "dm.h" #include "dm-bio-prison.h" #include "dm-bio-record.h" #include "dm-cache-metadata.h" #include <linux/dm-io.h> #include <linux/dm-kcopyd.h> #include <linux/init.h> #include <linux/mempool.h> #include <...
gpl-2.0
Clouded/linux-rt-odroid-c1
backports/drivers/net/wireless/ath/ath6kl/htc_mbox.c
1344
76352
/* * Copyright (c) 2007-2011 Atheros Communications Inc. * Copyright (c) 2011-2012 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 notice and this permission notice appear in al...
gpl-2.0
dmeadows013/furry-hipster
fs/xfs/xfs_vnodeops.c
1600
71797
/* * Copyright (c) 2000-2006 Silicon Graphics, Inc. * All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation. * * This program is distributed in the hope that it would be ...
gpl-2.0
HerroYou/android_kernel_samsung_msm7x27
arch/frv/kernel/futex.c
1856
6709
/* futex.c: futex operations * * Copyright (C) 2005 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; e...
gpl-2.0
AayushRd7/Xeski
drivers/platform/x86/chromeos_laptop.c
2368
10654
/* * chromeos_laptop.c - Driver to instantiate Chromebook i2c/smbus devices. * * Author : Benson Leung <bleung@chromium.org> * * Copyright (C) 2012 Google, 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 *...
gpl-2.0
stevezilla/amherst-linux-imx6
drivers/block/osdblk.c
2368
15959
/* osdblk.c -- Export a single SCSI OSD object as a Linux block device Copyright 2009 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. This program is distributed i...
gpl-2.0
pio-masaki/kernel_at300
arch/x86/kernel/cpu/perf_event_p6.c
2880
3485
#ifdef CONFIG_CPU_SUP_INTEL /* * Not sure about some of these */ static const u64 p6_perfmon_event_map[] = { [PERF_COUNT_HW_CPU_CYCLES] = 0x0079, [PERF_COUNT_HW_INSTRUCTIONS] = 0x00c0, [PERF_COUNT_HW_CACHE_REFERENCES] = 0x0f2e, [PERF_COUNT_HW_CACHE_MISSES] = 0x012e, [PERF_COUNT_HW_BRANCH_INSTRUCTIONS] =...
gpl-2.0
StelixROM/android_kernel_htc_msm8974
arch/mips/kernel/smp.c
3648
10268
/* * 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 use...
gpl-2.0
thewisenerd/android_kernel_xiaomi_armani
drivers/mtd/nand/s3c2410.c
4928
29430
/* linux/drivers/mtd/nand/s3c2410.c * * Copyright © 2004-2008 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk> * * Samsung S3C2410/S3C2440/S3C2412 NAND driver * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public...
gpl-2.0
adityaxavier/MSM8610-Kernel
drivers/scsi/aic94xx/aic94xx_dev.c
5184
11428
/* * Aic94xx SAS/SATA DDB management * * Copyright (C) 2005 Adaptec, Inc. All rights reserved. * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> * * This file is licensed under GPLv2. * * This file is part of the aic94xx driver. * * The aic94xx driver is free software; you can redistribute it and/...
gpl-2.0
infected-lp/kernel_sony_msm8974
sound/firewire/isight.c
7232
18316
/* * Apple iSight audio driver * * Copyright (c) Clemens Ladisch <clemens@ladisch.de> * Licensed under the terms of the GNU General Public License, version 2. */ #include <asm/byteorder.h> #include <linux/delay.h> #include <linux/device.h> #include <linux/firewire.h> #include <linux/firewire-constants.h> #include...
gpl-2.0
kv193/buildroot
linux/linux-kernel/drivers/crypto/amcc/crypto4xx_alg.c
12096
8415
/** * AMCC SoC PPC4xx Crypto Driver * * Copyright (c) 2008 Applied Micro Circuits Corporation. * All rights reserved. James Hsiao <jhsiao@amcc.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 ...
gpl-2.0
bm371613/zso3-kernel
arch/mips/vr41xx/ibm-workpad/setup.c
13888
1365
/* * setup.c, Setup for the IBM WorkPad z50. * * Copyright (C) 2002-2006 Yoichi Yuasa <yuasa@linux-mips.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 Software Foundation; either version 2 of th...
gpl-2.0
klquicksall/EVO3D-CDMA
drivers/video/matrox/g450_pll.c
14656
13720
/* * * Hardware accelerated Matrox PCI cards - G450/G550 PLL control. * * (c) 2001-2002 Petr Vandrovec <vandrove@vc.cvut.cz> * * Portions Copyright (c) 2001 Matrox Graphics Inc. * * Version: 1.64 2002/06/10 * * This file is subject to the terms and conditions of the GNU General Public * License. See the file...
gpl-2.0
tomasbw/linux-yocto-4.4
arch/tile/kernel/hardwall.c
1345
30634
/* * Copyright 2010 Tilera Corporation. All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation, version 2. * * This program is distributed in the hope that it will ...
gpl-2.0
erikcas/android_kernel_samsung_msm8916-caf
drivers/mtd/nand/nand_bbt.c
2113
38756
/* * drivers/mtd/nand_bbt.c * * Overview: * Bad block table support for the NAND driver * * Copyright © 2004 Thomas Gleixner (tglx@linutronix.de) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the...
gpl-2.0
qqzwc/JBX_Kernel
drivers/media/dvb/frontends/dib0090.c
2369
72633
/* * Linux-DVB Driver for DiBcom's DiB0090 base-band RF Tuner. * * Copyright (C) 2005-9 DiBcom (http://www.dibcom.fr/) * * 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 o...
gpl-2.0
garwynn/D710SPR_FL24_Kernel
drivers/media/video/et61x251/et61x251_core.c
2625
65497
/*************************************************************************** * V4L2 driver for ET61X[12]51 PC Camera Controllers * * * * Copyright (C) 2006-2007 by Luca Risolia <luca.risolia@studio.unibo.it> * * ...
gpl-2.0
insvnx/android_kernel_htc_a11chl
arch/mips/pci/pci.c
4417
7528
/* * 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. * * Copyright (C) 2003, 04, 11 Ralf Baechle (ralf@linux-m...
gpl-2.0
cameron581/lge-kernel-gproj
net/ipx/ipx_proc.c
5185
8235
/* * IPX proc routines * * Copyright(C) Arnaldo Carvalho de Melo <acme@conectiva.com.br>, 2002 */ #include <linux/init.h> #ifdef CONFIG_PROC_FS #include <linux/proc_fs.h> #include <linux/spinlock.h> #include <linux/seq_file.h> #include <linux/export.h> #include <net/net_namespace.h> #include <net/tcp_states.h> #i...
gpl-2.0
CyanogenMod/android_kernel_htc_m7
drivers/watchdog/wdrtas.c
7233
16518
/* * FIXME: add wdrtas_get_status and wdrtas_get_boot_status as soon as * RTAS calls are available */ /* * RTAS watchdog driver * * (C) Copyright IBM Corp. 2005 * device driver to exploit watchdog RTAS functions * * Authors : Utz Bacher <utz.bacher@de.ibm.com> * * This program is free software; you can redi...
gpl-2.0
tidatida/linux-stable-grsec
drivers/watchdog/sb_wdog.c
7233
8770
/* * Watchdog driver for SiByte SB1 SoCs * * Copyright (C) 2007 OnStor, Inc. * Andrew Sharp <andy.sharp@lsi.com> * * This driver is intended to make the second of two hardware watchdogs * on the Sibyte 12XX and 11XX SoCs available to the user. There are two * such devices available on the SoC, but it seems that...
gpl-2.0
fus1on/3.4.xx_LG_kernel
drivers/scsi/dmx3191d.c
9281
4548
/* dmx3191d.c - driver for the Domex DMX3191D SCSI card. Copyright (C) 2000 by Massimo Piccioni <dafastidio@libero.it> Portions Copyright (C) 2004 by Christoph Hellwig <hch@lst.de> Based on the generic NCR5380 driver by Drew Eckhardt et al. This program is free software; you can redistribute it an...
gpl-2.0
Bi-Turbo/VPK_ALE-L21
arch/arm/mm/cache-xsc3l2.c
9793
5060
/* * arch/arm/mm/cache-xsc3l2.c - XScale3 L2 cache controller support * * Copyright (C) 2007 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 ...
gpl-2.0
maz-1/android_kernel_lge_msm8974
crypto/blowfish_common.c
10049
16124
/* * Cryptographic API. * * Common Blowfish algorithm parts shared between the c and assembler * implementations. * * Blowfish Cipher Algorithm, by Bruce Schneier. * http://www.counterpane.com/blowfish.html * * Adapted from Kerneli implementation. * * Copyright (c) Herbert Valerio Riedel <hvr@hvrlab.org> * ...
gpl-2.0
ghmajx/asuswrt-merlin
release/src-rt/linux/linux-2.6/sound/oss/swarm_cs4297a.c
66
89094
/******************************************************************************* * * "swarm_cs4297a.c" -- Cirrus Logic-Crystal CS4297a linux audio driver. * * Copyright (C) 2001 Broadcom Corporation. * Copyright (C) 2000,2001 Cirrus Logic Corp. * -- adapted from drivers by Thomas Sailer, ...
gpl-2.0
1N4148/android_kernel_samsung_msm7x27a
kernel/exit.c
66
45548
/* * linux/kernel/exit.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #include <linux/mm.h> #include <linux/slab.h> #include <linux/interrupt.h> #include <linux/module.h> #include <linux/capability.h> #include <linux/completion.h> #include <linux/personality.h> #include <linux/tty.h> #include <linux/iocontext...
gpl-2.0
puppybane/linux-cyrus
arch/x86/kernel/apic/io_apic.c
66
78968
/* * Intel IO-APIC support for multi-Pentium hosts. * * Copyright (C) 1997, 1998, 1999, 2000, 2009 Ingo Molnar, Hajnalka Szabo * * Many thanks to Stig Venaas for trying out countless experimental * patches and reporting/debugging problems patiently! * * (c) 1999, Multiple IO-APIC support, developed by * Ken-ic...
gpl-2.0
NeverLEX/linux
sound/soc/soc-dapm.c
66
107508
/* * soc-dapm.c -- ALSA SoC Dynamic Audio Power Management * * Copyright 2005 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 * ...
gpl-2.0
lollipop-og/F93_LGE975_KK_Kernel
drivers/staging/prima_kk_2_7/CORE/SME/src/pmc/pmcApi.c
66
120396
/* * 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 copyr...
gpl-2.0
kaylorchen/Linux_for_mini2440
drivers/acpi/acpica/exstorob.c
578
7221
/****************************************************************************** * * Module Name: exstorob - AML Interpreter object store support, store to object * *****************************************************************************/ /* * Copyright (C) 2000 - 2008, Intel Corp. * All rights reserved. *...
gpl-2.0
qkdxorjs1002/android_kernel_samsung_slteskt
drivers/net/wireless/bcmdhd/aiutils.c
578
25543
/* * Misc utility routines for accessing chip-specific features * of the SiliconBackplane-based Broadcom chips. * * Copyright (C) 1999-2014, Broadcom Corporation * * Unless you and Broadcom execute a separate written software license * agreement governing use of this software, this software is licensed to ...
gpl-2.0
deepjyotisaran/android_kernel_samsung_exynos5410
net/bluetooth/bnep/netdev.c
1602
6147
/* BNEP implementation for Linux Bluetooth stack (BlueZ). Copyright (C) 2001-2002 Inventel Systemes Written 2001-2002 by Clément Moreau <clement.moreau@inventel.fr> David Libault <david.libault@inventel.fr> Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com> This program is free software; you c...
gpl-2.0
kennysgithub/toshp75a
arch/arm/mach-imx/iomux-v3.c
2882
2401
/* * Copyright 2004-2006 Freescale Semiconductor, Inc. All Rights Reserved. * Copyright (C) 2008 by Sascha Hauer <kernel@pengutronix.de> * Copyright (C) 2009 by Jan Weitzel Phytec Messtechnik GmbH, * <armlinux@phytec.de> * * This program is free software; you can redistribute it and/or * mo...
gpl-2.0
boa19861105/android_kernel_htc_b3uhl-JP
arch/arm/mach-imx/iomux-v3.c
2882
2401
/* * Copyright 2004-2006 Freescale Semiconductor, Inc. All Rights Reserved. * Copyright (C) 2008 by Sascha Hauer <kernel@pengutronix.de> * Copyright (C) 2009 by Jan Weitzel Phytec Messtechnik GmbH, * <armlinux@phytec.de> * * This program is free software; you can redistribute it and/or * mo...
gpl-2.0
loglud/acclaim_kernel
arch/mips/jazz/setup.c
3906
4552
/* * Setup pointers to hardware-dependent routines. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1996, 1997, 1998, 2001, 07, 08 by Ralf Baechle * Copyright (C) 2001 MI...
gpl-2.0
InfinitiveOS-Devices/kernel_xiaomi_armani
mm/mremap.c
4418
14300
/* * mm/mremap.c * * (C) Copyright 1996 Linus Torvalds * * Address space accounting code <alan@lxorguk.ukuu.org.uk> * (C) Copyright 2002 Red Hat Inc, All Rights Reserved */ #include <linux/mm.h> #include <linux/hugetlb.h> #include <linux/shm.h> #include <linux/ksm.h> #include <linux/mman.h> #include <linux/swap...
gpl-2.0
LDAP/android_kernel_motorola_msm8226
arch/s390/kvm/diag.c
4418
2656
/* * diag.c - handling diagnose instructions * * Copyright IBM Corp. 2008,2011 * * 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. * * Author(s): Carsten Otte <cotte@d...
gpl-2.0
MattCrystal/oneXL
drivers/net/wireless/p54/eeprom.c
5186
23930
/* * EEPROM parser code for mac80211 Prism54 drivers * * Copyright (c) 2006, Michael Wu <flamingice@sourmilk.net> * Copyright (c) 2007-2009, Christian Lamparter <chunkeey@web.de> * Copyright 2008, Johannes Berg <johannes@sipsolutions.net> * * Based on: * - the islsm (softmac prism54) driver, which is: * Copy...
gpl-2.0
Tommy-Geenexus/android_kernel_sony_msm8974_togari_5.x
drivers/mfd/tps65911-comparator.c
5442
4637
/* * tps65910.c -- TI TPS6591x * * Copyright 2010 Texas Instruments Inc. * * Author: Jorge Eduardo Candelaria <jedu@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 Software Foundat...
gpl-2.0
brymaster5000/m7_4.1
drivers/media/video/omap3isp/ispcsiphy.c
8002
6316
/* * ispcsiphy.c * * TI OMAP3 ISP - CSI PHY module * * Copyright (C) 2010 Nokia Corporation * Copyright (C) 2009 Texas Instruments, Inc. * * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> * Sakari Ailus <sakari.ailus@iki.fi> * * This program is free software; you can redistribute it and/...
gpl-2.0
hendrik42/odroid-linux
drivers/infiniband/hw/mthca/mthca_mad.c
8514
10038
/* * Copyright (c) 2004 Topspin Communications. All rights reserved. * Copyright (c) 2005 Mellanox Technologies. All rights reserved. * Copyright (c) 2004 Voltaire, 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 te...
gpl-2.0
milodky/tegra_git
arch/mips/loongson/common/setup.c
8770
1197
/* * Copyright (C) 2007 Lemote Inc. & Insititute of Computing Technology * Author: Fuxin Zhang, zhangfx@lemote.com * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version ...
gpl-2.0
fire855/android_kernel_wiko_l5510
net/irda/irproc.c
12354
2589
/********************************************************************* * * Filename: irproc.c * Version: 1.0 * Description: Various entries in the /proc file system * Status: Experimental. * Author: Thomas Davis, <ratbert@radiks.net> * Created at: Sat Feb 21 21:33:24 1998 * Modifie...
gpl-2.0
Ahmed-Hady/android_kernel_nokia_normandy
net/irda/irproc.c
12354
2589
/********************************************************************* * * Filename: irproc.c * Version: 1.0 * Description: Various entries in the /proc file system * Status: Experimental. * Author: Thomas Davis, <ratbert@radiks.net> * Created at: Sat Feb 21 21:33:24 1998 * Modifie...
gpl-2.0
bilalliberty/android_kernel_htc_villec2
arch/arm/mach-msm/rpm.c
67
33347
/* Copyright (c) 2010-2011, 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
meizuosc/m75
kernel/fs/btrfs/compression.c
1603
27636
/* * Copyright (C) 2008 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
TheScarastic/kenzo
arch/arm/mach-exynos/dev-audio.c
2115
6177
/* linux/arch/arm/mach-exynos4/dev-audio.c * * Copyright (c) 2011 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Copyright (c) 2010 Samsung Electronics Co. Ltd * Jaswinder Singh <jassi.brar@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the terms o...
gpl-2.0
dzo/android_kernel_huawei_u8800-1
drivers/input/touchscreen/eeti_ts.c
2883
7887
/* * Touch Screen driver for EETI's I2C connected touch screen panels * Copyright (c) 2009 Daniel Mack <daniel@caiaq.de> * * See EETI's software guide for the protocol specification: * http://home.eeti.com.tw/web20/eg/guide.htm * * Based on migor_ts.c * Copyright (c) 2008 Magnus Damm * Copyright (c) 20...
gpl-2.0
zaclimon/impulse_ypg1
arch/arm/mach-ux500/devices-db8500.c
2883
5801
/* * Copyright (C) ST-Ericsson SA 2010 * * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson * License terms: GNU General Public License (GPL) version 2 */ #include <linux/kernel.h> #include <linux/platform_device.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/gpio.h> #in...
gpl-2.0
ktoonsez/MIUIv4-I777
arch/x86/mm/init_32.c
2883
25398
/* * * Copyright (C) 1995 Linus Torvalds * * Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999 */ #include <linux/module.h> #include <linux/signal.h> #include <linux/sched.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/string.h> #include <linux/types.h> #include <linux/pt...
gpl-2.0
aapav01/samsung_ms013g_SWA
drivers/net/wireless/libra/qcomwlan7x27a_pwrif.c
3395
5467
/* Copyright (c) 2011, 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 hope...
gpl-2.0
DDiaz007/shooter-gb-mr-cdma
arch/mips/loongson/lemote-2f/ec_kb3310b.c
3395
3019
/* * Basic KB3310B Embedded Controller support for the YeeLoong 2F netbook * * Copyright (C) 2008 Lemote Inc. * Author: liujl <liujl@lemote.com>, 2008-04-20 * * 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 Fre...
gpl-2.0
sudosurootdev/kernel_lge_msm8974
net/atm/common.c
3395
21922
/* net/atm/common.c - ATM sockets (common part for PVC and SVC) */ /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ #define pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__ #include <linux/module.h> #include <linux/kmod.h> #include <linux/net.h> /* struct socket, struct proto_ops */ #include <linux/atm.h...
gpl-2.0
TeamSXL/htc-cm-kernel-doubleshot-34_old
arch/blackfin/mach-bf518/boards/tcm-bf518.c
4419
17122
/* * Copyright 2004-2009 Analog Devices Inc. * 2005 National ICT Australia (NICTA) * Aidan Williams <aidan@nicta.com.au> * * Licensed under the GPL-2 or later. */ #include <linux/device.h> #include <linux/etherdevice.h> #include <linux/platform_device.h> #include <linux/mtd/mt...
gpl-2.0
padovan/bluetooth-next
arch/sh/kernel/sh_ksyms_64.c
8515
1555
/* * arch/sh/kernel/sh_ksyms_64.c * * Copyright (C) 2000, 2001 Paolo Alberelli * * 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/rwsem.h> #include <linux/module.h> #inclu...
gpl-2.0
kozmikkick/KozmiKKernel
arch/mn10300/unit-asb2305/pci-irq.c
8771
1300
/* PCI IRQ routing on the MN103E010 based ASB2305 * * 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 S...
gpl-2.0
kbc-developers/android_kernel_samsung_msm8660
net/llc/llc_s_ev.c
15683
3613
/* * llc_s_ev.c - Defines SAP component events * * The followed event functions are SAP component events which are described * in 802.2 LLC protocol standard document. * * Copyright (c) 1997 by Procom Technology, Inc. * 2001-2003 by Arnaldo Carvalho de Melo <acme@conectiva.com.br> * * This program can be red...
gpl-2.0
Pingmin/linux
arch/powerpc/kernel/idle.c
68
2292
// SPDX-License-Identifier: GPL-2.0-or-later /* * Idle daemon for PowerPC. Idle daemon will handle any action * that needs to be taken when the system becomes idle. * * Originally written by Cort Dougan (cort@cs.nmt.edu). * Subsequent 32-bit hacking by Tom Rini, Armin Kuster, * Paul Mackerras and others. * * i...
gpl-2.0
johndai1984/platform_external_qemu
distrib/sdl-1.2.12/src/video/fbcon/SDL_fbevents.c
68
32336
/* SDL - Simple DirectMedia Layer Copyright (C) 1997-2006 Sam Lantinga 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 the Free Software Foundation; either version 2.1 of the License, or (at your op...
gpl-2.0
cdleonard/valgrind-vex
test/rounderr.c
68
2169
/* peach (7400, altivec supported, 450MHz, gcc -O) m1 = 1.20000000000000018, exp = 1.19999999999999996 m2 = 1.19999999999998885, exp = 1.19999999999999996 */ /* peach (7400, altivec supported, 450MHz, gcc) m1 = 1.20000000000000018, exp = 1.19999999999999996 m2 = 1.19999999999998885, exp = 1.19999999...
gpl-2.0
CyanogenMod/android_kernel_samsung_n1
net/ipv6/ip6_output.c
324
41936
/* * 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
1HLtd/linux
sound/soc/codecs/ak4104.c
324
7652
/* * 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
xenord/TrebonKernel-3.0.101
arch/arm/mm/vcm_alloc.c
836
12198
/* Copyright (c) 2010, 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 hope...
gpl-2.0
htc-mirror/shooteru-ics-crc-3.0.16-e733189
sound/soc/pxa/pxa-ssp.c
1604
19952
/* * pxa-ssp.c -- ALSA Soc Audio Layer * * Copyright 2005,2008 Wolfson Microelectronics PLC. * Author: Liam Girdwood * Mark Brown <broonie@opensource.wolfsonmicro.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License ...
gpl-2.0
AndroidGX/SimpleGX-MM-6.0_H815
drivers/net/wireless/iwlwifi/mvm/rx.c
2116
12251
/****************************************************************************** * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * * GPL LICENSE SUMMARY * * Copyright(c) 2012 - 2013 Intel Corporation. All rights reserved. * ...
gpl-2.0
donkeykang/donkeyk
drivers/bcma/driver_chipcommon_pmu.c
2116
7980
/* * Broadcom specific AMBA * ChipCommon Power Management Unit driver * * Copyright 2009, Michael Buesch <m@bues.ch> * Copyright 2007, Broadcom Corporation * * Licensed under the GNU/GPL. See COPYING for details. */ #include "bcma_private.h" #include <linux/export.h> #include <linux/bcma/bcma.h> static u32 bc...
gpl-2.0
sagigrimberg/linux
drivers/input/touchscreen/dynapro.c
2116
4605
/* * Dynapro serial touchscreen driver * * Copyright (c) 2009 Tias Guns * Based on the inexio driver (c) Vojtech Pavlik and Dan Streetman and * Richard Lemon * */ /* * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as publi...
gpl-2.0
TeamWin/android_kernel_oppo_r7f
drivers/i2c/busses/i2c-xlr.c
2372
6988
/* * Copyright 2011, Netlogic Microsystems Inc. * Copyright 2004, Matt Porter <mporter@kernel.crashing.org> * * 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 <linu...
gpl-2.0
Elite-Kernels/HTC-10
drivers/net/ethernet/sfc/mtd.c
2372
3120
/**************************************************************************** * Driver for Solarflare network controllers and boards * Copyright 2005-2006 Fen Systems Ltd. * Copyright 2006-2013 Solarflare Communications Inc. * * This program is free software; you can redistribute it and/or modify it * under the t...
gpl-2.0
manfromnn/msm8909_tp-link_c5l_kernel
drivers/watchdog/iTCO_vendor_support.c
4932
11089
/* * intel TCO vendor specific watchdog driver support * * (c) Copyright 2006-2009 Wim Van Sebroeck <wim@iguana.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; either version * 2 ...
gpl-2.0
n3ocort3x/android_kernel_htc_m7
fs/logfs/journal.c
4932
24271
/* * fs/logfs/journal.c - journal handling code * * 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/slab.h> static void logfs_calc_free(struct super_block *sb) { struct logfs_super *super = logfs_super(s...
gpl-2.0
corcor67/SMPL_M8_SENSE
drivers/input/misc/cm109.c
5444
23974
/* * Driver for the VoIP USB phones with CM109 chipsets. * * Copyright (C) 2007 - 2008 Alfred E. Heggestad <aeh@db.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 Software Foundation, version 2. */ /...
gpl-2.0
Split-Screen/android_kernel_asus_fugu
drivers/isdn/hisax/hscx.c
9796
7482
/* $Id: hscx.c,v 1.24.2.4 2004/01/24 20:47:23 keil Exp $ * * HSCX specific routines * * Author Karsten Keil * Copyright by Karsten Keil <keil@isdn4linux.de> * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. ...
gpl-2.0
v-yadli/YadliKernel
arch/blackfin/kernel/cplb-mpu/cplbinit.c
12356
2771
/* * Blackfin CPLB initialization * * Copyright 2008-2009 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <linux/module.h> #include <asm/blackfin.h> #include <asm/cplb.h> #include <asm/cplbinit.h> #include <asm/mem_map.h> struct cplb_entry icplb_tbl[NR_CPUS][MAX_CPLBS]; struct cplb_entry...
gpl-2.0
GruesomeWolf/Slippery_Sloth
arch/parisc/math-emu/fcnvfut.c
14148
8031
/* * Linux/PA-RISC Project (http://www.parisc-linux.org/) * * Floating-point emulation code * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * ...
gpl-2.0
VincentEmmanuel/android_kernel_pantech_e51k
fs/afs/netdevices.c
14404
1487
/* AFS network device helpers * * Copyright (c) 2007 Patrick McHardy <kaber@trash.net> */ #include <linux/string.h> #include <linux/rtnetlink.h> #include <linux/inetdevice.h> #include <linux/netdevice.h> #include <linux/if_arp.h> #include <net/net_namespace.h> #include "internal.h" /* * get a MAC address from a r...
gpl-2.0
SlimRoms/kernel_motorola_msm8992
drivers/staging/qcacld-2.0/CORE/MAC/src/pe/lim/limSendMessages.c
69
33989
/* * Copyright (c) 2011-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 noti...
gpl-2.0
wengpingbo/linux
drivers/input/rmi4/rmi_f12.c
69
12121
/* * Copyright (c) 2012-2016 Synaptics Incorporated * * 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.h> #include <linux/input/mt.h> #include <linux/rmi....
gpl-2.0
Gamer125/limbo-android
jni/SDL_mixer/timidity/filter.c
69
5108
/* TiMidity -- Experimental MIDI to WAVE converter Copyright (C) 1995 Tuukka Toivonen <toivonen@clinet.fi> This program is free software; you can redistribute it and/or modify it under the terms of the Perl Artistic License, available in COPYING. filter.c: written by Vincent Pagel ( pagel@loria.fr ...
gpl-2.0
Grarak/grakernel-n1
drivers/net/wireless/iwlegacy/iwl-4965-lib.c
581
35649
/****************************************************************************** * * GPL LICENSE SUMMARY * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public License...
gpl-2.0
adumont/kernel_morrison
arch/um/kernel/skas/uaccess.c
837
5087
/* * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL */ #include <linux/err.h> #include <linux/highmem.h> #include <linux/mm.h> #include <linux/sched.h> #include <asm/current.h> #include <asm/page.h> #include <asm/pgtable.h> #include "kern_util.h" #include "os.h" pte_...
gpl-2.0
xsilon/linux-xsilon
net/atm/svc.c
837
16380
/* net/atm/svc.c - ATM SVC sockets */ /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ #define pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__ #include <linux/string.h> #include <linux/net.h> /* struct socket, struct proto_ops */ #include <linux/errno.h> /* error codes */ #include <linux/kernel.h> /* pr...
gpl-2.0
Snuzzo/PLUS_kernel
fs/ocfs2/extent_map.c
2373
21835
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * extent_map.c * * Block/Cluster mapping functions * * Copyright (C) 2004 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 * Licens...
gpl-2.0
thenameisnigel/android_kernel_lge_ls840
drivers/dma/mv_xor.c
2373
36307
/* * offload engine driver for the Marvell XOR engine * Copyright (C) 2007, 2008, Marvell International Ltd. * * 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
aloksinha2001/Linux3188
arch/arm/mach-msm/hotplug.c
2373
1876
/* * Copyright (C) 2002 ARM Ltd. * All Rights Reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/kernel.h> #include <linux/errno.h> #include <linux/...
gpl-2.0