repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
ztemt/NX511J_5.1_kernel | samples/kfifo/inttype-example.c | 10729 | 3831 | /*
* Sample kfifo int type implementation
*
* Copyright (C) 2010 Stefani Seibold <stefani@seibold.net>
*
* Released under the GPL version 2 only.
*
*/
#include <linux/init.h>
#include <linux/module.h>
#include <linux/proc_fs.h>
#include <linux/mutex.h>
#include <linux/kfifo.h>
/*
* This module shows how to cr... | gpl-2.0 |
RonGokhale/lge-kernel-pecan | arch/powerpc/kernel/setup_32.c | 490 | 8364 | /*
* Common prep/pmac/chrp boot and setup code.
*/
#include <linux/module.h>
#include <linux/string.h>
#include <linux/sched.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/reboot.h>
#include <linux/delay.h>
#include <linux/initrd.h>
#include <linux/tty.h>
#include <linux/bootmem.h>
#include <li... | gpl-2.0 |
shminer/LG-F460-Kernel | drivers/isdn/gigaset/ser-gigaset.c | 490 | 19241 | /* This is the serial hardware link layer (HLL) for the Gigaset 307x isdn
* DECT base (aka Sinus 45 isdn) using the RS232 DECT data module M101,
* written as a line discipline.
*
* =====================================================================
* This program is free software; you can redistribute it and/or
... | gpl-2.0 |
Jewbie/Kernel-2.6.32 | drivers/video/geode/lxfb_core.c | 746 | 17741 | /*
* Geode LX framebuffer driver.
*
* Copyright (C) 2007 Advanced Micro Devices, Inc.
* Built from gxfb (which is Copyright (C) 2006 Arcom Control Systems 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
* F... | gpl-2.0 |
weboo/kernel-is01 | drivers/mtd/maps/alchemy-flash.c | 746 | 4191 | /*
* Flash memory access on AMD Alchemy evaluation boards
*
* (C) 2003, 2004 Pete Popov <ppopov@embeddedalley.com>
*/
#include <linux/init.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h>
#inclu... | gpl-2.0 |
xiaowei942/Tiny210-kernel-2.6.35.7 | fs/ubifs/shrinker.c | 746 | 9508 | /*
* 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 t... | gpl-2.0 |
NaokiXie/android_kernel_samsung_wilcox | drivers/power/power_supply_core.c | 1258 | 9235 | /*
* Universal power supply monitor class
*
* Copyright © 2007 Anton Vorontsov <cbou@mail.ru>
* Copyright © 2004 Szabolcs Gyurko
* Copyright © 2003 Ian Molton <spyro@f2s.com>
*
* Modified: 2004, Oct Szabolcs Gyurko
*
* You may use this code as per GPL version 2
*/
#include <linux/module.h>
#incl... | gpl-2.0 |
TimmyTossPot/rk30-kernel | drivers/gpio/tps65910-gpio.c | 2282 | 2552 | /*
* tps65910-gpio.c -- TI TPS6591x
*
* Copyright 2010 Texas Instruments Inc.
*
* Author: Graeme Gregory <gg@slimlogic.co.uk>
* 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 Li... | gpl-2.0 |
laufersteppenwolf/lge-kernel-p880 | arch/arm/mach-omap2/dpll44xx.c | 2538 | 1800 | /*
* OMAP4-specific DPLL control functions
*
* Copyright (C) 2011 Texas Instruments, Inc.
* Rajendra Nayak
*
* 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 <linu... | gpl-2.0 |
CoolDevelopment/VSMC-i9105p | drivers/scsi/megaraid/megaraid_sas_fp.c | 2538 | 14531 | /*
* Linux MegaRAID driver for SAS based RAID controllers
*
* Copyright (c) 2009-2011 LSI 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 |
Red680812/X920D | arch/x86/kernel/tsc.c | 4074 | 26706 | #include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/timer.h>
#include <linux/acpi_pmtmr.h>
#include <linux/cpufreq.h>
#include <linux/delay.h>
#include <linux/clocksource.h>
#include <linux/percpu.h>
#include <linux/timex.h>
#include <asm/hpet.h>
#includ... | gpl-2.0 |
jeremytrimble/adi-linux | drivers/net/fddi/skfp/pmf.c | 4586 | 40418 | /******************************************************************************
*
* (C)Copyright 1998,1999 SysKonnect,
* a business unit of Schneider & Koch & Co. Datensysteme GmbH.
*
* See the file "skfddi.c" for further information.
*
* This program is free software; you can redistribute it and/or modify
* it... | gpl-2.0 |
devttys1/linux-fslc | drivers/ide/ht6560b.c | 4842 | 10680 | /*
* Copyright (C) 1995-2000 Linus Torvalds & author (see below)
*/
/*
* HT-6560B EIDE-controller support
* To activate controller support use kernel parameter "ide0=ht6560b".
* Use hdparm utility to enable PIO mode support.
*
* Author: Mikko Ala-Fossi <maf@iki.fi>
* Jan Evert v... | gpl-2.0 |
anders3408/kernel_oppo_find5-old | arch/arm/mach-s5pc100/common.c | 4842 | 5229 | /*
* Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* Copyright 2009 Samsung Electronics Co.
* Byungho Min <bhmin@samsung.com>
*
* Common Codes for S5PC100
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public... | gpl-2.0 |
vwmofo/android_kernel_htc_msm8960 | drivers/mtd/mtdsuper.c | 5098 | 5583 | /* MTD-based superblock management
*
* Copyright © 2001-2007 Red Hat, Inc. All Rights Reserved.
* Copyright © 2001-2010 David Woodhouse <dwmw2@infradead.org>
*
* Written by: David Howells <dhowells@redhat.com>
* David Woodhouse <dwmw2@infradead.org>
*
* This program is free software; you can redis... | gpl-2.0 |
SlimRoms/kernel_xiaomi_armani | drivers/scsi/bfa/bfa_fcs_fcpim.c | 5610 | 21866 | /*
* Copyright (c) 2005-2010 Brocade Communications Systems, Inc.
* All rights reserved
* www.brocade.com
*
* Linux driver for Brocade Fibre Channel Host Bus Adapter.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License (GPL) Version 2 a... | gpl-2.0 |
googyanas/Googy-Max4-CM-Kernel | drivers/usb/host/fhci-dbg.c | 9194 | 3699 | /*
* Freescale QUICC Engine USB Host Controller Driver
*
* Copyright (c) Freescale Semicondutor, Inc. 2006.
* Shlomi Gridish <gridish@freescale.com>
* Jerry Huang <Chang-Ming.Huang@freescale.com>
* Copyright (c) Logic Product Development, Inc. 2007
* Peter Barada <peterb... | gpl-2.0 |
TeamBliss-Devices/android_kernel_samsung_v2wifixx | fs/configfs/file.c | 12266 | 9648 | /* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* file.c - operations for regular (text) files.
*
* 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
* ve... | gpl-2.0 |
byzvulture/Z5S_NX503A_KitKat_kernel | drivers/video/aty/radeon_i2c.c | 12778 | 4019 | #include "radeonfb.h"
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/fb.h>
#include <linux/i2c.h>
#include <linux/i2c-algo-bit.h>
#include <asm/io.h>
#include <video/radeon.h>
#include "../edid.h"
static void radeon_gpio_setscl(void* data, int state)
{
struct radeon_... | gpl-2.0 |
muntahar/GT-S5660-KERNEL | sound/isa/gus/gus_mem.c | 14058 | 9900 | /*
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
* GUS's memory allocation routines / bottom layer
*
*
* 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 |
ngvincent/android-kernel-oppo-find5 | drivers/uwb/i1480/dfu/mac.c | 14058 | 14012 | /*
* Intel Wireless UWB Link 1480
* MAC Firmware upload implementation
*
* Copyright (C) 2005-2006 Intel Corporation
* Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version
* ... | gpl-2.0 |
hpzhong/linux-stable | drivers/char/tpm/tpm-interface.c | 747 | 26064 | /*
* Copyright (C) 2004 IBM Corporation
* Copyright (C) 2014 Intel Corporation
*
* Authors:
* Leendert van Doorn <leendert@watson.ibm.com>
* Dave Safford <safford@watson.ibm.com>
* Reiner Sailer <sailer@watson.ibm.com>
* Kylene Hall <kjhall@us.ibm.com>
*
* Maintained by: <tpmdd-devel@lists.sourceforge.net>
*... | gpl-2.0 |
xcaliburinhand/I9000-Reoriented-for-I897-Ginger | drivers/staging/dream/qdsp5/adsp_6220.c | 1515 | 10147 | /* arch/arm/mach-msm/qdsp5/adsp_6220.h
*
* Copyright (c) 2008 QUALCOMM Incorporated.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is di... | gpl-2.0 |
delafer/YP-GI1CW | arch/avr32/kernel/setup.c | 1771 | 14915 | /*
* Copyright (C) 2004-2006 Atmel 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.
*/
#include <linux/clk.h>
#include <linux/init.h>
#include <linux/initrd.h>
#inc... | gpl-2.0 |
premaca/android_kernel_redmi2 | sound/soc/atmel/atmel-pcm-dma.c | 2027 | 6707 | /*
* atmel-pcm-dma.c -- ALSA PCM DMA support for the Atmel SoC.
*
* Copyright (C) 2012 Atmel
*
* Author: Bo Shen <voice.shen@atmel.com>
*
* Based on atmel-pcm by:
* Sedji Gaouaou <sedji.gaouaou@atmel.com>
* Copyright 2008 Atmel
*
* This program is free software; you can redistribute it and/or modify
* it... | gpl-2.0 |
adegroote/linux | usr/gen_init_cpio.c | 2283 | 13029 | #include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
#include <unistd.h>
#include <time.h>
#include <fcntl.h>
#include <errno.h>
#include <ctype.h>
#include <limits.h>
/*
* Original work by Jeff Garzik
*
* External file lists, symlink, pipe and fifo support by Thay... | gpl-2.0 |
shakalaca/ASUS_ZenFone_ZE601KL | kernel/net/netfilter/nf_nat_proto_common.c | 2539 | 3110 | /* (C) 1999-2001 Paul `Rusty' Russell
* (C) 2002-2006 Netfilter Core Team <coreteam@netfilter.org>
* (C) 2008 Patrick McHardy <kaber@trash.net>
*
* 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 Softw... | gpl-2.0 |
ptmr3/N7100_Kernel | drivers/staging/easycap/easycap_settings.c | 2539 | 18284 | /******************************************************************************
* *
* easycap_settings.c *
* *
... | gpl-2.0 |
Team-Exhibit/android_kernel_samsung_u8500 | drivers/i2c/busses/i2c-pxa-pci.c | 2539 | 3875 | /*
* The CE4100's I2C device is more or less the same one as found on PXA.
* It does not support slave mode, the register slightly moved. This PCI
* device provides three bars, every contains a single I2C controller.
*/
#include <linux/pci.h>
#include <linux/platform_device.h>
#include <linux/i2c/pxa-i2c.h>
#includ... | gpl-2.0 |
KronicKernel/falcon | arch/arm/mach-imx/mach-mx53_loco.c | 4843 | 9393 | /*
* Copyright (C) 2011 Freescale Semiconductor, Inc. All Rights Reserved.
*/
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any... | gpl-2.0 |
Haxynox/kernel_samsung_n7100-old | drivers/media/dvb/dvb-usb/vp7045-fe.c | 5099 | 5077 | /* DVB frontend part of the Linux driver for TwinhanDTV Alpha/MagicBoxII USB2.0
* DVB-T receiver.
*
* Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de)
*
* Thanks to Twinhan who kindly provided hardware and information.
*
* This program is free software; you can redistribute it and/or modify it
... | gpl-2.0 |
myfluxi/android_kernel_oneplus_msm8974 | drivers/hid/hid-cypress.c | 6123 | 3943 | /*
* HID driver for some cypress "special" devices
*
* Copyright (c) 1999 Andreas Gal
* Copyright (c) 2000-2005 Vojtech Pavlik <vojtech@suse.cz>
* Copyright (c) 2005 Michael Haboustak <mike-@cinci.rr.com> for Concept2, Inc
* Copyright (c) 2006-2007 Jiri Kosina
* Copyright (c) 2007 Paul Walmsley
* Copyrig... | gpl-2.0 |
markyzq/kernel-next | arch/alpha/boot/main.c | 7915 | 4373 | /*
* arch/alpha/boot/main.c
*
* Copyright (C) 1994, 1995 Linus Torvalds
*
* This file is the bootloader for the Linux/AXP kernel
*/
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <generated/utsrelease.h>
#include <linux/mm.h>
#include <asm/console.h>
#include <asm/hwrpb.h>
#... | gpl-2.0 |
loiz/android_kernel_samsung_hllte | drivers/scsi/arm/cumana_2.c | 8171 | 14691 | /*
* linux/drivers/acorn/scsi/cumana_2.c
*
* Copyright (C) 1997-2005 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.
*
* Changelog:
* 30-08-1997 RMK 0.0.0... | gpl-2.0 |
sebirdman/m7_kernel_dev | drivers/isdn/hardware/eicon/message.c | 8171 | 446143 | /*
*
Copyright (c) Eicon Networks, 2002.
*
This source file is supplied for the use with
Eicon Networks range of DIVA Server Adapters.
*
Eicon File Revision : 2.1
*
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 |
mixtile/garage-linux | drivers/media/video/saa7164/saa7164-fw.c | 8171 | 16461 | /*
* Driver for the NXP SAA7164 PCIe bridge
*
* Copyright (c) 2010 Steven Toth <stoth@kernellabs.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 Licens... | gpl-2.0 |
victormlourenco/android_kernel_lge_msm8974 | drivers/misc/sgi-gru/grutlbpurge.c | 9451 | 12169 | /*
* SN Platform GRU Driver
*
* MMUOPS callbacks + TLB flushing
*
* This file handles emu notifier callbacks from the core kernel. The callbacks
* are used to update the TLB in the GRU as a result of changes in the
* state of a process address space. This file also handles TLB invalidates
* from the GRU driv... | gpl-2.0 |
Blechd0se/grouper_kernel | drivers/misc/sgi-gru/grutlbpurge.c | 9451 | 12169 | /*
* SN Platform GRU Driver
*
* MMUOPS callbacks + TLB flushing
*
* This file handles emu notifier callbacks from the core kernel. The callbacks
* are used to update the TLB in the GRU as a result of changes in the
* state of a process address space. This file also handles TLB invalidates
* from the GRU driv... | gpl-2.0 |
dan-htc-touch/kernel_samsung_hlte | drivers/net/wireless/brcm80211/brcmsmac/phy/phytbl_n.c | 10219 | 135101 | /*
* Copyright (c) 2010 Broadcom Corporation
*
* 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 all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHO... | gpl-2.0 |
Ginfred/TrinityCore434 | dep/StormLib/src/libtomcrypt/src/pk/asn1/der_decode_utf8_string.c | 236 | 2637 | /* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The library is free for all purposes without any express
* guarantee it works.
*
* Tom St Denis, tomstdenis@gmail.com, http://l... | gpl-2.0 |
thanhphat11/android_kernel_xiaomi_msm8996 | net/8021q/vlan_core.c | 492 | 8544 | #include <linux/skbuff.h>
#include <linux/netdevice.h>
#include <linux/if_vlan.h>
#include <linux/netpoll.h>
#include <linux/export.h>
#include "vlan.h"
bool vlan_do_receive(struct sk_buff **skbp)
{
struct sk_buff *skb = *skbp;
__be16 vlan_proto = skb->vlan_proto;
u16 vlan_id = vlan_tx_tag_get_id(skb);
struct net_... | gpl-2.0 |
fkfk/sc02b_kernel | sound/soc/imx/imx-pcm-fiq.c | 748 | 7455 | /*
* imx-pcm-fiq.c -- ALSA Soc Audio Layer
*
* Copyright 2009 Sascha Hauer <s.hauer@pengutronix.de>
*
* This code is based on code copyrighted by Freescale,
* Liam Girdwood, Javier Martin and probably others.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of... | gpl-2.0 |
umaro/UmaroKernel | arch/sh/boards/mach-cayman/setup.c | 1516 | 5571 | /*
* arch/sh/mach-cayman/setup.c
*
* SH5 Cayman support
*
* Copyright (C) 2002 David J. Mckay & Benedict Gaster
* Copyright (C) 2003 - 2007 Paul Mundt
*
* 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... | gpl-2.0 |
ffosilva/kernel | drivers/infiniband/hw/qib/qib_fs.c | 2284 | 14909 | /*
* Copyright (c) 2012 Intel Corporation. All rights reserved.
* Copyright (c) 2006 - 2012 QLogic Corporation. All rights reserved.
* Copyright (c) 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 ter... | gpl-2.0 |
crimeofheart/android_kernel_samsung_smdk4210 | arch/arm/kernel/tcm.c | 2540 | 6677 | /*
* Copyright (C) 2008-2009 ST-Ericsson AB
* License terms: GNU General Public License (GPL) version 2
* TCM memory handling for ARM systems
*
* Author: Linus Walleij <linus.walleij@stericsson.com>
* Author: Rickard Andersson <rickard.andersson@stericsson.com>
*/
#include <linux/init.h>
#include <linux/kernel.h... | gpl-2.0 |
S34Qu4K3/P6-U06-JellyBean-Kernel-3.0.8---China-Version | drivers/staging/gma500/psb_intel_opregion.c | 2540 | 2323 | /*
* Copyright 2010 Intel Corporation
*
* 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, publi... | gpl-2.0 |
mrg666/android_kernel_shooter | drivers/staging/gma500/psb_intel_opregion.c | 2540 | 2323 | /*
* Copyright 2010 Intel Corporation
*
* 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, publi... | gpl-2.0 |
Blechd0se/mako_kernel | arch/alpha/kernel/sys_titan.c | 4588 | 9605 | /*
* linux/arch/alpha/kernel/sys_titan.c
*
* Copyright (C) 1995 David A Rusling
* Copyright (C) 1996, 1999 Jay A Estabrook
* Copyright (C) 1998, 1999 Richard Henderson
* Copyright (C) 1999, 2000 Jeff Wiedemeier
*
* Code supporting TITAN systems (EV6+TITAN), currently:
* Privateer
* Falcon
* Granite... | gpl-2.0 |
ashwinr64/android_kernel_motorola_msm8974 | arch/arm/mach-mv78xx0/rd78x00-masa-setup.c | 5100 | 2242 | /*
* arch/arm/mach-mv78x00/rd78x00-masa-setup.c
*
* Marvell RD-78x00-mASA Development Board Setup
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/
#include <linux/kernel.... | gpl-2.0 |
KylinUI/android_kernel_samsung_exynos5410 | drivers/input/serio/libps2.c | 7660 | 8642 | /*
* PS/2 driver library
*
* Copyright (c) 1999-2002 Vojtech Pavlik
* Copyright (c) 2004 Dmitry Torokhov
*/
/*
* 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 <l... | gpl-2.0 |
sudosurootdev/kernel_lge_g3-wip | arch/h8300/kernel/signal.c | 8940 | 14395 | /*
* linux/arch/h8300/kernel/signal.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of this archive
* for more details.
*/
/*
* uClinux H8/300 support by Yoshinori Sato <ysato... | gpl-2.0 |
Twisted-Kernel/S6-MM | arch/sh/boards/mach-microdev/irq.c | 9196 | 5212 | /*
* arch/sh/boards/superh/microdev/irq.c
*
* Copyright (C) 2003 Sean McGoogan (Sean.McGoogan@superh.com)
*
* SuperH SH4-202 MicroDev board support.
*
* May be copied or modified under the terms of the GNU General Public
* License. See linux/COPYING for more information.
*/
#include <linux/init.h>
#include <... | gpl-2.0 |
giantdisaster/btrfs | drivers/char/snsc.c | 10732 | 11216 | /*
* SN Platform system controller communication support
*
* 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, 2006 Silicon Graphics, Inc. All rights reserved.
*/
/*
* ... | gpl-2.0 |
rogersb11/android_kernel_samsung_smdk4412 | tools/firewire/decode-fcp.c | 13036 | 5617 | #include <linux/firewire-constants.h>
#include <stdio.h>
#include <stdlib.h>
#include "list.h"
#include "nosy-dump.h"
#define CSR_FCP_COMMAND 0xfffff0000b00ull
#define CSR_FCP_RESPONSE 0xfffff0000d00ull
static const char * const ctype_names[] = {
[0x0] = "control", [0x8] = "not implemented",
[0x1] = "status", ... | gpl-2.0 |
OMAP4-AOSP/android_kernel_samsung_espresso | arch/blackfin/kernel/stacktrace.c | 13548 | 1119 | /*
* Blackfin stacktrace code (mostly copied from avr32)
*
* Copyright 2009 Analog Devices Inc.
* Licensed under the GPL-2 or later.
*/
#include <linux/sched.h>
#include <linux/stacktrace.h>
#include <linux/thread_info.h>
#include <linux/module.h>
register unsigned long current_frame_pointer asm("FP");
struct s... | gpl-2.0 |
coherentsolutions/linux-2.6.29-ts4700 | drivers/media/dvb/dvb-usb/opera1.c | 237 | 14215 | /* DVB USB framework compliant Linux driver for the Opera1 DVB-S Card
*
* Copyright (C) 2006 Mario Hlawitschka (dh1pa@amsat.org)
* Copyright (C) 2006 Marco Gittler (g.marco@freenet.de)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as publ... | gpl-2.0 |
RenderBroken/OP3-kernel | drivers/video/adf/adf_fbdev.c | 493 | 18822 | /*
* Copyright (C) 2013 Google, Inc.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distributed in the hope that it will be useful,
* ... | gpl-2.0 |
Arc-Team/android_kernel_samsung_jflte | drivers/spi/spi_qsd.c | 493 | 63005 | /* Copyright (c) 2008-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 |
byzvulture/android_kernel_zte_nx503a | fs/fat/cache.c | 1517 | 8778 | /*
* linux/fs/fat/cache.c
*
* Written 1992,1993 by Werner Almesberger
*
* Mar 1999. AV. Changed cache, so that it uses the starting cluster instead
* of inode number.
* May 1999. AV. Fixed the bogosity with FAT32 (read "FAT28"). Fscking lusers.
*/
#include <linux/fs.h>
#include <linux/slab.h>
#include <lin... | gpl-2.0 |
dianlujitao/android_kernel_zte_msm8994 | arch/arm/mach-imx/ehci-imx25.c | 2797 | 2742 | /*
* Copyright (c) 2009 Daniel Mack <daniel@caiaq.de>
* Copyright (C) 2010 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, ... | gpl-2.0 |
mupuf/linux-nouveau-pm | sound/usb/proc.c | 3821 | 6138 | /*
* 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 w... | gpl-2.0 |
Oi-Android/android_kernel_xiaomi_ferrari-mr | sound/oss/uart6850.c | 4589 | 7241 | /*
* sound/oss/uart6850.c
*
*
* Copyright (C) by Hannu Savolainen 1993-1997
*
* OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL)
* Version 2 (June 1991). See the "COPYING" file distributed with this software
* for more info.
* Extended by Alan Cox for Red Hat Software. Now a loadabl... | gpl-2.0 |
SnowDroid/kernel_lge_hammerhead | arch/mips/pmc-sierra/yosemite/prom.c | 4589 | 3135 | /*
* 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, 2004 PMC-Sierra Inc.
* Author: M... | gpl-2.0 |
onejay09/OLD----kernel_HTC_msm7x30_KK | sound/pci/echoaudio/gina20_dsp.c | 12525 | 5668 | /****************************************************************************
Copyright Echo Digital Audio Corporation (c) 1998 - 2004
All rights reserved
www.echoaudio.com
This file is part of Echo Digital Audio's generic driver library.
Echo Digital Audio's generic driver library is free software;
... | gpl-2.0 |
ZoliN/ChuwiHBKernel | drivers/scsi/lpfc/lpfc_debugfs.c | 238 | 135112 | /*******************************************************************
* This file is part of the Emulex Linux Device Driver for *
* Fibre Channel Host Bus Adapters. *
* Copyright (C) 2007-2012 Emulex. All rights reserved. *
* EMULEX and SLI are trademarks of Emulex. ... | gpl-2.0 |
GuneetAtwal/kernel_g900f | drivers/pci/remove.c | 1518 | 4520 | #include <linux/pci.h>
#include <linux/module.h>
#include <linux/pci-aspm.h>
#include "pci.h"
static void pci_free_resources(struct pci_dev *dev)
{
int i;
msi_remove_pci_irq_vectors(dev);
pci_cleanup_rom(dev);
for (i = 0; i < PCI_NUM_RESOURCES; i++) {
struct resource *res = dev->resource + i;
if (res->paren... | gpl-2.0 |
turuchan/ISW11SC_ICS_Kernel | fs/proc/meminfo.c | 1518 | 4967 | #include <linux/fs.h>
#include <linux/hugetlb.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/mman.h>
#include <linux/mmzone.h>
#include <linux/proc_fs.h>
#include <linux/quicklist.h>
#include <linux/seq_file.h>
#include <linux/swap.h>
#include <linux/vmstat.h>
#include <asm/a... | gpl-2.0 |
theme/linux | drivers/isdn/i4l/isdn_common.c | 1774 | 58043 | /* $Id: isdn_common.c,v 1.1.2.3 2004/02/10 01:07:13 keil Exp $
*
* Linux ISDN subsystem, common used functions (linklevel).
*
* Copyright 1994-1999 by Fritz Elfert (fritz@isdn4linux.de)
* Copyright 1995,96 Thinking Objects Software GmbH Wuerzburg
* Copyright 1995,96 by Michael Hipp (Michael.Hipp@student.un... | gpl-2.0 |
wangshaowei/ok6410-linux | arch/mips/kernel/i8253.c | 2286 | 3247 | /*
* i8253.c 8253/PIT functions
*
*/
#include <linux/clockchips.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/jiffies.h>
#include <linux/module.h>
#include <linux/smp.h>
#include <linux/spinlock.h>
#include <linux/irq.h>
#include <asm/delay.h>
#include <asm/i8253.h>
#include <asm/io.h>
#i... | gpl-2.0 |
gdetal/mptcp_nexus5 | fs/ext4/resize.c | 2542 | 50395 | /*
* linux/fs/ext4/resize.c
*
* Support for resizing an ext4 filesystem while it is mounted.
*
* Copyright (C) 2001, 2002 Andreas Dilger <adilger@clusterfs.com>
*
* This could probably be made into a module, because it is not often in use.
*/
#define EXT4FS_DEBUG
#include <linux/errno.h>
#include <linux/sla... | gpl-2.0 |
beaka/RK3188_tablet_kernel_sources | fs/fcntl.c | 3054 | 19167 | /*
* linux/fs/fcntl.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#include <linux/syscalls.h>
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/fs.h>
#include <linux/file.h>
#include <linux/fdtable.h>
#include <linux/capability.h>
#include <linux/dnotify.h>
#include <linux/slab.h>
#include <linux... | gpl-2.0 |
Pivosgroup/buildroot-linux-kernel-m3 | arch/m68knommu/platform/5407/config.c | 4590 | 3287 | /***************************************************************************/
/*
* linux/arch/m68knommu/platform/5407/config.c
*
* Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com)
* Copyright (C) 2000, Lineo (www.lineo.com)
*/
/***************************************************************************/... | gpl-2.0 |
AshleyLai/testing1 | sound/i2c/other/ak4xxx-adda.c | 6638 | 27244 | /*
* ALSA driver for AK4524 / AK4528 / AK4529 / AK4355 / AK4358 / AK4381
* AD and DA converters
*
* Copyright (c) 2000-2004 Jaroslav Kysela <perex@perex.cz>,
* Takashi Iwai <tiwai@suse.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General... | gpl-2.0 |
shaowei-wang/linux-3.4-hummingbird | arch/mips/loongson/common/irq.c | 7918 | 1577 | /*
* 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 |
iBluemind/android_kernel_lge_su760 | drivers/i2c/busses/i2c-elektor.c | 8174 | 8995 | /* ------------------------------------------------------------------------- */
/* i2c-elektor.c i2c-hw access for PCF8584 style isa bus adaptes */
/* ------------------------------------------------------------------------- */
/* Copyright (C) 1995-97 Simon G. Vogl
1998-99 Hans Berglun... | gpl-2.0 |
MarshedOut/android_kernel_lge_msm8974 | drivers/usb/host/ohci-jz4740.c | 8430 | 6214 | /*
* Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later ver... | gpl-2.0 |
Droid-Concepts/DC-Elite_kernel_jf | drivers/mfd/wm8350-regmap.c | 9198 | 126729 | /*
* wm8350-regmap.c -- Wolfson Microelectronics WM8350 register map
*
* This file splits out the tables describing the defaults and access
* status of the WM8350 registers since they are rather large.
*
* Copyright 2007, 2008 Wolfson Microelectronics PLC.
*
* This program is free software; you can redistrib... | gpl-2.0 |
CyanogenMod/android_kernel_htc_endeavoru | sound/pci/echoaudio/darla20_dsp.c | 12526 | 3506 | /***************************************************************************
Copyright Echo Digital Audio Corporation (c) 1998 - 2004
All rights reserved
www.echoaudio.com
This file is part of Echo Digital Audio's generic driver library.
Echo Digital Audio's generic driver library is free software;
... | gpl-2.0 |
JASON-RR/Imperium_Kernel_TW_5.0.1 | drivers/hv/channel.c | 239 | 23424 | /*
* Copyright (c) 2009, Microsoft 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 |
KimLemon/AKL-Kernel | drivers/mmc/core/debugfs.c | 239 | 8209 | /*
* Debugfs support for hosts and cards
*
* Copyright (C) 2008 Atmel 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.
*/
#include <linux/moduleparam.h>
#include <... | gpl-2.0 |
tezet/kernel-milestone2 | arch/x86/kernel/x8664_ksyms_64.c | 495 | 1427 | /* Exports for assembly files.
All C exports should go in the respective C files. */
#include <linux/module.h>
#include <linux/smp.h>
#include <net/checksum.h>
#include <asm/processor.h>
#include <asm/pgtable.h>
#include <asm/uaccess.h>
#include <asm/desc.h>
#include <asm/ftrace.h>
#ifdef CONFIG_FUNCTION_TRACER
... | gpl-2.0 |
edgestorm/lu3700-cm-gin | drivers/char/nozomi.c | 751 | 50250 | /*
* nozomi.c -- HSDPA driver Broadband Wireless Data Card - Globe Trotter
*
* Written by: Ulf Jakobsson,
* Jan Åkerfeldt,
* Stefan Thomasson,
*
* Maintained by: Paul Hardwick (p.hardwick@option.com)
*
* Patches:
* Locking code changes for Vodafone by Sphere Systems Ltd,
* ... | gpl-2.0 |
SerenityS/android_kernel_samsung_msm8916 | fs/lockd/svc.c | 751 | 15975 | /*
* linux/fs/lockd/svc.c
*
* This is the central lockd service.
*
* FIXME: Separate the lockd NFS server functionality from the lockd NFS
* client functionality. Oh why didn't Sun create two separate
* services in the first place?
*
* Authors: Olaf Kirch (okir@monad.swb.de)
*
* Copyright (C) 1995, 1996... | gpl-2.0 |
arjen75/ics-lge-kernel-msm7x27-chick | arch/mips/jazz/jazzdma.c | 1007 | 13244 | /*
* Mips Jazz DMA controller support
* Copyright (C) 1995, 1996 by Andreas Busse
*
* NOTE: Some of the argument checking could be removed when
* things have settled down. Also, instead of returning 0xffffffff
* on failure of vdma_alloc() one could leave page #0 unused
* and return the more usual NULL pointer as... | gpl-2.0 |
2fast4u88/Htc-Design-FastKernel | drivers/media/dvb/frontends/tda1004x.c | 1519 | 39784 | /*
Driver for Philips tda1004xh OFDM Demodulator
(c) 2003, 2004 Andrew de Quincey & Robert Schlabbach
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 t... | gpl-2.0 |
bilalliberty/kernel_golfu | drivers/pcmcia/pxa2xx_sharpsl.c | 1775 | 7860 | /*
* Sharp SL-C7xx Series PCMCIA routines
*
* Copyright (c) 2004-2005 Richard Purdie
*
* Based on Sharp's 2.4 kernel patches and pxa2xx_mainstone.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 Fre... | gpl-2.0 |
Jeongdeokho/Dai5y | arch/arm/mach-omap2/board-cm-t3517.c | 2287 | 7946 | /*
* linux/arch/arm/mach-omap2/board-cm-t3517.c
*
* Support for the CompuLab CM-T3517 modules
*
* Copyright (C) 2010 CompuLab, Ltd.
* Author: Igor Grinberg <grinberg@compulab.co.il>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
... | gpl-2.0 |
maxwen/primou-kernel-HTC | arch/arm/mach-orion5x/rd88f5181l-ge-setup.c | 2287 | 5012 | /*
* arch/arm/mach-orion5x/rd88f5181l-ge-setup.c
*
* Marvell Orion-VoIP GE Reference Design Setup
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/
#include <linux/kernel.... | gpl-2.0 |
hei1125/Nova_Kernel | net/dccp/ccids/ccid2.c | 2543 | 19459 | /*
* Copyright (c) 2005, 2006 Andrea Bittau <a.bittau@cs.ucl.ac.uk>
*
* Changes to meet Linux coding standards, and DCCP infrastructure fixes.
*
* Copyright (c) 2006 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
*
* This program is free software; you can redistribute it and/or modify
* it under the term... | gpl-2.0 |
CyanogenMod/android_kernel_sony_tianchi | arch/mn10300/kernel/mn10300-serial.c | 4591 | 42503 | /* MN10300 On-chip serial port UART driver
*
* 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... | gpl-2.0 |
bensonhsu2013/old_samsung-lt02wifi-kernel | arch/arm/mach-shmobile/pfc-sh7367.c | 5103 | 69550 | /*
* sh7367 processor support - PFC hardware block
*
* Copyright (C) 2010 Magnus Damm
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License.
*
* This program is di... | gpl-2.0 |
imoseyon/leanKernel-shamu | arch/cris/kernel/irq.c | 6895 | 1749 | /*
*
* linux/arch/cris/kernel/irq.c
*
* Copyright (c) 2000,2007 Axis Communications AB
*
* Authors: Bjorn Wesen (bjornw@axis.com)
*
* This file contains the code used by various IRQ handling routines:
* asking for different IRQs should be done through these routines
* instead of just grabbing them. ... | gpl-2.0 |
civato/CivZ-P900-KitKat-SOURCE | arch/cris/arch-v10/drivers/gpio.c | 6895 | 22473 | /*
* Etrax general port I/O device
*
* Copyright (c) 1999-2007 Axis Communications AB
*
* Authors: Bjorn Wesen (initial version)
* Ola Knutsson (LED handling)
* Johan Adolfsson (read/set directions, write, port G)
*/
#include <linux/module.h>
#include <linux/sched.h>
#incl... | gpl-2.0 |
agx/linux-wpan-next | sound/isa/msnd/msnd_midi.c | 9711 | 5014 | /*
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
* Copyright (c) 2009 by Krzysztof Helt
* Routines for control of MPU-401 in UART mode
*
* MPU-401 supports UART mode which is not capable generate transmit
* interrupts thus output is done via polling. Also, if irq < 0, then
* input is done also via po... | gpl-2.0 |
F35X70/Z7Mini_NX507J_H128_kernel | arch/m68k/platform/coldfire/cache.c | 12015 | 1286 | /***************************************************************************/
/*
* cache.c -- general ColdFire Cache maintenance code
*
* Copyright (C) 2010, Greg Ungerer (gerg@snapgear.com)
*/
/***************************************************************************/
#include <linux/kernel.h>
#include <asm/c... | gpl-2.0 |
photon-dev-team/ics_kernel | drivers/media/video/gspca/spca505.c | 496 | 19547 | /*
* SPCA505 chip based cameras initialization data
*
* V4L2 by Jean-Francis Moine <http://moinejf.free.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 of the Licen... | gpl-2.0 |
nagataka/linux-2.6.32.65 | arch/arm/mach-pxa/palmz72.c | 496 | 13086 | /*
* Hardware definitions for Palm Zire72
*
* Authors:
* Vladimir "Farcaller" Pouzanov <farcaller@gmail.com>
* Sergey Lapin <slapin@ossfans.org>
* Alex Osborne <bobofdoom@gmail.com>
* Jan Herman <2hp@seznam.cz>
*
* Rewrite for mainline:
* Marek Vasut <marek.vasut@gmail.com>
*
* This program is free software... | gpl-2.0 |
yangyang1989/linux-2.6.32.2-mini2440 | fs/ext4/xattr_trusted.c | 752 | 1502 | /*
* linux/fs/ext4/xattr_trusted.c
* Handler for trusted extended attributes.
*
* Copyright (C) 2003 by Andreas Gruenbacher, <a.gruenbacher@computer.org>
*/
#include <linux/module.h>
#include <linux/string.h>
#include <linux/capability.h>
#include <linux/fs.h>
#include "ext4_jbd2.h"
#include "ext4.h"
#include "xa... | gpl-2.0 |
DerTeufel/cm7 | drivers/rtc/rtc-ab3100.c | 752 | 7005 | /*
* Copyright (C) 2007-2009 ST-Ericsson AB
* License terms: GNU General Public License (GPL) version 2
* RTC clock driver for the AB3100 Analog Baseband Chip
* Author: Linus Walleij <linus.walleij@stericsson.com>
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platfo... | gpl-2.0 |
TheNikiz/android_kernel_samsung_hawaii | drivers/usb/serial/opticon.c | 1264 | 11149 | /*
* Opticon USB barcode to serial driver
*
* Copyright (C) 2011 - 2012 Johan Hovold <jhovold@gmail.com>
* Copyright (C) 2011 Martin Jansen <martin.jansen@opticon.com>
* Copyright (C) 2008 - 2009 Greg Kroah-Hartman <gregkh@suse.de>
* Copyright (C) 2008 - 2009 Novell Inc.
*
* This program is free software; you c... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.