repo_name
string
path
string
copies
string
size
string
content
string
license
string
Howpathetic/Villec2-Kernel
drivers/infiniband/hw/qib/qib_fs.c
4873
14899
/* * Copyright (c) 2006, 2007, 2008, 2009 QLogic Corporation. All rights reserved. * Copyright (c) 2006 PathScale, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Versi...
gpl-2.0
aulomil/imx-kernel
drivers/hid/hid-primax.c
5129
2809
/* * HID driver for primax and similar keyboards with in-band modifiers * * Copyright 2011 Google Inc. All Rights Reserved * * Author: * Terry Lambert <tlambert@google.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation,...
gpl-2.0
brieuwers/N8000Kernel
drivers/s390/cio/idset.c
9737
2812
/* * drivers/s390/cio/idset.c * * Copyright IBM Corp. 2007 * Author(s): Peter Oberparleiter <peter.oberparleiter@de.ibm.com> */ #include <linux/vmalloc.h> #include <linux/bitops.h> #include "idset.h" #include "css.h" struct idset { int num_ssid; int num_id; unsigned long bitmap[0]; }; static inline un...
gpl-2.0
croniccorey/WIP-8x50
drivers/uwb/drp-ie.c
11529
9767
/* * UWB DRP IE management. * * Copyright (C) 2005-2006 Intel Corporation * Copyright (C) 2008 Cambridge Silicon Radio Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 as published by the Free Software Foundation. *...
gpl-2.0
ICSACE/android_kernel_msm
arch/ia64/sn/pci/pcibr/pcibr_ate.c
13577
4568
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2001-2006 Silicon Graphics, Inc. All rights reserved. */ #include <linux/types.h> #include <asm/sn/sn_sal.h> #include <asm...
gpl-2.0
Split-Screen/android_kernel_oneplus_msm8996
net/bridge/netfilter/ebt_ip.c
13577
3302
/* * ebt_ip * * Authors: * Bart De Schuymer <bdschuym@pandora.be> * * April, 2002 * * Changes: * added ip-sport and ip-dport * Innominate Security Technologies AG <mhopf@innominate.com> * September, 2002 */ #include <linux/ip.h> #include <net/ip.h> #include <linux/in.h> #include <linux/module.h>...
gpl-2.0
Perferom/android_kernel_lge_msm7x27
net/bridge/netfilter/ebt_ip.c
13577
3302
/* * ebt_ip * * Authors: * Bart De Schuymer <bdschuym@pandora.be> * * April, 2002 * * Changes: * added ip-sport and ip-dport * Innominate Security Technologies AG <mhopf@innominate.com> * September, 2002 */ #include <linux/ip.h> #include <net/ip.h> #include <linux/in.h> #include <linux/module.h>...
gpl-2.0
aidanheerdegen/mom
src/postprocessing/land_utils/is-compressed.c
10
2398
#include <stdlib.h> #include <stdio.h> #include <unistd.h> #include <netcdf.h> #define __NC_ASRT__(ierr) check_error(ierr,__FILE__,__LINE__) void usage(const char* name) { printf("==============================================================================\n"); printf("%s -- tests for compressed-by-gathering ...
gpl-2.0
avareldalton85/rpi2-linux-rt
drivers/net/ethernet/tehuti/tehuti.c
10
67829
/* * Tehuti Networks(R) Network Driver * ethtool interface implementation * Copyright (C) 2007 Tehuti Networks 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 as published by * the Free Software Foundation; e...
gpl-2.0
wuhongyi1977/MOP_5_4_1
src/server/shared/Cryptography/Authentication/AuthCrypt.cpp
10
2407
/* * Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.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 ver...
gpl-2.0
lluixhi/coreboot
src/cpu/amd/agesa/family16kb/model_16_init.c
10
3143
/* * This file is part of the coreboot project. * * Copyright (C) 2012 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
lyn1337/LinuxDSc2
linux-2.6.x/fs/reiserfs/prints.c
10
20706
/* * Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README */ #include <linux/config.h> #include <linux/time.h> #include <linux/fs.h> #include <linux/reiserfs_fs.h> #include <linux/string.h> #include <linux/buffer_head.h> #include <stdarg.h> static char error_buf[1024]; static char fmt_buf[1024]; st...
gpl-2.0
openjdk/jdk9
hotspot/src/share/vm/memory/oopFactory.cpp
10
3700
/* * Copyright (c) 1997, 2015, 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
mytbk/coreboot-cubietruck
src/southbridge/amd/sb600/pci.c
10
4524
/* * This file is part of the coreboot project. * * Copyright (C) 2008 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
RisingFog/dolphin
Source/Core/VideoBackends/Vulkan/CommandBufferManager.cpp
10
17689
// Copyright 2016 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #include <algorithm> #include <cstdint> #include "Common/Assert.h" #include "Common/CommonFuncs.h" #include "Common/MsgHandler.h" #include "VideoBackends/Vulkan/CommandBufferManager.h" #include "VideoBacken...
gpl-2.0
zhuolinho/linphone
submodules/externals/ffmpeg/libavformat/sctp.c
10
9672
/* * SCTP protocol * Copyright (c) 2012 Luca Barbato * * This file is part of Libav. * * Libav is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your o...
gpl-2.0
jitendriya/linux-2.6
drivers/usb/host/ohci-sa1111.c
266
6678
/* * OHCI HCD (Host Controller Driver) for USB. * * (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at> * (C) Copyright 2000-2002 David Brownell <dbrownell@users.sourceforge.net> * (C) Copyright 2002 Hewlett-Packard Company * * SA1111 Bus Glue * * Written by Christopher Hoover <ch@hpl.hp.com> * Based on ...
gpl-2.0
faux123/kernel-MB860
drivers/serial/jsm/jsm_driver.c
522
6377
/************************************************************************ * Copyright 2003 Digi International (www.digi.com) * * Copyright (C) 2004 IBM 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 ...
gpl-2.0
fail0verflow/ps4-linux
drivers/net/wireless/ath/ath9k/dfs.c
778
10401
/* * Copyright (c) 2008-2011 Atheros Communications Inc. * Copyright (c) 2011 Neratec Solutions AG * * 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 copie...
gpl-2.0
GolovanovSrg/au-linux-kernel-spring-2016
linux/drivers/net/wireless/ath/ath9k/dfs.c
778
10401
/* * Copyright (c) 2008-2011 Atheros Communications Inc. * Copyright (c) 2011 Neratec Solutions AG * * 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 copie...
gpl-2.0
zephiK/android_kernel_moto_shamu
drivers/usb/dwc3/host.c
1034
3346
/** * host.c - DesignWare USB3 DRD Controller Host Glue * * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com * * Authors: Felipe Balbi <balbi@ti.com>, * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ...
gpl-2.0
cjp256/ubuntu-linux
arch/arm/mach-omap2/prcm_mpu44xx.c
1802
1429
/* * OMAP4 PRCM_MPU module functions * * Copyright (C) 2009 Nokia Corporation * Paul Walmsley * * 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> #...
gpl-2.0
felipeizzo/sprat
drivers/isdn/hisax/avm_pci.c
2314
23142
/* $Id: avm_pci.c,v 1.29.2.4 2004/02/11 13:21:32 keil Exp $ * * low level stuff for AVM Fritz!PCI and ISA PnP isdn cards * * Author Karsten Keil * Copyright by Karsten Keil <keil@isdn4linux.de> * * This software may be used and distributed according to the terms * of the GNU General Public License...
gpl-2.0
maikelwever/android_kernel_htc_msm8660-caf
fs/adfs/super.c
3082
13115
/* * linux/fs/adfs/super.c * * Copyright (C) 1997-1999 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/module.h> #include <linux/init.h> #in...
gpl-2.0
SdtBarbarossa/kernel-m8qlul
sound/usb/caiaq/midi.c
4362
4529
/* * Copyright (c) 2006,2007 Daniel Mack * * 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 ...
gpl-2.0
charlie-wong/linux
net/atm/pvc.c
5386
3810
/* net/atm/pvc.c - ATM PVC sockets */ /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ #include <linux/net.h> /* struct socket, struct proto_ops */ #include <linux/atm.h> /* ATM stuff */ #include <linux/atmdev.h> /* ATM devices */ #include <linux/errno.h> /* error codes */ #include <linux/kernel.h> /* p...
gpl-2.0
pacificIT/edison-kernel
drivers/gpio/gpio-sa1100.c
7434
1598
/* * linux/arch/arm/mach-sa1100/gpio.c * * Generic SA-1100 GPIO handling * * 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 <linux/init.h> #i...
gpl-2.0
PatrickPalm/alcatel-kernel-msm7x30
arch/parisc/math-emu/sfsqrt.c
14090
4852
/* * Linux/PA-RISC Project (http://www.parisc-linux.org/) * * Floating-point emulation code * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.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 * ...
gpl-2.0
f-andrew-beal/whoi-3.2-kernel
arch/m68k/amiga/pcmcia.c
14602
2561
/* ** asm-m68k/pcmcia.c -- Amiga Linux PCMCIA support ** most information was found by disassembling card.resource ** I'm still looking for an official doc ! ** ** Copyright 1997 by Alain Malek ** ** This file is subject to the terms and conditions of the GNU General Public ** ...
gpl-2.0
INFAMOUS-LOLLIPOP/android_kernel_htc_msm8974
drivers/video/cfbfillrect.c
14858
8940
/* * Generic fillrect for frame buffers with packed pixels of any depth. * * Copyright (C) 2000 James Simmons (jsimmons@linux-fbdev.org) * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive for * more detai...
gpl-2.0
aosm/gccfast
boehm-gc/solaris_pthreads.c
11
4979
/* * Copyright (c) 1994 by Xerox Corporation. All rights reserved. * * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED * OR IMPLIED. ANY USE IS AT YOUR OWN RISK. * * Permission is hereby granted to use or copy this program * for any purpose, provided the above notices are retained on a...
gpl-2.0
ryo-on/eCos
packages/language/c/libm/current/src/double/internal/k_sin.c
11
5376
//=========================================================================== // // k_sin.c // // Part of the standard mathematical function library // //=========================================================================== // ####ECOSGPLCOPYRIGHTBEGIN#### // ...
gpl-2.0
sensssz/mysql-server
rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/windeps/sunrpc/xdr_ref.c
11
3149
/* Copyright (c) 2010, 2016, Oracle and/or its affiliates. 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 of the License. This program is distributed in t...
gpl-2.0
Hooks405/kernel_samsung_j3ltespr
drivers/video/msm/mdss/samsung/EA8061_AMS549BU19_ID400418/ss_dsi_panel_EA8061_AMS549BU19_ID400418.c
11
24533
/* * ================================================================= * * * Description: samsung display panel file * * Author: jb09.kim * Company: Samsung Electronics * * ================================================================ */ /* <one line to give the program's name and a brief idea of what it...
gpl-2.0
fighterCui/L4ReFiascoOC
l4/pkg/libgfortran/lib/contrib/runtime/main.c
11
5647
/* Copyright (C) 2002-2003, 2005, 2007, 2009, 2011 Free Software Foundation, Inc. Contributed by Andy Vaught and Paul Brook <paul@nowt.org> This file is part of the GNU Fortran runtime library (libgfortran). Libgfortran is free software; you can redistribute it and/or modify it under the terms of the GNU Gener...
gpl-2.0
sebastic/QGIS
src/core/qgsscaleexpression.cpp
11
5178
/*************************************************************************** qgsscaleexpression.cpp --------------------- begin : November 2014 copyright : (C) 2014 by Vincent Mora email : vincent dor mora at oslandia dot com ***********************************************...
gpl-2.0
TeamExodus/kernel_motorola_msm8960dt-common
sound/soc/codecs/tfa9890.c
11
47587
/* * Copyright (C) 2012-2013 Motorola Mobility, LLC. * * 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...
gpl-2.0
zunnun/virtualagc
GeminiCatchUpandRendezvousProgram/GANG.f
11
1854
C COPYRIGHT NONE. THIS CODE IS IN THE PUBLIC DOMAIN. C FILENAME GEMINICATCHUPANDRENDEZVOUSPROGRAM/GANG.F C PURPOSE THIS IS PART OF THE ORIGINAL 1965 SIMULATION C PROGRAM FOR THE GEMINI 7/6 MISSION C CATCH-UP AND RENDEZVOUS FLIGHT PHASES. C ...
gpl-2.0
sytuxww/android2.3-dm8168
block/genhd.c
11
31140
/* * gendisk handling */ #include <linux/module.h> #include <linux/fs.h> #include <linux/genhd.h> #include <linux/kdev_t.h> #include <linux/kernel.h> #include <linux/blkdev.h> #include <linux/init.h> #include <linux/spinlock.h> #include <linux/proc_fs.h> #include <linux/seq_file.h> #include <linux/slab.h> #include ...
gpl-2.0
sultanxda/sultan-kernel-pyramid
sound/soc/msm/msm-pcm-lpa.c
11
17552
/* Copyright (c) 2011-2012, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
gpl-2.0
godvmxi/os_30_cn
projects/29_day/harib26e/invader/invader.c
11
6039
#include <stdio.h> /* sprintf */ #include <string.h> /* strlen */ #include "apilib.h" void putstr(int win, char *winbuf, int x, int y, int col, unsigned char *s); void wait(int i, int timer, char *keyflag); static unsigned char charset[16 * 8] = { /* invader(0) */ 0x00, 0x00, 0x00, 0x43, 0x5f, 0x5f, 0x5f, 0x7f, ...
gpl-2.0
Gurgel100/gcc
gcc/testsuite/gcc.target/aarch64/sve2/acle/asm/cvtnt_f16.c
11
2280
/* { dg-final { check-function-bodies "**" "" "-DCHECK_ASM" } } */ #include "test_sve_acle.h" /* ** cvtnt_f16_f32_m_tied1: ** fcvtnt z0\.h, p0/m, z4\.s ** ret */ TEST_DUAL_Z (cvtnt_f16_f32_m_tied1, svfloat16_t, svfloat32_t, z0 = svcvtnt_f16_f32_m (z0, p0, z4), z0 = svcvtnt_f16_m (z0, p0, z4)) /* Bad RA c...
gpl-2.0
jdieter/dolphin
Source/Core/Core/HW/DSPHLE/UCodes/Zelda.cpp
11
52958
// Copyright 2008 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #include <array> #include "Common/ChunkFile.h" #include "Common/CommonFuncs.h" #include "Common/CommonTypes.h" #include "Common/Logging/Log.h" #include "Core/ConfigManager.h" #include "Core/HW/DSPHLE/MailHan...
gpl-2.0
Shimejing/uboot2012.4
board/freescale/mpc8260ads/flash.c
267
12548
/* * (C) Copyright 2000, 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * (C) Copyright 2001, Stuart Hughes, Lineo Inc, stuarth@lineo.com * Add support the Sharp chips on the mpc8260ads. * I started with board/ip860/flash.c and made changes I found in * the MTD project by David Schleef. * * (C)...
gpl-2.0
scbash/xbmc
lib/libUPnP/Neptune/Source/Data/TLS/Base/NptTlsTrustAnchor_Base_0121.cpp
267
6540
/***************************************************************** | | Neptune - Trust Anchors | | This file is automatically generated by a script, do not edit! | | Copyright (c) 2002-2010, Axiomatic Systems, LLC. | All rights reserved. | | Redistribution and use in source and binary forms, with or without | modif...
gpl-2.0
jpihet/linux
arch/m68k/kernel/vectors.c
267
3910
/* * vectors.c * * Copyright (C) 1993, 1994 by Hamish Macdonald * * 68040 fixes by Michael Rausch * 68040 fixes by Martin Apel * 68040 fixes and writeback by Richard Zidlicky * 68060 fixes by Roman Hodek * 68060 fixes by Jesper Skov * * This file is subject to the terms and conditions of the GNU Gener...
gpl-2.0
ninjablocks/u-boot-kern3.2
board/ispan/ispan.c
267
17175
/* * Copyright (C) 2004 Arabella Software Ltd. * Yuli Barcohen <yuli@arabellasw.com> * * Support for Interphase iSPAN Communications Controllers * (453x and others). Tested on 4532. * * Derived from iSPAN 4539 port (iphase4539) by * Wolfgang Grandegger <wg@denx.de> * * See file CREDITS for list of people who ...
gpl-2.0
Split-Screen/android_kernel_motorola_msm8916
net/sctp/sm_statefuns.c
523
201793
/* SCTP kernel implementation * (C) Copyright IBM Corp. 2001, 2004 * Copyright (c) 1999-2000 Cisco, Inc. * Copyright (c) 1999-2001 Motorola, Inc. * Copyright (c) 2001-2002 Intel Corp. * Copyright (c) 2002 Nokia Corp. * * This is part of the SCTP Linux Kernel Implementation. * * These are the state functio...
gpl-2.0
virtuous/kernel-7x30-gingerbread-v4
drivers/block/ps3disk.c
779
14665
/* * PS3 Disk Storage Driver * * Copyright (C) 2007 Sony Computer Entertainment Inc. * Copyright 2007 Sony Corp. * * 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 Licens...
gpl-2.0
jakwu/linux-imx
drivers/media/usb/dvb-usb-v2/az6007.c
2315
20916
/* * Driver for AzureWave 6007 DVB-C/T USB2.0 and clones * * Copyright (c) Henry Wang <Henry.wang@AzureWave.com> * * This driver was made publicly available by Terratec, at: * http://linux.terratec.de/files/TERRATEC_H7/20110323_TERRATEC_H7_Linux.tar.gz * The original driver's license is GPL, as declared with MOD...
gpl-2.0
osmc/vero2-recovery
drivers/block/ataflop.c
2571
53203
/* * drivers/block/ataflop.c * * Copyright (C) 1993 Greg Harp * Atari Support by Bjoern Brauel, Roman Hodek * * Big cleanup Sep 11..14 1994 Roman Hodek: * - Driver now works interrupt driven * - Support for two drives; should work, but I cannot test that :-( * - Reading is done in whole tracks and b...
gpl-2.0
BenzoPlayer/kernel_asus_fugu
net/atm/br2684.c
2827
23767
/* * Ethernet netdevice using ATM AAL5 as underlying carrier * (RFC1483 obsoleted by RFC2684) for Linux * * Authors: Marcell GAL, 2000, XDSL Ltd, Hungary * Eric Kinzie, 2006-2007, US Naval Research Laboratory */ #define pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__ #include <linux/module.h> #include...
gpl-2.0
Divaksh/Speedy-Kernel-u8500-old
drivers/hwmon/w83793.c
3083
62075
/* w83793.c - Linux kernel driver for hardware monitoring Copyright (C) 2006 Winbond Electronics Corp. Yuan Mu Rudolf Marek <r.marek@assembler.cz> Copyright (C) 2009-2010 Sven Anders <anders@anduras.de>, ANDURAS AG. Watchdog driver part (Based partially on fschmd ...
gpl-2.0
arasilinux/arasievm-kernel
drivers/usb/serial/belkin_sa.c
3083
17613
/* * Belkin USB Serial Adapter Driver * * Copyright (C) 2000 William Greathouse (wgreathouse@smva.com) * Copyright (C) 2000-2001 Greg Kroah-Hartman (greg@kroah.com) * Copyright (C) 2010 Johan Hovold (jhovold@gmail.com) * * This program is largely derived from work by the linux-usb group * and associated...
gpl-2.0
emansih/d855_CM_kernel
net/x25/x25_route.c
4107
4867
/* * X.25 Packet Layer release 002 * * This is ALPHA test software. This code may break your machine, * randomly fail to work with new releases, misbehave and/or generally * screw up. It might even work. * * This code REQUIRES 2.1.15 or higher * * This module: * This module is free software; you can redistri...
gpl-2.0
vathpela/linux-esrt
drivers/media/usb/dvb-usb/a800.c
4363
5586
/* DVB USB framework compliant Linux driver for the AVerMedia AverTV DVB-T * USB2.0 (A800) DVB-T receiver. * * Copyright (C) 2005 Patrick Boettcher (patrick.boettcher@desy.de) * * Thanks to * - AVerMedia who kindly provided information and * - Glen Harris who suffered from my mistakes during development. * ...
gpl-2.0
sicknemesis/stock_kernel_hammerhead
drivers/infiniband/core/uverbs_cmd.c
4619
67531
/* * Copyright (c) 2005 Topspin Communications. All rights reserved. * Copyright (c) 2005, 2006, 2007 Cisco Systems. All rights reserved. * Copyright (c) 2005 PathScale, Inc. All rights reserved. * Copyright (c) 2006 Mellanox Technologies. All rights reserved. * * This software is available to you under a cho...
gpl-2.0
thicklizard/patch
drivers/infiniband/core/mad.c
4875
87490
/* * Copyright (c) 2004-2007 Voltaire, Inc. All rights reserved. * Copyright (c) 2005 Intel Corporation. All rights reserved. * Copyright (c) 2005 Mellanox Technologies Ltd. All rights reserved. * Copyright (c) 2009 HNR Consulting. All rights reserved. * * This software is available to you under a choice of one...
gpl-2.0
greg17477/kernel_motley_mako
drivers/staging/iio/dac/max517.c
4875
7507
/* * max517.c - Support for Maxim MAX517, MAX518 and MAX519 * * Copyright (C) 2010, 2011 Roland Stigge <stigge@antcom.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 ver...
gpl-2.0
linhphi9x94/android_kernel_pantech_msm8974
drivers/tty/serial/clps711x.c
6411
13324
/* * Driver for CLPS711x serial ports * * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. * * Copyright 1999 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 Li...
gpl-2.0
alexandru-g/kernel_htc_m8_gpe
arch/m68k/kernel/ints.c
6667
4209
/* * linux/arch/m68k/kernel/ints.c -- Linux/m68k general interrupt handling code * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more details. */ #include <linux/module.h> #include <linux/types.h> #include...
gpl-2.0
Alex-the-black/android_kernel_huawei_msm8212
arch/mips/powertv/powertv_setup.c
7691
9628
/* * Carsten Langgaard, carstenl@mips.com * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved. * Portions copyright (C) 2009 Cisco Systems, Inc. * * This program is free software; you can distribute it and/or modify it * under the terms of the GNU General Public License (Version 2) as * publishe...
gpl-2.0
KronicKernel/falcon
fs/hfs/mdb.c
8203
10444
/* * linux/fs/hfs/mdb.c * * Copyright (C) 1995-1997 Paul H. Hargrove * (C) 2003 Ardis Technologies <roman@ardistech.com> * This file may be distributed under the terms of the GNU General Public License. * * This file contains functions for reading/writing the MDB. */ #include <linux/cdrom.h> #include <linux/...
gpl-2.0
akw28888/n909
drivers/media/video/saa7164/saa7164-i2c.c
8203
3666
/* * Driver for the NXP SAA7164 PCIe bridge * * Copyright (c) 2010 Steven Toth <stoth@kernellabs.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 Licens...
gpl-2.0
zombi-x/android_kernel_lge_mako
fs/hfs/mdb.c
8203
10444
/* * linux/fs/hfs/mdb.c * * Copyright (C) 1995-1997 Paul H. Hargrove * (C) 2003 Ardis Technologies <roman@ardistech.com> * This file may be distributed under the terms of the GNU General Public License. * * This file contains functions for reading/writing the MDB. */ #include <linux/cdrom.h> #include <linux/...
gpl-2.0
CyanogenMod/htc-kernel-doubleshot
drivers/i2c/busses/i2c-pca-isa.c
8715
5584
/* * i2c-pca-isa.c driver for PCA9564 on ISA boards * Copyright (C) 2004 Arcom Control Systems * Copyright (C) 2008 Pengutronix * * 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
VentureROM-Legacy/android_kernel_lge_d85x
drivers/net/ppp/bsd_comp.c
9995
29584
/* * Update: The Berkeley copyright was changed, and the change * is retroactive to all "true" BSD software (ie everything * from UCB as opposed to other peoples code that just carried * the same license). The new copyright doesn't clash with the * GPL, so the module-only restriction has been removed.. */ /* Bec...
gpl-2.0
mvpel/clamav-devel
win32/clamav-for-windows/sigui/wxWidgets-2.9.1/src/xrc/xh_htmllbox.cpp
12
2449
///////////////////////////////////////////////////////////////////////////// // Name: xh_simplehtmllbox.cpp // Purpose: XML resource handler for wxSimpleHtmlListBox // Author: Francesco Montorsi // Created: 2006/10/21 // RCS-ID: $Id$ // Copyright: (c) 2006 Francesco Montorsi // Licence: ...
gpl-2.0
chenyanming/stm32_template
libs/STM32F10x_StdPeriph_Lib_V3.5.0/Utilities/STM32_EVAL/STM32100E_EVAL/stm32100e_eval.c
12
27211
/** ****************************************************************************** * @file stm32100e_eval.c * @author MCD Application Team * @version V4.5.0 * @date 07-March-2011 * @brief This file provides * - set of firmware functions to manage Leds, push-button and COM ports ...
gpl-2.0
chenyanming/stm32_template
libs/STM32F10x_StdPeriph_Lib_V3.5.0/Project/STM32F10x_StdPeriph_Examples/SysTick/TimeBase/stm32f10x_it.c
12
4509
/** ****************************************************************************** * @file SysTick/TimeBase/stm32f10x_it.c * @author MCD Application Team * @version V3.5.0 * @date 08-April-2011 * @brief Main Interrupt Service Routines. * This file provides template for all except...
gpl-2.0
qmk/qmk_firmware
layouts/community/ergodox/msc/keymap.c
12
9851
#include QMK_KEYBOARD_H #include "debug.h" #include "action_layer.h" #define BASE 0 // default layer #define SYMB 1 // symbols #define MDIA 2 // media keys const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { /* Keymap 0: Basic layer * * ,--------------------------------------------------. ,----...
gpl-2.0
bju2000/android_kernel_samsung_slteskt
drivers/sensors/tmd3782.c
12
48822
/* * Copyright (c) 2010 SAMSUNG * * 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 distribute...
gpl-2.0
mvpel/clamav-devel
win32/clamav-for-windows/sigui/wxWidgets-2.9.1/src/generic/hyperlinkg.cpp
12
8093
///////////////////////////////////////////////////////////////////////////// // Name: src/generic/hyperlinkg.cpp // Purpose: Hyperlink control // Author: David Norris <danorris@gmail.com>, Otto Wyss // Modified by: Ryan Norton, Francesco Montorsi // Created: 04/02/2005 // RCS-ID: $Id$ // Copyr...
gpl-2.0
hyunokoh/s4_qemu
roms/u-boot/drivers/mtd/nand/nand_plat.c
268
1354
/* * Genericish driver for memory mapped NAND devices * * Copyright (c) 2006-2009 Analog Devices Inc. * Licensed under the GPL-2 or later. */ /* Your board must implement the following macros: * NAND_PLAT_WRITE_CMD(chip, cmd) * NAND_PLAT_WRITE_ADR(chip, cmd) * NAND_PLAT_INIT() * * It may also implement th...
gpl-2.0
TeamWin/android_kernel_oppo_r7f
drivers/spi/spi-orion.c
1292
11945
/* * Marvell Orion SPI controller driver * * Author: Shadi Ammouri <shadi@marvell.com> * Copyright (C) 2007-2008 Marvell Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. ...
gpl-2.0
NamanArora/flamingo_kernel
arch/arm/mach-msm/qdsp6v2/pcm_in_proxy.c
1804
14543
/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope...
gpl-2.0
vDorst/linux
drivers/gpu/drm/sis/sis_drv.c
2060
3781
/* sis.c -- sis driver -*- linux-c -*- * * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documenta...
gpl-2.0
Lazy79/shamu-5.0
net/sched/act_simple.c
2316
5448
/* * net/sched/simp.c Simple example of an action * * 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. * * Auth...
gpl-2.0
Dotflyer/SM-G900H_LL_Kernel
drivers/char/hw_random/pseries-rng.c
2572
2648
/* * Copyright (C) 2010 Michael Neuling IBM Corporation * * Driver for the pseries hardware RNG for POWER7+ and above * * 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. * * Thi...
gpl-2.0
AndroidDeveloperAlliance/ZenKernel_Grouper
net/netfilter/ipset/ip_set_getport.c
2828
3447
/* Copyright (C) 2003-2011 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ /* Get Layer-4 data from the packets */ #include <lin...
gpl-2.0
surdupetru/p6-kernel
drivers/net/mac8390.c
3084
23770
/* mac8390.c: New driver for 8390-based Nubus (or Nubus-alike) Ethernet cards on Linux */ /* Based on the former daynaport.c driver, by Alan Cox. Some code taken from or inspired by skeleton.c by Donald Becker, acenic.c by Jes Sorensen, and ne2k-pci.c by Donald Becker and Paul Gortmaker. This software may...
gpl-2.0
gokhanmoral/siyahkernel3
drivers/edac/edac_device_sysfs.c
3084
24202
/* * file for managing the edac_device class of devices for EDAC * * (C) 2007 SoftwareBitMaker * * This file may be distributed under the terms of the * GNU General Public License. * * Written Doug Thompson <norsk5@xmission.com> * */ #include <linux/ctype.h> #include <linux/module.h> #include <linux/slab.h>...
gpl-2.0
Dee-UK/RK3188_KK_4.4.02_Beta
drivers/scsi/fd_mcs.c
3340
39704
/* fd_mcs.c -- Future Domain MCS 600/700 (or IBM OEM) driver * * FutureDomain MCS-600/700 v0.2 03/11/1998 by ZP Gu (zpg@castle.net) * * This driver is cloned from fdomain.* to specifically support * the Future Domain MCS 600/700 MCA SCSI adapters. Some PS/2s * also equipped with IBM Fast SCSI Adapter/A which is a...
gpl-2.0
DarkenedSky94/android_kernel_samsung_smdk4412
drivers/staging/rtl8187se/r8180_wx.c
3340
38826
/* This file contains wireless extension handlers. This is part of rtl8180 OpenSource driver. Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it> Released under the terms of GPL (General Public Licence) Parts of this driver are based on the GPL part of the official realtek driver. Parts of this dri...
gpl-2.0
byzvulture/Z5S_NX503A_KitKat_kernel
drivers/media/dvb/frontends/tda10071.c
4876
26603
/* * NXP TDA10071 + Conexant CX24118A DVB-S/S2 demodulator + tuner driver * * Copyright (C) 2011 Antti Palosaari <crope@iki.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; ...
gpl-2.0
nbr11/android_kernel_lge_hammerhead
drivers/video/omap2/dss/sdi.c
4876
4118
/* * linux/drivers/video/omap2/dss/sdi.c * * Copyright (C) 2009 Nokia Corporation * Author: Tomi Valkeinen <tomi.valkeinen@nokia.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 Foun...
gpl-2.0
Pepejson/MammothKernel_S6310
drivers/char/agp/generic.c
4876
37494
/* * AGPGART driver. * Copyright (C) 2004 Silicon Graphics, Inc. * Copyright (C) 2002-2005 Dave Jones. * Copyright (C) 1999 Jeff Hartmann. * Copyright (C) 1999 Precision Insight, Inc. * Copyright (C) 1999 Xi Graphics, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of th...
gpl-2.0
omnirom/android_kernel_samsung_jf
drivers/media/video/pwc/pwc-if.c
4876
35273
/* Linux driver for Philips webcam USB and Video4Linux interface part. (C) 1999-2004 Nemosoft Unv. (C) 2004-2006 Luc Saillard (luc@saillard.org) (C) 2011 Hans de Goede <hdegoede@redhat.com> NOTE: this version of pwc is an unofficial (modified) release of pwc & pcwx driver and thus may have bugs that ...
gpl-2.0
LiquidSmokeX64/URKernel
drivers/staging/usbip/userspace/src/usbip_detach.c
5644
2136
/* * Copyright (C) 2011 matt mooney <mfm@muteddisk.com> * 2005-2007 Takahiro Hirofuchi * * 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
Arc-Team/android_kernel_samsung_afyonlte
drivers/net/wimax/i2400m/sdio-rx.c
8204
8727
/* * Intel Wireless WiMAX Connection 2400m * SDIO RX handling * * * Copyright (C) 2007-2008 Intel Corporation. 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...
gpl-2.0
AD5GB/kernel_n5_3.10-experimental
arch/sh/kernel/cpu/sh3/clock-sh3.c
9228
2234
/* * arch/sh/kernel/cpu/sh3/clock-sh3.c * * Generic SH-3 support for the clock framework * * Copyright (C) 2005 Paul Mundt * * FRQCR parsing hacked out of arch/sh/kernel/time.c * * Copyright (C) 1999 Tetsuya Okada & Niibe Yutaka * Copyright (C) 2000 Philipp Rumpf <prumpf@tux.org> * Copyright (C) 2002,...
gpl-2.0
akhilnarang/ThugLife_bullhead
drivers/isdn/hardware/eicon/dadapter.c
9740
14576
/* * Copyright (c) Eicon Networks, 2002. * This source file is supplied for the use with Eicon Networks range of DIVA Server Adapters. * Eicon File Revision : 2.1 * 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
houst0nn/android_kernel_lge_geeb
net/irda/ircomm/ircomm_lmp.c
10508
9978
/********************************************************************* * * Filename: ircomm_lmp.c * Version: 1.0 * Description: Interface between IrCOMM and IrLMP * Status: Stable * Author: Dag Brattli <dagb@cs.uit.no> * Created at: Sun Jun 6 20:48:27 1999 * Modified at: Sun Dec...
gpl-2.0
yellowback/vyatta-linux-image
drivers/net/cxgb3/ael1002.c
12556
23761
/* * Copyright (c) 2005-2008 Chelsio, 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 this source ...
gpl-2.0
Xluco/kernel_smp600
sound/core/timer_compat.c
13836
3619
/* * 32bit -> 64bit ioctl wrapper for timer API * Copyright (c) by 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,...
gpl-2.0
ford-prefect/gst-plugins-bad
tests/check/elements/compositor.c
13
33966
/* GStreamer * * unit test for compositor * * Copyright (C) <2005> Thomas Vander Stichele <thomas at apestaart dot org> * Copyright (C) <2013> Thibault Saunier <thibault.saunier@collabora.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library Genera...
gpl-2.0
CoreSecurity/pycodin
qemu-0.12.3/hw/tmp105.c
13
6171
/* * Texas Instruments TMP105 temperature sensor. * * Copyright (C) 2008 Nokia Corporation * Written by Andrzej Zaborowski <andrew@openedhand.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 F...
gpl-2.0
lemenkov/wireshark
ui/qt/display_filter_combo.cpp
13
5182
/* display_filter_combo.cpp * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * 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 Foundati...
gpl-2.0
dk123546/trinity-mmaps
src/server/game/Handlers/PetHandler.cpp
13
33315
/* * Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.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 ver...
gpl-2.0
Gurgel100/gcc
libsanitizer/asan/asan_interceptors.cpp
13
24460
//===-- asan_interceptors.cpp ---------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
gpl-2.0