repo_name
string
path
string
copies
string
size
string
content
string
license
string
Koumajutsu/KoumaKernel-3.0.89_N8013
drivers/usb/storage/usual-tables.c
2338
3949
/* Driver for USB Mass Storage devices * Usual Tables File for usb-storage and libusual * * Copyright (C) 2009 Alan Stern (stern@rowland.harvard.edu) * * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more * information about this driver. * * This program is free software; you can redistribute i...
gpl-2.0
dianlujitao/CAF_kernel_msm-3.10
drivers/pinctrl/pinctrl-nomadik-db8540.c
3874
54723
#include <linux/kernel.h> #include <linux/pinctrl/pinctrl.h> #include "pinctrl-nomadik.h" /* All the pins that can be used for GPIO and some other functions */ #define _GPIO(offset) (offset) #define DB8540_PIN_AH6 _GPIO(0) #define DB8540_PIN_AG7 _GPIO(1) #define DB8540_PIN_AF2 _GPIO(2) #define DB8540_PIN_AD3 _GP...
gpl-2.0
fabeer/android_kernel_xolo_q1100
drivers/staging/bcm/Bcmchar.c
3874
62996
#include <linux/fs.h> #include "headers.h" /*************************************************************** * Function - bcm_char_open() * * Description - This is the "open" entry point for the character * driver. * * Parameters - inode: Pointer to the Inode structure of char device * filp : File pointer of t...
gpl-2.0
sxwzhw/iproj-su640
drivers/usb/host/isp1760-if.c
4898
11269
/* * Glue code for the ISP1760 driver and bus * Currently there is support for * - OpenFirmware * - PCI * - PDEV (generic platform device centralized driver model) * * (c) 2007 Sebastian Siewior <bigeasy@linutronix.de> * */ #include <linux/usb.h> #include <linux/io.h> #include <linux/module.h> #include <linux...
gpl-2.0
droidroidz/Manta_kernel
drivers/usb/host/ohci-sh.c
4898
3246
/* * OHCI HCD (Host Controller Driver) for USB. * * Copyright (C) 2008 Renesas Solutions Corp. * * Author : Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the ...
gpl-2.0
AaronNGray/Freescale-kernel
arch/arm/mach-clps711x/p720t-leds.c
4898
1558
/* * linux/arch/arm/mach-clps711x/leds.c * * Integrator LED control routines * * Copyright (C) 2000 Deep Blue Solutions 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; either v...
gpl-2.0
bhanvadia/lge-mako-kernel
sound/soc/ep93xx/ep93xx-pcm.c
4898
6175
/* * linux/sound/arm/ep93xx-pcm.c - EP93xx ALSA PCM interface * * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org> * Copyright (C) 2006 Applied Data Systems * * Rewritten for the SoC audio subsystem (Based on PXA2xx code): * Copyright (c) 2008 Ryan Mallon * * This program is free software; you c...
gpl-2.0
vegetalte-dev/android_kernel_bq_vegetalte
drivers/gpu/drm/mga/mga_warp.c
4898
4823
/* mga_warp.c -- Matrox G200/G400 WARP engine management -*- linux-c -*- * Created: Thu Jan 11 21:29:32 2001 by gareth@valinux.com * * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this so...
gpl-2.0
mlehtima/android_kernel_semc_msm7x30
arch/arm/mach-imx/mx31lilly-db.c
7714
5404
/* * LILLY-1131 development board support * * Copyright (c) 2009 Daniel Mack <daniel@caiaq.de> * * based on code for other MX31 boards, * * Copyright 2005-2007 Freescale Semiconductor * Copyright (c) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.com> * Copyright (C) 2009 Valentin Longchamp, E...
gpl-2.0
NoelMacwan/SXDNickiKernels
arch/mips/loongson/common/uart_base.c
8738
1150
/* * Copyright (C) 2009 Lemote Inc. * Author: Wu Zhangjin, wuzhangjin@gmail.com * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * opti...
gpl-2.0
lollipop-og/F93_LGE975_KK_Kernel
arch/mips/loongson/lemote-2f/reset.c
8738
3568
/* Board-specific reboot/shutdown routines * * Copyright (c) 2009 Philippe Vachon <philippe@cowpig.ca> * * Copyright (C) 2009 Lemote Inc. * Author: Wu Zhangjin, wuzhangjin@gmail.com * * 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
Perferom/android_kernel_htc_msm7x27
arch/score/kernel/init_task.c
8994
1555
/* * arch/score/kernel/init_task.c * * Score Processor version. * * Copyright (C) 2009 Sunplus Core Technology 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; either version...
gpl-2.0
FrancescoCG/CrazySuperKernel-CM13-KLTE-NEW-REBASE
arch/x86/lib/string_32.c
9250
4691
/* * Most of the string-functions are rather heavily hand-optimized, * see especially strsep,strstr,str[c]spn. They should work, but are not * very easy to understand. Everything is done entirely within the register * set, making the functions fast and clean. String instructions have been * used through-out, makin...
gpl-2.0
Martix/shr-fcse
arch/mips/pci/pci-lasat.c
9506
2172
/* * 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) 2000, 2001, 04 Keith M Wesolowski */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/pci.h> #include <lin...
gpl-2.0
chosener/LLK
cocos2d/cocos/platform/winrt/CCApplication.cpp
35
7487
/**************************************************************************** Copyright (c) 2010-2013 cocos2d-x.org Copyright (c) Microsoft Open Technologies, Inc. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files ...
gpl-2.0
TheRyuu/xy-VSFilter
src/thirdparty/unrar/unpack30.cpp
35
23033
// We use it instead of direct PPM.DecodeChar call to be sure that // we reset PPM structures in case of corrupt data. It is important, // because these structures can be invalid after PPM.DecodeChar returned -1. inline int Unpack::SafePPMDecodeChar() { int Ch=PPM.DecodeChar(); if (Ch==-1) // Corrupt P...
gpl-2.0
sakuramilk/sc02c_kernel
drivers/media/video/samsung/mfc50/mfc_opr.c
35
84151
/* * drivers/media/video/samsung/mfc50/mfc_opr.c * * C file for Samsung MFC (Multi Function Codec - FIMV) driver * * Jaeryul Oh, Copyright (c) 2009 Samsung Electronics * http://www.samsungsemi.com/ * * Change Logs * 2009.09.14 - Beautify source code. (Key Young, Park) * 2009.09.21 - Implement clock & powe...
gpl-2.0
GaloisInc/linux-deadline
arch/arm/mach-omap1/board-h3.c
35
10541
/* * linux/arch/arm/mach-omap1/board-h3.c * * This file contains OMAP1710 H3 specific code. * * Copyright (C) 2004 Texas Instruments, Inc. * Copyright (C) 2002 MontaVista Software, Inc. * Copyright (C) 2001 RidgeRun, Inc. * Author: RidgeRun, Inc. * Greg Lonnon (glonnon@ridgerun.com) or info@ridgerun.co...
gpl-2.0
mrnuke/coreboot
src/vendorcode/amd/agesa/f16kb/Proc/CPU/Family/0x16/KB/F16KbInitEarlyTable.c
35
7561
/* $NoKeywords:$ */ /** * @file * * Initialize the Family 16h Kabini specific way of running early initialization. * * Returns the table of initialization steps to perform at * AmdInitEarly. * * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: CPU/FAMILY/0x16/KB...
gpl-2.0
Cryptoo/kernel
drivers/gpu/drm/nouveau/nvkm/engine/device/ctrl.c
547
5446
/* * Copyright 2013 Red Hat Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, d...
gpl-2.0
systemd/linux
sound/soc/codecs/cs42l51-i2c.c
803
1336
/* * cs42l56.c -- CS42L51 ALSA SoC I2C audio driver * * Copyright 2014 CirrusLogic, Inc. * * Author: Brian Austin <brian.austin@cirrus.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 Softwa...
gpl-2.0
kenkit/htc-kernel-saga
drivers/pcmcia/pd6729.c
803
19205
/* * Driver for the Cirrus PD6729 PCI-PCMCIA bridge. * * Based on the i82092.c driver. * * This software may be used and distributed according to the terms of * the GNU General Public License, incorporated herein by reference. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/slab.h> #inclu...
gpl-2.0
KyleAMathews/fastsocket
kernel/arch/x86/mm/pf_in.c
803
10732
/* * Fault Injection Test harness (FI) * Copyright (C) Intel Crop. * * 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...
gpl-2.0
gurifuxi/gb_kernel_sc05d
drivers/scsi/aic94xx/aic94xx_seq.c
803
47438
/* * Aic94xx SAS/SATA driver sequencer interface. * * Copyright (C) 2005 Adaptec, Inc. All rights reserved. * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> * * Parts of this code adapted from David Chaw's adp94xx_seq.c. * * This file is licensed under GPLv2. * * This file is part of the aic94xx ...
gpl-2.0
hiikezoe/android_kernel_kyocera_isw11k
drivers/input/misc/ad714x-i2c.c
1059
2883
/* * AD714X CapTouch Programmable Controller driver (I2C bus) * * Copyright 2009 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <linux/input.h> /* BUS_I2C */ #include <linux/i2c.h> #include <linux/module.h> #include <linux/types.h> #include "ad714x.h" #ifdef CONFIG_PM static int ad714x_i...
gpl-2.0
darkspr1te/android_kernel_samsung_msm8916_a5
drivers/net/ethernet/sun/niu.c
2083
234892
/* niu.c: Neptune ethernet driver. * * Copyright (C) 2007, 2008 David S. Miller (davem@davemloft.net) */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/module.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/pci.h> #include <linux/dma-mapping.h> #include <linux/netdevice.h> #inc...
gpl-2.0
ddilber/telegrauq7-linux
drivers/media/pci/cx23885/cx23885-417.c
2083
49179
/* * * Support for a cx23417 mpeg encoder via cx23885 host port. * * (c) 2004 Jelle Foks <jelle@foks.us> * (c) 2004 Gerd Knorr <kraxel@bytesex.org> * (c) 2008 Steven Toth <stoth@linuxtv.org> * - CX23885/7/8 support * * Includes parts from the ivtv driver <http://sourceforge.net/projects/ivtv/> ...
gpl-2.0
TeamGlide/android_kernel_htc_msm7x30
drivers/input/touchscreen/max11801_ts.c
2339
7673
/* * Driver for MAXI MAX11801 - A Resistive touch screen controller with * i2c interface * * Copyright (C) 2011 Freescale Semiconductor, Inc. * Author: Zhang Jiejing <jiejing.zhang@freescale.com> * * Based on mcs5000_ts.c * * This program is free software; you can redistribute it and/or modify * it under the ...
gpl-2.0
davidmueller13/Gear_S_Kernel
drivers/ata/libata-transport.c
3875
19733
/* * Copyright 2008 ioogle, Inc. All rights reserved. * Released under GPL v2. * * Libata transport class. * * The ATA transport class contains common code to deal with ATA HBAs, * an approximated representation of ATA topologies in the driver model, * and various sysfs attributes to expose these topologies a...
gpl-2.0
ChepKun/android_kernel_huawei_u8951
arch/x86/pci/amd_bus.c
4643
9934
#include <linux/init.h> #include <linux/pci.h> #include <linux/topology.h> #include <linux/cpu.h> #include <linux/range.h> #include <asm/amd_nb.h> #include <asm/pci_x86.h> #include <asm/pci-direct.h> #include "bus_numa.h" /* * This discovers the pcibus <-> node mapping on AMD K8. * also get peer root bus resource...
gpl-2.0
S3neos/android_kernel_samsung_s3ve3g
drivers/scsi/bnx2i/bnx2i_iscsi.c
4899
62505
/* * bnx2i_iscsi.c: Broadcom NetXtreme II iSCSI driver. * * Copyright (c) 2006 - 2011 Broadcom Corporation * Copyright (c) 2007, 2008 Red Hat, Inc. All rights reserved. * Copyright (c) 2007, 2008 Mike Christie * * This program is free software; you can redistribute it and/or modify * it under the terms of the ...
gpl-2.0
boa19861105/android_LP5.0.2_kernel_htc_dlxub1
drivers/staging/rtl8192e/rtl8192e/rtl_wx.c
4899
33851
/****************************************************************************** * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR ...
gpl-2.0
JukieWalsh/android_kernel_oppo_msm8974
drivers/media/video/em28xx/em28xx-audio.c
4899
19483
/* * Empiatech em28x1 audio extension * * Copyright (C) 2006 Markus Rechberger <mrechberger@gmail.com> * * Copyright (C) 2007-2011 Mauro Carvalho Chehab <mchehab@redhat.com> * - Port to work with the in-kernel driver * - Cleanups, fixes, alsa-controls, etc. * * This driver is based on my previous au600 usb...
gpl-2.0
GustavoRD78/78Kernel-Z3-Kit-Kat
sound/pci/oxygen/oxygen.c
4899
23987
/* * C-Media CMI8788 driver for C-Media's reference design and similar models * * Copyright (c) Clemens Ladisch <clemens@ladisch.de> * * * This driver is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2. * * This driver is distributed in ...
gpl-2.0
TeamEOS/kernel_oppo_msm8974
arch/arm/mach-pxa/cpufreq-pxa3xx.c
4899
6556
/* * linux/arch/arm/mach-pxa/cpufreq-pxa3xx.c * * Copyright (C) 2008 Marvell International 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; either version 2 of the License, or * (a...
gpl-2.0
DirtyUnicorns/android_kernel_sony_apq8064
drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c
4899
45619
/****************************************************************************** * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR ...
gpl-2.0
glewarne/S6-UniBase
drivers/char/agp/i460-agp.c
5411
18895
/* * For documentation on the i460 AGP interface, see Chapter 7 (AGP Subsystem) of * the "Intel 460GTX Chipset Software Developer's Manual": * http://www.intel.com/design/archives/itanium/downloads/248704.htm */ /* * 460GX support by Chris Ahna <christopher.j.ahna@intel.com> * Clean up & simplification by David ...
gpl-2.0
hoalamha/android_kernel_lge_apq8084
drivers/pcmcia/i82365.c
8227
38302
/*====================================================================== Device driver for Intel 82365 and compatible PC Card controllers. i82365.c 1.265 1999/11/10 18:36:21 The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file ...
gpl-2.0
jimix/linux-bgq
drivers/pcmcia/tcic.c
8227
23942
/*====================================================================== Device driver for Databook TCIC-2 PCMCIA controller tcic.c 1.111 2000/02/15 04:13:12 The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compli...
gpl-2.0
youfoh/TizenProject
drivers/pcmcia/tcic.c
8227
23942
/*====================================================================== Device driver for Databook TCIC-2 PCMCIA controller tcic.c 1.111 2000/02/15 04:13:12 The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compli...
gpl-2.0
sistux/u-boot-omap4-optimus
common/usb.c
36
37015
/* * * Most of this source has been derived from the Linux USB * project: * (C) Copyright Linus Torvalds 1999 * (C) Copyright Johannes Erdfelt 1999-2001 * (C) Copyright Andreas Gal 1999 * (C) Copyright Gregory P. Smith 1999 * (C) Copyright Deti Fliegl 1999 (new USB architecture) * (C) Copyright Randy Dunlap 20...
gpl-2.0
cooler-SAI/WoWSource434-2
src/server/game/Battlegrounds/Zones/BattlegroundDS.cpp
36
9780
/* * Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.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 ver...
gpl-2.0
mentorel/u-boot
board/Marvell/sheevaplug/sheevaplug.c
36
3376
/* * (C) Copyright 2009 * Marvell Semiconductor <www.marvell.com> * Written-by: Prafulla Wadaskar <prafulla@marvell.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Pu...
gpl-2.0
Shabbypenguin/Jellybean_kernel
arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
292
7571
/* * OMAP2 and OMAP3 clockdomain control * * Copyright (C) 2008-2010 Texas Instruments, Inc. * Copyright (C) 2008-2010 Nokia Corporation * * Derived from mach-omap2/clockdomain.c written by Paul Walmsley * Rajendra Nayak <rnayak@ti.com> * * This program is free software; you can redistribute it and/or modify ...
gpl-2.0
ScienceXChina/linux-jetson-tk1
drivers/iio/dac/ad5686.c
292
9754
/* * AD5686R, AD5685R, AD5684R Digital to analog converters driver * * Copyright 2011 Analog Devices Inc. * * Licensed under the GPL-2. */ #include <linux/interrupt.h> #include <linux/fs.h> #include <linux/device.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/spi/spi.h> #include <linux/s...
gpl-2.0
kratos1988/operating_systems
arch/mn10300/kernel/rtc.c
804
5158
/* MN10300 RTC management * * 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 Foundation; eith...
gpl-2.0
faux123/flounder
drivers/media/pci/ivtv/ivtv-driver.c
2084
47760
/* ivtv driver initialization and card probing Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com> Copyright (C) 2004 Chris Kennedy <c@groovy.org> Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl> This program is free software; you can redistribute it and/or modify it under...
gpl-2.0
iAMr00t/kernel_common
drivers/rtc/rtc-88pm860x.c
2084
12956
/* * Real Time Clock driver for Marvell 88PM860x PMIC * * Copyright (c) 2010 Marvell International Ltd. * Author: Haojian Zhuang <haojian.zhuang@marvell.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
codename13/android_kernel_ba2x_2.0
fs/jffs2/dir.c
2340
23369
/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org> * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #include <linux/kern...
gpl-2.0
kbc-developers/android_kernel_samsung_hlte
drivers/md/dm-exception-store.c
4900
6692
/* * 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/ctype.h> #include <linux/mm.h> #include <linux/pagemap.h> #include <linux/vmalloc.h> #include <linux/module.h> #include <l...
gpl-2.0
xclusive36/android_kernel_lge_fx3
sound/soc/mxs/mxs-sgtl5000.c
4900
4292
/* * Copyright 2011 Freescale Semiconductor, 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 * (at your option) any later version. * * This pro...
gpl-2.0
charles1018/android_kernel_sony_msm8974_stock
fs/jffs2/summary.c
8228
24134
/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2004 Ferenc Havasi <havasi@inf.u-szeged.hu>, * Zoltan Sogor <weth@inf.u-szeged.hu>, * Patrik Kluba <pajko@halom.u-szeged.hu>, * University of Szeged, Hungary * 2006 KaiGai Kohei <kaigai@ak.jp.nec.com> * * For lic...
gpl-2.0
0mark/linux-sunxi
arch/mips/loongson/common/cs5536/cs5536_acc.c
8740
3775
/* * the ACC Virtual Support Module of AMD CS5536 * * Copyright (C) 2007 Lemote, Inc. * Author : jlliu, liujl@lemote.com * * Copyright (C) 2009 Lemote, Inc. * Author: Wu Zhangjin, wuzhangjin@gmail.com * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU G...
gpl-2.0
TeamRegular/android_kernel_samsung_codinatmo
arch/alpha/kernel/io.c
13860
12416
/* * Alpha IO and memory functions. */ #include <linux/kernel.h> #include <linux/types.h> #include <linux/string.h> #include <linux/module.h> #include <asm/io.h> /* Out-of-line versions of the i/o routines that redirect into the platform-specific version. Note that "platform-specific" may mean "generic", wh...
gpl-2.0
NamelessRom/android_kernel_xiaomi_armani
init/do_mounts_rd.c
37
8411
#include <linux/kernel.h> #include <linux/fs.h> #include <linux/minix_fs.h> #include <linux/ext2_fs.h> #include <linux/romfs_fs.h> #include <linux/cramfs_fs.h> #include <linux/initrd.h> #include <linux/string.h> #include <linux/slab.h> #include "do_mounts.h" #include "../fs/squashfs/squashfs_fs.h" #include <linux/de...
gpl-2.0
eldarerathis/linux-raspberrypi
sound/soc/soc-core.c
37
111081
/* * soc-core.c -- ALSA SoC Audio Layer * * Copyright 2005 Wolfson Microelectronics PLC. * Copyright 2005 Openedhand Ltd. * Copyright (C) 2010 Slimlogic Ltd. * Copyright (C) 2010 Texas Instruments Inc. * * Author: Liam Girdwood <lrg@slimlogic.co.uk> * with code, comments and ideas from :- * ...
gpl-2.0
sachdeep/vlc
modules/audio_filter/converter/dtstospdif.c
37
7986
/***************************************************************************** * dtstospdif.c : encapsulates DTS frames into S/PDIF packets ***************************************************************************** * Copyright (C) 2003-2009 the VideoLAN team * $Id$ * * Authors: Jon Lech Johansen <jon-vl@nanocr...
gpl-2.0
jakieu/linux-2.6-imx
drivers/spi/spi-xilinx.c
293
14158
/* * Xilinx SPI controller driver (master mode only) * * Author: MontaVista Software, Inc. * source@mvista.com * * Copyright (c) 2010 Secret Lab Technologies, Ltd. * Copyright (c) 2009 Intel Corporation * 2002-2007 (c) MontaVista Software, Inc. * This program is free software; you can redistribute it and/or m...
gpl-2.0
gotoco/linux
drivers/pci/of.c
293
2174
/* * PCI <-> OF mapping helpers * * Copyright 2011 IBM Corp. * * 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
Linhu86/mylinux
fs/udf/ialloc.c
549
3307
/* * ialloc.c * * PURPOSE * Inode allocation handling routines for the OSTA-UDF(tm) filesystem. * * COPYRIGHT * This file is distributed under the terms of the GNU General Public * License (GPL). Copies of the GPL can be obtained from: * ftp://prep.ai.mit.edu/pub/gnu/GPL * Each contributing author retains al...
gpl-2.0
dongsupark/linux
arch/x86/kernel/cpu/perf_event_amd_ibs.c
805
22349
/* * Performance events - AMD IBS * * Copyright (C) 2011 Advanced Micro Devices, Inc., Robert Richter * * For licencing details see kernel-base/COPYING */ #include <linux/perf_event.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/ptrace.h> #include <linux/syscore_ops.h> #include <asm/apic....
gpl-2.0
arnoldthebat/linux-stable
drivers/scsi/aic7xxx/aic79xx_core.c
1061
299661
/* * Core routines and tables shareable across OS platforms. * * Copyright (c) 1994-2002 Justin T. Gibbs. * Copyright (c) 2000-2003 Adaptec Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * a...
gpl-2.0
mtitinger/acme-linux
arch/s390/crypto/sha512_s390.c
1573
4171
/* * Cryptographic API. * * s390 implementation of the SHA512 and SHA38 Secure Hash Algorithm. * * Copyright IBM Corp. 2007 * Author(s): Jan Glauber (jang@de.ibm.com) * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by ...
gpl-2.0
CyanogenMod/android_kernel_motorola_msm8916
drivers/pinctrl/pinctrl-abx500.c
2085
26674
/* * Copyright (C) ST-Ericsson SA 2013 * * Author: Patrice Chotard <patrice.chotard@st.com> * License terms: GNU General Public License (GPL) version 2 * * 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
jindavo/Jinda-G920W8
drivers/media/i2c/ths7303.c
2085
10987
/* * ths7303/53- THS7303/53 Video Amplifier driver * * Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/ * Copyright 2013 Cisco Systems, Inc. and/or its affiliates. * * Author: Chaithrika U S <chaithrika@ti.com> * * Contributors: * Hans Verkuil <hans.verkuil@cisco.com> * Lad, Prab...
gpl-2.0
Galaxy-J5/android_kernel_samsung_j5nlte
fs/reiserfs/xattr.c
2085
26633
/* * linux/fs/reiserfs/xattr.c * * Copyright (c) 2002 by Jeff Mahoney, <jeffm@suse.com> * */ /* * In order to implement EA/ACLs in a clean, backwards compatible manner, * they are implemented as files in a "private" directory. * Each EA is in it's own file, with the directory layout like so (/ is assumed * to...
gpl-2.0
ASAZING/android_kernel_huawei_y210
fs/ioprio.c
2341
5125
/* * fs/ioprio.c * * Copyright (C) 2004 Jens Axboe <axboe@kernel.dk> * * Helper functions for setting/querying io priorities of processes. The * system calls closely mimmick getpriority/setpriority, see the man page for * those. The prio argument is a composite of prio class and prio data, where * the data argu...
gpl-2.0
InfinitiveOS-Devices/android_kernel_oneplus_msm8974
arch/arm/mach-msm/msm_cpu_pwrctl.c
3621
1159
/* Copyright (c) 2012, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope...
gpl-2.0
dirtyredmi2/kernel
drivers/misc/sgi-xp/xpc_main.c
4645
37041
/* * 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-2009 Silicon Graphics, Inc. All Rights Reserved. */ /* * Cross Partition Communication (XPC) support - standard ver...
gpl-2.0
AdityaSureka/android_kernel_lge_msm8974-1
fs/xfs/xfs_dquot_item.c
4901
14532
/* * Copyright (c) 2000-2003 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
garwynn/L900_NE2_Kernel
drivers/gpu/drm/i810/i810_drv.c
5413
3194
/* i810_drv.c -- I810 driver -*- linux-c -*- * Created: Mon Dec 13 01:56:22 1999 by jhartmann@precisioninsight.com * * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. * All Rights Reserved. * * Permission is hereby granted, free of charge...
gpl-2.0
SmartisanTech/T1Kernel
drivers/net/phy/mdio-bitbang.c
8741
5751
/* * Bitbanged MDIO support. * * Author: Scott Wood <scottwood@freescale.com> * Copyright (c) 2007 Freescale Semiconductor * * Based on CPM2 MDIO code which is: * * Copyright (c) 2003 Intracom S.A. * by Pantelis Antoniou <panto@intracom.gr> * * 2005 (c) MontaVista Software, Inc. * Vitaly Bordug <vbordug@ru...
gpl-2.0
libcg/android_kernel_samsung_exynos4
drivers/net/ethernet/emulex/benet/be_cmds.c
38
66187
/* * Copyright (C) 2005 - 2011 Emulex * All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation. The full GNU General * Public License is included in this distrib...
gpl-2.0
zcop/android_kernel_htc_m7c
drivers/video/msm412/sii9234/sii9234.c
38
29561
/* drivers/i2c/chips/sii9234.c - sii9234 optical sensors driver * * Copyright (C) 2010 HTC, Inc. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This p...
gpl-2.0
MicroTrustRepos/microkernel
src/l4/pkg/uclibc/lib/contrib/uclibc/test/nptl/tst-once1.c
38
1356
/* Copyright (C) 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 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...
gpl-2.0
mina86/linux
fs/btrfs/delayed-ref.c
38
26043
/* * Copyright (C) 2009 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
tonghua208/ok6410_uboot_1_6
board/fads/fads.c
38
27495
/* * (C) Copyright 2000-2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * Modified by, Yuli Barcohen, Arabella Software Ltd., yuli@arabellasw.com * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify...
gpl-2.0
cleech/linux
drivers/gpu/drm/amd/display/dc/core/dc_surface.c
38
7318
/* * Copyright 2015 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, m...
gpl-2.0
flar2/m8-GPE-4.4.3
drivers/media/platform/msm/vidc/msm_vidc_common.c
38
96330
/* 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
shepherd44/kernel_3.14.4
drivers/infiniband/hw/nes/nes.c
294
34302
/* * Copyright (c) 2006 - 2011 Intel Corporation. All rights reserved. * Copyright (c) 2005 Open Grid Computing, 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) Versio...
gpl-2.0
kaihua/Simple_kernel_jlo
drivers/slimbus/slim-msm-ctrl.c
294
63409
/* Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the ho...
gpl-2.0
ribalda/linux-old
drivers/hwmon/gpio-fan.c
550
16396
/* * gpio-fan.c - Hwmon driver for fans connected to GPIO lines. * * Copyright (C) 2010 LaCie * * Author: Simon Guinot <sguinot@lacie.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundati...
gpl-2.0
Keith-N/android_kernel_nvidia_ardbeg
fs/squashfs/dir.c
1830
6342
/* * Squashfs - a compressed read only filesystem for Linux * * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 * Phillip Lougher <phillip@squashfs.org.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
samno1607/Jekyll-Hyde
drivers/media/video/m5mols/m5mols_core.c
1830
26438
/* * Driver for M-5MOLS 8M Pixel camera sensor with ISP * * Copyright (C) 2011 Samsung Electronics Co., Ltd. * Author: HeungJun Kim <riverful.kim@samsung.com> * * Copyright (C) 2009 Samsung Electronics Co., Ltd. * Author: Dongsoo Nathaniel Kim <dongsoo45.kim@samsung.com> * * This program is free software; you ...
gpl-2.0
scanno/android_kernel_motorola_msm8992
drivers/iio/adc/exynos_adc.c
1830
11129
/* * exynos_adc.c - Support for ADC in EXYNOS SoCs * * 8 ~ 10 channel, 10/12-bit ADC * * Copyright (C) 2013 Naveen Krishna Chatradhi <ch.naveen@samsung.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
SemonCat/texj-kernel-samsung-s6-g9250
drivers/rtc/rtc-max6900.c
2086
6811
/* * rtc class driver for the Maxim MAX6900 chip * * Author: Dale Farnsworth <dale@farnsworth.org> * * based on previously existing rtc class drivers * * 2007 (c) MontaVista, Software, Inc. This file is licensed under * the terms of the GNU General Public License version 2. This program * is licensed "as is"...
gpl-2.0
Abhinav1997/kernel_cyanogen_msm8916
drivers/dma/coh901318.c
2086
80972
/* * driver/dma/coh901318.c * * Copyright (C) 2007-2009 ST-Ericsson * License terms: GNU General Public License (GPL) version 2 * DMA driver for COH 901 318 * Author: Per Friden <per.friden@stericsson.com> */ #include <linux/init.h> #include <linux/module.h> #include <linux/kernel.h> /* printk() */ #include <li...
gpl-2.0
hoalamha/android_kernel_lge_apq8084
drivers/net/phy/spi_ks8995.c
2086
9208
/* * SPI driver for Micrel/Kendin KS8995M ethernet switch * * Copyright (C) 2008 Gabor Juhos <juhosg at openwrt.org> * * This file was based on: drivers/spi/at25.c * Copyright (C) 2006 David Brownell * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Ge...
gpl-2.0
CyanogenMod/android_kernel_asus_fugu
fs/nilfs2/sufile.c
2854
25173
/* * sufile.c - NILFS segment usage file. * * Copyright (C) 2006-2008 Nippon Telegraph and Telephone 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...
gpl-2.0
carepack/android_kernel_google_msm
arch/powerpc/platforms/pseries/nvram.c
4390
18028
/* * c 2001 PPC 64 Team, IBM Corp * * 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. * * /de...
gpl-2.0
vanyasvl/android_kernel_samsung_picassoeur
drivers/media/video/cx25821/cx25821-video.c
4902
50225
/* * Driver for the Conexant CX25821 PCIe bridge * * Copyright (C) 2009 Conexant Systems Inc. * Authors <shu.lin@conexant.com>, <hiep.huynh@conexant.com> * Based on Steven Toth <stoth@linuxtv.org> cx23885 driver * Parts adapted/taken from Eduardo Moscoso Rubino * Copyright (C) 2009 Eduardo Moscoso Rubino ...
gpl-2.0
IxLabs/lguest64
drivers/md/dm-queue-length.c
9254
5520
/* * Copyright (C) 2004-2005 IBM Corp. All Rights Reserved. * Copyright (C) 2006-2009 NEC Corporation. * * dm-queue-length.c * * Module Author: Stefan Bader, IBM * Modified by: Kiyoshi Ueda, NEC * * This file is released under the GPL. * * queue-length path selector - choose a path with the least number of ...
gpl-2.0
Rlasalle15/android_kernel_moto_shamu
drivers/media/pci/ivtv/ivtv-mailbox.c
13094
13758
/* mailbox functions Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com> Copyright (C) 2004 Chris Kennedy <c@groovy.org> Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Gene...
gpl-2.0
vsergeenko/lab32
libblkid/src/superblocks/btrfs.c
39
2024
/* * Copyright (C) 2009 Karel Zak <kzak@redhat.com> * * This file may be redistributed under the terms of the * GNU Lesser General Public License. */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <stdint.h> #include "superblocks.h" struct btrfs_super_block { uint8_t csu...
gpl-2.0
sssemil/android_kernel_samsung_i9105
drivers/char/broadcom/sigmorph.c
39
4557
/***************************************************************************** * Copyright 2010 Broadcom Corporation. All rights reserved. * * Unless you and Broadcom execute a separate written software license * agreement governing use of this software, this software is licensed to you * under the terms of the GNU Ge...
gpl-2.0
DaveGlen/fio
lib/rbtree.c
39
7380
/* Red Black Trees (C) 1999 Andrea Arcangeli <andrea@suse.de> (C) 2002 David Woodhouse <dwmw2@infradead.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 the Li...
gpl-2.0
zzpu/linux-stack
kernel/rcu/tiny.c
39
6807
/* * Read-Copy Update mechanism for mutual exclusion, the Bloatwatch edition. * * 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 l...
gpl-2.0
uoaerg/linux-dccp
drivers/iio/light/tsl2583.c
39
24614
/* * Device driver for monitoring ambient light intensity (lux) * within the TAOS tsl258x family of devices (tsl2580, tsl2581, tsl2583). * * Copyright (c) 2011, TAOS Corporation. * Copyright (c) 2016-2017 Brian Masney <masneyb@onstation.org> * * This program is free software; you can redistribute it and/or modif...
gpl-2.0
akshay-shah/android_kernel_samsung_crater
drivers/char/broadcom/modem/rpc/rpc_stubs.c
39
3733
/**************************************************************************** * * Copyright (c) 2009 Broadcom Corporation * * Unless you and Broadcom execute a separate written software license * agreement governing use of this software, this software is licensed to you * under the terms of the GNU General Publ...
gpl-2.0
EPDCenter/android_kernel_allwinner_a31_unusual
fs/binfmt_aout.c
39
12663
/* * linux/fs/binfmt_aout.c * * Copyright (C) 1991, 1992, 1996 Linus Torvalds */ #include <linux/module.h> #include <linux/time.h> #include <linux/kernel.h> #include <linux/mm.h> #include <linux/mman.h> #include <linux/a.out.h> #include <linux/errno.h> #include <linux/signal.h> #include <linux/string.h> #inclu...
gpl-2.0