repo_name
string
path
string
copies
string
size
string
content
string
license
string
heicrd/android_kernel_motorola_omap4-common
drivers/video/aty/radeon_backlight.c
11013
6262
/* * Backlight code for ATI Radeon based graphic cards * * Copyright (c) 2000 Ani Joshi <ajoshi@kernel.crashing.org> * Copyright (c) 2003 Benjamin Herrenschmidt <benh@kernel.crashing.org> * Copyright (c) 2006 Michael Hanselmann <linux-kernel@hansmi.ch> * * This program is free software; you can redistribute it a...
gpl-2.0
willsowerbutts/FUZIX
Applications/games/myst05.c
6
65611
#define NUM_OBJ 91 #define WORDSIZE 4 #define GAME_MAGIC 562 #include <stdint.h> struct location { const uint8_t *text; uint8_t exit[6]; }; const uint8_t toomuch[] = { "I am carrying too much. " }; const uint8_t dead[] = { "I am dead.\n" }; const uint8_t stored_msg[] = { "I have stored " }; const uint8_t stored_m...
gpl-2.0
defconoi/Unleashed-Flo-Kernel
kernel/sysctl.c
6
58869
/* * sysctl.c: General linux system control interface * * Begun 24 March 1995, Stephen Tweedie * Added /proc support, Dec 1995 * Added bdflush entry and intvec min/max checking, 2/23/96, Tom Dyas. * Added hooks for /proc/sys/net (minor, minor patch), 96/4/1, Mike Shaver. * Added kernel/java-{interpreter,appletvi...
gpl-2.0
giridhar123/GiriProject
src/server/scripts/Northrend/Ulduar/Ulduar/instance_ulduar.cpp
6
40340
/* * Copyright (C) 2008-2013 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
dominik-th/xbmc
xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodec.cpp
6
2609
/* * 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; either version 2, or (at your option) * any later version. * * ...
gpl-2.0
kamarush/android_kernel_sony_yuga_lp
kernel/sched/core.c
6
212589
/* * kernel/sched/core.c * * Kernel scheduler and related syscalls * * Copyright (C) 1991-2002 Linus Torvalds * * 1996-12-23 Modified by Dave Grothe to fix bugs in semaphores and * make semaphores SMP safe * 1998-11-19 Implemented schedule_timeout() and related stuff * by Andrea Arcangeli * 2002-01...
gpl-2.0
MeditProfi/mplayer
libmpcodecs/img_format.c
6
9646
/* * This file is part of MPlayer. * * MPlayer 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. * * MPlayer is distributed in th...
gpl-2.0
chenleo/gromacs453pf
src/gmxlib/nonbonded/nb_kernel_bluegene/nb_kernel113_bluegene.c
6
2199
/* * Copyright (c) 2006, International Business Machines (IBM) Inc. * * Author: Mathias Puetz * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyrig...
gpl-2.0
sameed7/sesc-drowsy
src/libpower/wattch/wattch_time.c
6
36708
/*------------------------------------------------------------ * Copyright 1994 Digital Equipment Corporation and Steve Wilton * All Rights Reserved * * Permission to use, copy, and modify this software and its documentation is * hereby granted only under the following terms and condition...
gpl-2.0
Sony-Kitakami/android_kernel_sony_kitakami
drivers/usb/host/xhci.c
6
148505
/* * xHCI host controller driver * * Copyright (C) 2008 Intel Corp. * * Author: Sarah Sharp * Some code borrowed from the Linux EHCI 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 * published by the Free Soft...
gpl-2.0
StudTeam6/competition
sw/airborne/subsystems/ins/ins_float_invariant.c
6
21889
/* * Copyright (C) 2012-2013 Jean-Philippe Condomines, Gautier Hattenberger * * This file is part of paparazzi. * * paparazzi is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at you...
gpl-2.0
javelinanddart/android_kernel_samsung_msm8974
drivers/gpu/drm/drm_edid.c
6
47189
/* * Copyright (c) 2006 Luc Verhaegen (quirks list) * Copyright (c) 2007-2008 Intel Corporation * Jesse Barnes <jesse.barnes@intel.com> * Copyright 2010 Red Hat, Inc. * * DDC probing routines (drm_ddc_read & drm_do_probe_ddc_edid) originally from * FB layer. * Copyright (C) 2006 Dennis Munsie <dmunsie@cecro...
gpl-2.0
meg23/gnucash
src/gnome-utils/gnc-period-select.c
6
25162
/* * gnc-period-select.c -- Accounting Period selection widget * * Copyright (c) 2005 David Hampton <hampton@employees.org> * All rights reserved. * * Gnucash 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 Softwar...
gpl-2.0
richardtrip/noteII
drivers/gpio/pca953x.c
1542
17438
/* * pca953x.c - 4/8/16 bit I/O ports * * Copyright (C) 2005 Ben Gardner <bgardner@wabtec.com> * Copyright (C) 2007 Marvell International Ltd. * * Derived from drivers/i2c/chips/pca9539.c * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ...
gpl-2.0
CalcProgrammer1/ubuntu-kernel-quincyatt
drivers/tty/serial/imx.c
2310
36315
/* * Driver for Motorola IMX serial ports * * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. * * Author: Sascha Hauer <sascha@saschahauer.de> * Copyright (C) 2004 Pengutronix * * Copyright (C) 2009 emlix GmbH * Author: Fabian Godehardt (added IrDA support for iMX) * * This program is...
gpl-2.0
placiano/linux-3.10.y
drivers/tty/cyclades.c
2310
112895
#undef BLOCKMOVE #define Z_WAKE #undef Z_EXT_CHARS_IN_BUFFER /* * This file contains the driver for the Cyclades async multiport * serial boards. * * Initially written by Randolph Bentson <bentson@grieg.seaslug.org>. * Modified and maintained by Marcio Saito <marcio@cyclades.com>. * * Copyright (C) 2007-2009 Ji...
gpl-2.0
BlissRoms-Kernels/android_kernel_huawei_kiwi
sound/core/device.c
2566
6751
/* * Device management routines * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * * * 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
Split-Screen/android_kernel_huawei_angler
drivers/uwb/lc-rc.c
2822
11167
/* * Ultra Wide Band * Life cycle of radio controllers * * Copyright (C) 2005-2006 Intel Corporation * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 b...
gpl-2.0
RIP95/android_kernel_zte_msm8960
sound/pci/ice1712/ice1724.c
3590
78725
/* * ALSA driver for VT1724 ICEnsemble ICE1724 / VIA VT1724 (Envy24HT) * VIA VT1720 (Envy24PT) * * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> * 2002 James Stafford <jstafford@ampltd.com> * 2003 Takashi Iwai <tiwai@suse.de> * * This program is ...
gpl-2.0
mautz-kernel/SFOS-hammerhead-custom-kernel
arch/tile/lib/cacheflush.c
4614
5545
/* * 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
daedae1112/kernel
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
ibazzi/rk3288-kernel
drivers/media/video/rk_camsys/ext_flashled_drv/leds-rt8547.c
7
23156
/* * drivers/leds/leds-rt8547.c * Driver for Richtek RT8547 LED Flash IC * * Copyright (C) 2014 Richtek Technology Corp. * cy_huang <cy_huang@richtek.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...
gpl-2.0
lightstudio/uve
madplays-0.15.1b/madmix.c
7
7433
/* * madplay - MPEG audio decoder and player * Copyright (C) 2000-2004 Robert Leslie * * 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 optio...
gpl-2.0
spinlockirqsave/linux_kernels
drivers/s390/block/dasd_profile.c
7
6051
#include <linux/mm.h> #include <linux/dasd.h> #include "dasd_types.h" #define PRINTK_HEADER "dasd_profile:" static long dasd_io_reqs=0; /* number of requests processed at all */ static long dasd_io_secs[16]; /* histogram of request's sizes */ static long dasd_io_times[16]; /* histogram of requests's times */ static...
gpl-2.0
william-wfei/linux
drivers/scsi/scsi_lib.c
7
87914
/* * Copyright (C) 1999 Eric Youngdale * Copyright (C) 2014 Christoph Hellwig * * SCSI queueing library. * Initial versions: Eric Youngdale (eric@andante.org). * Based upon conversations with large numbers * of people at Linux Expo. */ #include <linux/bio.h> ...
gpl-2.0
uclaros/QGIS
src/core/raster/qgsmultibandcolorrenderer.cpp
7
20680
/*************************************************************************** qgsmultibandcolorrenderer.cpp ----------------------------- begin : December 2011 copyright : (C) 2011 by Marco Hugentobler email : marco at sour...
gpl-2.0
kidmaple/CoolWall
linux-2.6.x/arch/powerpc/sysdev/cpm2_common.c
7
7554
/* * General Purpose functions for the global management of the * 8260 Communication Processor Module. * Copyright (c) 1999-2001 Dan Malek <dan@embeddedalley.com> * Copyright (c) 2000 MontaVista Software, Inc (source@mvista.com) * 2.3.99 Updates * * 2006 (c) MontaVista Software, Inc. * Vitaly Bordug <vbordug@ru...
gpl-2.0
0-wiz-0/audacity
src/prefs/DevicePrefs.cpp
7
10430
/********************************************************************** Audacity: A Digital Audio Editor DevicePrefs.cpp Joshua Haberman Dominic Mazzoni James Crook *******************************************************************//** \class DevicePrefs \brief A PrefsPanel used to select recording and ...
gpl-2.0
rsalveti/dpdk
drivers/net/i40e/i40e_fdir.c
7
45169
/*- * BSD LICENSE * * Copyright(c) 2010-2015 Intel Corporation. All rights reserved. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source cod...
gpl-2.0
rhuitl/uClinux
user/gdb/sim/common/callback.c
7
25245
/* Remote target callback routines. Copyright 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2007, 2008 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Publ...
gpl-2.0
rdanbrook/nestopia
source/core/board/NstBoardBmcResetBased4in1.cpp
7
2239
//////////////////////////////////////////////////////////////////////////////////////// // // Nestopia - NES/Famicom emulator written in C++ // // Copyright (C) 2003-2008 Martin Freij // // This file is part of Nestopia. // // Nestopia is free software; you can redistribute it and/or modify // it under the te...
gpl-2.0
atsidaev/sdcc-z80-gas
device/lib/pic16/libc/stdlib/x_ftoa.c
7
4286
/*------------------------------------------------------------------------- x_ftoa.c - wrapper function to use _convert_float Copyright (C) 2004, Vangelis Rokas <vrokas at otenet.gr> This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License a...
gpl-2.0
SebDieBln/QGIS
src/gui/qgsextentgroupbox.cpp
7
3831
#include "qgsextentgroupbox.h" #include "qgscoordinatetransform.h" #include "qgsrasterblock.h" QgsExtentGroupBox::QgsExtentGroupBox( QWidget* parent ) : QgsCollapsibleGroupBox( parent ) , mTitleBase( tr( "Extent" ) ) , mExtentState( OriginalExtent ) { setupUi( this ); mXMinLineEdit->setValidator( new...
gpl-2.0
lostemp/android-kernel-v3.10
kernel/cgroup.c
7
147503
/* * Generic process-grouping system. * * Based originally on the cpuset system, extracted by Paul Menage * Copyright (C) 2006 Google, Inc * * Notifications support * Copyright (C) 2009 Nokia Corporation * Author: Kirill A. Shutemov * * Copyright notices from the original cpuset code: * -------------...
gpl-2.0
rootfs/vzkernel
net/ipv4/netfilter/arptable_filter.c
7
2287
/* * Filtering ARP tables module. * * Copyright (C) 2002 David S. Miller (davem@redhat.com) * */ #include <linux/module.h> #include <linux/netfilter/x_tables.h> #include <linux/netfilter_arp/arp_tables.h> #include <linux/slab.h> MODULE_LICENSE("GPL"); MODULE_AUTHOR("David S. Miller <davem@redhat.com>"); MODULE_D...
gpl-2.0
SReichelt/ardour
libs/evoral/src/midi_util.cpp
7
1311
/* This file is part of Evoral. * Copyright (C) 2008 David Robillard <http://drobilla.net> * Copyright (C) 2009 Paul Davis * * Evoral 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 t...
gpl-2.0
heshamelmatary/rtems-gsoc2012
testsuites/psxtests/psx05/task.c
7
1308
/* Task_1 * * This routine serves as a test task. It verifies the basic task * switching capabilities of the executive. * * Input parameters: * argument - task argument * * Output parameters: NONE * * COPYRIGHT (c) 1989-2009. * On-Line Applications Research Corporation (OAR). * * The license a...
gpl-2.0
GiuseppeGorgoglione/mame
src/mame/drivers/lft.cpp
7
3195
// license:BSD-3-Clause // copyright-holders:Robbbert /*************************************************************************** 2013-09-09 Skeleton of LFT computer system. A search on the net produces no finds. ****************************************************************************/ #include "emu....
gpl-2.0
erpragatisingh/androidTraining
Android_6_weekTraning/tess-two/jni/com_googlecode_leptonica_android/src/prog/bak/findpattern1.c
7
4239
/*====================================================================* - Copyright (C) 2001 Leptonica. All rights reserved. - This software is distributed in the hope that it will be - useful, but with NO WARRANTY OF ANY KIND. - No author or distributor accepts responsibility to anyone for the - consequence...
gpl-2.0
CyanogenMod/android_kernel_hardkernel_odroidc1
drivers/mtd/nand/nand_base.c
7
101015
/* * drivers/mtd/nand.c * * Overview: * This is the generic MTD driver for NAND flash devices. It should be * capable of working with almost all NAND chips currently available. * * Additional technical information is available on * http://www.linux-mtd.infradead.org/doc/nand.html * * Copyright (C) 2000...
gpl-2.0
kamma/ace_kernel
net/core/dev_mcast.c
775
5650
/* * Linux NET3: Multicast List maintenance. * * Authors: * Tim Kordas <tjk@nostromo.eeap.cwru.edu> * Richard Underwood <richard@wuzz.demon.co.uk> * * Stir fried together from the IP multicast and CAP patches above * Alan Cox <alan@lxorguk.ukuu.org.uk> * * Fixes: * Alan Cox : Update the device on a real ...
gpl-2.0
brunotl/kernel-kobo-mx50-ntx
drivers/net/tokenring/proteon.c
1543
9534
/* * proteon.c: A network driver for Proteon ISA token ring cards. * * Based on tmspci written 1999 by Adam Fritzler * * Written 2003 by Jochen Friedrich * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. * * This...
gpl-2.0
HoSStiA/linux-4.1-imx-var
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
liusen09003110-163-com/linux
drivers/net/wireless/rt2x00/rt2x00pci.c
1799
5124
/* Copyright (C) 2004 - 2009 Ivo van Doorn <IvDoorn@gmail.com> <http://rt2x00.serialmonkey.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 opti...
gpl-2.0
robacklin/ts4700
arch/mips/math-emu/dp_logb.c
1799
1446
/* IEEE754 floating point arithmetic * double precision: common utilities */ /* * MIPS floating point support * Copyright (C) 1994-2000 Algorithmics Ltd. * http://www.algor.co.uk * * ######################################################################## * * This program is free software; you can distribute ...
gpl-2.0
leadpoizon/android_kernel_moto_shamu
drivers/usb/serial/f81232.c
2055
9240
/* * Fintek F81232 USB to serial adaptor driver * * Copyright (C) 2012 Greg Kroah-Hartman (gregkh@linuxfoundation.org) * Copyright (C) 2012 Linux Foundation * * 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 *...
gpl-2.0
kingklick/kk-note2-kernel
fs/xfs/xfs_dir2_block.c
2823
36168
/* * Copyright (c) 2000-2003,2005 Silicon 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. * * This program is distributed in the hope that it woul...
gpl-2.0
kasperhettinga/p4wifi_stock
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
tusharjain95/Babblefire
arch/arm/kernel/stacktrace.c
4103
3346
#include <linux/export.h> #include <linux/sched.h> #include <linux/stacktrace.h> #include <asm/stacktrace.h> #if defined(CONFIG_FRAME_POINTER) && !defined(CONFIG_ARM_UNWIND) /* * Unwind the current stack frame and store the new register values in the * structure passed as argument. Unwinding is equivalent to a func...
gpl-2.0
randomblame/a500_2.6
drivers/ide/macide.c
4615
3022
/* * Macintosh IDE Driver * * Copyright (C) 1998 by Michael Schmitz * * This driver was written based on information obtained from the MacOS IDE * driver binary by Mikael Forselius * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the ma...
gpl-2.0
ShadowElite22/Xperia-Z2-Z3
arch/arm/mach-imx/clock-imx21.c
5383
32334
/* * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved. * Copyright 2008 Juergen Beisert, kernel@pengutronix.de * Copyright 2008 Martin Fuzzey, mfuzzey@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * a...
gpl-2.0
anwarMov/android_kernel_asus_a400cg
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
IllusionRom-deprecated/android_kernel_samsung_aries
drivers/pci/pcie/aer/aerdrv_acpi.c
8199
2939
/* * Access ACPI _OSC method * * Copyright (C) 2006 Intel Corp. * Tom Long Nguyen (tom.l.nguyen@intel.com) * Zhang Yanmin (yanmin.zhang@intel.com) * */ #include <linux/module.h> #include <linux/pci.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/pm.h> #include <linux/suspend.h> #include <l...
gpl-2.0
jsr-d10/android_kernel_jsr_msm8226
net/ceph/ceph_strings.c
8455
2557
/* * Ceph string constants */ #include <linux/module.h> #include <linux/ceph/types.h> const char *ceph_entity_type_name(int type) { switch (type) { case CEPH_ENTITY_TYPE_MDS: return "mds"; case CEPH_ENTITY_TYPE_OSD: return "osd"; case CEPH_ENTITY_TYPE_MON: return "mon"; case CEPH_ENTITY_TYPE_CLIENT: return "cli...
gpl-2.0
wwbhl/android_kernel_samsung_piranha
drivers/char/tpm/tpm_bios.c
9223
11767
/* * Copyright (C) 2005 IBM Corporation * * Authors: * Seiji Munetoh <munetoh@jp.ibm.com> * Stefan Berger <stefanb@us.ibm.com> * Reiner Sailer <sailer@watson.ibm.com> * Kylene Hall <kjhall@us.ibm.com> * * Maintained by: <tpmdd-devel@lists.sourceforge.net> * * Access to the eventlog extended by the TCG BIOS o...
gpl-2.0
linino/linux
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
SlimRoms/kernel_motorola_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
ptmr3/Skyrocket_JB_Kernel
arch/frv/kernel/futex.c
12039
6709
/* futex.c: futex operations * * Copyright (C) 2005 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 Foundation; e...
gpl-2.0
blade-vec-4g/android_kernel_zte_msm8226
net/netfilter/xt_realm.c
14087
1451
/* IP tables module for matching the routing realm * * (C) 2003 by Sampsa Ranta <sampsa@netsonic.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 Foundation. */ #include <linux/module...
gpl-2.0
GolovanovSrg/au-linux-kernel-spring-2016
linux/net/netfilter/xt_realm.c
14087
1451
/* IP tables module for matching the routing realm * * (C) 2003 by Sampsa Ranta <sampsa@netsonic.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 Foundation. */ #include <linux/module...
gpl-2.0
pinskia/glibc-ilp32
iconvdata/cp1252.c
8
1077
/* Conversion from and to CP1252. Copyright (C) 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Pub...
gpl-2.0
robthepyro/SolarForce1
CAN Embedded/RFRx_Board/lufa-LUFA-140928/Projects/LEDNotifier/LEDNotifier.c
8
5116
/* LUFA Library Copyright (C) Dean Camera, 2014. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purp...
gpl-2.0
Megatron007/megabyte_bullhead
arch/arm/kernel/smp_twd.c
8
8951
/* * linux/arch/arm/kernel/smp_twd.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 the Free Software Foundation. */ #include <linux/init.h> #inc...
gpl-2.0
nkremerh/cctools
batch_job/src/mesos_task.c
8
1138
#include "mesos_task.h" struct mesos_task *mesos_task_create(int task_id, const char *cmd, const char *extra_input_files, const char *extra_output_files) { struct mesos_task *mt = malloc(sizeof(*mt)); mt->task_id = task_id; mt->task_cmd = xxstrdup(cmd); if (extra_input_files != NULL) { mt->task_input_file...
gpl-2.0
toastcfh/android_kernel_lge_d851
drivers/net/ethernet/mellanox/mlx4/en_tx.c
8
22946
/* * Copyright (c) 2007 Mellanox Technologies. 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 sou...
gpl-2.0
visi0nary/mediatek
mt6732/kernel/mediatek/platform/mt6752/kernel/drivers/ldvt/vdec/verify/vdec_verify_vdecode.c
8
219766
#include <linux/string.h> #include <linux/interrupt.h> #include "../include/drv_config.h" #include "vdec_verify_vdecode.h" #include "../hal/vdec_hal_if_common.h" #include "../hal/vdec_hal_if_wmv.h" #include "../hal/vdec_hal_if_mpeg.h" #include "../hal/vdec_hal_if_h264.h" #include "../hal/vdec_hal_if_h265.h" #include ...
gpl-2.0
FilipBE/qtextended
src/libraries/qtopiaphone/qphonecallmanager.cpp
8
18280
/**************************************************************************** ** ** This file is part of the Qt Extended Opensource Package. ** ** Copyright (C) 2009 Trolltech ASA. ** ** Contact: Qt Extended Information (info@qtextended.org) ** ** This file may be used under the terms of the GNU General Public License ...
gpl-2.0
TeamLGOG/android_kernel_lge_d800
drivers/net/wireless/wl1251/main.c
8
33065
/* * This file is part of wl1251 * * Copyright (C) 2008-2009 Nokia Corporation * * 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 th...
gpl-2.0
vmora/QGIS
src/app/qgsselectbyformdialog.cpp
8
5171
/*************************************************************************** qgsselectbyformdialog.cpp ------------------------ Date : June 2016 Copyright : (C) 2016 nyall Dawson Email : nyall dot dawson at gmail dot com ***********************************...
gpl-2.0
myarjunar/QGIS
python/ext-libs/pyspatialite/src/connection.c
8
53631
/* connection.c - the connection type * * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de> * * This file is part of pysqlite. * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this softw...
gpl-2.0
arne182/chdk-eyefi
platform/ixus75_sd750/sub/100b/movie_rec.c
8
13074
#include "conf.h" int *video_quality = &conf.video_quality; int *video_mode = &conf.video_mode; long def_table1[9]={0x2000,0x38D,0x788,0x5800,0x9C5,0x14B8,0x10000,0x1C6A,0x3C45}; long def_table2[9]={0x1CCD,-0x2E1,-0x579,0x4F33,-0x7EB,-0xF0C,0xE666,-0x170A,-0x2BC6}; long table1[9], table2[9]; void change_video_ta...
gpl-2.0
omega-roms/G900I_Omega_Kernel_LL_5.0
sound/soc/msm/qdsp6v2/msm-pcm-q6-v2.c
8
35112
/* Copyright (c) 2012-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 ...
gpl-2.0
greguu/linux-4.9-rc3-c3x00
drivers/net/wireless/ralink/rt2x00/rt2x00mac.c
264
24339
/* Copyright (C) 2004 - 2009 Ivo van Doorn <IvDoorn@gmail.com> <http://rt2x00.serialmonkey.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 opti...
gpl-2.0
denghl/linux3.x
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
leshak/i5700-leshak-kernel
arch/m32r/kernel/sys_m32r.c
264
5270
/* * linux/arch/m32r/kernel/sys_m32r.c * * This file contains various random system calls that * have a non-standard calling sequence on the Linux/M32R platform. * * Taken from i386 version. */ #include <linux/errno.h> #include <linux/sched.h> #include <linux/mm.h> #include <linux/fs.h> #include <linux/smp.h> #...
gpl-2.0
pranith/linux-next
drivers/video/backlight/tdo24m.c
520
10928
/* * tdo24m - SPI-based drivers for Toppoly TDO24M series LCD panels * * Copyright (C) 2008 Marvell International Ltd. * Eric Miao <eric.miao@marvell.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 * publishhed ...
gpl-2.0
JoeyJiao/android-huawei-kernel-common
arch/powerpc/platforms/powermac/pfunc_base.c
776
10373
#include <linux/types.h> #include <linux/init.h> #include <linux/delay.h> #include <linux/kernel.h> #include <linux/interrupt.h> #include <linux/spinlock.h> #include <asm/pmac_feature.h> #include <asm/pmac_pfunc.h> #undef DEBUG #ifdef DEBUG #define DBG(fmt...) printk(fmt) #else #define DBG(fmt...) #endif static irqr...
gpl-2.0
vitaliyy/msm7x30
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
rdesfo/kernel
drivers/gpu/drm/nouveau/core/engine/bsp/nv98.c
1032
3475
/* * Copyright 2012 Red Hat Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, d...
gpl-2.0
shminer/android_kernel_flounder
net/ipv6/mcast.c
1288
64359
/* * Multicast support for IPv6 * Linux INET6 implementation * * Authors: * Pedro Roque <roque@di.fc.ul.pt> * * Based on linux/ipv4/igmp.c and linux/ipv4/ip_sockglue.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
nunogia/Z7Max_NX505J_H129_kernel
drivers/power/max17042_battery.c
1800
21222
/* * Fuel gauge driver for Maxim 17042 / 8966 / 8997 * Note that Maxim 8966 and 8997 are mfd and this is its subdevice. * * Copyright (C) 2011 Samsung Electronics * MyungJoo Ham <myungjoo.ham@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU G...
gpl-2.0
ashyx/kernel_gts28ve-gts210ve
drivers/i2c/busses/i2c-nuc900.c
2312
14737
/* * linux/drivers/i2c/busses/i2c-nuc900.c * * Copyright (c) 2010 Nuvoton technology corporation. * * This driver based on S3C2410 I2C driver of Ben Dooks <ben-Y5A6D6n0/KfQXOPxS62xeg@public.gmane.org>. * Written by Wan ZongShun <mcuos.com-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> * * This program is free softwar...
gpl-2.0
jameskdev/lge-kernel-d1l_kr
arch/unicore32/mm/init.c
2568
12908
/* * linux/arch/unicore32/mm/init.c * * Copyright (C) 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. */ #include <linux/kernel.h> #include <linux/errno.h...
gpl-2.0
Elite-Kernels/Elite_M8
drivers/pci/hotplug/pciehp_hpc.c
3336
25680
/* * PCI Express PCI Hot Plug Driver * * Copyright (C) 1995,2001 Compaq Computer Corporation * Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com) * Copyright (C) 2001 IBM Corp. * Copyright (C) 2003-2004 Intel Corporation * * All rights reserved. * * This program is free software; you can redistribute it a...
gpl-2.0
somcom3x/kernel_u8800pro
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
nicon8/Sched_deadline_rt
arch/sh/boards/mach-hp6xx/setup.c
8456
4003
/* * linux/arch/sh/boards/hp6xx/setup.c * * Copyright (C) 2002 Andriy Skulysh * Copyright (C) 2007 Kristoffer Ericson <Kristoffer_e1@hotmail.com> * * May be copied or modified under the terms of the GNU General Public * License. See linux/COPYING for more information. * * Setup code for HP620/HP660/HP680/HP69...
gpl-2.0
tuxx42/linux-3.1PNX8550
drivers/video/sis/sis_accel.c
14856
12136
/* * SiS 300/540/630[S]/730[S], * SiS 315[E|PRO]/550/[M]650/651/[M]661[F|M]X/740/[M]741[GX]/330/[M]760[GX], * XGI V3XT/V5/V8, Z7 * frame buffer driver for Linux kernels >= 2.4.14 and >=2.6.3 * * 2D acceleration part * * This program is free software; you can redistribute it and/or modify * it under the terms o...
gpl-2.0
anwarMov/android_kernel_asus_a500cg
drivers/net/wireless/bcmdhd/wl_cfgp2p.c
9
76454
/* * Linux cfgp2p driver * * Copyright (C) 1999-2013, Broadcom Corporation * * Unless you and Broadcom execute a separate written software license * agreement governing use of this software, this software is licensed to you * under the terms of the GNU General Public License version 2 (the "GPL"), * avail...
gpl-2.0
samnazarko/vero2-uboot
board/amlogic/g9tv_n300_v1/firmware/storage.c
9
1545
/*********************************************** *****Storage config of board, for ACS use.***** Header file: arch/arm/include/asm/arch-xx/storage.h ***********************************************/ #include <asm/arch/storage.h> #ifdef CONFIG_ACS //partition tables struct partitions partition_table[MAX_PART_NUM]={ {...
gpl-2.0
mrimp/N910TUVU1ANIH_kernel
drivers/video/msm/mdss/mdss_samsung_dsi_panel_common.c
9
153998
/* Copyright (c) 2012, Samsung Electronics. 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
frustreated/linux
drivers/mfd/max77620.c
265
19184
// SPDX-License-Identifier: GPL-2.0-only /* * Maxim MAX77620 MFD Driver * * Copyright (C) 2016 NVIDIA CORPORATION. All rights reserved. * * Author: * Laxman Dewangan <ldewangan@nvidia.com> * Chaitanya Bandi <bandik@nvidia.com> * Mallikarjun Kasoju <mkasoju@nvidia.com> */ /****************** Teminology used in...
gpl-2.0
shobhitka/linux-kernel
sound/soc/jz4740/jz4740-i2s.c
521
14104
/* * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later ver...
gpl-2.0
CandyDevices/kernel_mediatek_sprout
fs/autofs4/root.c
1545
23791
/* -*- c -*- --------------------------------------------------------------- * * * linux/fs/autofs/root.c * * Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved * Copyright 1999-2000 Jeremy Fitzhardinge <jeremy@goop.org> * Copyright 2001-2006 Ian Kent <raven@themaw.net> * * This file is part of...
gpl-2.0
thanhphat11/Kernel_N4_N910SLK
drivers/iio/industrialio-event.c
1801
11719
/* Industrial I/O event handling * * Copyright (c) 2008 Jonathan Cameron * * 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. * * Based on elements of hwmon and input subsystems. ...
gpl-2.0
ystk/linux-poky-debian
sound/pci/emu10k1/emu10k1_callback.c
1801
14663
/* * synth callback routines for Emu10k1 * * Copyright (C) 2000 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 ...
gpl-2.0
qqzwc/LG_G3_D858_Android4.4_Kernel
kernel/power/autosleep.c
1801
2645
/* * kernel/power/autosleep.c * * Opportunistic sleep support. * * Copyright (C) 2012 Rafael J. Wysocki <rjw@sisk.pl> */ #include <linux/device.h> #include <linux/mutex.h> #include <linux/pm_wakeup.h> #include "power.h" static suspend_state_t autosleep_state; static struct workqueue_struct *autosleep_wq; /* *...
gpl-2.0
shukiz/VAR-SOM-AM33-Kernel-3-15
arch/powerpc/crypto/sha1.c
2057
3610
/* * Cryptographic API. * * powerpc implementation of the SHA1 Secure Hash Algorithm. * * Derived from cryptoapi implementation, adapted for in-place * scatterlist interface. * * Derived from "crypto/sha1.c" * Copyright (c) Alan Smithee. * Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk> * Copyright (c...
gpl-2.0
DirtyUnicorns/android_kernel_samsung_trlte
sound/soc/pxa/ttc-dkb.c
2313
5066
/* * linux/sound/soc/pxa/ttc_dkb.c * * Copyright (C) 2012 Marvell International Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your opti...
gpl-2.0
dev-elixir/elixir-redmi2
drivers/tty/goldfish.c
2313
8724
/* * Copyright (C) 2007 Google, Inc. * Copyright (C) 2012 Intel, 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
1N4148/agni
drivers/gpio/gpio-s5pv210.c
2313
6060
/* linux/arch/arm/mach-s5pv210/gpiolib.c * * Copyright (c) 2010 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * S5PV210 - GPIOlib support * * 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 ...
gpl-2.0