repo_name
string
path
string
copies
string
size
string
content
string
license
string
gromaudio/linux-imx6-31053
arch/mips/cavium-octeon/executive/cvmx-helper-jtag.c
5160
4186
/***********************license start*************** * Author: Cavium Networks * * Contact: support@caviumnetworks.com * This file is part of the OCTEON SDK * * Copyright (c) 2003-2008 Cavium Networks * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General...
gpl-2.0
snandlal/samsung_kernel
drivers/acpi/pci_link.c
7976
23676
/* * pci_link.c - ACPI PCI Interrupt Link Device Driver ($Revision: 34 $) * * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> * Copyright (C) 2002 Dominik Brodowski <devel@brodo.de> * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~...
gpl-2.0
invisiblek/android_kernel_oneplus_msm8974
net/netfilter/nf_conntrack_tftp.c
8744
4200
/* (C) 2001-2002 Magnus Boden <mb@ozaba.mine.nu> * * 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/module.h> #include <linux/moduleparam.h> #include <linux/in....
gpl-2.0
VanirAOSP/kernel_oppo_n1
crypto/rmd256.c
10536
10795
/* * Cryptographic API. * * RIPEMD-256 - RACE Integrity Primitives Evaluation Message Digest. * * Based on the reference implementation by Antoon Bosselaers, ESAT-COSIC * * Copyright (c) 2008 Adrian-Ken Rueegsegger <ken@codelabs.ch> * * This program is free software; you can redistribute it and/or modify it *...
gpl-2.0
shskyinfo/android_kernel_lge_vee7
arch/cris/arch-v10/lib/old_checksum.c
12328
2160
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * IP/TCP/UDP checksumming routines * * Authors: Jorge Cwik, <jorge@laser.satlink.net> * Arnt Gulbrandsen, <a...
gpl-2.0
jfdsmabalot/kernel_mako
arch/powerpc/boot/ns16550.c
13864
1983
/* * 16550 serial console support. * * Original copied from <file:arch/ppc/boot/common/ns16550.c> * (which had no copyright) * Modifications: 2006 (c) MontaVista Software, Inc. * * Modified by: Mark A. Greer <mgreer@mvista.com> */ #include <stdarg.h> #include <stddef.h> #include "types.h" #include "string.h" #i...
gpl-2.0
PenguPilot/overo-kernel
arch/arm/mach-omap2/prm2xxx_3xxx.c
41
9376
/* * OMAP2/3 PRM module functions * * Copyright (C) 2010-2011 Texas Instruments, Inc. * Copyright (C) 2010 Nokia Corporation * Benoît Cousson * Paul Walmsley * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published...
gpl-2.0
wkritzinger/asuswrt-merlin
release/src-rt-7.14.114.x/src/linux/linux-2.6.36/sound/soc/blackfin/bf5xx-tdm.c
41
9064
/* * File: sound/soc/blackfin/bf5xx-tdm.c * Author: Barry Song <Barry.Song@analog.com> * * Created: Thurs June 04 2009 * Description: Blackfin I2S(TDM) CPU DAI driver * Even though TDM mode can be as part of I2S DAI, but there * are so much difference in configuratio...
gpl-2.0
megraf/asuswrt-merlin
release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/octeon/ethernet-sgmii.c
41
3612
/********************************************************************** * Author: Cavium Networks * * Contact: support@caviumnetworks.com * This file is part of the OCTEON SDK * * Copyright (c) 2003-2007 Cavium Networks * * This file is free software; you can redistribute it and/or modify * it under the terms ...
gpl-2.0
alcobar/asuswrt-merlin
release/src-rt-7.x.main/src/linux/linux-2.6.36/drivers/char/dsp56k.c
41
12003
/* * The DSP56001 Device Driver, saviour of the Free World(tm) * * Authors: Fredrik Noring <noring@nocrew.org> * lars brinkhoff <lars@nocrew.org> * Tomas Berndtsson <tomas@nocrew.org> * * First version May 1996 * * History: * 97-01-29 Tomas Berndtsson, * Integrated with...
gpl-2.0
AndreyPopovNew/asuswrt-merlin-rt-n
release/src-rt-7.x.main/src/linux/linux-2.6.36/drivers/media/video/uvc/uvc_status.c
41
5565
/* * uvc_status.c -- USB Video Class driver - Status endpoint * * Copyright (C) 2007-2009 * Laurent Pinchart (laurent.pinchart@skynet.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 ...
gpl-2.0
omegamoon/Rockchip-GPL-Kernel
arch/arm/plat-rk/mem_reserve.c
41
1219
#include <plat/board.h> #include <linux/memblock.h> #include <asm/setup.h> /* Macros for Data Alignment : size */ #define ALIGN_SZ(p, a) \ (((p) + ((a) - 1)) & ~((a) - 1)) static size_t reserved_size = 0; static phys_addr_t reserved_base_end = 0; phys_addr_t __init board_mem_reserve_add(char *name, size_t s...
gpl-2.0
jshafer817/sailfish_kernel_hp_tenderloin30
drivers/usb/host/ehci-msm72k.c
41
20896
/* ehci-msm.c - HSUSB Host Controller Driver Implementation * * Copyright (c) 2008-2012, The Linux Foundation. All rights reserved. * * Partly derived from ehci-fsl.c and ehci-hcd.c * Copyright (c) 2000-2004 by David Brownell * Copyright (c) 2005 MontaVista Software * * All source code in this file is licensed ...
gpl-2.0
pacificIT/linux-2.6.36
drivers/usb/gadget/f_mtp.c
41
32275
/* * Gadget Function Driver for MTP * * Copyright (C) 2010 Google, Inc. * Author: Mike Lockwood <lockwood@android.com> * * 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 t...
gpl-2.0
NicholasPace/android_kernel_asus_moorefield-stock
drivers/power/max17042_battery.c
41
70936
/* * max17042_battery.c - Fuel gauge driver for Maxim 17042 / 8966 / 8997 * Note that Maxim 8966 and 8997 are mfd and this is its subdevice. * * Copyright (C) 2011 Samsung Electronics * MyungJoo Ham <myungjoo.ham@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under t...
gpl-2.0
AnurupDey/UNDONE_Engine
Dependencies/Includes/glm/glm/detail/glm.cpp
297
9664
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2014 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentatio...
gpl-2.0
prakhya/linux_sai
drivers/media/i2c/as3645a.c
297
23454
/* * drivers/media/i2c/as3645a.c - AS3645A and LM3555 flash controllers driver * * Copyright (C) 2008-2011 Nokia Corporation * Copyright (c) 2011, Intel Corporation. * * Contact: Laurent Pinchart <laurent.pinchart@ideasonboard.com> * * This program is free software; you can redistribute it and/or * modify it u...
gpl-2.0
ByteInternet/linux-grsec
arch/powerpc/sysdev/fsl_pci.c
553
18909
/* * MPC83xx/85xx/86xx PCI/PCIE support routing. * * Copyright 2007-2011 Freescale Semiconductor, Inc. * Copyright 2008-2009 MontaVista Software, Inc. * * Initial author: Xianghua Xiao <x.xiao@freescale.com> * Recode: ZHANG WEI <wei.zhang@freescale.com> * Rewrite the routing for Frescale PCI and PCI Express * ...
gpl-2.0
hazard209/Charge_Kernel
kernel/params.c
809
18804
/* Helpers for initial module or kernel cmdline parsing Copyright (C) 2001 Rusty Russell. 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 yo...
gpl-2.0
Kali-/htc-kernel-msm7x30-exp
drivers/gpu/drm/radeon/radeon_cp.c
809
66501
/* radeon_cp.c -- CP support for Radeon -*- linux-c -*- */ /* * Copyright 2000 Precision Insight, Inc., Cedar Park, Texas. * Copyright 2000 VA Linux Systems, Inc., Fremont, California. * Copyright 2007 Advanced Micro Devices, Inc. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any per...
gpl-2.0
NieNs/IM-A840S-kernel
drivers/mtd/redboot.c
1065
8718
/* * Parse RedBoot-style Flash Image System (FIS) tables and * produce a Linux partition array to match. * * Copyright © 2001 Red Hat UK Limited * Copyright © 2001-2010 David Woodhouse <dwmw2@infradead.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the...
gpl-2.0
aatjitra/Note2
drivers/s390/scsi/zfcp_dbf.c
2089
13745
/* * zfcp device driver * * Debug traces for zfcp. * * Copyright IBM Corporation 2002, 2010 */ #define KMSG_COMPONENT "zfcp" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux/ctype.h> #include <linux/slab.h> #include <asm/debug.h> #include "zfcp_dbf.h" #include "zfcp_ext.h" #include "zfcp_fc.h" stati...
gpl-2.0
Clust3r/P8000-Kernel
drivers/staging/comedi/drivers/ni_6527.c
2089
12156
/* comedi/drivers/ni_6527.c driver for National Instruments PCI-6527 COMEDI - Linux Control and Measurement Device Interface Copyright (C) 1999,2002,2003 David A. Schleef <ds@schleef.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General...
gpl-2.0
shambakey1/kernel_sh
arch/powerpc/kernel/smp-tbsync.c
3369
3174
/* * Smp timebase synchronization for ppc. * * Copyright (C) 2003 Samuel Rydh (samuel@ibrium.se) * */ #include <linux/kernel.h> #include <linux/sched.h> #include <linux/smp.h> #include <linux/unistd.h> #include <linux/init.h> #include <linux/slab.h> #include <asm/atomic.h> #include <asm/smp.h> #include <asm/time....
gpl-2.0
MI2S/android_kernel_xiaomi_aries
drivers/target/iscsi/iscsi_target_erl0.c
3625
28851
/****************************************************************************** * This file contains error recovery level zero functions used by * the iSCSI Target driver. * * \u00a9 Copyright 2007-2011 RisingTide Systems LLC. * * Licensed to the Linux Foundation under the General Public License (GPL) version 2. ...
gpl-2.0
Snakefreak/i9100kerneljbhk
arch/powerpc/platforms/cell/spufs/context.c
3881
4879
/* * SPU file system -- SPU context management * * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 * * Author: Arnd Bergmann <arndb@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 * the Free Software...
gpl-2.0
noobnl/msm-jf-kernel
arch/arm/mach-msm/board-mahimahi-rfkill.c
4649
2972
/* * Copyright (C) 2009 Google, Inc. * Copyright (C) 2009 HTC Corporation. * * 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 ...
gpl-2.0
diszell2008/A830
drivers/media/video/gspca/pac7311.c
4905
23000
/* * Pixart PAC7311 library * Copyright (C) 2005 Thomas Kaiser thomas@kaiser-linux.li * * V4L2 by Jean-Francois 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 Fou...
gpl-2.0
ngxson/android_kernel_sony_msm8x27
drivers/media/video/gspca/sq905.c
4905
12995
/* * SQ905 subdriver * * Copyright (C) 2008, 2009 Adam Baker and Theodore Kilgore * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * any later versio...
gpl-2.0
CyanogenMod/android_kernel_huawei_msm8226
drivers/staging/rtl8192u/ieee80211/compress.c
7977
1591
/* * Cryptographic API. * * Compression operations. * * Copyright (c) 2002 James Morris <jmorris@intercode.com.au> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of ...
gpl-2.0
CyanogenMod/android_kernel_lge_msm8974
arch/m68k/platform/coldfire/dma_timer.c
9001
2187
/* * dma_timer.c -- Freescale ColdFire DMA Timer. * * Copyright (C) 2007, Benedikt Spranger <b.spranger@linutronix.de> * Copyright (C) 2008. Sebastian Siewior, Linutronix * */ #include <linux/clocksource.h> #include <linux/io.h> #include <asm/machdep.h> #include <asm/coldfire.h> #include <asm/mcfpit.h> #include...
gpl-2.0
FenomenalSabderMOD/MOTOE
arch/sh/drivers/pci/common.c
13097
3996
#include <linux/pci.h> #include <linux/interrupt.h> #include <linux/timer.h> #include <linux/kernel.h> /* * These functions are used early on before PCI scanning is done * and all of the pci_dev and pci_bus structures have been created. */ static struct pci_dev *fake_pci_dev(struct pci_channel *hose, int top_bus, ...
gpl-2.0
LightningZap/sgs4g_lz_kernel
arch/sh/drivers/pci/common.c
13097
3996
#include <linux/pci.h> #include <linux/interrupt.h> #include <linux/timer.h> #include <linux/kernel.h> /* * These functions are used early on before PCI scanning is done * and all of the pci_dev and pci_bus structures have been created. */ static struct pci_dev *fake_pci_dev(struct pci_channel *hose, int top_bus, ...
gpl-2.0
Stane1983/amlogic-m1
drivers/gpu/drm/drm_bufs.c
42
44347
/** * \file drm_bufs.c * Generic buffer template * * \author Rickard E. (Rik) Faith <faith@valinux.com> * \author Gareth Hughes <gareth@valinux.com> */ /* * Created: Thu Nov 23 03:10:50 2000 by gareth@valinux.com * * Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas. * Copyright 2000 VA Linux S...
gpl-2.0
Stane1983/amlogic-m1
security/integrity/ima/ima_iint.c
42
3534
/* * Copyright (C) 2008 IBM Corporation * * Authors: * Mimi Zohar <zohar@us.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 the Free Software Foundation, version 2 of the * License. * * File: ima_iint.c...
gpl-2.0
wtbdaaaa/i8320kernel
drivers/dsp/bridge-i9003/rmgr/dspdrv.c
42
4148
/* * dspdrv.c * * DSP-BIOS Bridge driver support functions for TI OMAP processors. * * Interface to allocate and free bridge resources. * * Copyright (C) 2005-2006 Texas Instruments, Inc. * * This package is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Li...
gpl-2.0
Stane1983/amlogic-m3
drivers/edac/mpc85xx_edac.c
42
32543
/* * Freescale MPC85xx Memory Controller kenel module * * Author: Dave Jiang <djiang@mvista.com> * * 2006-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" without any warranty of any kind, whether express *...
gpl-2.0
BPI-SINOVOIP/BPI-Mainline-kernel
linux-4.19/arch/mips/pci/pci-lasat.c
298
2141
/* * 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
Elite-Kernels/HTC-10
kernel/pid.c
298
15238
/* * Generic pidhash and scalable, time-bounded PID allocator * * (C) 2002-2003 Nadia Yvette Chambers, IBM * (C) 2004 Nadia Yvette Chambers, Oracle * (C) 2002-2004 Ingo Molnar, Red Hat * * pid-structures are backing objects for tasks sharing a given ID to chain * against. There is very little to them aside from...
gpl-2.0
LuckJava/KVMGT-kernel
drivers/staging/lustre/lustre/ptlrpc/gss/gss_bulk.c
298
12850
/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 only, * as published by the Free Software Foundation. * * This program is distributed...
gpl-2.0
gohai/linux-vc4
arch/mips/cavium-octeon/smp.c
298
9470
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2004-2008, 2009, 2010 Cavium Networks */ #include <linux/cpu.h> #include <linux/delay.h> #include <linux/smp.h> #include <l...
gpl-2.0
tytung/android_kernel_htcleo-2.6.32
arch/mn10300/unit-asb2305/leds.c
554
2968
/* ASB2305 Peripheral 7-segment LEDs x4 support * * 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 Sof...
gpl-2.0
silver-alx/ac100_kernel
net/netfilter/xt_SECMARK.c
810
3385
/* * Module for modifying the secmark field of the skb, for use by * security subsystems. * * Based on the nfmark match by: * (C) 1999-2001 Marc Boucher <marc@mbsi.ca> * * (C) 2006,2008 Red Hat, Inc., James Morris <jmorris@redhat.com> * * This program is free software; you can redistribute it and/or modify * ...
gpl-2.0
kevinzyuan/ok6410
drivers/scsi/bfa/bfa_ioc.c
810
45697
/* * Copyright (c) 2005-2009 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
fabianbergmark/linux-sctp
sound/pci/rme9652/rme9652.c
1066
74456
/* * ALSA driver for RME Digi9652 audio interfaces * * Copyright (c) 1999 IEM - Winfried Ritsch * Copyright (c) 1999-2001 Paul Davis * * 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
VM12/kernel_moto_shamu
arch/arm64/mm/mmap.c
1066
3681
/* * Based on arch/arm/mm/mmap.c * * Copyright (C) 2012 ARM Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be ...
gpl-2.0
TeamWin/android_kernel_samsung_goyave
drivers/staging/comedi/drivers/dmm32at.c
2090
22299
/* comedi/drivers/dmm32at.c Diamond Systems mm32at code for a Comedi driver COMEDI - Linux Control and Measurement Device Interface Copyright (C) 2000 David A. Schleef <ds@schleef.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Pu...
gpl-2.0
ShinySide/kernel_T230NU_ND4
drivers/media/pci/ivtv/ivtv-ioctl.c
2090
53989
/* ioctl system call Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com> 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 General Public License as published by the Free Softw...
gpl-2.0
HelllGuest/xolo_q1100_kernel
drivers/net/usb/ipheth.c
2858
14602
/* * ipheth.c - Apple iPhone USB Ethernet driver * * Copyright (c) 2009 Diego Giagio <diego@giagio.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source co...
gpl-2.0
Gaojiquan/android_kernel_zte_digger
drivers/atm/ambassador.c
4650
67858
/* Madge Ambassador ATM Adapter driver. Copyright (C) 1995-1999 Madge Networks 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 (at your option) a...
gpl-2.0
mkasick/android_kernel_samsung_jfltespr
drivers/staging/rtl8187se/ieee80211/ieee80211_softmac_wx.c
9002
12310
/* IEEE 802.11 SoftMAC layer * Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> * * Mostly extracted from the rtl8180-sa2400 driver for the * in-kernel generic ieee802.11 stack. * * Some pieces of code might be stolen from ipw2100 driver * copyright of who own it's copyright ;-) * * PS wx handler mostl...
gpl-2.0
benatto/linux-1
arch/arm/mach-at91/at91sam9263_devices.c
43
40413
/* * arch/arm/mach-at91/at91sam9263_devices.c * * Copyright (C) 2007 Atmel Corporation. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your ...
gpl-2.0
csc027/qmk_firmware
keyboards/massdrop/alt/keymaps/abishalom/keymap.c
43
5845
#include QMK_KEYBOARD_H enum alt_keycodes { U_T_AUTO = SAFE_RANGE, //USB Extra Port Toggle Auto Detect / Always Active U_T_AGCR, //USB Toggle Automatic GCR control DBG_TOG, //DEBUG Toggle On / Off DBG_MTRX, //DEBUG Toggle Matrix Prints DBG_KBD, ...
gpl-2.0
Hellybean/SaberMod_ROM_Toolchain
gcc/testsuite/gcc.target/powerpc/vsx-builtin-3.c
43
8050
/* { dg-do compile { target { powerpc*-*-* && lp64 } } } */ /* { dg-skip-if "" { powerpc*-*-darwin* } { "*" } { "" } } */ /* { dg-require-effective-target powerpc_vsx_ok } */ /* { dg-options "-O2 -mcpu=power7" } */ /* { dg-final { scan-assembler "xxsel" } } */ /* { dg-final { scan-assembler "vperm" } } */ /* { dg-final...
gpl-2.0
gfreewind/latest-fastsocket
kernel/drivers/s390/char/tape_34xx.c
43
38441
/* * drivers/s390/char/tape_34xx.c * tape device discipline for 3480/3490 tapes. * * Copyright IBM Corp. 2001, 2009 * Author(s): Carsten Otte <cotte@de.ibm.com> * Tuan Ngo-Anh <ngoanh@de.ibm.com> * Martin Schwidefsky <schwidefsky@de.ibm.com> */ #define KMSG_COMPONENT "tape_34xx" #define pr_fmt(fm...
gpl-2.0
nasser-embedded/linux
drivers/usb/gadget/composite.c
43
36208
/* * composite.c - infrastructure for Composite USB Gadgets * * Copyright (C) 2006-2008 David Brownell * * 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, o...
gpl-2.0
rudischilder/gr10_1
sw/airborne/modules/meteo/humid_dpicco.c
43
2136
/* * Copyright (C) 2005-2012 The Paparazzi Team * * This file is part of paparazzi. * * paparazzi is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later versi...
gpl-2.0
hallor/linux
drivers/input/misc/drv260x.c
555
20632
/* * DRV260X haptics driver family * * Author: Dan Murphy <dmurphy@ti.com> * * Copyright: (C) 2014 Texas Instruments, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. ...
gpl-2.0
doadin/kernel_gravitysmart
drivers/usb/image/microtek.c
555
23616
/* Driver for Microtek Scanmaker X6 USB scanner, and possibly others. * * (C) Copyright 2000 John Fremlin <vii@penguinpowered.com> * (C) Copyright 2000 Oliver Neukum <Oliver.Neukum@lrz.uni-muenchen.de> * * Parts shamelessly stolen from usb-storage and copyright by their * authors. Thanks to Matt Dharm for giving ...
gpl-2.0
snegovick/linux
tools/testing/selftests/mqueue/mq_perf_tests.c
811
21888
/* * This application is Copyright 2012 Red Hat, Inc. * Doug Ledford <dledford@redhat.com> * * mq_perf_tests 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 3. * * mq_perf_tests is distributed ...
gpl-2.0
zarboz/HTC-Jewel-Kernel-OC
net/caif/cfcnfg.c
811
15012
/* * Copyright (C) ST-Ericsson AB 2010 * Author: Sjur Brendeland/sjur.brandeland@stericsson.com * License terms: GNU General Public License (GPL) version 2 */ #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__ #include <linux/kernel.h> #include <linux/stddef.h> #include <linux/slab.h> #include <linux/netd...
gpl-2.0
DirtyUnicorns/android_kernel_lge_gee
drivers/video/msm/tvout_msm.c
1323
17843
/* Copyright (c) 2008-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...
gpl-2.0
vic3t3chn0/kernel_ubuntu_togari
arch/mips/lantiq/xway/devices.c
4651
2864
/* * 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. * * Copyright (C) 2010 John Crispin <blogic@openwrt.org> */ #include <linux/init.h> #include <linux/export.h> #include <li...
gpl-2.0
zaventh/nexus7-kernel-grouper
drivers/cpufreq/e_powersaver.c
4651
8906
/* * Based on documentation provided by Dave Jones. Thanks! * * Licensed under the terms of the GNU GPL License version 2. * * BIG FAT DISCLAIMER: Work in progress code. Possibly *dangerous* */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/cpufreq.h> #include <lin...
gpl-2.0
gearslam/himawhlspcs
drivers/net/wireless/ath/ath5k/desc.c
4907
22515
/* * Copyright (c) 2004-2008 Reyk Floeter <reyk@openbsd.org> * Copyright (c) 2006-2008 Nick Kossifidis <mickflemm@gmail.com> * Copyright (c) 2007-2008 Pavel Roskin <proski@gnu.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided t...
gpl-2.0
mapleshadow/M7-4.3-Kernel
drivers/s390/cio/css.c
5163
29464
/* * driver for channel subsystem * * Copyright IBM Corp. 2002, 2010 * * Author(s): Arnd Bergmann (arndb@de.ibm.com) * Cornelia Huck (cornelia.huck@de.ibm.com) */ #define KMSG_COMPONENT "cio" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux/module.h> #include <linux/init.h> #include <linux/dev...
gpl-2.0
imoseyon/leanKernel-note3
arch/arm/mach-imx/cpu-imx27.c
5163
1919
/* * Copyright 2007 Freescale Semiconductor, Inc. All Rights Reserved. * Copyright 2008 Juergen Beisert, kernel@pengutronix.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 vers...
gpl-2.0
Radium-Devices/Radium_taoshan
arch/powerpc/boot/mpc52xx-psc.c
13867
1467
/* * MPC5200 PSC serial console support. * * Author: Grant Likely <grant.likely@secretlab.ca> * * Copyright (c) 2007 Secret Lab Technologies Ltd. * Copyright (c) 2007 Freescale Semiconductor, Inc. * * It is assumed that the firmware (or the platform file) has already set * up the port. */ #include "types.h" ...
gpl-2.0
jkkj93/FREYA-LIVE-LIBRARY-OPTIMIZER-FOR-ANDROID
ffmpeg/libavcodec/targa.c
44
10128
/* * Targa (.tga) image decoder * Copyright (c) 2006 Konstantin Shishkov * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the ...
gpl-2.0
x75/paparazzi
sw/airborne/firmwares/wind_tunnel/wt_baro.c
44
3061
/* * Copyright (C) 2007 ENAC * * This file is part of paparazzi. * * paparazzi is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * paparazz...
gpl-2.0
kprkpr/kernel-e400
drivers/ata/libata-eh.c
44
106920
/* * libata-eh.c - libata error handling * * Maintained by: Jeff Garzik <jgarzik@pobox.com> * Please ALWAYS copy linux-ide@vger.kernel.org * on emails. * * Copyright 2006 Tejun Heo <htejun@gmail.com> * * * This program is free software; you can redistribute it and/or * modify it under the...
gpl-2.0
KutuSystems/linux
arch/mips/kvm/mips.c
44
46184
/* * 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. * * KVM/MIPS: MIPS specific KVM APIs * * Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. * Authors: Sanjay Lal <sanjayl@k...
gpl-2.0
TrinkCore/linux-core
drivers/net/wireless/rt2x00/rt2800pci.c
44
36807
/* Copyright (C) 2009 - 2010 Ivo van Doorn <IvDoorn@gmail.com> Copyright (C) 2009 Alban Browaeys <prahal@yahoo.com> Copyright (C) 2009 Felix Fietkau <nbd@openwrt.org> Copyright (C) 2009 Luis Correia <luis.f.correia@gmail.com> Copyright (C) 2009 Mattias Nissler <mattias.nissler@gmx.de> Copyright (C) 2009 Mark Asse...
gpl-2.0
TeamWin/android_kernel_samsung_sprat
drivers/gpio/gpio-tc3589x.c
2092
11102
/* * Copyright (C) ST-Ericsson SA 2010 * * License Terms: GNU General Public License, version 2 * Author: Hanumath Prasad <hanumath.prasad@stericsson.com> for ST-Ericsson * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson */ #include <linux/module.h> #include <linux/init.h> #include <linux/pl...
gpl-2.0
stelios97/sony-kernel-msm7x27a
drivers/isdn/i4l/isdn_net.c
2348
88339
/* $Id: isdn_net.c,v 1.1.2.2 2004/01/12 22:37:19 keil Exp $ * * Linux ISDN subsystem, network interfaces and related functions (linklevel). * * Copyright 1994-1998 by Fritz Elfert (fritz@isdn4linux.de) * Copyright 1995,96 by Thinking Objects Software GmbH Wuerzburg * Copyright 1995,96 by Michael Hipp (Mich...
gpl-2.0
calixtolinuxplatform/linux-3.12.10-ti-calixto
drivers/ssb/driver_mipscore.c
3116
8573
/* * Sonics Silicon Backplane * Broadcom MIPS core driver * * Copyright 2005, Broadcom Corporation * Copyright 2006, 2007, Michael Buesch <m@bues.ch> * * Licensed under the GNU/GPL. See COPYING for details. */ #include <linux/ssb/ssb.h> #include <linux/mtd/physmap.h> #include <linux/serial.h> #include <linux/...
gpl-2.0
ncultra/linux-stable
drivers/ssb/driver_mipscore.c
3116
8573
/* * Sonics Silicon Backplane * Broadcom MIPS core driver * * Copyright 2005, Broadcom Corporation * Copyright 2006, 2007, Michael Buesch <m@bues.ch> * * Licensed under the GNU/GPL. See COPYING for details. */ #include <linux/ssb/ssb.h> #include <linux/mtd/physmap.h> #include <linux/serial.h> #include <linux/...
gpl-2.0
omega-roms/G900F_Omega_Kernel_LL_5.0
drivers/video/msm/mipi_novatek_video_qhd_pt.c
3628
2922
/* Copyright (c) 2010-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...
gpl-2.0
phiexz/kernel-cyanogen-gio
drivers/net/de600.c
4140
13294
static const char version[] = "de600.c: $Revision: 1.41-2.5 $, Bjorn Ekwall (bj0rn@blox.se)\n"; /* * de600.c * * Linux driver for the D-Link DE-600 Ethernet pocket adapter. * * Portions (C) Copyright 1993, 1994 by Bjorn Ekwall * The Author may be reached as bj0rn@blox.se * * Based on adapter information gather...
gpl-2.0
MaxiCM/android_kernel_samsung_degaswifi
arch/sh/kernel/hw_breakpoint.c
7212
8820
/* * arch/sh/kernel/hw_breakpoint.c * * Unified kernel/user-space hardware breakpoint facility for the on-chip UBC. * * Copyright (C) 2009 - 2010 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 *...
gpl-2.0
VegaDevTeam/android_kernel_pantech_ef60s
drivers/s390/net/smsgiucv.c
8236
6390
/* * IUCV special message driver * * Copyright IBM Corp. 2003, 2009 * * Author(s): Martin Schwidefsky (schwidefsky@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 * the Free Software Foundation; either v...
gpl-2.0
Testing1235678/android_kernel_samsung_t1
drivers/media/video/pvrusb2/pvrusb2-io.c
12332
18789
/* * * * Copyright (C) 2005 Mike Isely <isely@pobox.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 * * This program is distributed in the ho...
gpl-2.0
nimengyu2/ti-arm9-linux-03.21.00.04
arch/m32r/lib/delay.c
13612
2985
/* * linux/arch/m32r/lib/delay.c * * Copyright (c) 2002 Hitoshi Yamamoto, Hirokazu Takata * Copyright (c) 2004 Hirokazu Takata */ #include <linux/param.h> #include <linux/module.h> #ifdef CONFIG_SMP #include <linux/sched.h> #include <asm/current.h> #include <asm/smp.h> #endif /* CONFIG_SMP */ #include <asm/pro...
gpl-2.0
jameskdev/lge-kernel-msm8960-common
arch/m68k/platform/5407/gpio.c
14892
1361
/* * Coldfire generic GPIO support * * (C) Copyright 2009, Steven King <sfking@fdwdc.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; version 2 of the License. * * This program is...
gpl-2.0
cnwzhjs/rpairmon
3rdparty/curl-7.41.0/docs/examples/ghiper.c
45
11937
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
gpl-2.0
davidmueller13/android_kernel_lge_msm8974
drivers/video/backlight/lm3630.c
45
18476
/* drivers/video/backlight/lm3630_bl.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 Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is dist...
gpl-2.0
pinkflozd/android_kernel_motorola_falcon
fs/sync.c
45
15106
/* * High-level sync()-related operations */ #include <linux/kernel.h> #include <linux/file.h> #include <linux/fs.h> #include <linux/slab.h> #include <linux/export.h> #include <linux/namei.h> #include <linux/sched.h> #include <linux/writeback.h> #include <linux/syscalls.h> #include <linux/linkage.h> #include <linux/...
gpl-2.0
bw-oss/linux
arch/mips/alchemy/common/clock.c
301
27414
/* * Alchemy clocks. * * Exposes all configurable internal clock sources to the clk framework. * * We have: * - Root source, usually 12MHz supplied by an external crystal * - 3 PLLs which generate multiples of root rate [AUX, CPU, AUX2] * * Dividers: * - 6 clock dividers with: * * selectable source [one...
gpl-2.0
barakinflorida/Vibrant-open
drivers/power/pcf50633-charger.c
557
10620
/* NXP PCF50633 Main Battery Charger Driver * * (C) 2006-2008 by Openmoko, Inc. * Author: Balaji Rao <balajirrao@openmoko.org> * All rights reserved. * * Broken down from monstrous PCF50633 driver mainly by * Harald Welte, Andy Green and Werner Almesberger * * This program is free software; you can redistribu...
gpl-2.0
varigit/VAR-SOM-AMx3-Kernel-4-1
drivers/staging/speakup/speakup_dtlk.c
813
11612
/* * originally written by: Kirk Reiser <kirk@braille.uwo.ca> * this version considerably modified by David Borowski, david575@rogers.com * * Copyright (C) 1998-99 Kirk Reiser. * Copyright (C) 2003 David Borowski. * * This program is free software; you can redistribute it and/or modify * it under the terms of t...
gpl-2.0
tsuibin/linux-4.x.y
drivers/staging/rtl8723au/os_dep/usb_ops_linux.c
813
6807
/****************************************************************************** * * Copyright(c) 2007 - 2012 Realtek 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 as * published by the ...
gpl-2.0
philenotfound/linux-stable-15khz
drivers/staging/speakup/speakup_bns.c
813
4657
/* * originally written by: Kirk Reiser <kirk@braille.uwo.ca> * this version considerably modified by David Borowski, david575@rogers.com * * Copyright (C) 1998-99 Kirk Reiser. * Copyright (C) 2003 David Borowski. * * This program is free software; you can redistribute it and/or modify * it under the terms of t...
gpl-2.0
silvesterlee/linux
drivers/staging/rts5208/rtsx_transport.c
813
19933
/* Driver for Realtek PCI-Express card reader * * Copyright(c) 2009-2013 Realtek Semiconductor Corp. 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...
gpl-2.0
Jackeagle/android_kernel_lge_d838
mm/nommu.c
1581
53001
/* * linux/mm/nommu.c * * Replacement code for mm functions to support CPU's that don't * have any form of memory management unit (thus no virtual memory). * * See Documentation/nommu-mmap.txt * * Copyright (c) 2004-2008 David Howells <dhowells@redhat.com> * Copyright (c) 2000-2003 David McCullough <davi...
gpl-2.0
RezaSR/android_kernel_asus_tf303cl
drivers/media/i2c/msp3400-driver.c
2093
26965
/* * Programming the mspx4xx sound processor family * * (c) 1997-2001 Gerd Knorr <kraxel@bytesex.org> * * what works and what doesn't: * * AM-Mono * Support for Hauppauge cards added (decoding handled by tuner) added by * Frederic Crozat <fcrozat@mail.dotcom.fr> * * FM-Mono * should work. T...
gpl-2.0
rubiojr/surface3-kernel
drivers/video/exynos/exynos_mipi_dsi_lowlevel.c
2093
15880
/* linux/drivers/video/exynos/exynos_mipi_dsi_lowlevel.c * * Samsung SoC MIPI-DSI lowlevel driver. * * Copyright (c) 2012 Samsung Electronics Co., Ltd * * InKi Dae, <inki.dae@samsung.com> * Donghwa Lee, <dh09.lee@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under ...
gpl-2.0
A2ronLil/android_kernel_motorola_fleming
drivers/usb/gadget/omap_udc.c
2349
82149
/* * omap_udc.c -- for OMAP full speed udc; most chips support OTG. * * Copyright (C) 2004 Texas Instruments, Inc. * Copyright (C) 2004-2005 David Brownell * * OMAP2 & DMA support by Kyungmin Park <kyungmin.park@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under th...
gpl-2.0
kasperhettinga/p4wifi_stock
drivers/input/touchscreen/lpc32xx_ts.c
3117
10535
/* * LPC32xx built-in touchscreen driver * * Copyright (C) 2010 NXP Semiconductors * * 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...
gpl-2.0
lyapota/m8_sense_marshmallow
arch/arm/mach-s5p64x0/setup-spi.c
4909
1344
/* linux/arch/arm/mach-s5p64x0/setup-spi.c * * Copyright (C) 2011 Samsung Electronics Ltd. * http://www.samsung.com/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #inc...
gpl-2.0
brymaster5000/m7-gpe-444
arch/arm/mach-pxa/leds-idp.c
4909
2143
/* * linux/arch/arm/mach-pxa/leds-idp.c * * Copyright (C) 2000 John Dorsey <john+@cs.cmu.edu> * * Copyright (c) 2001 Jeff Sutherland <jeffs@accelent.com> * * Original (leds-footbridge.c) by Russell King * * Macros for actual LED manipulation should be in machine specific * files in this 'mach' directory. */ ...
gpl-2.0