repo_name
string
path
string
copies
string
size
string
content
string
license
string
GabrielCebrianM/android_kernel_bq_bq_Maxwell2Lite
drivers/input/touchscreen/gunze.c
9892
4951
/* * Copyright (c) 2000-2001 Vojtech Pavlik */ /* * Gunze AHL-51S touchscreen driver for Linux */ /* * 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
davidmueller13/android_kernel_samsung_hlte_arter
drivers/input/touchscreen/touchit213.c
9892
6060
/* * Sahara TouchIT-213 serial touchscreen driver * * Copyright (c) 2007-2008 Claudio Nieder <private@claudio.ch> * * Based on Touchright driver (drivers/input/touchscreen/touchright.c) * Copyright (c) 2006 Rick Koch <n1gp@hotmail.com> * Copyright (c) 2004 Vojtech Pavlik * and Dan Streetman <ddstreet@ieee.org> ...
gpl-2.0
penreturns/AK-OnePone
drivers/input/touchscreen/touchit213.c
9892
6060
/* * Sahara TouchIT-213 serial touchscreen driver * * Copyright (c) 2007-2008 Claudio Nieder <private@claudio.ch> * * Based on Touchright driver (drivers/input/touchscreen/touchright.c) * Copyright (c) 2006 Rick Koch <n1gp@hotmail.com> * Copyright (c) 2004 Vojtech Pavlik * and Dan Streetman <ddstreet@ieee.org> ...
gpl-2.0
Hooks405/kernel_samsung_j3ltespr
drivers/media/usb/gspca/gl860/gl860-mi2020.c
11172
28773
/* Subdriver for the GL860 chip with the MI2020 sensor * Author Olivier LORIN, from logs by Iceman/Soro2005 + Fret_saw/Hulkie/Tricid * with the help of Kytrix/BUGabundo/Blazercist. * Driver achieved thanks to a webcam gift by Kytrix. * * This program is free software; you can redistribute it and/or modify * it un...
gpl-2.0
mythos234/SimplKernel-LL-N910F
drivers/media/usb/gspca/gl860/gl860-mi2020.c
11172
28773
/* Subdriver for the GL860 chip with the MI2020 sensor * Author Olivier LORIN, from logs by Iceman/Soro2005 + Fret_saw/Hulkie/Tricid * with the help of Kytrix/BUGabundo/Blazercist. * Driver achieved thanks to a webcam gift by Kytrix. * * This program is free software; you can redistribute it and/or modify * it un...
gpl-2.0
KaijunTang/linux-kernel
sound/synth/emux/emux_hwdep.c
11940
3731
/* * Interface for hwdep device * * Copyright (C) 2004 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 Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at ...
gpl-2.0
CyanogenMod/htc-kernel-supersonic
sound/pci/ctxfi/ctamixer.c
12708
9927
/** * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. * * This source file is released under GPL v2 license (no other versions). * See the COPYING file included in the main directory of this source * distribution for the license terms and conditions. * * @File ctamixer.c * * @Brief * This fi...
gpl-2.0
toastido/N900TUVUDNF4
fs/sdcardfs/super.c
165
5613
/* * fs/sdcardfs/super.c * * Copyright (c) 2013 Samsung Electronics Co. Ltd * Authors: Daeho Jeong, Woojoong Lee, Seunghwan Hyun, * Sunghwan Yun, Sungjong Seo * * This program has been developed as a stackable file system based on * the WrapFS which written by * * Copyr...
gpl-2.0
dohclude/android_kernel_htc_msm8960
drivers/mtd/devices/lart.c
165
19218
/* * MTD driver for the 28F160F3 Flash Memory (non-CFI) on LART. * * Author: Abraham vd Merwe <abraham@2d3d.co.za> * * Copyright (c) 2001, 2d3D, Inc. * * This code 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
cedrichu/kernel_tcp_stack_14.04LTS
net/sctp/tsnmap.c
165
9751
/* SCTP kernel implementation * (C) Copyright IBM Corp. 2001, 2004 * Copyright (c) 1999-2000 Cisco, Inc. * Copyright (c) 1999-2001 Motorola, Inc. * Copyright (c) 2001 Intel Corp. * * This file is part of the SCTP kernel implementation * * These functions manipulate sctp tsn mapping array. * * This SCTP implem...
gpl-2.0
TeamICS/heroc-kernel-2.6.35-ics
drivers/usb/gadget/at91_udc.c
165
48571
/* * at91_udc -- driver for at91-series USB peripheral controller * * Copyright (C) 2004 by Thomas Rathbone * Copyright (C) 2005 by HP Labs * Copyright (C) 2005 by 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 pu...
gpl-2.0
Pingmin/linux
drivers/platform/x86/msi-laptop.c
421
28101
// SPDX-License-Identifier: GPL-2.0-or-later /*-*-linux-c-*-*/ /* Copyright (C) 2006 Lennart Poettering <mzxreary (at) 0pointer (dot) de> */ /* * msi-laptop.c - MSI S270 laptop support. This laptop is sold under * various brands, including "Cytron/TCM/Medion/Tchibo MD96100". * * Driver also supports S271, S42...
gpl-2.0
dewadg/mako-kernel
drivers/staging/prima/CORE/TL/src/wlan_qct_tl_ba.c
421
67630
/* * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyright not...
gpl-2.0
venkatkamesh/android_kernel_sonyz_msm8974
net/core/pktgen.c
677
92826
/* * Authors: * Copyright 2001, 2002 by Robert Olsson <robert.olsson@its.uu.se> * Uppsala University and * Swedish University of Agricultural Sciences * * Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> * Ben Greear <greearb@candelatech.com> * Jens Låås <jens.laa...
gpl-2.0
arpitjain9819/FIRE-AND-FLAMES
drivers/acpi/sleep.c
2725
24581
/* * sleep.c - ACPI sleep support. * * Copyright (c) 2005 Alexey Starikovskiy <alexey.y.starikovskiy@intel.com> * Copyright (c) 2004 David Shaohua Li <shaohua.li@intel.com> * Copyright (c) 2000-2003 Patrick Mochel * Copyright (c) 2003 Open Source Development Lab * * This file is released under the GPLv2. * */...
gpl-2.0
KylinUI/android_kernel_samsung_t1
arch/tile/kernel/process.c
2725
21750
/* * Copyright 2010 Tilera Corporation. All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation, version 2. * * This program is distributed in the hope that it will ...
gpl-2.0
avoltz/linux-vybrid
arch/arm/mach-ks8695/irq.c
2981
4284
/* * arch/arm/mach-ks8695/irq.c * * Copyright (C) 2006 Ben Dooks <ben@simtec.co.uk> * Copyright (C) 2006 Simtec Electronics * * 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 versi...
gpl-2.0
GameTheory-/android_kernel_lge_l0
tools/perf/builtin-bench.c
4261
4952
/* * * builtin-bench.c * * General benchmarking subsystem provided by perf * * Copyright (C) 2009, Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp> * */ /* * * Available subsystem list: * sched ... scheduler and IPC mechanism * mem ... memory access performance * */ #include "perf.h" #include "util/uti...
gpl-2.0
barome/me102a
arch/s390/kernel/cpcmd.c
4773
3087
/* * arch/s390/kernel/cpcmd.c * * S390 version * Copyright IBM Corp. 1999,2007 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com), * Christian Borntraeger (cborntra@de.ibm.com), */ #define KMSG_COMPONENT "cpcmd" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux/kernel.h> #...
gpl-2.0
Cl3Kener/UBER-M
net/netfilter/xt_addrtype.c
5285
6503
/* * iptables module to match inet_addr_type() of an ip. * * Copyright (c) 2004 Patrick McHardy <kaber@trash.net> * (C) 2007 Laszlo Attila Toth <panther@balabit.hu> * * 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 *...
gpl-2.0
sultanxda/sultan-kernel-pyramid
net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c
7589
11139
/* * Copyright (C)2004 USAGI/WIDE Project * * 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. * * Author: * Yasuyuki Kozakai @USAGI <yasuyuki.kozakai@toshiba.co.jp> */ #include...
gpl-2.0
fenten/Kernel-XT701
drivers/input/touchscreen/inexio.c
9893
4900
/* * iNexio serial touchscreen driver * * Copyright (c) 2008 Richard Lemon * Based on the mtouch driver (c) Vojtech Pavlik and Dan Streetman * */ /* * 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
TeamJB/kernel_samsung_smdk4412
drivers/input/mouse/sermouse.c
9893
9069
/* * Copyright (c) 1999-2001 Vojtech Pavlik */ /* * Serial mouse driver for Linux */ /* * 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
mhmtemnacr/android_kernel_samsung_matissewifi
drivers/input/touchscreen/inexio.c
9893
4900
/* * iNexio serial touchscreen driver * * Copyright (c) 2008 Richard Lemon * Based on the mtouch driver (c) Vojtech Pavlik and Dan Streetman * */ /* * 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
CM-Tab-S/android_kernel_samsung_exynos5420
arch/m68k/lib/memset.c
12709
1323
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more details. */ #include <linux/module.h> #include <linux/string.h> void *memset(void *s, int c, size_t count) { void *xs = s; size_t temp; if (!count) ...
gpl-2.0
thh/ubuntu-trusty
arch/alpha/kernel/asm-offsets.c
13733
1456
/* * Generate definitions needed by assembly language modules. * This code generates raw asm output which is post-processed to extract * and format the required data. */ #include <linux/types.h> #include <linux/stddef.h> #include <linux/sched.h> #include <linux/ptrace.h> #include <linux/kbuild.h> #include <asm/io....
gpl-2.0
virajkanwade/rk3188_android_kernel
fs/ext4/xattr.c
678
43039
/* * linux/fs/ext4/xattr.c * * Copyright (C) 2001-2003 Andreas Gruenbacher, <agruen@suse.de> * * Fix by Harrison Xing <harrison@mountainviewdata.com>. * Ext4 code with a lot of help from Eric Jarman <ejarman@acm.org>. * Extended attributes for symlinks and special files added per * suggestion of Luka Renko <lu...
gpl-2.0
c0d3x42/P8000-Kernel
crypto/asymmetric_keys/asymmetric_type.c
2470
6810
/* Asymmetric public-key cryptography key type * * See Documentation/security/asymmetric-keys.txt * * Copyright (C) 2012 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 Ge...
gpl-2.0
MadRocker/jet-2.6.39.5
drivers/gpio/pcf857x.c
2726
10044
/* * pcf857x - driver for pcf857x, pca857x, and pca967x I2C GPIO expanders * * Copyright (C) 2007 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 ...
gpl-2.0
eugene373/Kernel
arch/powerpc/kernel/vdso.c
2726
21414
/* * Copyright (C) 2004 Benjamin Herrenschmidt, IBM Corp. * <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 Foundation; either version * 2 of the License, or (...
gpl-2.0
Badadroid/android_kernel_samsung_wave
kernel/sched_stoptask.c
2726
2148
/* * stop-task scheduling class. * * The stop task is the highest priority task in the system, it preempts * everything and will be preempted by nothing. * * See kernel/stop_machine.c */ #ifdef CONFIG_SMP static int select_task_rq_stop(struct task_struct *p, int sd_flag, int flags) { return task_cpu(p); /* sto...
gpl-2.0
AOKP-SGS2/android_kernel_samsung_espresso
arch/s390/boot/compressed/misc.c
2726
3781
/* * Definitions and wrapper functions for kernel decompressor * * Copyright IBM Corp. 2010 * * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com> */ #include <asm/uaccess.h> #include <asm/page.h> #include <asm/ipl.h> #include "sizes.h" /* * gzip declarations */ #define STATIC static #undef memset #undef...
gpl-2.0
xDARKMATT3Rx/xDARKMATT3Rx_davidskernel
drivers/pci/pcie/aer/aerdrv_core.c
3494
22680
/* * drivers/pci/pcie/aer/aerdrv_core.c * * 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. * * This file implements the core part of PCI-Express AER. When an pci-express * error is delivered,...
gpl-2.0
shouhu1993/NX511J_kernel
tools/perf/ui/helpline.c
4262
1192
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "../debug.h" #include "helpline.h" #include "ui.h" char ui_helpline__current[512]; static void nop_helpline__pop(void) { } static void nop_helpline__push(const char *msg __maybe_unused) { } static int nop_helpline__show(const char *fmt __maybe_unu...
gpl-2.0
drewx2/caf-kernel
drivers/media/video/videobuf-core.c
4262
27390
/* * generic helper functions for handling video4linux capture buffers * * (c) 2007 Mauro Carvalho Chehab, <mchehab@infradead.org> * * Highly based on video-buf written originally by: * (c) 2001,02 Gerd Knorr <kraxel@bytesex.org> * (c) 2006 Mauro Carvalho Chehab, <mchehab@infradead.org> * (c) 2006 Ted Walther a...
gpl-2.0
jumpstarter-io/linux
drivers/ide/sis5513.c
4518
18494
/* * Copyright (C) 1999-2000 Andre Hedrick <andre@linux-ide.org> * Copyright (C) 2002 Lionel Bouton <Lionel.Bouton@inet6.fr>, Maintainer * Copyright (C) 2003 Vojtech Pavlik <vojtech@suse.cz> * Copyright (C) 2007-2009 Bartlomiej Zolnierkiewicz * * May be copied or modified under the terms of the GNU General Publ...
gpl-2.0
DeviceTREE/android_kernel_samsung_jf
fs/btrfs/ctree.c
4774
115160
/* * Copyright (C) 2007,2008 Oracle. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License v2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but ...
gpl-2.0
JackpotClavin/android_kernel_lge_g2
drivers/misc/ibmasm/uart.c
5030
2064
/* * IBM ASM Service Processor Device Driver * * 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...
gpl-2.0
HelpMeRuth/Ruthless_Kernel
arch/ia64/sn/kernel/sn2/sn2_smp.c
7334
15742
/* * SN2 Platform specific SMP 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) 2000-2006 Silicon Graphics, Inc. All rights reserved. */ #include <linux/init.h> #...
gpl-2.0
NamanArora/flamingo_kernel
net/netfilter/xt_hl.c
10406
2330
/* * IP tables module for matching the value of the TTL * (C) 2000,2001 by Harald Welte <laforge@netfilter.org> * * Hop Limit matching module * (C) 2001-2002 Maciej Soltysiak <solt@dns.toxicfilms.tv> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General...
gpl-2.0
Dm47021/android_kernel_samsung_centura_sch738c
drivers/char/uv_mmtimer.c
13734
5647
/* * Timer device implementation for SGI UV platform. * * 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) 2009 Silicon Graphics, Inc. All rights reserved. * */ #include <l...
gpl-2.0
rockly703/linux-2.6.28-mini6410
drivers/pcmcia/m32r_pcc.c
167
17067
/* * drivers/pcmcia/m32r_pcc.c * * Device driver for the PCMCIA functionality of M32R. * * Copyright (c) 2001, 2002, 2003, 2004 * Hiroyuki Kondo, Naoto Sugai, Hayato Fujiwara */ #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/init.h> #include <linux/types.h> #include <linux/fcntl....
gpl-2.0
119/aircam-openwrt
build_dir/linux-gm812x/linux-2.6.28.fa2/drivers/sbus/char/uctrl.c
167
11114
/* uctrl.c: TS102 Microcontroller interface on Tadpole Sparcbook 3 * * Copyright 1999 Derrick J Brashear (shadow@dementia.org) * Copyright 2008 David S. Miller (davem@davemloft.net) */ #include <linux/module.h> #include <linux/errno.h> #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/slab.h> #...
gpl-2.0
Backspace-Dev/htx21
arch/arm/mach-msm/qdsp6v2/audio_multi_aac.c
167
8076
/* aac audio output device * * Copyright (C) 2008 Google, Inc. * Copyright (C) 2008 HTC Corporation * Copyright (c) 2011-2012, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and ...
gpl-2.0
Baastyr/semc-es209ra-kernel
drivers/net/appletalk/ipddp.c
167
8533
/* * ipddp.c: IP to Appletalk-IP Encapsulation driver for Linux * Appletalk-IP to IP Decapsulation driver for Linux * * Authors: * - DDP-IP Encap by: Bradford W. Johnson <johns393@maroon.tc.umn.edu> * - DDP-IP Decap by: Jay Schulist <jschlst@samba.org> * * Derived from: * - Almost all code already exist...
gpl-2.0
weekend27/redis-3.0-annotated
deps/jemalloc/test/unit/bitmap.c
423
3614
#include "test/jemalloc_test.h" #if (LG_BITMAP_MAXBITS > 12) # define MAXBITS 4500 #else # define MAXBITS (1U << LG_BITMAP_MAXBITS) #endif TEST_BEGIN(test_bitmap_size) { size_t i, prev_size; prev_size = 0; for (i = 1; i <= MAXBITS; i++) { size_t size = bitmap_size(i); assert_true(size >= prev_size, "B...
gpl-2.0
ASaifM/orinoco
drivers/clk/mvebu/armada-39x.c
935
4074
/* * Marvell Armada 39x SoC clocks * * Copyright (C) 2015 Marvell * * Gregory CLEMENT <gregory.clement@free-electrons.com> * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> * Andrew Lunn <andrew@lunn.ch> * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> * * This file is licensed under the terms...
gpl-2.0
SolidRun/linux-imx6-3.14
arch/sparc/kernel/signal32.c
1191
23167
/* arch/sparc64/kernel/signal32.c * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) * Copyright (C) 1996 Miguel de Icaza (miguel@nuclecu.unam.mx) * Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be) * Copyright (C) 1997,1998 Jakub Jelinek (jj@sunsit...
gpl-2.0
cphelps76/kernel_lge_mako
net/ipv6/ip6_input.c
1447
8812
/* * IPv6 input * Linux INET6 implementation * * Authors: * Pedro Roque <roque@di.fc.ul.pt> * Ian P. Morris <I.P.Morris@soton.ac.uk> * * Based in linux/net/ipv4/ip_input.c * * 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
wujiku/EVO-3D-
arch/arm/mach-at91/board-usb-a9260.c
1447
5382
/* * linux/arch/arm/mach-at91/board-usb-a9260.c * * Copyright (C) 2005 SAN People * Copyright (C) 2006 Atmel * Copyright (C) 2007 Calao-systems * * 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
kusl/linux
tools/thermal/tmon/tui.c
1447
16964
/* * tui.c ncurses text user interface for TMON program * * Copyright (C) 2013 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 or later as published by the Free Software Foundation....
gpl-2.0
byeonggon/project-pika-lynx
arch/powerpc/sysdev/ppc4xx_soc.c
3751
6114
/* * IBM/AMCC PPC4xx SoC setup code * * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de> * * L2 cache routines cloned from arch/ppc/syslib/ibm440gx_common.c which is: * Eugene Surovegin <eugene.surovegin@zultys.com> or <ebs@ebshome.net> * Copyright (c) 2003 - 2006 Zultys Technologies * *...
gpl-2.0
blindcozy/kernel-zenfone-4
drivers/input/touchscreen/atmel_tsadcc.c
5031
11352
/* * Atmel Touch Screen Driver * * Copyright (c) 2008 ATMEL * Copyright (c) 2008 Dan Liang * Copyright (c) 2008 TimeSys Corporation * Copyright (c) 2008 Justin Waters * * Based on touchscreen code from Atmel Corporation. * * This program is free software; you can redistribute it and/or modify * it un...
gpl-2.0
DirtyUnicorns/android_kernel_htc_m4
drivers/input/touchscreen/atmel_tsadcc.c
5031
11352
/* * Atmel Touch Screen Driver * * Copyright (c) 2008 ATMEL * Copyright (c) 2008 Dan Liang * Copyright (c) 2008 TimeSys Corporation * Copyright (c) 2008 Justin Waters * * Based on touchscreen code from Atmel Corporation. * * This program is free software; you can redistribute it and/or modify * it un...
gpl-2.0
Shaaan/android_kernel_samsung_u8500-common
drivers/misc/akm8975.c
6567
16798
/* drivers/misc/akm8975.c - akm8975 compass driver * * Copyright (C) 2007-2008 HTC Corporation. * Author: Hou-Kun Chen <houkun.chen@gmail.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, distribute...
gpl-2.0
flar2/m8-Sense-5.0.1
fs/affs/bitmap.c
9127
9001
/* * linux/fs/affs/bitmap.c * * (c) 1996 Hans-Joachim Widmaier * * bitmap.c contains the code that handles all bitmap related stuff - * block allocation, deallocation, calculation of free space. */ #include <linux/slab.h> #include "affs.h" /* This is, of course, shamelessly stolen from fs/minix */ static ...
gpl-2.0
NoelMacwan/SXDNickiDS
drivers/infiniband/hw/mthca/mthca_catas.c
9639
5347
/* * Copyright (c) 2005 Cisco Systems. 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, available from the file * COPYING in the main directory of this source tre...
gpl-2.0
fat-tire/omap
drivers/usb/misc/sisusbvga/sisusb_con.c
11431
36803
/* * sisusb - usb kernel driver for SiS315(E) based USB2VGA dongles * * VGA text mode console part * * Copyright (C) 2005 by Thomas Winischhofer, Vienna, Austria * * If distributed as part of the Linux kernel, this code is licensed under the * terms of the GPL v2. * * Otherwise, the following license terms ap...
gpl-2.0
jokersax/Photon-blur-kernel
arch/alpha/lib/memcpy.c
13735
4108
/* * linux/arch/alpha/lib/memcpy.c * * Copyright (C) 1995 Linus Torvalds */ /* * This is a reasonably optimized memcpy() routine. */ /* * Note that the C code is written to be optimized into good assembly. However, * at this point gcc is unable to sanely compile "if (n >= 0)", resulting in a * explicit co...
gpl-2.0
jmztaylor/android_kernel_htc_k2plccl
arch/powerpc/math-emu/fmsub.c
13735
1123
#include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> #include <asm/sfp-machine.h> #include <math-emu/soft-fp.h> #include <math-emu/double.h> int fmsub(void *frD, void *frA, void *frB, void *frC) { FP_DECL_D(R); FP_DECL_D(A); FP_DECL_D(B); FP_DECL_D(C); FP_DECL_D(T); FP_DECL_EX; #ifdef DEB...
gpl-2.0
bizcuite/Archos_Gen8_Linaro_kernel
drivers/isdn/mISDN/dsp_tones.c
168
17252
/* * Audio support data for ISDN4Linux. * * Copyright Andreas Eversberg (jolly@eversberg.eu) * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. * */ #include <linux/mISDNif.h> #include <linux/mISDNdsp.h> #include "core.h" ...
gpl-2.0
rex-xxx/mt6572_x201
external/icu4c/common/ustrenum.cpp
168
8579
/* ********************************************************************** * Copyright (c) 2002-2010, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * Author: Alan Liu * Created: November 11 2002 * Since: ICU 2.4 ****...
gpl-2.0
rgwan/gcc
gcc/testsuite/gcc.c-torture/execute/pr51933.c
168
1219
/* PR rtl-optimization/51933 */ static signed char v1; static unsigned char v2[256], v3[256]; __attribute__((noclone, noinline)) void foo (void) { #if defined(__s390__) && !defined(__zarch__) /* S/390 31 bit cannot deal with more than one literal pool reference per insn. */ asm volatile ("" : : "g" (&v1) : ...
gpl-2.0
zzpu/linux-stack
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c
168
80849
/* * Copyright (C) 1999 - 2010 Intel Corporation. * Copyright (C) 2010 - 2012 LAPIS SEMICONDUCTOR CO., LTD. * * This code was derived from the Intel e1000e Linux driver. * * 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
xerpi/linux
drivers/ssb/driver_chipcommon_pmu.c
1192
22408
/* * Sonics Silicon Backplane * Broadcom ChipCommon Power Management Unit driver * * Copyright 2009, Michael Buesch <m@bues.ch> * Copyright 2007, Broadcom Corporation * * Licensed under the GNU/GPL. See COPYING for details. */ #include <linux/ssb/ssb.h> #include <linux/ssb/ssb_regs.h> #include <linux/ssb/ssb_d...
gpl-2.0
yajnab/android_kernel_htc_golfu
arch/arm/mach-s3c2440/mach-anubis.c
2984
11313
/* linux/arch/arm/mach-s3c2440/mach-anubis.c * * Copyright 2003-2009 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk> * * 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 F...
gpl-2.0
rutvik95/speedx_kernel_i9082
drivers/scsi/aha1542.c
3240
49697
/* $Id: aha1542.c,v 1.1 1992/07/24 06:27:38 root Exp root $ * linux/kernel/aha1542.c * * Copyright (C) 1992 Tommy Thorn * Copyright (C) 1993, 1994, 1995 Eric Youngdale * * Modified by Eric Youngdale * Use request_irq and request_dma to help prevent unexpected conflicts * Set up on-board DMA c...
gpl-2.0
moscowdesire/Sony
drivers/net/wireless/ath/ath5k/debug.c
4776
31602
/* * Copyright (c) 2007-2008 Bruno Randolf <bruno@thinktube.com> * * This file is free software: you may copy, redistribute 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 vers...
gpl-2.0
perillamint/Kite2
sound/soc/samsung/smdk_wm8994.c
4776
4736
/* * smdk_wm8994.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. */ #include "../codecs/wm8994.h"...
gpl-2.0
HealthyMarshmallow/android_kernel_lge_g2
sound/soc/blackfin/bfin-eval-adav80x.c
5032
4078
/* * Machine driver for EVAL-ADAV801 and EVAL-ADAV803 on Analog Devices bfin * evaluation boards. * * Copyright 2011 Analog Devices Inc. * Author: Lars-Peter Clausen <lars@metafoo.de> * * Licensed under the GPL-2 or later. */ #include <linux/init.h> #include <linux/platform_device.h> #include <linux/module.h> ...
gpl-2.0
spegelius/android_kernel_samsung_jf
arch/arm/plat-s3c24xx/cpu-freq-debugfs.c
5288
4669
/* linux/arch/arm/plat-s3c24xx/cpu-freq-debugfs.c * * Copyright (c) 2009 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk> * * S3C24XX CPU Frequency scaling - debugfs status support * * This program is free software; you can redistribute it and/or modify * it under the terms of ...
gpl-2.0
boa19861105/android_443_KitKat_kernel_htc_dlxpul
drivers/media/dvb/dvb-usb/dvb-usb-remote.c
10920
10929
/* dvb-usb-remote.c is part of the DVB USB library. * * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@desy.de) * see dvb-usb-init.c for copyright information. * * This file contains functions for initializing the input-device and for handling remote-control-queries. */ #include "dvb-usb-common.h" #inc...
gpl-2.0
Team-Blackout/mecha-3.0.xx
arch/powerpc/math-emu/fmadds.c
13736
1131
#include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> #include <asm/sfp-machine.h> #include <math-emu/soft-fp.h> #include <math-emu/double.h> #include <math-emu/single.h> int fmadds(void *frD, void *frA, void *frB, void *frC) { FP_DECL_D(R); FP_DECL_D(A); FP_DECL_D(B); FP_DECL_D(C); FP_DECL_...
gpl-2.0
poondog/M8
arch/powerpc/math-emu/fnmadds.c
13736
1169
#include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> #include <asm/sfp-machine.h> #include <math-emu/soft-fp.h> #include <math-emu/double.h> #include <math-emu/single.h> int fnmadds(void *frD, void *frA, void *frB, void *frC) { FP_DECL_D(R); FP_DECL_D(A); FP_DECL_D(B); FP_DECL_D(C); FP_DECL...
gpl-2.0
goodhanrry/n9200_goodhanrry_kernel
drivers/media/platform/exynos/fimg2d/fimg2d_cache.c
169
5349
/* linux/drivers/media/video/exynos/fimg2d/fimg2d_cache.c * * Copyright (c) 2011 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * Samsung Graphics 2D driver * * 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 * ...
gpl-2.0
forumber/2.6.35.7-u8800pro-cm7
drivers/misc/tsif.c
169
43458
/* * TSIF Driver * * Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is ...
gpl-2.0
0xD34D/-0xD34D--Kindle-Fire-Kernel
crypto/des_generic.c
937
36209
/* * Cryptographic API. * * DES & Triple DES EDE Cipher Algorithms. * * Copyright (c) 2005 Dag Arne Osvik <da@osvik.no> * * 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
wow73611/smdk6410-linux-3.18.14
fs/btrfs/tests/extent-buffer-tests.c
937
5890
/* * Copyright (C) 2013 Fusion IO. 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 WI...
gpl-2.0
frankiek3/android_kernel_samsung_intercept
drivers/block/umem.c
2473
30577
/* * mm.c - Micro Memory(tm) PCI memory board block device driver - v2.3 * * (C) 2001 San Mehat <nettwerk@valinux.com> * (C) 2001 Johannes Erdfelt <jerdfelt@valinux.com> * (C) 2001 NeilBrown <neilb@cse.unsw.edu.au> * * This driver for the Micro Memory PCI Memory Module with Battery Backup * is Copyright Micro M...
gpl-2.0
PennPanda/litmus-rt
arch/arm/mach-omap2/clkt2xxx_osc.c
2729
1884
/* * OMAP2xxx osc_clk-specific clock code * * Copyright (C) 2005-2008 Texas Instruments, Inc. * Copyright (C) 2004-2010 Nokia Corporation * * Contacts: * Richard Woodruff <r-woodruff2@ti.com> * Paul Walmsley * * Based on earlier work by Tuukka Tikkanen, Tony Lindgren, * Gordon McNutt and RidgeRun, Inc. * *...
gpl-2.0
Split-Screen/android_kernel_motorola_msm8960-common
drivers/media/video/gspca/m5602/m5602_s5k83a.c
3241
14773
/* * Driver for the s5k83a 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
shepherd44/kernel_3.14.4
drivers/input/ff-memless.c
3497
14537
/* * Force feedback support for memoryless devices * * Copyright (c) 2006 Anssi Hannula <anssi.hannula@gmail.com> * Copyright (c) 2006 Dmitry Torokhov <dtor@mail.ru> */ /* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publishe...
gpl-2.0
skelitonlord/android_kernel_samsung_matissewifi
arch/sparc/kernel/process_64.c
4521
20600
/* arch/sparc64/kernel/process.c * * Copyright (C) 1995, 1996, 2008 David S. Miller (davem@davemloft.net) * Copyright (C) 1996 Eddie C. Dost (ecd@skynet.be) * Copyright (C) 1997, 1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz) */ /* * This file handles the architecture-dependent parts of process handli...
gpl-2.0
NoelMacwan/Kernel-10.4.1.B.0.101
arch/sparc/kernel/process_64.c
4521
20600
/* arch/sparc64/kernel/process.c * * Copyright (C) 1995, 1996, 2008 David S. Miller (davem@davemloft.net) * Copyright (C) 1996 Eddie C. Dost (ecd@skynet.be) * Copyright (C) 1997, 1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz) */ /* * This file handles the architecture-dependent parts of process handli...
gpl-2.0
fnoji/android_kernel_htc_impj
drivers/input/tablet/wacom_sys.c
4777
29880
/* * drivers/input/tablet/wacom_sys.c * * USB Wacom tablet support - system specific code */ /* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (a...
gpl-2.0
hsr0/android_kernel_sony_msm7x27a
arch/powerpc/sysdev/ppc4xx_soc.c
7081
6102
/* * IBM/AMCC PPC4xx SoC setup code * * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de> * * L2 cache routines cloned from arch/ppc/syslib/ibm440gx_common.c which is: * Eugene Surovegin <eugene.surovegin@zultys.com> or <ebs@ebshome.net> * Copyright (c) 2003 - 2006 Zultys Technologies * *...
gpl-2.0
Evervolv/android_kernel_htc_msm7x30
drivers/serial/8250_acorn.c
10153
3194
/* * linux/drivers/serial/acorn.c * * Copyright (C) 1996-2003 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. */ #include <linux/module.h> #include <linux/typ...
gpl-2.0
ubuntu-touchCAF/android_kernel_motorola_msm8226
fs/ntfs/logfile.c
12457
28894
/* * logfile.c - NTFS kernel journal handling. Part of the Linux-NTFS project. * * Copyright (c) 2002-2007 Anton Altaparmakov * * This program/include file 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...
gpl-2.0
IllusionRom-deprecated/android_kernel_samsung_msm8660-common
fs/ntfs/logfile.c
12457
28894
/* * logfile.c - NTFS kernel journal handling. Part of the Linux-NTFS project. * * Copyright (c) 2002-2007 Anton Altaparmakov * * This program/include file 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...
gpl-2.0
marlontoe/MAD-LEGACY
fs/adfs/map.c
12969
7075
/* * linux/fs/adfs/map.c * * Copyright (C) 1997-2002 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. */ #include <linux/buffer_head.h> #include <asm/unaligned....
gpl-2.0
Senthil360/android_kernel_samsung_trlte
drivers/video/via/via_utility.c
12969
6019
/* * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License as published by the Free Software Foundation; * either ...
gpl-2.0
zzpu/linux-stack
arch/um/kernel/trap.c
170
8232
/* * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL */ #include <linux/mm.h> #include <linux/sched.h> #include <linux/hardirq.h> #include <linux/module.h> #include <linux/uaccess.h> #include <asm/current.h> #include <asm/pgtable.h> #include <asm/tlbflush.h> #include <...
gpl-2.0
BORETS24/Zenfone-2-500CL
linux/kernel/drivers/external_drivers/camera/drivers/media/pci/atomisp2/css2401a0_v21_build/css/isp/kernels/crop/crop_1.0/ia_css_crop.host.c
170
1817
/* * Support for Intel Camera Imaging ISP subsystem. * * Copyright (c) 2010 - 2014 Intel Corporation. All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 as published by the Free Software Foundation. * ...
gpl-2.0
pkirchhofer/nsa325-linux-upstream
arch/powerpc/kvm/e500_mmu.c
1450
25047
/* * Copyright (C) 2008-2013 Freescale Semiconductor, Inc. All rights reserved. * * Author: Yu Liu, yu.liu@freescale.com * Scott Wood, scottwood@freescale.com * Ashish Kalra, ashish.kalra@freescale.com * Varun Sethi, varun.sethi@freescale.com * Alexander Graf, agraf@suse.de * * ...
gpl-2.0
zanezam/boeffla-kernel-omnirom-s3
arch/mips/kernel/irq-rm7000.c
2986
1319
/* * Copyright (C) 2003 Ralf Baechle * * 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. * * Handler for RM7...
gpl-2.0
varunchitre15/linux
drivers/scsi/bnx2fc/bnx2fc_debug.c
2986
1346
#include "bnx2fc.h" void BNX2FC_IO_DBG(const struct bnx2fc_cmd *io_req, const char *fmt, ...) { struct va_format vaf; va_list args; if (likely(!(bnx2fc_debug_level & LOG_IO))) return; va_start(args, fmt); vaf.fmt = fmt; vaf.va = &args; if (io_req && io_req->port && io_req->port->lport && io_req->port...
gpl-2.0
arjen75/lg_p700_kernel
arch/unicore32/mm/flush.c
2986
2495
/* * linux/arch/unicore32/mm/flush.c * * Code specific to PKUnity SoC and UniCore ISA * * Copyright (C) 2001-2010 GUAN Xue-tao * * 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
xcstacy/kernel-N8000
net/netfilter/xt_quota.c
3242
1919
/* * netfilter module to enforce network quotas * * Sam Johnston <samj@samj.net> */ #include <linux/skbuff.h> #include <linux/slab.h> #include <linux/spinlock.h> #include <linux/netfilter/x_tables.h> #include <linux/netfilter/xt_quota.h> struct xt_quota_priv { spinlock_t lock; uint64_t quota; }; MODULE_LICENSE...
gpl-2.0
fatezero/android_kernel_samsung_smdk4210-tab
net/netfilter/xt_quota.c
3242
1919
/* * netfilter module to enforce network quotas * * Sam Johnston <samj@samj.net> */ #include <linux/skbuff.h> #include <linux/slab.h> #include <linux/spinlock.h> #include <linux/netfilter/x_tables.h> #include <linux/netfilter/xt_quota.h> struct xt_quota_priv { spinlock_t lock; uint64_t quota; }; MODULE_LICENSE...
gpl-2.0
n-aizu/linux-linaro-stable-mx6
arch/mips/ath79/dev-usb.c
4522
6162
/* * Atheros AR7XXX/AR9XXX USB Host Controller device * * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> * * Parts of this file are based on Atheros' 2.6.15 BSP * * This program is free software; you can redistribute it and/or modify it * unde...
gpl-2.0