repo_name
string
path
string
copies
string
size
string
content
string
license
string
naota/hfsplus
drivers/hid/hid-a4tech.c
8239
3731
/* * HID driver for some a4tech "special" devices * * Copyright (c) 1999 Andreas Gal * Copyright (c) 2000-2005 Vojtech Pavlik <vojtech@suse.cz> * Copyright (c) 2005 Michael Haboustak <mike-@cinci.rr.com> for Concept2, Inc * Copyright (c) 2006-2007 Jiri Kosina * Copyright (c) 2007 Paul Walmsley * Copyrigh...
gpl-2.0
GlitchKernel/Glitch-i9300
drivers/hid/hid-a4tech.c
8239
3731
/* * HID driver for some a4tech "special" devices * * Copyright (c) 1999 Andreas Gal * Copyright (c) 2000-2005 Vojtech Pavlik <vojtech@suse.cz> * Copyright (c) 2005 Michael Haboustak <mike-@cinci.rr.com> for Concept2, Inc * Copyright (c) 2006-2007 Jiri Kosina * Copyright (c) 2007 Paul Walmsley * Copyrigh...
gpl-2.0
tkawajir/android_kernel_lg_l04e
arch/arm/boot/compressed/sdhi-sh7372.c
8751
2717
/* * SuperH Mobile SDHI * * Copyright (C) 2010 Magnus Damm * Copyright (C) 2010 Kuninori Morimoto * Copyright (C) 2010 Simon Horman * * 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. * * P...
gpl-2.0
kibuuka/dv80_2.6_emo
arch/mips/dec/prom/memory.c
9007
2976
/* * memory.c: memory initialisation code. * * Copyright (C) 1998 Harald Koerfgen, Frieder Streffer and Paul M. Antoine * Copyright (C) 2000, 2002 Maciej W. Rozycki */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/mm.h> #include <linux/bootmem.h> #include <linux/types.h> #include <asm/addrspa...
gpl-2.0
daxgirl/2Stroke-kernel-n910f
tools/power/cpupower/utils/idle_monitor/amd_fam14h_idle.c
9775
8644
/* * (C) 2010,2011 Thomas Renninger <trenn@suse.de>, Novell Inc. * * Licensed under the terms of the GNU GPL License version 2. * * PCI initialization based on example code from: * Andreas Herrmann <andreas.herrmann3@amd.com> */ #if defined(__i386__) || defined(__x86_64__) #include <stdio.h> #include ...
gpl-2.0
ShichangXu/hammerhead
arch/powerpc/sysdev/mpic_pasemi_msi.c
9775
4554
/* * Copyright 2007, Olof Johansson, PA Semi * * Based on arch/powerpc/sysdev/mpic_u3msi.c: * * Copyright 2006, Segher Boessenkool, IBM Corporation. * Copyright 2006-2007, Michael Ellerman, IBM Corporation. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU...
gpl-2.0
f-andrew-beal/whoi-3.2-kernel
arch/cris/arch-v10/drivers/eeprom.c
11311
22088
/*!***************************************************************************** *! *! Implements an interface for i2c compatible eeproms to run under Linux. *! Supports 2k, 8k(?) and 16k. Uses adaptive timing adjustments by *! Johan.Adolfsson@axis.com *! *! Probing results: *! 8k or not is detected (the assumes...
gpl-2.0
tuxillo/aarch64-dragonfly-gcc
libgcc/config/libbid/bid128_quantize.c
48
8031
/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of GCC. GCC 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 3, or (at your option) any later version. GCC is distribute...
gpl-2.0
lsigithub/axxia_yocto_linux_4.1_pull
drivers/mmc/host/cavium-octeon.c
48
9089
/* * Driver for MMC and SSD cards for Cavium OCTEON SOCs. * * 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) 2012-2017 Cavium Inc. */ #include <linux/dma-mapping.h> #include...
gpl-2.0
12019/linux-2.6.34-ts471x
sound/soc/au1x/psc-i2s.c
48
11147
/* * Au12x0/Au1550 PSC ALSA ASoC audio support. * * (c) 2007-2008 MSC Vertriebsges.m.b.H., * Manuel Lauss <manuel.lauss@gmail.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 Foundat...
gpl-2.0
AltraMayor/XIA-for-Linux
drivers/net/wireless/ath/wil6210/main.c
48
27702
/* * Copyright (c) 2012-2015 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 notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND TH...
gpl-2.0
lizhm82/p4a-kernel
drivers/video/backlight/l4f00242t03.c
48
5708
/* * l4f00242t03.c -- support for Epson L4F00242T03 LCD * * Copyright 2007-2009 Freescale Semiconductor, Inc. All Rights Reserved. * * Copyright (c) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.com> * Inspired by Marek Vasut work in l4f00242t03.c * * This program is free software; you can redistribute it ...
gpl-2.0
nimengyu2/jorjin-ap-module-dm37-android-kernel
lib/swiotlb.c
48
26139
/* * Dynamic DMA mapping support. * * This implementation is a fallback for platforms that do not support * I/O TLBs (aka DMA address translation hardware). * Copyright (C) 2000 Asit Mallick <Asit.K.Mallick@intel.com> * Copyright (C) 2000 Goutham Rao <goutham.rao@intel.com> * Copyright (C) 2000, 2003 Hewlett-Pac...
gpl-2.0
roadlabs/limbo-android
jni/glib/glib/gdir.c
48
6937
/* GLIB - Library of useful routines for C programming * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * gdir.c: Simplified wrapper around the DIRENT functions. * * Copyright 2001 Hans Breuer * Copyright 2004 Tor Lillqvist * * This library is free software; you can redistribute it ...
gpl-2.0
alma-siwon/Solid_Kernel-GPROJ
drivers/input/rmi4/rmi_f11.c
48
47770
/* * Copyright (c) 2011 Synaptics Incorporated * Copyright (c) 2011 Unixphere * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any ...
gpl-2.0
Perferom/android_kernel_htc_msm7x27
net/sched/act_skbedit.c
816
5881
/* * Copyright (c) 2008, Intel Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope it will be useful, but...
gpl-2.0
andreamerello/linux-analogdevices
fs/btrfs/dir-item.c
1328
13124
/* * 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
MattCrystal/oneXL
drivers/net/wireless/mwifiex/11n_rxreorder.c
2096
17893
/* * Marvell Wireless LAN device driver: 802.11n RX Re-ordering * * Copyright (C) 2011, Marvell International Ltd. * * This software file (the "File") is distributed by Marvell International * Ltd. under the terms of the GNU General Public License Version 2, June 1991 * (the "License"). You may use, redistribut...
gpl-2.0
YUPlayGod/android_kernel_yu_msm8916
drivers/usb/core/file.c
2352
6383
/* * drivers/usb/core/file.c * * (C) Copyright Linus Torvalds 1999 * (C) Copyright Johannes Erdfelt 1999-2001 * (C) Copyright Andreas Gal 1999 * (C) Copyright Gregory P. Smith 1999 * (C) Copyright Deti Fliegl 1999 (new USB architecture) * (C) Copyright Randy Dunlap 2000 * (C) Copyright David Brownell 2000-2001...
gpl-2.0
TREX-ROM/android_kernel_asus_grouper
drivers/gpu/drm/radeon/r600_blit.c
2608
22490
/* * Copyright 2009 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, m...
gpl-2.0
UberSlim/KernelSanders_L90
arch/sparc/kernel/setup_32.c
4400
8241
/* * linux/arch/sparc/kernel/setup.c * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) * Copyright (C) 2000 Anton Blanchard (anton@samba.org) */ #include <linux/errno.h> #include <linux/sched.h> #include <linux/kernel.h> #include <linux/mm.h> #include <linux/stddef.h> #include <linux/unistd.h> ...
gpl-2.0
schqiushui/kernel_kk_sense_a5
arch/sparc/kernel/traps_64.c
4400
76560
/* arch/sparc64/kernel/traps.c * * Copyright (C) 1995,1997,2008,2009 David S. Miller (davem@davemloft.net) * Copyright (C) 1997,1999,2000 Jakub Jelinek (jakub@redhat.com) */ /* * I like traps on v9, :)))) */ #include <linux/module.h> #include <linux/sched.h> #include <linux/linkage.h> #include <linux/kernel.h> ...
gpl-2.0
kirananto/RaZorReborn
arch/tile/gxio/trio.c
4656
1189
/* * Copyright 2012 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
BrateloSlava/test-sez-cm-kernel
drivers/net/wireless/b43legacy/radio.c
4912
60278
/* Broadcom B43legacy wireless driver Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>, Stefano Brivio <stefano.brivio@polimi.it> Michael Buesch <m@bues.ch> Danny van Dyk <kugelfang@gentoo.org> Andreas Jaggi <andreas.jaggi@waterwave.ch> Copyright (c) 2007 Larry Finger <Larry.F...
gpl-2.0
pretoriano80/N5MIUI
drivers/input/tablet/kbtab.c
4912
5092
#include <linux/kernel.h> #include <linux/slab.h> #include <linux/module.h> #include <linux/init.h> #include <linux/usb/input.h> #include <asm/unaligned.h> /* * Version Information * v0.0.1 - Original, extremely basic version, 2.4.xx only * v0.0.2 - Updated, works with 2.5.62 and 2.4.20; * - added pressu...
gpl-2.0
Jazz-823/kernel_sony_togari
drivers/bcma/driver_chipcommon.c
5168
4296
/* * Broadcom specific AMBA * ChipCommon core driver * * Copyright 2005, Broadcom Corporation * Copyright 2006, 2007, Michael Buesch <m@bues.ch> * * Licensed under the GNU/GPL. See COPYING for details. */ #include "bcma_private.h" #include <linux/export.h> #include <linux/bcma/bcma.h> static inline u32 bcma_c...
gpl-2.0
TeamTwisted/kernel_lge_hammerhead
kernel/trace/trace_kdb.c
8496
3087
/* * kdb helper for dumping the ftrace buffer * * Copyright (C) 2010 Jason Wessel <jason.wessel@windriver.com> * * ftrace_dump_buf based on ftrace_dump: * Copyright (C) 2007-2008 Steven Rostedt <srostedt@redhat.com> * Copyright (C) 2008 Ingo Molnar <mingo@redhat.com> * */ #include <linux/init.h> #include <linu...
gpl-2.0
Arakmar/android_kernel_sony_msm8660
drivers/staging/rtl8192u/ieee80211/michael_mic.c
12080
3669
/* * Cryptographic API * * Michael MIC (IEEE 802.11i/TKIP) keyed digest * * Copyright (c) 2004 Jouni Malinen <jkmaline@cc.hut.fi> * * 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 Foundat...
gpl-2.0
matthiasdiener/kmaf
arch/mips/vr41xx/common/init.c
13360
2019
/* * init.c, Common initialization routines for NEC VR4100 series. * * Copyright (C) 2003-2009 Yoichi Yuasa <yuasa@linux-mips.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; ...
gpl-2.0
jorapi/android_kernel_lge_g3
arch/mips/vr41xx/common/init.c
13360
2019
/* * init.c, Common initialization routines for NEC VR4100 series. * * Copyright (C) 2003-2009 Yoichi Yuasa <yuasa@linux-mips.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; ...
gpl-2.0
buglabs/bug20-2.6.31-omap
drivers/media/common/tuners/tda18271-common.c
49
17561
/* tda18271-common.c - driver for the Philips / NXP TDA18271 silicon tuner Copyright (C) 2007, 2008 Michael Krufky <mkrufky@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 Found...
gpl-2.0
promovicz/linux-2.6.33-lpc313x
drivers/staging/batman-adv/bitarray.c
49
4898
/* * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: * * Simon Wunderlich, Marek Lindner * * 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
pigworlds/asuswrttest
release/src/router/openssl/crypto/camellia/cmll_misc.c
49
3300
/* crypto/camellia/camellia_misc.c -*- mode:C; c-file-style: "eay" -*- */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provi...
gpl-2.0
blueskycoco/d2
drivers/staging/comedi/drivers/vmk80xx.c
49
31845
/* comedi/drivers/vmk80xx.c Velleman USB Board Low-Level Driver Copyright (C) 2009 Manuel Gebele <forensixs@gmx.de>, Germany 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/...
gpl-2.0
Excito/kernel-3.18
drivers/gpu/drm/i915/i915_gem_render_state.c
305
4149
/* * Copyright © 2014 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, pub...
gpl-2.0
riverzhou/kernel-c8500
mm/quicklist.c
561
2457
/* * Quicklist support. * * Quicklists are light weight lists of pages that have a defined state * on alloc and free. Pages must be in the quicklist specific defined state * (zero by default) when the page is freed. It seems that the initial idea * for such lists first came from Dave Miller and then various other...
gpl-2.0
lvming/linux
drivers/media/platform/omap3isp/isph3a_af.c
561
11096
/* * isph3a_af.c * * TI OMAP3 ISP - H3A AF module * * Copyright (C) 2010 Nokia Corporation * Copyright (C) 2009 Texas Instruments, Inc. * * Contacts: David Cohen <dacohen@gmail.com> * Laurent Pinchart <laurent.pinchart@ideasonboard.com> * Sakari Ailus <sakari.ailus@iki.fi> * * This program is free...
gpl-2.0
jdheiner/SGH-T769_Kernel
drivers/gpu/drm/radeon/r600_cp.c
817
79896
/* * Copyright 2008-2009 Advanced Micro Devices, Inc. * Copyright 2008 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 ...
gpl-2.0
Sawed0ff/g3_kernel
drivers/staging/rtl8712/rtl871x_recv.c
817
21590
/****************************************************************************** * rtl871x_recv.c * * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. * Linux device driver for RTL8192SU * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of...
gpl-2.0
Ateeq72/hTC_Pico_Kernel
sound/pci/ens1370.c
2609
80877
/* * Driver for Ensoniq ES1370/ES1371 AudioPCI soundcard * Copyright (c) by Jaroslav Kysela <perex@perex.cz>, * Thomas Sailer <sailer@ife.ee.ethz.ch> * * 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
TeamExodus/kernel_asus_fugu
drivers/isdn/capi/capi.c
2609
32979
/* $Id: capi.c,v 1.1.2.7 2004/04/28 09:48:59 armin Exp $ * * CAPI 2.0 Interface for Linux * * Copyright 1996 by Carsten Paeth <calle@calle.de> * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. * */ #include <linux/module...
gpl-2.0
Team-Blackout/EvilZ.213.BLACKOUT_edition
arch/powerpc/kernel/module.c
2609
2775
/* Kernel module help for powerpc. Copyright (C) 2001, 2003 Rusty Russell IBM Corporation. Copyright (C) 2008 Freescale Semiconductor, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Fo...
gpl-2.0
meizuosc/m03x
crypto/blkcipher.c
3121
19013
/* * Block chaining cipher operations. * * Generic encrypt/decrypt wrapper for ciphers, handles operations across * multiple page boundaries by using temporary blocks. In user context, * the kernel is given a chance to schedule us once per page. * * Copyright (c) 2006 Herbert Xu <herbert@gondor.apana.org.au> ...
gpl-2.0
sssemil/kernel_sniper-ICS
fs/ocfs2/stack_o2cb.c
3121
10138
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * stack_o2cb.c * * Code which interfaces ocfs2 with the o2cb stack. * * 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...
gpl-2.0
AOKP/kernel_oppo_find5
arch/arm/mach-msm/clock-pcom.c
3121
5171
/* * Copyright (C) 2007 Google, Inc. * Copyright (c) 2007-2011, 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 * may be copied, distributed, and modified under those terms. *...
gpl-2.0
Pafcholini/kernel-msm-3.10
arch/tile/gxio/kiorpc.c
4657
1768
/* * Copyright 2012 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
Maxr1998/hellsCore-mako
drivers/staging/comedi/drivers/pcmad.c
8241
4707
/* comedi/drivers/pcmad.c Hardware driver for Winsystems PCM-A/D12 and PCM-A/D16 COMEDI - Linux Control and Measurement Device Interface Copyright (C) 2000,2001 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 ...
gpl-2.0
mythos234/cmkernel_zeroltexx
drivers/infiniband/hw/amso1100/c2_cm.c
11569
10009
/* * Copyright (c) 2005 Ammasso, Inc. All rights reserved. * Copyright (c) 2005 Open Grid Computing, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, availab...
gpl-2.0
shakalaca/ASUS_ZenFone_A450CG
linux/kernel/arch/m32r/platforms/m32104ut/io.c
13873
7447
/* * linux/arch/m32r/platforms/m32104ut/io.c * * Typical I/O routines for M32104UT board. * * Copyright (c) 2001-2005 Hiroyuki Kondo, Hirokazu Takata, * Hitoshi Yamamoto, Mamoru Sakugawa, * Naoto Sugai, Hayato Fujiwara */ #include <asm/m32r.h> #include <a...
gpl-2.0
javelinanddart/kernel_samsung_msm8660
drivers/media/dvb/b2c2/flexcop-eeprom.c
14385
3274
/* * Linux driver for digital TV devices equipped with B2C2 FlexcopII(b)/III * flexcop-eeprom.c - eeprom access methods (currently only MAC address reading) * see flexcop.c for copyright information */ #include "flexcop.h" #if 0 /*EEPROM (Skystar2 has one "24LC08B" chip on board) */ static int eeprom_write(struct ...
gpl-2.0
micchie/mptcp
drivers/net/ethernet/neterion/s2io.c
50
246331
/************************************************************************ * s2io.c: A Linux PCI-X Ethernet driver for Neterion 10GbE Server NIC * Copyright(c) 2002-2010 Exar Corp. * * This software may be used and distributed according to the terms of * the GNU General Public License (GPL), incorporated herein by ...
gpl-2.0
smarkwell/asuswrt-merlin
release/src-rt/linux/linux-2.6/drivers/media/video/bt8xx/bttv-input.c
50
8923
/* * * Copyright (c) 2003 Gerd Knorr * Copyright (c) 2003 Pavel Machek * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later ...
gpl-2.0
Krabappel2548/kernel_msm8x60
drivers/usb/gadget/f_gg.c
50
7834
/* * f_gg.c -- USB gadget gordons gate driver for ETS * * Copyright (C) 2010-2012 by Sony Ericsson Mobile Communications AB * Copyright (C) 2012 Sony Mobile Communications AB. * * This software is distributed under the terms of the GNU General * Public License ("GPL") as published by the Free Software Foundation...
gpl-2.0
PenguPilot/overo-kernel
net/netfilter/nf_conntrack_helper.c
50
11415
/* Helper handling for netfilter. */ /* (C) 1999-2001 Paul `Rusty' Russell * (C) 2002-2006 Netfilter Core Team <coreteam@netfilter.org> * (C) 2003,2004 USAGI/WIDE Project <http://www.linux-ipv6.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
EnJens/kernel_tf201_stock
fs/ext3/inode.c
306
108078
/* * linux/fs/ext3/inode.c * * Copyright (C) 1992, 1993, 1994, 1995 * Remy Card (card@masi.ibp.fr) * Laboratoire MASI - Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * * from * * linux/fs/minix/inode.c * * Copyright (C) 1991, 1992 Linus Torvalds * * Goal-directed block allocat...
gpl-2.0
jserve2014/OPENWRT_r48629
target/linux/ar71xx/files/arch/mips/ath79/mach-onion-omega.c
306
2045
/* * Onion Omega board support * * Copyright (C) 2015 Boken Lin <bl@onion.io> * * 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/gpio.h> #include <asm/...
gpl-2.0
janarthananfit/android_kernel_msm_beni
net/dccp/input.c
562
22232
/* * net/dccp/input.c * * An implementation of the DCCP protocol * Arnaldo Carvalho de Melo <acme@conectiva.com.br> * * 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
TenchiMasaki/android-tegra-nv-3.1.10-rel-15r7
drivers/media/video/em28xx/em28xx-audio.c
562
19472
/* * Empiatech em28x1 audio extension * * Copyright (C) 2006 Markus Rechberger <mrechberger@gmail.com> * * Copyright (C) 2007-2011 Mauro Carvalho Chehab <mchehab@redhat.com> * - Port to work with the in-kernel driver * - Cleanups, fixes, alsa-controls, etc. * * This driver is based on my previous au600 usb...
gpl-2.0
deepongi/android_kernel_sony_msm
drivers/infiniband/hw/mthca/mthca_qp.c
2610
62454
/* * Copyright (c) 2004 Topspin Communications. All rights reserved. * Copyright (c) 2005 Cisco Systems. All rights reserved. * Copyright (c) 2005 Mellanox Technologies. All rights reserved. * Copyright (c) 2004 Voltaire, Inc. All rights reserved. * * This software is available to you under a choice of one of tw...
gpl-2.0
umiddelb/linux-fslc
drivers/net/phy/ste10Xp.c
3378
3479
/* * drivers/net/phy/ste10Xp.c * * Driver for STMicroelectronics STe10Xp PHYs * * Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> * * Copyright (c) 2008 STMicroelectronics Limited * * 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
DooMLoRD/android_kernel_htc_tegra3
drivers/ata/pata_ns87410.c
3634
5057
/* * pata_ns87410.c - National Semiconductor 87410 PATA for new ATA layer * (C) 2006 Red Hat Inc * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your opt...
gpl-2.0
WhiteDawn/Whatever-Flo-Android-Kernel
sound/soc/codecs/stac9766.c
4914
12581
/* * stac9766.c -- ALSA SoC STAC9766 codec support * * Copyright 2009 Jon Smirl, Digispeaker * Author: Jon Smirl <jonsmirl@gmail.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Found...
gpl-2.0
wimpknocker/lge-kernel-lproj
arch/arm/plat-mxc/devices/platform-mx2-camera.c
4914
2340
/* * Copyright (C) 2010 Pengutronix * Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de> * * 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 <mach/hardware.h> #include...
gpl-2.0
sleekmason/LG-V510-Kitkat
arch/arm/mach-imx/mm-imx1.c
5426
1723
/* * author: Sascha Hauer * Created: april 20th, 2004 * Copyright: Synertronixx GmbH * * Common code for i.MX1 machines * * 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
LIFECorp/kernel
arch/arm/mach-nomadik/clock.c
7986
1437
/* * linux/arch/arm/mach-nomadik/clock.c * * Copyright (C) 2009 Alessandro Rubini */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/errno.h> #include <linux/clk.h> #include <linux/clkdev.h> #include "clock.h" /* * The nomadik board uses generic clocks, but the serial pl011 file * calls clk...
gpl-2.0
high1/android_kernel_htc_golfu_wifi
drivers/staging/comedi/drivers/gsc_hpdi.c
7986
30722
/* comedi/drivers/gsc_hpdi.c This is a driver for the General Standards Corporation High Speed Parallel Digital Interface rs485 boards. Author: Frank Mori Hess <fmhess@users.sourceforge.net> Copyright (C) 2003 Coherent Imaging Systems COMEDI - Linux Control and Measurement Device Interface ...
gpl-2.0
dohclude/android_kernel_htc_msm8960
drivers/staging/cxt1e1/pmcc4_drv.c
51
57708
/* * $Id: pmcc4_drv.c,v 3.1 2007/08/15 23:32:17 rickd PMCC4_3_1B $ */ /*----------------------------------------------------------------------------- * pmcc4_drv.c - * * Copyright (C) 2007 One Stop Systems, Inc. * Copyright (C) 2002-2006 SBE, Inc. * * This program is free software; you can redistribute it...
gpl-2.0
sabyasachi/ctags-exuberant
get.c
51
15984
/* * $Id: get.c 559 2007-06-17 03:30:09Z elliotth $ * * Copyright (c) 1996-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains the high level source read functions (preprocessor * directives are handled wit...
gpl-2.0
twobob/buildroot-kindle
output/build/host-ncurses-5.9/ncurses/base/lib_addch.c
51
15644
/**************************************************************************** * Copyright (c) 1998-2009,2010 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy ...
gpl-2.0
ktraghavendra/linux
drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c
51
19450
/* * Copyright (c) 2014, The Linux Foundation. All rights reserved. * Copyright (C) 2013 Red Hat * Author: Rob Clark <robdclark@gmail.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 ...
gpl-2.0
sloshedpuppie/LetsGoRetro
xbmc/filesystem/udf25.cpp
51
31038
/* * Copyright (C) 2010 Team Boxee * http://www.boxee.tv * * Copyright (C) 2010-2013 Team XBMC * http://xbmc.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;...
gpl-2.0
drod2169/Linux-3.14.x
arch/tile/gxio/iorpc_usb_host.c
2355
2738
/* * Copyright 2012 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
tommytarts/QuantumKernelM8-GPe2
arch/arm/mach-shmobile/pfc-sh7372.c
4915
59494
/* * sh7372 processor support - PFC hardware block * * Copyright (C) 2010 Kuninori Morimoto <morimoto.kuninori@renesas.com> * * Based on * sh7367 processor support - PFC hardware block * Copyright (C) 2010 Magnus Damm * * This program is free software; you can redistribute it and/or modify * it under the te...
gpl-2.0
eklovya/android_kernel_lge_p725
drivers/rapidio/rio.c
7987
33020
/* * RapidIO interconnect services * (RapidIO Interconnect Specification, http://www.rapidio.org) * * Copyright 2005 MontaVista Software, Inc. * Matt Porter <mporter@kernel.crashing.org> * * Copyright 2009 Integrated Device Technology, Inc. * Alex Bounine <alexandre.bounine@idt.com> * - Added Port-Write/Error ...
gpl-2.0
meizuosc/m9
drivers/rapidio/rio-driver.c
8499
6088
/* * RapidIO driver support * * Copyright 2005 MontaVista Software, Inc. * Matt Porter <mporter@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...
gpl-2.0
michabs/linux-imx6-3.14
drivers/video/via/via_aux_edid.c
9779
2399
/* * Copyright 2011 Florian Tobias Schandinat <FlorianSchandinat@gmx.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, or (at your option) any later version. * * ...
gpl-2.0
weixu8/QEMU-s5l89xx-port
spice-qemu-char.c
52
5364
#include "config-host.h" #include "trace.h" #include "ui/qemu-spice.h" #include <spice.h> #include <spice-experimental.h> #include "osdep.h" #define dprintf(_scd, _level, _fmt, ...) \ do { \ static unsigned __dpr...
gpl-2.0
DougFirErickson/linux
kernel/auditfilter.c
564
34557
/* auditfilter.c -- filtering of audit events * * Copyright 2003-2004 Red Hat, Inc. * Copyright 2005 Hewlett-Packard Development Company, L.P. * Copyright 2005 IBM Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publis...
gpl-2.0
softirq/linux-2.6.32.60
drivers/media/dvb/frontends/s921_module.c
564
4554
/* * Driver for Sharp s921 driver * * Copyright (C) 2008 Markus Rechberger <mrechberger@sundtek.de> * * All rights reserved. * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/delay.h> #include "dvb_frontend.h" #include "s921_module.h" #include "s921_core.h" static unsigned int debug = 0...
gpl-2.0
Seagate/SMR_FS-EXT4
kernel/drivers/video/fbdev/vt8500lcdfb.c
1332
12987
/* * linux/drivers/video/vt8500lcdfb.c * * Copyright (C) 2010 Alexey Charkov <alchark@gmail.com> * * Based on skeletonfb.c and pxafb.c * * 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, a...
gpl-2.0
XileForce/Linaro-LSK
drivers/media/common/saa7146/saa7146_video.c
2100
35406
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <media/saa7146_vv.h> #include <media/v4l2-chip-ident.h> #include <media/v4l2-event.h> #include <media/v4l2-ctrls.h> #include <linux/module.h> static int max_memory = 32; module_param(max_memory, int, 0644); MODULE_PARM_DESC(max_memory, "maximum memory usage for ca...
gpl-2.0
MingquanLiang/linux
scripts/kconfig/lxdialog/textbox.c
3380
9206
/* * textbox.c -- implements the text box * * ORIGINAL AUTHOR: Savio Lam (lam836@cs.cuhk.hk) * MODIFIED FOR LINUX KERNEL CONFIG BY: William Roadcap (roadcap@cfw.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as publish...
gpl-2.0
crdroid-devices/android_kernel_htc_msm8974
arch/cris/kernel/ptrace.c
4404
1050
/* * linux/arch/cris/kernel/ptrace.c * * Parts taken from the m68k port. * * Copyright (c) 2000, 2001, 2002 Axis Communications AB * * Authors: Bjorn Wesen * */ #include <linux/kernel.h> #include <linux/sched.h> #include <linux/mm.h> #include <linux/smp.h> #include <linux/errno.h> #include <linux/ptrace.h>...
gpl-2.0
119/aircam-openwrt
build_dir/toolchain-arm_v5te_gcc-linaro_uClibc-0.9.32_eabi/linux-2.6.28.fa2/arch/arm/mach-footbridge/personal-pci.c
4404
1400
/* * linux/arch/arm/mach-footbridge/personal-pci.c * * PCI bios-type initialisation for PCI machines * * Bits taken from various places. */ #include <linux/kernel.h> #include <linux/pci.h> #include <linux/init.h> #include <asm/irq.h> #include <asm/mach/pci.h> #include <asm/mach-types.h> static int irqmap_person...
gpl-2.0
F4uzan/lge-kernel-lproj
arch/s390/appldata/appldata_net_sum.c
7732
4252
/* * arch/s390/appldata/appldata_net_sum.c * * Data gathering module for Linux-VM Monitor Stream, Stage 1. * Collects accumulated network statistics (Packets received/transmitted, * dropped, errors, ...). * * Copyright (C) 2003,2006 IBM Corporation, IBM Deutschland Entwicklung GmbH. * * Author: Gerald Schaefer...
gpl-2.0
nimengyu2/ti-a8-linux-04.06.00.07
fs/ocfs2/symlink.c
7988
4177
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * linux/cluster/ssi/cfs/symlink.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 * th...
gpl-2.0
NoelMacwan/SXDNickiKernels
fs/ocfs2/symlink.c
7988
4177
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * linux/cluster/ssi/cfs/symlink.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 * th...
gpl-2.0
garwynn/L900_NE2_Kernel
net/activity_stats.c
7988
2833
/* net/activity_stats.c * * Copyright (C) 2010 Google, Inc. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in the hope tha...
gpl-2.0
Orion116/kernel_samsung_lt03wifi_rebase
crypto/tea.c
10036
7253
/* * Cryptographic API. * * TEA, XTEA, and XETA crypto alogrithms * * The TEA and Xtended TEA algorithms were developed by David Wheeler * and Roger Needham at the Computer Laboratory of Cambridge University. * * Due to the order of evaluation in XTEA many people have incorrectly * implemented it. XETA (XTE...
gpl-2.0
walac/linux
drivers/net/ethernet/intel/ice/ice_dcb_lib.c
53
23720
// SPDX-License-Identifier: GPL-2.0 /* Copyright (c) 2019, Intel Corporation. */ #include "ice_dcb_lib.h" #include "ice_dcb_nl.h" /** * ice_vsi_cfg_netdev_tc - Setup the netdev TC configuration * @vsi: the VSI being configured * @ena_tc: TC map to be enabled */ void ice_vsi_cfg_netdev_tc(struct ice_vsi *vsi, u8 e...
gpl-2.0
joninvski/ts_7500_kernel
drivers/rtc/rtc-rs5c348.c
53
7198
/* * A SPI driver for the Ricoh RS5C348 RTC * * Copyright (C) 2006 Atsushi Nemoto <anemo@mba.ocn.ne.jp> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * The board specifi...
gpl-2.0
garwynn/D710SPR_GB27_Kernel
arch/arm/mm/alignment.c
53
25338
/* * linux/arch/arm/mm/alignment.c * * Copyright (C) 1995 Linus Torvalds * Modifications for ARM processor (c) 1995-2001 Russell King * Thumb alignment fault fixups (c) 2004 MontaVista Software, Inc. * - Adapted from gdb/sim/arm/thumbemu.c -- Thumb instruction emulation. * Copyright (C) 1996, Cygnus Sof...
gpl-2.0
nmathewson/linux-2.6
net/bridge/netfilter/ebtables.c
53
64854
/* * ebtables * * Author: * Bart De Schuymer <bdschuym@pandora.be> * * ebtables.c,v 2.0, July, 2002 * * This code is stongly inspired on the iptables code which is * Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling * * This program is free software; you can redistribute it and/or * modi...
gpl-2.0
shakalaca/ASUS_ZenFone_ZE601KL
external/iproute2/lib/ll_map.c
53
4158
/* * ll_map.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. * * Authors: Alexey Kuznetsov, <kuznet@ms2.i...
gpl-2.0
scotthartbti/android_kernel_huawei_angler
drivers/soc/qcom/ipc_router_mhi_xprt.c
309
27743
/* Copyright (c) 2014, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope...
gpl-2.0
kraml/desire-sense-kernel
drivers/mtd/nand/cmx270_nand.c
565
6077
/* * linux/drivers/mtd/nand/cmx270-nand.c * * Copyright (C) 2006 Compulab, Ltd. * Mike Rapoport <mike@compulab.co.il> * * Derived from drivers/mtd/nand/h1910.c * Copyright (C) 2002 Marius Gröger (mag@sysgo.de) * Copyright (c) 2001 Thomas Gleixner (gleixner@autronix.de) * * * This program is f...
gpl-2.0
bayger/kernel_amlogic
net/mac80211/tx.c
821
72386
/* * Copyright 2002-2005, Instant802 Networks, Inc. * Copyright 2005-2006, Devicescape Software, Inc. * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz> * Copyright 2007 Johannes Berg <johannes@sipsolutions.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU...
gpl-2.0
auras76/aur-kernel-XZxx
drivers/soc/qcom/scm-boot.c
821
3056
/* Copyright (c) 2010, 2014, 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 th...
gpl-2.0
Shaky156/Shield-Tablet-CPU2.5Ghz-GPU060Mhz-Overclock
drivers/misc/uid_stat.c
1077
3788
/* drivers/misc/uid_stat.c * * Copyright (C) 2008 - 2009 Google, Inc. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in th...
gpl-2.0
bigsupersquid/android_kernel_lge_msm7x27-3.0.x
drivers/vhost/vhost.c
1333
38629
/* Copyright (C) 2009 Red Hat, Inc. * Copyright (C) 2006 Rusty Russell IBM Corporation * * Author: Michael S. Tsirkin <mst@redhat.com> * * Inspiration, some code, and most witty comments come from * Documentation/virtual/lguest/lguest.c, by Rusty Russell * * This work is licensed under the terms of the GNU GPL,...
gpl-2.0