repo_name
string
path
string
copies
string
size
string
content
string
license
string
xiaowei942/kernel_2.6.36_t21
sound/soc/codecs/tlv320aic26.c
831
14779
/* * Texas Instruments TLV320AIC26 low power audio CODEC * ALSA SoC CODEC driver * * Copyright (C) 2008 Secret Lab Technologies Ltd. */ #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/init.h> #include <linux/delay.h> #include <linux/pm.h> #include <linux/device.h> #include <linux/sysfs.h>...
gpl-2.0
AndroidDeveloperAlliance/ZenKernel_TUNA
drivers/net/enic/enic_main.c
1855
61084
/* * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. * Copyright 2007 Nuova Systems, Inc. All rights reserved. * * This program is free software; you may 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...
gpl-2.0
StarKissed/starkissed-kernel-trlte
drivers/net/wimax/i2400m/netdev.c
2623
20176
/* * Intel Wireless WiMAX Connection 2400m * Glue with the networking stack * * * Copyright (C) 2007 Intel Corporation <linux-wimax@intel.com> * Yanir Lubetkin <yanirx.lubetkin@intel.com> * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> * * This program is free software; you can redistribute it and/or ...
gpl-2.0
prasidh09/cse506
unionfs-3.10.y/drivers/acpi/acpica/utinit.c
2623
4939
/****************************************************************************** * * Module Name: utinit - Common ACPI subsystem initialization * *****************************************************************************/ /* * Copyright (C) 2000 - 2013, Intel Corp. * All rights reserved. * * Redistribution a...
gpl-2.0
KlinkOnE/android_kernel_kyleoc2
drivers/media/video/gspca/m5602/m5602_ov7660.c
3135
11578
/* * Driver for the ov7660 sensor * * Copyright (C) 2009 Erik Andrén * Copyright (C) 2007 Ilyes Gouta. Based on the m5603x Linux Driver Project. * Copyright (C) 2005 m5603x Linux Driver Project <m5602@x3ng.com.br> * * Portions of code to USB interface and ALi driver software, * Copyright (c) 2006 Willem Duinker...
gpl-2.0
omnirom/android_kernel_samsung_espresso10
drivers/media/video/gspca/m5602/m5602_s5k4aa.c
3135
17391
/* * Driver for the s5k4aa sensor * * Copyright (C) 2008 Erik Andrén * Copyright (C) 2007 Ilyes Gouta. Based on the m5603x Linux Driver Project. * Copyright (C) 2005 m5603x Linux Driver Project <m5602@x3ng.com.br> * * Portions of code to USB interface and ALi driver software, * Copyright (c) 2006 Willem Duinker...
gpl-2.0
Nothing-Dev/android_kernel_motorola_msm8610
arch/x86/kernel/dumpstack.c
4671
7559
/* * Copyright (C) 1991, 1992 Linus Torvalds * Copyright (C) 2000, 2001, 2002 Andi Kleen, SuSE Labs */ #include <linux/kallsyms.h> #include <linux/kprobes.h> #include <linux/uaccess.h> #include <linux/utsname.h> #include <linux/hardirq.h> #include <linux/kdebug.h> #include <linux/module.h> #include <linux/ptrace....
gpl-2.0
ReaperXL2/Overkill_v4_extended
drivers/input/sparse-keymap.c
5183
8782
/* * Generic support for sparse keymaps * * Copyright (c) 2009 Dmitry Torokhov * * Derived from wistron button driver: * Copyright (C) 2005 Miloslav Trmac <mitr@volny.cz> * Copyright (C) 2005 Bernhard Rosenkraenzer <bero@arklinux.org> * Copyright (C) 2005 Dmitry Torokhov <dtor@mail.ru> * * This program is fre...
gpl-2.0
hanjin1987/android_kernel_msm7x27a
drivers/video/68328fb.c
5183
13556
/* * linux/drivers/video/68328fb.c -- Low level implementation of the * mc68x328 LCD frame buffer device * * Copyright (C) 2003 Georges Menie * * This driver assumes an already configured controller (e.g. from config.c) * Keep the code clean of board specific initialization. ...
gpl-2.0
somcom3x/android_kernel_motorola_msm8992
drivers/net/wireless/hostap/hostap_80211_tx.c
7743
16387
#include <linux/slab.h> #include <linux/export.h> #include "hostap_80211.h" #include "hostap_common.h" #include "hostap_wlan.h" #include "hostap.h" #include "hostap_ap.h" /* See IEEE 802.1H for LLC/SNAP encapsulation/decapsulation */ /* Ethernet-II snap header (RFC1042 for most EtherTypes) */ static unsigned char rfc...
gpl-2.0
thanhphat11/Kernel-Stock-A900-SLK
drivers/base/transport_class.c
9535
9577
/* * transport_class.c - implementation of generic transport classes * using attribute_containers * * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com> * * This file is licensed under GPLv2 * * The basic idea here is to allow any "device controller" (which * would most oft...
gpl-2.0
Kcilorak/s2110_3.0.8_kernel
fs/afs/vlclient.c
13631
5573
/* AFS Volume Location Service client * * Copyright (C) 2002 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foun...
gpl-2.0
projectz201408/zkernel
drivers/net/ethernet/freescale/gianfar.c
64
92380
/* drivers/net/ethernet/freescale/gianfar.c * * Gianfar Ethernet Driver * This driver is designed for the non-CPM ethernet controllers * on the 85xx and 83xx family of integrated processors * Based on 8260_io/fcc_enet.c * * Author: Andy Fleming * Maintainer: Kumar Gala * Modifier: Sandeep Gopalpet <sandeep.kum...
gpl-2.0
dan-and/linux-sunxi
drivers/gpu/mali/mali/platform/mali_platform_pmu_testing/mali_platform.c
64
1410
/* * Copyright (C) 2010-2012 ARM Limited. All rights reserved. * * This program is free software and is provided to you under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence. * * A ...
gpl-2.0
friendlyarm/uboot_nanopi
post/cpu/rlwnm.c
64
3869
/* * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * 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 Public License as * published by the Free S...
gpl-2.0
ultrasystem/system
drivers/gpu/drm/radeon/rs600.c
64
34047
/* * Copyright 2008 Advanced Micro Devices, Inc. * Copyright 2008 Red Hat Inc. * Copyright 2009 Jerome Glisse. * * 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, in...
gpl-2.0
arpith20/linux
arch/arm/mach-s5pv210/pm.c
1600
4011
/* linux/arch/arm/mach-s5pv210/pm.c * * Copyright (c) 2010-2014 Samsung Electronics Co., Ltd. * http://www.samsung.com * * S5PV210 - Power Management support * * Based on arch/arm/mach-s3c2410/pm.c * Copyright (c) 2006 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * This program is free software; you ...
gpl-2.0
perillamint/Kite2
arch/arm/kernel/ptrace.c
1600
22906
/* * linux/arch/arm/kernel/ptrace.c * * By Ross Biro 1/23/92 * edited by Linus Torvalds * ARM modifications Copyright (C) 2000 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 Soft...
gpl-2.0
HaoZeke/kernel
drivers/net/dummy.c
2112
5066
/* dummy.c: a dummy net driver The purpose of this driver is to provide a device to point a route through, but not to actually transmit packets. Why? If you have a machine whose only connection is an occasional PPP/SLIP/PLIP link, you can only connect to your own hostname when the link is up. Otherwise you hav...
gpl-2.0
Slim80/Fulgor_Kernel_Lollipop
net/ceph/crypto.c
3392
11879
#include <linux/ceph/ceph_debug.h> #include <linux/err.h> #include <linux/scatterlist.h> #include <linux/slab.h> #include <crypto/hash.h> #include <linux/key-type.h> #include <keys/ceph-type.h> #include <linux/ceph/decode.h> #include "crypto.h" int ceph_crypto_key_clone(struct ceph_crypto_key *dst, const struc...
gpl-2.0
gimmeitorilltell/slim_kernel_samsung_msm8660
net/ipv6/netfilter/ip6table_filter.c
4160
3022
/* * This is the 1999 rewrite of IP Firewalling, aiming for kernel 2.3.x. * * Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling * Copyright (C) 2000-2004 Netfilter Core Team <coreteam@netfilter.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GN...
gpl-2.0
akw28888/msm
arch/sh/boards/mach-se/7724/setup.c
4416
22670
/* * linux/arch/sh/boards/se/7724/setup.c * * Copyright (C) 2009 Renesas Solutions Corp. * * Kuninori Morimoto <morimoto.kuninori@renesas.com> * * 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 detai...
gpl-2.0
iamthedarkone/Nexus-S-Kernel
arch/x86/crypto/crc32c-intel.c
4928
4975
/* * Using hardware provided CRC32 instruction to accelerate the CRC32 disposal. * CRC32C polynomial:0x1EDC6F41(BE)/0x82F63B78(LE) * CRC32 is a new instruction in Intel SSE4.2, the reference can be found at: * http://www.intel.com/products/processor/manuals/ * Intel(R) 64 and IA-32 Architectures Software Developer...
gpl-2.0
DevSwift/Kernel-3.4-U8500
drivers/md/linear.c
4928
9015
/* linear.c : Multiple Devices driver for Linux Copyright (C) 1994-96 Marc ZYNGIER <zyngier@ufr-info-p7.ibp.fr> or <maz@gloups.fdn.fr> Linear mode management functions. 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
A2109devs/lenovo_a2109a_kernel
arch/ia64/kernel/kprobes.c
8768
30405
/* * Kernel Probes (KProbes) * arch/ia64/kernel/kprobes.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. * ...
gpl-2.0
antaril/AGK-LOLLIPOP
sound/pci/pcxhr/pcxhr_mixer.c
12608
36943
#define __NO_VERSION__ /* * Driver for Digigram pcxhr compatible soundcards * * mixer callbacks * * Copyright (c) 2004 by Digigram <alsa@digigram.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...
gpl-2.0
CyanogenMod/android_kernel_samsung_crespo
sound/pci/pcxhr/pcxhr_mixer.c
12608
36943
#define __NO_VERSION__ /* * Driver for Digigram pcxhr compatible soundcards * * mixer callbacks * * Copyright (c) 2004 by Digigram <alsa@digigram.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...
gpl-2.0
MarginC/linux
drivers/video/fbdev/matrox/g450_pll.c
14656
13720
/* * * Hardware accelerated Matrox PCI cards - G450/G550 PLL control. * * (c) 2001-2002 Petr Vandrovec <vandrove@vc.cvut.cz> * * Portions Copyright (c) 2001 Matrox Graphics Inc. * * Version: 1.64 2002/06/10 * * This file is subject to the terms and conditions of the GNU General Public * License. See the file...
gpl-2.0
Joshndroid/android_kernel_google_msm
drivers/video/matrox/g450_pll.c
14656
13720
/* * * Hardware accelerated Matrox PCI cards - G450/G550 PLL control. * * (c) 2001-2002 Petr Vandrovec <vandrove@vc.cvut.cz> * * Portions Copyright (c) 2001 Matrox Graphics Inc. * * Version: 1.64 2002/06/10 * * This file is subject to the terms and conditions of the GNU General Public * License. See the file...
gpl-2.0
Broadcom/cygnus-linux
arch/x86/crypto/cast5_avx_glue.c
65
12550
/* * Glue Code for the AVX assembler implemention of the Cast5 Cipher * * Copyright (C) 2012 Johannes Goetzfried * <Johannes.Goetzfried@informatik.stud.uni-erlangen.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...
gpl-2.0
DARKCHYLDX101/GCC-UBER
gcc/testsuite/gcc.dg/pr48552-2.c
65
1495
/* PR c/48552 */ /* { dg-do compile } */ /* { dg-options "" } */ struct S; void f1 (void *x) { __asm ("" : : "r" (*x)); /* { dg-warning "dereferencing" "deref" } */ } /* { dg-error "invalid use of void expression" "void expr" { target *-*-* } 10 } */ void f2 (void *x) { __asm ("" : "=r" (*x)); /* { dg-warning...
gpl-2.0
AngSanley/angsanleykernel-nokia-normandy
drivers/media/video/msm/io/msm_io_vfe31_v4l2.c
65
6024
/* Copyright (c) 2010-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...
gpl-2.0
v1ron/mk802iv-linux
arch/arm/mach-rk30/board-pmu-wm8326.c
65
22438
#include <linux/regulator/machine.h> #include <linux/mfd/wm831x/pdata.h> #include <linux/mfd/wm831x/core.h> #include <linux/mfd/wm831x/gpio.h> #include <linux/mfd/wm831x/pmu.h> #include <mach/sram.h> #include <linux/earlysuspend.h> /* wm8326 pmu*/ #if defined(CONFIG_GPIO_WM831X) static struct rk29_gpio_expander_info...
gpl-2.0
explora26/kernel-hikey-linaro
sound/soc/codecs/wm8962.c
321
122014
/* * wm8962.c -- WM8962 ALSA SoC Audio driver * * Copyright 2010-2 Wolfson Microelectronics plc * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * publis...
gpl-2.0
MoKee/android_kernel_motorola_apq8084
drivers/mtd/ubi/debug.c
2369
12841
/* * Copyright (c) International Business Machines Corp., 2006 * * 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
kgp700/nexroid-sgs4ltea-kk
drivers/video/msm/mdp_ppp31.c
3649
8511
/* drivers/video/msm/mdp_ppp31.c * * Copyright (C) 2009 The Linux Foundation. All rights reserved. * Copyright (C) 2009 Google 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, ...
gpl-2.0
playfulgod/kernel_lge_l1m
arch/powerpc/platforms/embedded6xx/linkstation.c
4673
4199
/* * Board setup routines for the Buffalo Linkstation / Kurobox Platform. * * Copyright (C) 2006 G. Liakhovetski (g.liakhovetski@gmx.de) * * Based on sandpoint.c by Mark A. Greer * * This file is licensed under the terms of the GNU General Public License * version 2. This program is licensed "as is" without an...
gpl-2.0
boa19861105/android_442_KitKat_kernel_htc_dlxpul
drivers/input/touchscreen/ads7846.c
4929
34257
/* * ADS7846 based touchscreen and sensor driver * * Copyright (c) 2005 David Brownell * Copyright (c) 2006 Nokia Corporation * Various changes: Imre Deak <imre.deak@nokia.com> * * Using code from: * - corgi_ts.c * Copyright (C) 2004-2005 Richard Purdie * - omap_ts.[hc], ads7846.h, ts_osk.c * Copyright (C)...
gpl-2.0
DirtyUnicorns/android_kernel_motorola_msm8226
drivers/media/video/au0828/au0828-dvb.c
8001
11129
/* * Driver for the Auvitek USB bridge * * Copyright (c) 2008 Steven Toth <stoth@linuxtv.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 License, or *...
gpl-2.0
valir/android_kernel_samsung_chagalllte
arch/mips/ath79/dev-spi.c
12353
1076
/* * Atheros AR71XX/AR724X/AR913X SPI controller device * * Copyright (C) 2008-2010 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 a...
gpl-2.0
Nothing-Dev/Samsung_STE_Kernel-exp
arch/ia64/sn/kernel/sn2/cache.c
14145
1233
/* * 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) 2001-2003, 2006 Silicon Graphics, Inc. All rights reserved. * */ #include <linux/module.h> #include <asm/pgalloc.h> #incl...
gpl-2.0
Meninblack007/almighty_kernel
drivers/net/can/flexcan.c
1602
31007
/* * flexcan.c - FLEXCAN CAN controller driver * * Copyright (c) 2005-2006 Varma Electronics Oy * Copyright (c) 2009 Sascha Hauer, Pengutronix * Copyright (c) 2010 Marc Kleine-Budde, Pengutronix * * Based on code originally by Andrey Volkov <avolkov@varma-el.com> * * LICENCE: * This program is free software; ...
gpl-2.0
GrandPrime/android_kernel_samsung_msm8916-caf
arch/arm/mach-s5pv210/mach-smdkv210.c
2114
8579
/* linux/arch/arm/mach-s5pv210/mach-smdkv210.c * * Copyright (c) 2010 Samsung Electronics Co., 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. ...
gpl-2.0
nushor/samsung_aries_ics_OLD
arch/mips/mti-malta/malta-init.c
2370
9852
/* * Copyright (C) 1999, 2000, 2004, 2005 MIPS Technologies, Inc. * All rights reserved. * Authors: Carsten Langgaard <carstenl@mips.com> * Maciej W. Rozycki <macro@mips.com> * * This program is free software; you can distribute it and/or modify it * under the terms of the GNU General Public License (Versio...
gpl-2.0
Dazzworld/android_kernel_zte_hn8916
drivers/i2c/busses/i2c-sis630.c
2370
14915
/* Copyright (c) 2002,2003 Alexander Malysh <amalysh@web.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 version...
gpl-2.0
ZTE-Dev/android_kernel_zte_p892e10
drivers/net/wireless/rtlwifi/rtl8192cu/rf.c
2882
15015
/****************************************************************************** * * Copyright(c) 2009-2012 Realtek Corporation. * * 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 Free Software Foundati...
gpl-2.0
curbthepain/us990_kernel
arch/blackfin/kernel/reboot.c
4418
2656
/* * arch/blackfin/kernel/reboot.c - handle shutdown/reboot * * Copyright 2004-2007 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <linux/interrupt.h> #include <asm/bfin-global.h> #include <asm/reboot.h> #include <asm/bfrom.h> /* A system soft reset makes external memory unusable so forc...
gpl-2.0
evil-god/runbo-q5x6
kernel/arch/mips/bcm47xx/setup.c
4418
7014
/* * Copyright (C) 2004 Florian Schirmer <jolt@tuxbox.org> * Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org> * Copyright (C) 2006 Michael Buesch <m@bues.ch> * Copyright (C) 2010 Waldemar Brodkorb <wbx@openadk.org> * Copyright (C) 2010-2012 Hauke Mehrtens <hauke@hauke-m.de> * * This program is free softw...
gpl-2.0
SlimRoms/kernel_xiaomi_armani
arch/blackfin/mach-bf548/boards/ezkit.c
4418
39988
/* * Copyright 2004-2009 Analog Devices Inc. * 2005 National ICT Australia (NICTA) * Aidan Williams <aidan@nicta.com.au> * * Licensed under the GPL-2 or later. */ #include <linux/device.h> #include <linux/platform_device.h> #include <linux/mtd/mtd.h> #include <linux/mtd/partit...
gpl-2.0
emceethemouth/kernel_flo
arch/s390/kernel/os_info.c
4418
4015
/* * OS info memory interface * * Copyright IBM Corp. 2012 * Author(s): Michael Holzheu <holzheu@linux.vnet.ibm.com> */ #define KMSG_COMPONENT "os_info" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux/crash_dump.h> #include <linux/kernel.h> #include <asm/checksum.h> #include <asm/lowcore.h> #include ...
gpl-2.0
GustavoRD78/78Kernel-Android-N-Developer-Preview-3
drivers/tty/moxa.c
4930
53169
/*****************************************************************************/ /* * moxa.c -- MOXA Intellio family multiport serial driver. * * Copyright (C) 1999-2000 Moxa Technologies (support@moxa.com). * Copyright (c) 2007 Jiri Slaby <jirislaby@gmail.com> * * This code is loosely b...
gpl-2.0
pranav01/android_kernel_xiaomi_armani
arch/mips/loongson/common/setup.c
8770
1197
/* * Copyright (C) 2007 Lemote Inc. & Insititute of Computing Technology * Author: Fuxin Zhang, zhangfx@lemote.com * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version ...
gpl-2.0
jfairladyz/LGP925_Kernel
sound/aoa/core/alsa.c
12610
2430
/* * Apple Onboard Audio Alsa helpers * * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * * GPL v2, can be found in COPYING. */ #include <linux/module.h> #include "alsa.h" static int index = -1; module_param(index, int, 0444); MODULE_PARM_DESC(index, "index for AOA sound card."); static struct aoa_ca...
gpl-2.0
EnJens/kernel_tf201_stock
drivers/media/video/cx88/cx88-dsp.c
12866
8938
/* * * Stereo and SAP detection for cx88 * * Copyright (c) 2009 Marton Balint <cus@fazekas.hu> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or ...
gpl-2.0
thecubed/android_kernel_lge_geefhd
arch/m32r/mm/cache.c
13890
2672
/* * linux/arch/m32r/mm/cache.c * * Copyright (C) 2002-2005 Hirokazu Takata, Hayato Fujiwara */ #include <asm/pgtable.h> #undef MCCR #if defined(CONFIG_CHIP_XNUX2) || defined(CONFIG_CHIP_M32700) \ || defined(CONFIG_CHIP_VDEC2) || defined(CONFIG_CHIP_OPSP) /* Cache Control Register */ #define MCCR ((volatile...
gpl-2.0
wezzynl/qmk_firmware
keyboards/ergodox_ez/keymaps/hacker_dvorak/tap_dance/mod_tap_layer_dances/quot_dquot.c
67
1054
//instanalize an instance of 'tap' for the Quote - Double Quote tap dance. static tap quot_dquot_state = { .is_press_action = true, .state = 0 }; void quot_dquot_finished(qk_tap_dance_state_t *state, void *user_data) { quot_dquot_state.state = current_dance(state); switch (quot_dquot_state.st...
gpl-2.0
xFleury/crawl-0.13.0-fairplay
source/contrib/sdl/src/video/directfb/SDL_DirectFB_yuv.c
67
7520
/* SDL - Simple DirectMedia Layer Copyright (C) 1997-2009 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your op...
gpl-2.0
qubir/PhoenixA20_linux_sourcecode
drivers/acpi/acpica/hwgpe.c
67
13411
/****************************************************************************** * * Module Name: hwgpe - Low level GPE enable/disable/clear functions * *****************************************************************************/ /* * Copyright (C) 2000 - 2012, Intel Corp. * All rights reserved. * * Redistri...
gpl-2.0
RasPlex/plex-home-theatre
lib/timidity/timidity/resample.c
67
36762
/* TiMidity++ -- MIDI to WAVE converter and player Copyright (C) 1999-2002 Masanao Izumo <mo@goice.co.jp> Copyright (C) 1995 Tuukka Toivonen <tt@cgs.fi> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the ...
gpl-2.0
ninjablocks/kernel-VAR-SOM-AMxx
fs/btrfs/inode.c
67
242791
/* * Copyright (C) 2007 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
Swordsman-Inaction/FFMpeg-Android-Command
FFMpeg-x264-Android/ffmpeg/libavcodec/ppc/lossless_audiodsp_altivec.c
67
2819
/* * Copyright (c) 2007 Luca Barbato <lu_zero@gentoo.org> * * 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 License, or (at ...
gpl-2.0
DayBreakZhang/Tesseract_Ocr
source/Tesseract3.02/leptonica/src/fmorphgenlow.1.c
67
207030
/*====================================================================* - Copyright (C) 2001 Leptonica. 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 c...
gpl-2.0
kurikuri99/xen_study
tools/ioemu-qemu-xen/linux-user/arm/nwfpe/extended_cpdo.c
67
6252
/* NetWinder Floating Point Emulator (c) Rebel.COM, 1998,1999 Direct questions, comments to Scott Bambrough <scottb@netwinder.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 Foundat...
gpl-2.0
larks/linux-rcu
Documentation/networking/ifenslave.c
835
29862
/* Mode: C; * ifenslave.c: Configure network interfaces for parallel routing. * * This program controls the Linux implementation of running multiple * network interfaces in parallel. * * Author: Donald Becker <becker@cesdis.gsfc.nasa.gov> * Copyright 1994-1996 Donald Becker * * This program is free software;...
gpl-2.0
piskor/android_kernel_spica
sound/soc/sh/siu_dai.c
835
20772
/* * siu_dai.c - ALSA SoC driver for Renesas SH7343, SH7722 SIU peripheral. * * Copyright (C) 2009-2010 Guennadi Liakhovetski <g.liakhovetski@gmx.de> * Copyright (C) 2006 Carlos Munoz <carlos@kenati.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gene...
gpl-2.0
gauravds/linux
arch/powerpc/platforms/86xx/sbc8641d.c
1347
2621
/* * SBC8641D board specific routines * * Copyright 2008 Wind River Systems Inc. * * By Paul Gortmaker (see MAINTAINERS for contact information) * * Based largely on the 8641 HPCN support by Freescale Semiconductor Inc. * * This program is free software; you can redistribute it and/or modify it * under the ...
gpl-2.0
fullerdj/ceph-client
arch/cris/arch-v32/mach-a3/arbiter.c
2115
17664
/* * Memory arbiter functions. Allocates bandwidth through the * arbiter and sets up arbiter breakpoints. * * The algorithm first assigns slots to the clients that has specified * bandwidth (e.g. ethernet) and then the remaining slots are divided * on all the active clients. * * Copyright (c) 2004-2007 Axis Com...
gpl-2.0
The-Demon12/msm8916
arch/arm/mach-kirkwood/board-ns2.c
2115
1025
/* * Copyright 2012 (C), Simon Guinot <simon.guinot@sequanux.org> * * arch/arm/mach-kirkwood/board-ns2.c * * LaCie Network Space v2 board (and parents) initialization for drivers * not converted to flattened device tree yet. * * This file is licensed under the terms of the GNU General Public * License version ...
gpl-2.0
OneEducation/kernel-rk310-kitkat-firefly
drivers/i2c/busses/i2c-pmcmsp.c
2371
17688
/* * Specific bus support for PMC-TWI compliant implementation on MSP71xx. * * Copyright 2005-2007 PMC-Sierra, 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 versio...
gpl-2.0
lewonchik/q510_qumo_kernel
drivers/xen/mcelog.c
2371
10397
/****************************************************************************** * mcelog.c * Driver for receiving and transferring machine check error infomation * * Copyright (c) 2012 Intel Corporation * Author: Liu, Jinsong <jinsong.liu@intel.com> * Author: Jiang, Yunhong <yunhong.jiang@intel.com> * Author: Ke...
gpl-2.0
rutvik95/android_kernel_frostbite
drivers/usb/musb/blackfin.c
2371
14826
/* * MUSB OTG controller driver for Blackfin Processors * * Copyright 2006-2008 Analog Devices Inc. * * Enter bugs at http://blackfin.uclinux.org/ * * Licensed under the GPL-2 or later. */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/init.h> #include <linux/list....
gpl-2.0
OpenDesireProject/android_kernel_htc_msm7x30
net/batman-adv/originator.c
2371
16698
/* * Copyright (C) 2009-2011 B.A.T.M.A.N. contributors: * * Marek Lindner, Simon Wunderlich * * 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 Free Software Foundation. * * This program is distribute...
gpl-2.0
davidmueller13/lt03lte_tw_kernel_5.1.1
drivers/net/ethernet/broadcom/tg3.c
2627
428638
/* * tg3.c: Broadcom Tigon3 ethernet driver. * * Copyright (C) 2001, 2002, 2003, 2004 David S. Miller (davem@redhat.com) * Copyright (C) 2001, 2002, 2003 Jeff Garzik (jgarzik@pobox.com) * Copyright (C) 2004 Sun Microsystems Inc. * Copyright (C) 2005-2012 Broadcom Corporation. * * Firmware is: * Derived from pr...
gpl-2.0
aatjitra/7105u1
sound/pci/ymfpci/ymfpci_main.c
2627
72343
/* * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * Routines for control of YMF724/740/744/754 chips * * 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
edoko/AIR-Kernel_ICS
drivers/s390/block/dasd_eer.c
2627
20443
/* * Character device driver for extended error reporting. * * Copyright (C) 2005 IBM Corporation * extended error reporting for DASD ECKD devices * Author(s): Stefan Weinhuber <wein@de.ibm.com> */ #define KMSG_COMPONENT "dasd-eckd" #include <linux/init.h> #include <linux/fs.h> #include <linux/kernel.h> #in...
gpl-2.0
NX511J-dev/kernel_nubia_nx511j
arch/x86/pci/broadcom_bus.c
2883
3298
/* * Read address ranges from a Broadcom CNB20LE Host Bridge * * Copyright (c) 2010 Ira W. Snyder <iws@ovro.caltech.edu> * * 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
bilalliberty/android_kernel_htc_memul
arch/arm/mach-tegra/board-harmony.c
4675
4936
/* * arch/arm/mach-tegra/board-harmony.c * * Copyright (C) 2010 Google, Inc. * Copyright (C) 2011 NVIDIA, 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 ter...
gpl-2.0
NormandyEGY/android_kernel_nokia_normandy
sound/pci/hda/hda_generic.c
5187
28446
/* * Universal Interface for Intel High Definition Audio Codec * * Generic widget tree parser * * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de> * * This driver 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
jmztaylor/android_kernel_htc_a3ul_new
drivers/gpu/drm/nouveau/nv50_gpio.c
5443
3692
/* * Copyright 2010 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
CyanHacker-Lollipop/kernel_sony_msm8974pro
drivers/gpu/drm/nouveau/nouveau_irq.c
5955
3995
/* * Copyright (C) 2006 Ben Skeggs. * * All Rights Reserved. * * 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, c...
gpl-2.0
qkdxorjs1002/android_kernel_samsung_slteskt
drivers/net/mdio.c
7491
13088
/* * mdio.c: Generic support for MDIO-compatible transceivers * Copyright 2006-2009 Solarflare Communications 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, incorporated ...
gpl-2.0
moddingg33k/android_kernel_huawai_Y300-J1
drivers/infiniband/hw/ipath/ipath_mad.c
8515
42537
/* * Copyright (c) 2006, 2007, 2008 QLogic Corporation. All rights reserved. * Copyright (c) 2005, 2006 PathScale, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Versi...
gpl-2.0
zjh3123629/qt210-linux
arch/mn10300/unit-asb2305/pci-irq.c
8771
1300
/* PCI IRQ routing on the MN103E010 based ASB2305 * * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public Licence * as published by the Free S...
gpl-2.0
CyanogenMod-E1/android_kernel_sony_msm8610
arch/mips/kernel/spinlock_test.c
8771
2381
#include <linux/init.h> #include <linux/kthread.h> #include <linux/hrtimer.h> #include <linux/fs.h> #include <linux/debugfs.h> #include <linux/export.h> #include <linux/spinlock.h> static int ss_get(void *data, u64 *val) { ktime_t start, finish; int loops; int cont; DEFINE_RAW_SPINLOCK(ss_spin); loops = 1000000...
gpl-2.0
dmitrysmagin/xz0032-linux
sound/soc/s3c24xx/s3c24xx_uda134x.c
68
9543
/* * Modifications by Christian Pellegrin <chripell@evolware.org> * * s3c24xx_uda134x.c -- S3C24XX_UDA134X ALSA SoC Audio board driver * * Copyright 2007 Dension Audio Systems Ltd. * Author: Zoltan Devai * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU ...
gpl-2.0
GalaxyTab101/samsung-kernel-galaxytab101
drivers/gpu/drm/i915/intel_lvds.c
68
29182
/* * Copyright © 2006-2007 Intel Corporation * Copyright (c) 2006 Dave Airlie <airlied@linux.ie> * * 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...
gpl-2.0
Evervolv/android_kernel_htc_msm8974
arch/cris/arch-v32/lib/memset.c
68
6045
/* A memset for CRIS. Copyright (C) 1999-2005 Axis Communications. 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 code must retain the above copyright ...
gpl-2.0
ygpark/iamroot-linux-arm10c
drivers/i2c/busses/i2c-rcar.c
68
15613
/* * drivers/i2c/busses/i2c-rcar.c * * Copyright (C) 2012 Renesas Solutions Corp. * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> * * This file is based on the drivers/i2c/busses/i2c-sh7760.c * (c) 2005-2008 MSC Vertriebsges.m.b.H, Manuel Lauss <mlau@msc-ge.com> * * This file used out-of-tree driver i2...
gpl-2.0
y-sensei/phyLinux
drivers/acpi/pci_root.c
68
18158
/* * pci_root.c - ACPI PCI Root Bridge Driver ($Revision: 40 $) * * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * This program is fre...
gpl-2.0
ghmajx/asuswrt-merlin
release/src-rt/linux/linux-2.6/arch/i386/kernel/scx200.c
68
3399
/* linux/arch/i386/kernel/scx200.c Copyright (c) 2001,2002 Christer Weinigel <wingel@nano-system.com> National Semiconductor SCx200 support. */ #include <linux/module.h> #include <linux/errno.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/mutex.h> #include <linux/pci.h> #include <linux/...
gpl-2.0
gripped/xbmc
lib/libmicrohttpd/src/daemon/https/tls/gnutls_cipher_int.c
68
3010
/* * Copyright (C) 2000, 2004, 2005 Free Software Foundation * * Author: Nikos Mavrogiannopoulos * * This file is part of GNUTLS. * * The GNUTLS library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foun...
gpl-2.0
crseanpaul/exynos-drm-next
drivers/staging/lustre/lustre/ptlrpc/llog_client.c
68
9862
/* * 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
cheehieu/linux
drivers/pinctrl/sunxi/pinctrl-sun5i-a10s.c
580
26877
/* * Allwinner A10s SoCs pinctrl driver. * * Copyright (C) 2014 Maxime Ripard * * Maxime Ripard <maxime.ripard@free-electrons.com> * * 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 im...
gpl-2.0
wkritzinger/asuswrt-merlin
release/src-rt-7.14.114.x/src/linux/linux-2.6.36/drivers/net/phy/smsc.c
836
6758
/* * drivers/net/phy/smsc.c * * Driver for SMSC PHYs * * Author: Herbert Valerio Riedel * * Copyright (c) 2006 Herbert Valerio Riedel <hvr@gnu.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 So...
gpl-2.0
spairal/linux-for-lobster
drivers/mmc/host/bfin_sdh.c
836
16267
/* * bfin_sdh.c - Analog Devices Blackfin SDH Controller * * Copyright (C) 2007-2009 Analog Device Inc. * * Licensed under the GPL-2 or later. */ #define DRIVER_NAME "bfin-sdh" #include <linux/module.h> #include <linux/init.h> #include <linux/ioport.h> #include <linux/platform_device.h> #include <linux/delay.h>...
gpl-2.0
ricardon/efi
arch/powerpc/platforms/powermac/feature.c
1348
82090
/* * Copyright (C) 1996-2001 Paul Mackerras (paulus@cs.anu.edu.au) * Ben. Herrenschmidt (benh@kernel.crashing.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 Founda...
gpl-2.0
endocode/linux
drivers/media/platform/exynos4-is/fimc-is-errno.c
1860
10004
/* * Samsung Exynos4 SoC series FIMC-IS slave interface driver * * Error log interface functions * * Copyright (C) 2011 - 2013 Samsung Electronics Co., Ltd. * * Authors: Younghwan Joo <yhwan.joo@samsung.com> * Sylwester Nawrocki <s.nawrocki@samsung.com> * * This program is free software; you can redi...
gpl-2.0
robin-banks/android_kernel_htc_msm8974
arch/arm/mach-msm/msm_watchdog.c
2116
12247
/* Copyright (c) 2010-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
emceethemouth/kernel_androidone
drivers/infiniband/hw/qib/qib_sdma.c
2372
26451
/* * Copyright (c) 2012 Intel Corporation. All rights reserved. * Copyright (c) 2007 - 2012 QLogic Corporation. 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) Version 2, av...
gpl-2.0
brieuwers/N8000Kernel
arch/mips/kernel/mips-mt-fpaff.c
3140
5123
/* * General MIPS MT support routines, usable in AP/SP, SMVP, or SMTC kernels * Copyright (C) 2005 Mips Technologies, Inc */ #include <linux/cpu.h> #include <linux/cpuset.h> #include <linux/cpumask.h> #include <linux/delay.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/sched.h> #include <linux/...
gpl-2.0