repo_name
string
path
string
copies
string
size
string
content
string
license
string
javelinanddart/android_kernel_samsung_msm8974
fs/minix/dir.c
6
11456
/* * linux/fs/minix/dir.c * * Copyright (C) 1991, 1992 Linus Torvalds * * minix directory handling functions * * Updated to filesystem version 3 by Daniel Aragones */ #include "minix.h" #include <linux/buffer_head.h> #include <linux/highmem.h> #include <linux/swap.h> typedef struct minix_dir_entry minix_d...
gpl-2.0
ssahani/systemd
src/test/test-mountpoint-util.c
6
13890
/* SPDX-License-Identifier: LGPL-2.1-or-later */ #include <sched.h> #include <sys/mount.h> #include <unistd.h> #include "alloc-util.h" #include "constants.h" #include "fd-util.h" #include "fileio.h" #include "hashmap.h" #include "log.h" #include "mountpoint-util.h" #include "path-util.h" #include "rm-rf.h" #include "...
gpl-2.0
dh-electronics/linux-am35x
arch/arm/mach-versatile/core.c
518
21754
/* * linux/arch/arm/mach-versatile/core.c * * Copyright (C) 1999 - 2003 ARM Limited * Copyright (C) 2000 Deep Blue Solutions Ltd * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; eith...
gpl-2.0
willizambrano/android_kernel_motorola_msm8916
arch/x86/kernel/cpu/mtrr/main.c
1798
20585
/* Generic MTRR (Memory Type Range Register) driver. Copyright (C) 1997-2000 Richard Gooch Copyright (c) 2002 Patrick Mochel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Fo...
gpl-2.0
prasidh09/cse506
unionfs-3.10.y/drivers/usb/host/isp116x-hcd.c
1798
44299
/* * ISP116x HCD (Host Controller Driver) for USB. * * Derived from the SL811 HCD, rewritten for ISP116x. * Copyright (C) 2005 Olav Kongas <ok@artecdesign.ee> * * Portions: * Copyright (C) 2004 Psion Teklogix (for NetBook PRO) * Copyright (C) 2004 David Brownell * * Periodic scheduling is based on Roman's OHC...
gpl-2.0
Mirenk/android_kernel_htc_msm8974
fs/proc/consoles.c
2566
2220
/* * Copyright (c) 2010 Werner Fink, Jiri Slaby * * Licensed under GPLv2 */ #include <linux/console.h> #include <linux/kernel.h> #include <linux/proc_fs.h> #include <linux/seq_file.h> #include <linux/tty_driver.h> /* * This is handler for /proc/consoles */ static int show_console_dev(struct seq_file *m, void *v...
gpl-2.0
htdevices/linux-2.6-imx
drivers/scsi/sun3_scsi.c
2822
14267
/* * Sun3 SCSI stuff by Erik Verbruggen (erik@bigmama.xtdnet.nl) * * Sun3 DMA routines added by Sam Creasey (sammy@sammy.net) * * Adapted from mac_scsinew.c: */ /* * Generic Macintosh NCR5380 driver * * Copyright 1998, Michael Schmitz <mschmitz@lbl.gov> * * derived in part from: */ /* * Generic Generic NCR...
gpl-2.0
venkatkamesh/android_kernel_sonyz_msm8974
net/8021q/vlan_core.c
3334
8500
#include <linux/skbuff.h> #include <linux/netdevice.h> #include <linux/if_vlan.h> #include <linux/netpoll.h> #include <linux/export.h> #include "vlan.h" bool vlan_do_receive(struct sk_buff **skbp, bool last_handler) { struct sk_buff *skb = *skbp; u16 vlan_id = skb->vlan_tci & VLAN_VID_MASK; struct net_device *vlan_...
gpl-2.0
InstigatorX/InstigatorX-V4-Kernel
drivers/ide/ide-legacy.c
4614
1256
#include <linux/kernel.h> #include <linux/ide.h> static void ide_legacy_init_one(struct ide_hw **hws, struct ide_hw *hw, u8 port_no, const struct ide_port_info *d, unsigned long config) { unsigned long base, ctl; int irq; if (port_no == 0) { base = 0x1f0; ctl = 0x3f6; irq = 14; } else { base = 0...
gpl-2.0
LorDClockaN/LorDmodSaga
drivers/ide/ide-pnp.c
4614
2678
/* * This file provides autodetection for ISA PnP IDE interfaces. * It was tested with "ESS ES1868 Plug and Play AudioDrive" IDE interface. * * Copyright (C) 2000 Andrey Panin <pazke@donpac.ru> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public...
gpl-2.0
MuddyPlump/android_kernel_motorola_msm8226
drivers/mfd/stmpe.c
4870
26450
/* * ST Microelectronics MFD: stmpe's driver * * Copyright (C) ST-Ericsson SA 2010 * * License Terms: GNU General Public License, version 2 * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson */ #include <linux/gpio.h> #include <linux/export.h> #include <linux/kernel.h> #include <linux/interr...
gpl-2.0
neonicus/Paralax
drivers/net/wireless/iwlegacy/4965.c
5126
52673
/****************************************************************************** * * Copyright(c) 2003 - 2011 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Fr...
gpl-2.0
robcore/machinex_kernelv2
arch/powerpc/platforms/cell/beat_interrupt.c
6662
6874
/* * Celleb/Beat Interrupt controller * * (C) Copyright 2006-2007 TOSHIBA CORPORATION * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your opt...
gpl-2.0
dl12345/kernel_sony_kitakami
drivers/infiniband/hw/ipath/ipath_sdma.c
12038
24081
/* * Copyright (c) 2007, 2008 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, available from the file * COPYING in the main directory of this ...
gpl-2.0
rhvgoyal/systemd
src/login/test-login-shared.c
7
1246
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ /*** This file is part of systemd. Copyright 2013 Zbigniew Jędrzejewski-Szmek systemd 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 Foundatio...
gpl-2.0
shizhai/wprobe
build_dir/target-mips_r2_uClibc-0.9.33.2/cyassl-1.6.5/ctaocrypt/src/sha512.c
7
8232
/* sha512.c * * Copyright (C) 2006-2010 Sawtooth Consulting Ltd. * * This file is part of CyaSSL. * * CyaSSL 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
zarboz/xbmc
xbmc/pvrclients/vdr-vnsi/vdr-plugin-vnsiserver/demuxer_MPEGVideo.c
7
9808
/* * vdr-plugin-vnsi - XBMC server plugin for VDR * * Copyright (C) 2010 Alwin Esch (Team XBMC) * * http://www.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 Foundatio...
gpl-2.0
hroark13/android_kernel_lge_f6x
arch/arm/kernel/process.c
7
17927
/* * linux/arch/arm/kernel/process.c * * Copyright (C) 1996-2000 Russell King - Converted to ARM. * Original Copyright (C) 1995 Linus Torvalds * * 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 ...
gpl-2.0
muzaffar101/rtLinux2.4.35
drivers/video/matrox/matroxfb_g450.c
7
15886
/* * * Hardware accelerated Matrox Millennium I, II, Mystique, G100, G200, G400 and G450. * * (c) 1998-2002 Petr Vandrovec <vandrove@vc.cvut.cz> * * Portions Copyright (c) 2001 Matrox Graphics Inc. * * Version: 1.64 2002/06/02 * * See matroxfb_base.c for contributors. * */ #include "matroxfb_base.h" #inclu...
gpl-2.0
BPI-SINOVOIP/BPI-Mainline-kernel
linux-5.4/drivers/usb/serial/option.c
7
124261
// SPDX-License-Identifier: GPL-2.0 /* USB Driver for GSM modems Copyright (C) 2005 Matthias Urlichs <smurf@smurf.noris.de> Portions copied from the Keyspan driver by Hugh Blemings <hugh@blemings.org> History: see the git log. Work sponsored by: Sigos GmbH, Germany <info@sigos.de> This driver exists b...
gpl-2.0
gskywolf/Firefly-RK3288-Kernel
drivers/mfd/rk818-irq.c
7
6450
/* * rk818-irq.c * * Author: zhangqing <zhangqing@rock-chips.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any lat...
gpl-2.0
SerenityS/android_kernel_allwinner_a31
arch/arm/mach-sun6i/rf/wifi_pm_mtk6620.c
7
2755
/* * mtk6620 usb wifi power management API */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/delay.h> #include <mach/sys_config.h> #include <mach/gpio.h> #include <linux/regulator/consumer.h> #include "wifi_pm.h" #define mtk6620_msg(...) do {printk("[mtk6620]: "__VA_ARGS__);} while(0) static...
gpl-2.0
davidbau/davej
drivers/scsi/mca_53c9x.c
7
12366
/* mca_53c9x.c: Driver for the SCSI adapter found on NCR 35xx * (and maybe some other) Microchannel machines * * Code taken mostly from Cyberstorm SCSI drivers * Copyright (C) 1996 Jesper Skov (jskov@cygnus.co.uk) * * Hacked to work with the NCR MCA stuff by Tymm Twillman (tymm@computer.org) * * The CyberSto...
gpl-2.0
auras76/MM_6.0_32.1.A.1.185
fs/btrfs/disk-io.c
263
110815
/* * 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
mtb3000gt/Deathly_Kernel_D2
drivers/staging/speakup/selection.c
775
4490
#include <linux/slab.h> /* for kmalloc */ #include <linux/consolemap.h> #include <linux/interrupt.h> #include <linux/sched.h> #include <linux/selection.h> #include <linux/workqueue.h> #include <asm/cmpxchg.h> #include "speakup.h" /* ------ cut and paste ----- */ /* Don't take this from <ctype.h>: 011-015 on the scree...
gpl-2.0
chilisom/linux-stable
drivers/media/pci/solo6x10/solo6x10-tw28.c
1287
26415
/* * Copyright (C) 2010-2013 Bluecherry, LLC <http://www.bluecherrydvr.com> * * Original author: * Ben Collins <bcollins@ubuntu.com> * * Additional work by: * John Brooks <john.brooks@bluecherry.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gener...
gpl-2.0
titanxxh/xengt-ha-kernel
drivers/gpu/drm/exynos/exynos_dp_reg.c
1543
32506
/* * Samsung DP (Display port) register interface driver. * * Copyright (C) 2012 Samsung Electronics Co., Ltd. * Author: Jingoo Han <jg1.han@samsung.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 Sof...
gpl-2.0
artemh/asuswrt-merlin
release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/math-emu/sp_scalb.c
1799
1490
/* IEEE754 floating point arithmetic * single precision */ /* * MIPS floating point support * Copyright (C) 1994-2000 Algorithmics Ltd. * http://www.algor.co.uk * * ######################################################################## * * This program is free software; you can distribute it and/or modify i...
gpl-2.0
agrabren/android_kernel_htc_shooter
drivers/net/wireless/iwlwifi/iwl-agn-hcmd.c
2311
10308
/****************************************************************************** * * GPL LICENSE SUMMARY * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public License...
gpl-2.0
CyanogenMod/htc-kernel-msm8660
arch/arm/mach-pnx4008/irq.c
3079
4025
/* * arch/arm/mach-pnx4008/irq.c * * PNX4008 IRQ controller driver * * Author: Dmitry Chigirev <source@mvista.com> * * Based on reference code received from Philips: * Copyright (C) 2003 Philips Semiconductors * * 2005 (c) MontaVista Software, Inc. This file is licensed under * the terms of the GNU General P...
gpl-2.0
agat63/N861_ZTE_kernel
security/apparmor/audit.c
3335
4642
/* * AppArmor security module * * This file contains AppArmor auditing functions * * Copyright (C) 1998-2008 Novell/SUSE * Copyright 2009-2010 Canonical Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Fr...
gpl-2.0
Split-Screen/android_kernel_samsung_manta
arch/ia64/sn/kernel/io_init.c
6663
10655
/* * 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) 1992 - 1997, 2000-2006 Silicon Graphics, Inc. All rights reserved. */ #include <linux/slab.h> #include <linux/export.h> #i...
gpl-2.0
h0tw1r3/kernel_samsung_sghi717
fs/afs/server.c
8199
8083
/* AFS server record management * * Copyright (C) 2002, 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 License * as published by the Free Software Foun...
gpl-2.0
knone1/android_kernel_asus_moorefield-backup
tools/power/cpupower/lib/cpufreq.c
9991
3890
/* * (C) 2004-2009 Dominik Brodowski <linux@dominikbrodowski.de> * * Licensed under the terms of the GNU GPL License version 2. */ #include <stdio.h> #include <errno.h> #include <stdlib.h> #include <string.h> #include "cpufreq.h" #include "sysfs.h" int cpufreq_cpu_exists(unsigned int cpu) { return sysfs_cpu...
gpl-2.0
sdonati84/GalaxyS3_Kernel
drivers/rtc/rtc-starfire.c
10247
1745
/* rtc-starfire.c: Starfire platform RTC driver. * * Copyright (C) 2008 David S. Miller <davem@davemloft.net> */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/rtc.h> #include <linux/platform_device.h> #include <asm/oplib.h> MODULE_AUTHOR("David S. Miller <davem@daveml...
gpl-2.0
Klozz/kernel_msm_osprey-stock
arch/m68k/atari/stdma.c
10503
5111
/* * linux/arch/m68k/atari/stmda.c * * Copyright (C) 1994 Roman Hodek * * * 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 contains some function for controlling the access...
gpl-2.0
Radium-Devices/Radium_falcon
net/irda/irlap.c
10503
34518
/********************************************************************* * * Filename: irlap.c * Version: 1.0 * Description: IrLAP implementation for Linux * Status: Stable * Author: Dag Brattli <dagb@cs.uit.no> * Created at: Mon Aug 4 20:40:53 1997 * Modified at: Tue Dec 14 09:26...
gpl-2.0
D380/android_kernel_lge_msm8226
arch/m68k/atari/stdma.c
10503
5111
/* * linux/arch/m68k/atari/stmda.c * * Copyright (C) 1994 Roman Hodek * * * 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 contains some function for controlling the access...
gpl-2.0
visi0nary/mediatek
mt6732/mediatek/kernel/drivers/fmradio/mt6627/pub/mt6627_fm_lib.c
8
60442
#include <linux/delay.h> #include <linux/slab.h> #include <linux/vmalloc.h> #include "osal_typedef.h" #include "stp_exp.h" #include "wmt_exp.h" #include "fm_typedef.h" #include "fm_dbg.h" #include "fm_err.h" #include "fm_interface.h" #include "fm_stdlib.h" #include "fm_patch.h" #include "fm_utils.h" #include "fm_link...
gpl-2.0
holyangel/LGE_G3
drivers/md/dm-service-time.c
8
8444
/* * Copyright (C) 2007-2009 NEC Corporation. All Rights Reserved. * * Module Author: Kiyoshi Ueda * * This file is released under the GPL. * * Throughput oriented path selector. */ #include "dm.h" #include "dm-path-selector.h" #include <linux/slab.h> #include <linux/module.h> #define DM_MSG_PREFIX "multipa...
gpl-2.0
huanghjb/codelite
git/gitCloneDlg.cpp
8
1706
////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // // copyright : (C) 2014 The CodeLite Team // file name : gitCloneDlg.cpp // // ----------------------------------------------------------...
gpl-2.0
aicjofs/android_kernel_lge_v500_stock
drivers/media/dvb/frontends/ves1820.c
8
11495
/* VES1820 - Single Chip Cable Channel Receiver driver module Copyright (C) 1999 Convergence Integrated Media GmbH <ralph@convergence.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 Fou...
gpl-2.0
gerboland/linux-2.6.15-neuros-eabi
drivers/char/rio/rioinit.c
8
42923
/* ** ----------------------------------------------------------------------------- ** ** Perle Specialix driver for Linux ** Ported from existing RIO Driver for SCO sources. * * (C) 1990 - 2000 Specialix International Ltd., Byfleet, Surrey, UK. * * This program is free software; you can redistribute it and...
gpl-2.0
KylinUI/android_kernel_motorola_msm8960dt-common
sound/usb/mixer.c
8
64674
/* * (Tentative) USB Audio Driver for ALSA * * Mixer control part * * Copyright (c) 2002 by Takashi Iwai <tiwai@suse.de> * * Many codes borrowed from audio.c by * Alan Cox (alan@lxorguk.ukuu.org.uk) * Thomas Sailer (sailer@ife.ee.ethz.ch) * * * This program is free software; you can redist...
gpl-2.0
xxha/glibc
iconvdata/iso-ir-209.c
8
1094
/* Conversion from and to ISO-IR-209. Copyright (C) 2001-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Ge...
gpl-2.0
angelblue05/xbmc
xbmc/cdrip/EncoderFFmpeg.cpp
8
11035
/* * Copyright (C) 2005-2013 Team XBMC * http://kodi.tv * * 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. * * T...
gpl-2.0
gbiyer/Sony-Aosp-Kernel
arch/arm64/kernel/psci.c
8
12616
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warran...
gpl-2.0
kandycs/kitten-perf
linux/ofed/1.5.1/drivers/infiniband/hw/qib/qib_driver.c
8
22568
/* * Copyright (c) 2006, 2007, 2008, 2009 QLogic Corporation. All rights reserved. * Copyright (c) 2003, 2004, 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 L...
gpl-2.0
mayli/wrapfs-latest
net/batman-adv/gateway_client.c
264
24549
/* Copyright (C) 2009-2014 B.A.T.M.A.N. contributors: * * 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 distributed in the hope that it...
gpl-2.0
dholm/linux-ev3
net/sunrpc/xprtrdma/svc_rdma_transport.c
520
38702
/* * Copyright (c) 2005-2007 Network Appliance, 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, available from the file * COPYING in the main directory of th...
gpl-2.0
01org/XenGT-Preview-kernel
arch/mips/loongson/common/serial.c
520
2317
/* * 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) 2007 Ralf Baechle (ralf@linux-mips.org) * * Copyright (C) 2009 Lemote, Inc. * Author: Yan hua (yanhua@lemote.com) * Auth...
gpl-2.0
markolino631/lge_kernel_msm7x27
arch/arm/mach-shmobile/intc-sh7367.c
776
10828
/* * sh7367 processor support - INTC hardware block * * Copyright (C) 2010 Magnus Damm * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. * * This program is d...
gpl-2.0
myrual/openwrt
package/ead/src/tinysrp/t_conf.c
776
24343
/* * Copyright (c) 1997-1999 The Stanford SRP Authentication Project * 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 ...
gpl-2.0
KylinUI/android_kernel_samsung_t1
arch/arm/plat-samsung/dev-i2c3.c
2056
1576
/* linux/arch/arm/plat-samsung/dev-i2c3.c * * Copyright (c) 2010 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * S5P series device definition for i2c device 3 * * 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
h8rift/android_kernel_htc_msm8960-evita
arch/arm/plat-samsung/dev-i2c3.c
2056
1576
/* linux/arch/arm/plat-samsung/dev-i2c3.c * * Copyright (c) 2010 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * S5P series device definition for i2c device 3 * * 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
Spartaner25/android_kernel_quanta_fg6q
net/ipv4/fib_trie.c
2056
63143
/* * 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. * * Robert Olsson <robert.olsson@its.uu.se> Uppsala U...
gpl-2.0
Holong/kernel-zynq
arch/powerpc/oprofile/op_model_fsl_emb.c
2312
7125
/* * Freescale Embedded oprofile support, based on ppc64 oprofile support * Copyright (C) 2004 Anton Blanchard <anton@au.ibm.com>, IBM * * Copyright (c) 2004, 2010 Freescale Semiconductor, Inc * * Author: Andy Fleming * Maintainer: Kumar Gala <galak@kernel.crashing.org> * * This program is free software; you c...
gpl-2.0
cosmoecho/linux_xenvnuma
drivers/staging/media/go7007/go7007-fw.c
2312
40751
/* * Copyright (C) 2005-2006 Micronas USA 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. * * This program is distributed in the hope that it will be useful, * but WIT...
gpl-2.0
ntb-ch/linux
drivers/uio/uio_sercos3.c
2312
6249
/* sercos3: UIO driver for the Automata Sercos III PCI card Copyright (C) 2008 Linutronix GmbH Author: John Ogness <john.ogness@linutronix.de> This is a straight-forward UIO driver, where interrupts are disabled by the interrupt handler and re-enabled via a write to the UIO device by the userspace-pa...
gpl-2.0
Eliminater74/g3_kernel
arch/arm/mach-exynos/hotplug.c
4360
2688
/* linux arch/arm/mach-exynos4/hotplug.c * * Cloned from linux/arch/arm/mach-realview/hotplug.c * * Copyright (C) 2002 ARM Ltd. * 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 th...
gpl-2.0
shakalaca/ASUS_ZenFone_ZE551KL
kernel/drivers/hwmon/fschmd.c
4360
41665
/* * fschmd.c * * Copyright (C) 2007 - 2009 Hans de Goede <hdegoede@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 Foundation; either version 2 of the License, or * (at your option) a...
gpl-2.0
qltsar/g620s
drivers/pcmcia/sa1100_shannon.c
4616
2494
/* * drivers/pcmcia/sa1100_shannon.c * * PCMCIA implementation routines for Shannon * */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/device.h> #include <linux/init.h> #include <linux/io.h> #include <mach/hardware.h> #include <asm/mach-types.h> #include <mach/shannon.h> #include <asm/irq.h>...
gpl-2.0
Rockr172/villeu-4.2
drivers/gpu/drm/drm_modes.c
4872
34461
/* * Copyright © 1997-2003 by The XFree86 Project, Inc. * Copyright © 2007 Dave Airlie * Copyright © 2007-2008 Intel Corporation * Jesse Barnes <jesse.barnes@intel.com> * Copyright 2005-2006 Luc Verhaegen * Copyright (c) 2001, Andy Ritger aritger@nvidia.com * * Permission is hereby granted, free of charge, t...
gpl-2.0
drgogeta86/android_kernel_asus_flo
drivers/usb/otg/ulpi.c
5896
6465
/* * Generic ULPI USB transceiver support * * Copyright (C) 2009 Daniel Mack <daniel@caiaq.de> * * Based on sources from * * Sascha Hauer <s.hauer@pengutronix.de> * Freescale Semiconductors * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu...
gpl-2.0
weizhenwei/mi1_kernel
net/netfilter/xt_connlimit.c
7688
8223
/* * netfilter module to limit the number of parallel tcp * connections per IP address. * (c) 2000 Gerd Knorr <kraxel@bytesex.org> * Nov 2002: Martin Bene <martin.bene@icomedias.com>: * only ignore TIME_WAIT or gone connections * (C) CC Computer Consultants GmbH, 2007 * * based on ... * * Kernel module...
gpl-2.0
lolhi/at1-Kernel
drivers/staging/sbe-2t3e3/cpld.c
8200
8806
/* * SBE 2T3E3 synchronous serial card driver for Linux * * Copyright (C) 2009-2010 Krzysztof Halasa <khc@pm.waw.pl> * * 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. * * T...
gpl-2.0
bourne015/kernel-3.0-s5pv210
drivers/gpu/drm/via/via_irq.c
8456
11234
/* via_irq.c * * Copyright 2004 BEAM Ltd. * Copyright 2002 Tungsten Graphics, Inc. * Copyright 2005 Thomas Hellstrom. * 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 ...
gpl-2.0
dohclude/Chucky-LINARO-DragunBall
crypto/zlib.c
9992
9767
/* * Cryptographic API. * * Zlib algorithm * * Copyright 2008 Sony Corporation * * Based on deflate.c, which is * Copyright (c) 2003 James Morris <jmorris@intercode.com.au> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as publi...
gpl-2.0
PKUCloud/linux-3.11-cloud
samples/kobject/kobject-example.c
12040
3323
/* * Sample kobject implementation * * Copyright (C) 2004-2007 Greg Kroah-Hartman <greg@kroah.com> * Copyright (C) 2007 Novell Inc. * * Released under the GPL version 2 only. * */ #include <linux/kobject.h> #include <linux/string.h> #include <linux/sysfs.h> #include <linux/module.h> #include <linux/init.h> /* ...
gpl-2.0
Helios747/dolphin
Source/Core/DolphinQt/SearchBar.cpp
9
1088
// Copyright 2018 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #include "DolphinQt/SearchBar.h" #include <QHBoxLayout> #include <QLineEdit> #include <QPushButton> SearchBar::SearchBar(QWidget* parent) : QWidget(parent) { CreateWidgets(); ConnectWidgets(); setFix...
gpl-2.0
YouDiSN/OpenJDK-Research
jdk9/jdk/src/java.base/unix/native/libnet/SocketOutputStream.c
9
4088
/* * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code 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 ...
gpl-2.0
sakuramilk/linux-2.6.32.y
drivers/isdn/hardware/mISDN/hfcpci.c
521
65877
/* * * hfcpci.c low level driver for CCD's hfc-pci based cards * * Author Werner Cornelius (werner@isdn4linux.de) * based on existing driver for CCD hfc ISA cards * type approval valid for HFC-S PCI A based card * * Copyright 1999 by Werner Cornelius (werner@isdn-development.de) ...
gpl-2.0
mirror-androidarmv6/android_kernel_huawei_msm7x25
drivers/video/msm/mdp_ppp22.c
521
29587
/* drivers/video/msm/mdp_ppp22.c * * Copyright (C) 2007 QUALCOMM Incorporated * Copyright (C) 2007 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, and modified under th...
gpl-2.0
louis-langholtz/linux
drivers/gpu/drm/bochs/bochs_hw.c
1289
5375
/* * 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 "bochs.h" /* -------------------------------------...
gpl-2.0
stefanstrogin/linux
drivers/regulator/dummy.c
1545
2228
/* * dummy.c * * Copyright 2010 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 as * published by the Free Software Foundation; either versi...
gpl-2.0
project-voodoo-vibrant/linux_sgh-t959v
sound/pci/au88x0/au88x0_core.c
1545
78891
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will b...
gpl-2.0
baberthal/linux
drivers/misc/cs5535-mfgpt.c
1545
10440
/* * Driver for the CS5535/CS5536 Multi-Function General Purpose Timers (MFGPT) * * Copyright (C) 2006, Advanced Micro Devices, Inc. * Copyright (C) 2007 Andres Salomon <dilinger@debian.org> * Copyright (C) 2009 Andres Salomon <dilinger@collabora.co.uk> * * This program is free software; you can redistribute i...
gpl-2.0
jmztaylor/android_kernel_amazon_ariel
drivers/video/omap2/dss/hdmi_panel.c
2313
8695
/* * hdmi_panel.c * * HDMI library support functions for TI OMAP4 processors. * * Copyright (C) 2010-2011 Texas Instruments Incorporated - http://www.ti.com/ * Authors: Mythri P k <mythripk@ti.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General ...
gpl-2.0
Vegaviet-Dev/Kernel_N4_N910SLK
drivers/staging/media/go7007/go7007-loader.c
2313
3981
/* * Copyright (C) 2008 Sensoray Company 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. * * This program is distributed in the hope that it will be useful, * but WITH...
gpl-2.0
dev-harsh1998/android_kernel_cyanogen_msm8916
arch/x86/mm/highmem_32.c
2313
3555
#include <linux/highmem.h> #include <linux/module.h> #include <linux/swap.h> /* for totalram_pages */ #include <linux/bootmem.h> void *kmap(struct page *page) { might_sleep(); if (!PageHighMem(page)) return page_address(page); return kmap_high(page); } EXPORT_SYMBOL(kmap); void kunmap(struct page *page) { if (i...
gpl-2.0
timemath/hmfs
arch/m68k/platform/68360/config.c
2313
4634
/* * linux/arch/m68knommu/platform/68360/config.c * * Copyright (c) 2000 Michael Leslie <mleslie@lineo.com> * Copyright (C) 1993 Hamish Macdonald * Copyright (C) 1999 D. Jeff Dionne <jeff@uclinux.org> * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COP...
gpl-2.0
Nihhaar/android_kernel_xiaomi_mocha
net/sched/sch_gred.c
2569
14139
/* * net/sched/sch_gred.c Generic Random Early Detection queue. * * * 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
syhost/android_kernel_pantech_ef50l
fs/ext4/move_extent.c
3081
41825
/* * Copyright (c) 2008,2009 NEC Software Tohoku, Ltd. * Written by Takashi Sato <t-sato@yk.jp.nec.com> * Akira Fujita <a-fujita@rs.jp.nec.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2.1 of the GNU Lesser General Public License * as pub...
gpl-2.0
CyanogenMod/android_kernel_google_steelhead
drivers/media/video/zoran/zr36060.c
3337
30674
/* * Zoran ZR36060 basic configuration functions * * Copyright (C) 2002 Laurent Pinchart <laurent.pinchart@skynet.be> * * $Id: zr36060.c,v 1.1.2.22 2003/05/06 09:35:36 rbultje Exp $ * * ------------------------------------------------------------------------ * * This program is free software; you can redistrib...
gpl-2.0
sch2307/android_kernel_ezboard_s100
arch/s390/kvm/sigp.c
3337
7978
/* * sigp.c - handlinge interprocessor communication * * Copyright IBM Corp. 2008,2009 * * 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. * * Author(s): Carsten Otte ...
gpl-2.0
Validus-Kernel/android_kernel_oneplus_msm8974
net/core/iovec.c
3849
5763
/* * iovec manipulation routines. * * * 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. * * Fixes: * Andrew...
gpl-2.0
Blefish/android_kernel_qcom_msm7x30
arch/um/kernel/exec.c
4361
1201
/* * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL */ #include <linux/stddef.h> #include <linux/module.h> #include <linux/fs.h> #include <linux/ptrace.h> #include <linux/sched.h> #include <linux/slab.h> #include <asm/current.h> #include <asm/processor.h> #include <as...
gpl-2.0
htc-mirror/ville-u-ics-3.0.8-e2a40ab
drivers/infiniband/core/packer.c
4873
6451
/* * Copyright (c) 2004 Topspin Corporation. All rights reserved. * Copyright (c) 2005 Sun Microsystems, 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, ava...
gpl-2.0
ankurmittal/CSE-506---Operating-Systems
drivers/infiniband/core/cache.c
5641
10349
/* * Copyright (c) 2004 Topspin Communications. All rights reserved. * Copyright (c) 2005 Intel Corporation. All rights reserved. * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. * Copyright (c) 2005 Voltaire, Inc. All rights reserved. * * This software is available to you under a choice of one o...
gpl-2.0
Lime1iME/Testing
drivers/staging/sbe-2t3e3/module.c
8201
5388
/* * SBE 2T3E3 synchronous serial card driver for Linux * * Copyright (C) 2009-2010 Krzysztof Halasa <khc@pm.waw.pl> * * 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. * * T...
gpl-2.0
Androguide/android_kernel_samsung_smdk4412
arch/sh/boards/mach-se/7780/setup.c
8457
3051
/* * linux/arch/sh/boards/se/7780/setup.c * * Copyright (C) 2006,2007 Nobuhiro Iwamatsu * * Hitachi UL SolutionEngine 7780 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. */ #i...
gpl-2.0
MoKee/android_kernel_samsung_sc03e
drivers/scsi/NCR_D700.c
9225
10648
/* -*- mode: c; c-basic-offset: 8 -*- */ /* NCR Dual 700 MCA SCSI Driver * * Copyright (C) 2001 by James.Bottomley@HansenPartnership.com **----------------------------------------------------------------------------- ** ** This program is free software; you can redistribute it and/or modify ** it under the terms...
gpl-2.0
c2h2/aria-imx6-kernel
arch/arm/mach-pxa/pm.c
9481
2651
/* * PXA250/210 Power Management Routines * * Original code for the SA11x0: * Copyright (c) 2001 Cliff Brake <cbrake@accelent.com> * * Modified for the PXA250 by Nicolas Pitre: * Copyright (c) 2002 Monta Vista Software, Inc. * * This program is free software; you can redistribute it and/or * modify it under t...
gpl-2.0
Fuzion24/m7_vzw_kernel
drivers/macintosh/via-maciisi.c
9737
15772
/* * Device driver for the IIsi-style ADB on some Mac LC and II-class machines * * Based on via-cuda.c and via-macii.c, as well as the original * adb-bus.c, which in turn is somewhat influenced by (but uses no * code from) the NetBSD HWDIRECT ADB code. Original IIsi driver work * was done by Robert Thompson and ...
gpl-2.0
adis1313/android_kernel_samsung_msm8974
arch/arm/mach-gemini/devices.c
10
2861
/* * Common devices definition for Gemini * * Copyright (C) 2008-2009 Paulius Zaleckas <paulius.zaleckas@teltonika.lt> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #inc...
gpl-2.0
uwehermann/easybox-904-xdsl-firmware
linux/linux-2.6.32.32/drivers/input/misc/gpio_buttons.c
10
5290
/* * Driver for buttons on GPIO lines not capable of generating interrupts * * Copyright (C) 2007-2010 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2010 Nuno Goncalves <nunojpg@gmail.com> * * This file was based on: /drivers/input/misc/cobalt_btns.c * Copyright (C) 2007 Yoichi Yuasa <yoichi_yuasa@tripeak...
gpl-2.0
HossainKhademian/XBMC
xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp
10
25729
/* * Copyright (C) 2005-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; either version 2, or (at your option) * any later version. * * ...
gpl-2.0
fishbaoz/coreboot
src/cpu/amd/quadcore/amd_sibling.c
10
3141
/* * This file is part of the coreboot project. * * Copyright (C) 2007 Advanced Micro Devices, 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; version 2 of the License. * * This ...
gpl-2.0
PhoenixiaGaming/WoP-v4
src/server/scripts/EasternKingdoms/ScarletEnclave/zone_the_scarlet_enclave.cpp
10
4165
/* * Copyright (C) 2008-2014 TrinityCore <http://www.trinitycore.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 (at your * option) any later ve...
gpl-2.0
Ankso/TrinityCore
src/server/scripts/Northrend/zone_dragonblight.cpp
10
28180
/* * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> * * 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