repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
varigit/VAR-SOM-AM33-Kernel-3-14 | arch/m68k/sun3/sun3ints.c | 4603 | 2142 | /*
* linux/arch/m68k/sun3/sun3ints.c -- Sun-3(x) Linux 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/types.h>
#include <linux/kernel.h>
#include ... | gpl-2.0 |
mtb3000gt/Deathly_Kernel_D2 | drivers/net/ethernet/intel/ixgbevf/vf.c | 4859 | 12780 | /*******************************************************************************
Intel 82599 Virtual Function driver
Copyright(c) 1999 - 2012 Intel Corporation.
This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License,
version 2... | gpl-2.0 |
munjeni/stock_jb_kexec_kernel_for_locked_bootloader | net/ipv6/inet6_hashtables.c | 6651 | 8251 | /*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user level.
*
* Generic INET6 transport hashtables
*
* Authors: Lotsa people, from code originally in tcp, generalised here
... | gpl-2.0 |
sinflood/w4118_hw2 | sound/pci/ac97/ac97_patch.c | 7931 | 129899 | /*
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
* Universal interface for Audio Codec '97
*
* For more details look to AC '97 component specification revision 2.2
* by Intel Corporation (http://developer.intel.com) and to datasheets
* for specific codecs.
*
*
* This program is free software; you ... | gpl-2.0 |
Split-Screen/android_kernel_motorola_msm8610 | drivers/ide/ide-pio-blacklist.c | 12539 | 2347 | /*
* PIO blacklist. Some drives incorrectly report their maximal PIO mode,
* at least in respect to CMD640. Here we keep info on some known drives.
*
* Changes to the ide_pio_blacklist[] should be made with EXTREME CAUTION
* to avoid breaking the fragile cmd640.c support.
*/
#include <linux/string.h>
static s... | gpl-2.0 |
denseye73/mykernel | drivers/zorro/gen-devlist.c | 14843 | 2134 | /*
* Generate devlist.h from the Zorro ID file.
*
* (c) 2000 Geert Uytterhoeven <geert@linux-m68k.org>
*
* Based on the PCI version:
*
* (c) 1999--2000 Martin Mares <mj@ucw.cz>
*/
#include <stdio.h>
#include <string.h>
#define MAX_NAME_SIZE 63
static void
pq(FILE *f, const char *c)
{
while (*c) {
if (*c =... | gpl-2.0 |
pjrobertson/Telegram-1 | TMessagesProj/jni/opus/silk/fixed/vector_ops_FIX.c | 252 | 4548 | /***********************************************************************
Copyright (c) 2006-2011, Skype Limited. 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 code must retai... | gpl-2.0 |
qnhoang81/Moment_kernel | arch/arm/mach-pxa/irq.c | 508 | 4302 | /*
* linux/arch/arm/mach-pxa/irq.c
*
* Generic PXA IRQ handling
*
* Author: Nicolas Pitre
* Created: Jun 15, 2001
* Copyright: MontaVista Software 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
* publis... | gpl-2.0 |
kingklick/kk-evo-kernel | drivers/i2c/busses/i2c-sh_mobile.c | 508 | 19274 | /*
* SuperH Mobile I2C Controller
*
* Copyright (C) 2008 Magnus Damm
*
* Portions of the code based on out-of-tree driver i2c-sh7343.c
* Copyright (c) 2006 Carlos Munoz <carlos@kenati.com>
*
* 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 |
delaemon/linux | arch/avr32/kernel/time.c | 764 | 4075 | /*
* Copyright (C) 2004-2007 Atmel 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.
*/
#include <linux/clk.h>
#include <linux/clockchips.h>
#include <linux/init.h>
#... | gpl-2.0 |
cattleprod/XCeLL-XV | kernel/trace/trace_kprobe.c | 764 | 40288 | /*
* Kprobes-based tracing events
*
* Created by Masami Hiramatsu <mhiramat@redhat.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 Foundation.
*
* This program is distributed in th... | gpl-2.0 |
Krabappel2548/u8500_kernel_sources | .fr-dbVriS/kernel/arch/microblaze/pci/indirect_pci.c | 1020 | 4263 | /*
* Support for indirect PCI bridges.
*
* Copyright (C) 1998 Gabriel Paubert.
*
* 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) an... | gpl-2.0 |
floft/rpi-linux | drivers/input/touchscreen/cyttsp_core.c | 1020 | 14351 | /*
* Core Source for:
* Cypress TrueTouch(TM) Standard Product (TTSP) touchscreen drivers.
* For use with Cypress Txx3xx parts.
* Supported parts include:
* CY8CTST341
* CY8CTMA340
*
* Copyright (C) 2009, 2010, 2011 Cypress Semiconductor, Inc.
* Copyright (C) 2012 Javier Martinez Canillas <javier@dowhile0.org>... | gpl-2.0 |
telf/error_state_capture_improvement | arch/arm/mach-omap2/mux.c | 1020 | 26547 | /*
* linux/arch/arm/mach-omap2/mux.c
*
* OMAP2, OMAP3 and OMAP4 pin multiplexing configurations
*
* Copyright (C) 2004 - 2010 Texas Instruments Inc.
* Copyright (C) 2003 - 2008 Nokia Corporation
*
* Written by Tony Lindgren
*
* This program is free software; you can redistribute it and/or modify
* it under t... | gpl-2.0 |
deadman96385/android_kernel_leeco_msm8996 | drivers/gpu/drm/msm/msm_rd.c | 1532 | 8194 | /*
* Copyright (C) 2013 Red Hat
* Author: Rob Clark <robdclark@gmail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
*
* This program is distributed in the hope that it ... | gpl-2.0 |
emceethemouth/kernel_androidone | arch/arm/mach-shmobile/board-ap4evb.c | 2044 | 31063 | /*
* AP4EVB board support
*
* Copyright (C) 2010 Magnus Damm
* Copyright (C) 2008 Yoshihiro Shimoda
*
* 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.
*
* Th... | gpl-2.0 |
SudaMod-devices/boeffla-kernel-cm-bacon | drivers/staging/android/switch/switch_class.c | 2300 | 4371 | /*
* switch_class.c
*
* Copyright (C) 2008 Google, Inc.
* Author: Mike Lockwood <lockwood@android.com>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
... | gpl-2.0 |
Arakmar/android_kernel_sony_msm8660 | drivers/staging/line6/pcm.c | 3068 | 12775 | /*
* Line6 Linux USB driver - 0.9.1beta
*
* Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
*
* 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.
*
*/
#include <l... | gpl-2.0 |
MWisBest/android_kernel_samsung_tuna | crypto/crc32c.c | 3324 | 8197 | /*
* Cryptographic API.
*
* CRC32C chksum
*
*@Article{castagnoli-crc,
* author = { Guy Castagnoli and Stefan Braeuer and Martin Herrman},
* title = {{Optimization of Cyclic Redundancy-Check Codes with 24
* and 32 Parity Bits}},
* journal = IEEE Transactions on Communication,
... | gpl-2.0 |
AICP/kernel_htc_m7 | drivers/net/ethernet/faraday/ftgmac100.c | 4860 | 35713 | /*
* Faraday FTGMAC100 Gigabit Ethernet
*
* (C) Copyright 2009-2011 Faraday Technology
* Po-Yu Chuang <ratbert@faraday-tech.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 ... | gpl-2.0 |
pressy4pie/kernel_lge_f6mt | arch/arm/mach-omap2/clock2xxx.c | 4860 | 1567 | /*
* clock2xxx.c - OMAP2xxx-specific clock integration code
*
* Copyright (C) 2005-2008 Texas Instruments, Inc.
* Copyright (C) 2004-2010 Nokia Corporation
*
* Contacts:
* Richard Woodruff <r-woodruff2@ti.com>
* Paul Walmsley
*
* Based on earlier work by Tuukka Tikkanen, Tony Lindgren,
* Gordon McNutt and Ri... | gpl-2.0 |
DooMLoRD/android_kernel_sony_msm8960t_aosp | drivers/net/ethernet/mellanox/mlx4/en_ethtool.c | 4860 | 17310 | /*
* 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 |
MoKee/android_kernel_lge_hammerheadcaf | drivers/input/mouse/synaptics_usb.c | 4860 | 14807 | /*
* USB Synaptics device driver
*
* Copyright (c) 2002 Rob Miller (rob@inpharmatica . co . uk)
* Copyright (c) 2003 Ron Lee (ron@debian.org)
* cPad driver for kernel 2.4
*
* Copyright (c) 2004 Jan Steinhoff (cpad@jan-steinhoff . de)
* Copyright (c) 2004 Ron Lee (ron@debian.org)
* rewritten for kernel 2.6
... | gpl-2.0 |
ShinySide/HispAsian_Kernel | drivers/pci/hotplug/cpci_hotplug_pci.c | 4860 | 7832 | /*
* CompactPCI Hot Plug Driver PCI functions
*
* Copyright (C) 2002,2005 by SOMA Networks, Inc.
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either versio... | gpl-2.0 |
moscowdesire/Sony | drivers/pci/hotplug/cpci_hotplug_pci.c | 4860 | 7832 | /*
* CompactPCI Hot Plug Driver PCI functions
*
* Copyright (C) 2002,2005 by SOMA Networks, Inc.
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either versio... | gpl-2.0 |
SerenityS/Solid_Kernel-Stock-KK | drivers/staging/vme/boards/vme_vmivme7805.c | 5628 | 2963 | /*
* Support for the VMIVME-7805 board access to the Universe II bridge.
*
* Author: Arthur Benilov <arthur.benilov@iba-group.com>
* Copyright 2010 Ion Beam Application, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as pub... | gpl-2.0 |
CyanogenMod/android_kernel_google_msm | fs/yaffs2/yaffs_tagscompat.c | 7932 | 10448 | /*
* YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
*
* Copyright (C) 2002-2010 Aleph One Ltd.
* for Toby Churchill Ltd and Brightstar Engineering
*
* Created by Charles Manning <charles@aleph1.co.uk>
*
* This program is free software; you can redistribute it and/or modify
* it unde... | gpl-2.0 |
rutvik95/android_kernel_samsung_universal-5260 | drivers/mtd/maps/mbx860.c | 8188 | 2439 | /*
* Handle mapping of the flash on MBX860 boards
*
* Author: Anton Todorov
* Copyright: (C) 2001 Emness Technology
*
* 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.
*
*/
#i... | gpl-2.0 |
coliby/terasic_MTL | drivers/macintosh/via-pmu-backlight.c | 11004 | 4671 | /*
* Backlight code for via-pmu
*
* Copyright (C) 1998 Paul Mackerras and Fabio Riccardi.
* Copyright (C) 2001-2002 Benjamin Herrenschmidt
* Copyright (C) 2006 Michael Hanselmann <linux-kernel@hansmi.ch>
*
*/
#include <asm/ptrace.h>
#include <linux/adb.h>
#include <linux/pmu.h>
#include <asm/backlight.h>
#... | gpl-2.0 |
alexpotter1/QuantumKernel_msm8974_d802 | drivers/media/video/cx18/cx18-irq.c | 13820 | 2326 | /*
* cx18 interrupt handling
*
* Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl>
* Copyright (C) 2008 Andy Walls <awalls@md.metrocast.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 Softw... | gpl-2.0 |
primiano/udoo_kernel_imx | drivers/media/video/cx18/cx18-irq.c | 13820 | 2326 | /*
* cx18 interrupt handling
*
* Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl>
* Copyright (C) 2008 Andy Walls <awalls@md.metrocast.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 Softw... | gpl-2.0 |
erasmux/pyramid-gb-kernel | drivers/input/keyboard/gpio_keys.c | 509 | 16048 | /*
* Driver for keys on GPIO lines capable of generating interrupts.
*
* Copyright 2005 Phil Blundell
*
* 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/modu... | gpl-2.0 |
ISTweak/android_kernel_sharp_is03 | drivers/gpu/drm/radeon/r600_blit_shaders.c | 509 | 14039 |
#include <linux/types.h>
#include <linux/kernel.h>
const u32 r6xx_default_state[] =
{
0xc0002400,
0x00000000,
0xc0012800,
0x80000000,
0x80000000,
0xc0004600,
0x00000016,
0xc0016800,
0x00000010,
0x00028000,
0xc0016800,
0x00000010,
0x00008000,
0xc0016800,
0x00000542,
0x07000003,
0xc0016800,
0x000005c5... | gpl-2.0 |
SiennaStellar/linux-3.10.20_kelleni | drivers/hwmon/max6650.c | 2301 | 19847 | /*
* max6650.c - Part of lm_sensors, Linux kernel modules for hardware
* monitoring.
*
* (C) 2007 by Hans J. Koch <hjk@hansjkoch.de>
*
* based on code written by John Morris <john.morris@spirentcom.com>
* Copyright (c) 2003 Spirent Communications
* and Claus Gindhart <claus.gindhart@kontron.com>
*
... | gpl-2.0 |
wanam/Adam-Kernel-GS3 | fs/xfs/quota/xfs_trans_dquot.c | 2557 | 22413 | /*
* Copyright (c) 2000-2002 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 would be ... | gpl-2.0 |
smac0628/htc_gpe_51 | sound/usb/caiaq/device.c | 3325 | 14721 | /*
* caiaq.c: ALSA driver for caiaq/NativeInstruments devices
*
* Copyright (c) 2007 Daniel Mack <daniel@caiaq.de>
* Karsten Wiese <fzu@wemgehoertderstaat.de>
*
* 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 |
SlimRoms/kernel_htc_flounder | sound/isa/wavefront/wavefront_midi.c | 3325 | 15526 | /*
* Copyright (C) by Paul Barton-Davis 1998-1999
*
* This file is distributed under the GNU GENERAL PUBLIC LICENSE (GPL)
* Version 2 (June 1991). See the "COPYING" file distributed with this
* software for more info.
*/
/* The low level driver for the WaveFront ICS2115 MIDI interface(s)
*
* Note that there ... | gpl-2.0 |
luckasfb/kernel_lenovo_a3000 | net/netfilter/xt_NFQUEUE.c | 4605 | 4143 | /* iptables module for using new netfilter netlink queue
*
* (C) 2005 by Harald Welte <laforge@netfilter.org>
*
* 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 <... | gpl-2.0 |
fefifofum/android_kernel_bq_maxwell2qc | arch/m68k/apollo/dn_ints.c | 4605 | 1049 | #include <linux/interrupt.h>
#include <asm/irq.h>
#include <asm/traps.h>
#include <asm/apollohw.h>
void dn_process_int(unsigned int irq, struct pt_regs *fp)
{
__m68k_handle_int(irq, fp);
*(volatile unsigned char *)(pica)=0x20;
*(volatile unsigned char *)(picb)=0x20;
}
int apollo_irq_startup(unsigned int irq)
{
... | gpl-2.0 |
zeroblade1984/LG_MSM8974 | sound/soc/codecs/wm8776.c | 4861 | 13766 | /*
* wm8776.c -- WM8776 ALSA SoC Audio driver
*
* Copyright 2009 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 version 2 as
* published b... | gpl-2.0 |
widz4rd/WIDzard-A860L | tools/perf/bench/mem-memset.c | 4861 | 6606 | /*
* mem-memset.c
*
* memset: Simple memory set in various ways
*
* Trivial clone of mem-memcpy.c.
*/
#include "../perf.h"
#include "../util/util.h"
#include "../util/parse-options.h"
#include "../util/header.h"
#include "bench.h"
#include "mem-memset-arch.h"
#include <stdio.h>
#include <stdlib.h>
#include <str... | gpl-2.0 |
kostoulhs/android_kernel_samsung_expressltexx | drivers/staging/rtl8187se/ieee80211/ieee80211_module.c | 5629 | 5468 | /*******************************************************************************
Copyright(c) 2004 Intel Corporation. All rights reserved.
Portions of this file are based on the WEP enablement code provided by the
Host AP project hostap-drivers v0.1.3
Copyright (c) 2001-2002, SSH Communications Security Corp ... | gpl-2.0 |
mykernel/kernel | arch/sh/kernel/cpu/sh2a/fpu.c | 8957 | 13898 | /*
* Save/restore floating point context for signal handlers.
*
* Copyright (C) 1999, 2000 Kaz Kojima & Niibe Yutaka
*
* 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.
*
* FIXME! These rout... | gpl-2.0 |
michaelspeed/EntityMobile_Nexus5_kernel_AOSP | drivers/mca/mca-device.c | 9981 | 6771 | /* -*- mode: c; c-basic-offset: 8 -*- */
/*
* MCA device support functions
*
* These functions support the ongoing device access API.
*
* (C) 2002 James Bottomley <James.Bottomley@HansenPartnership.com>
*
**-----------------------------------------------------------------------------
**
** This program is fre... | gpl-2.0 |
Shkerzy/alcatelOT990-kernel-msm7x27 | drivers/mmc/host/at91_mci.c | 254 | 31262 | /*
* linux/drivers/mmc/host/at91_mci.c - ATMEL AT91 MCI Driver
*
* Copyright (C) 2005 Cougar Creek Computing Devices Ltd, All Rights Reserved
*
* Copyright (C) 2006 Malcolm Noyes
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License ve... | gpl-2.0 |
romracer/atrix-kernel | drivers/staging/vt6656/rxtx.c | 510 | 128870 | /*
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your opt... | gpl-2.0 |
karandpr/Doppler3ICS | drivers/staging/rar/rar_driver.c | 510 | 11631 | #include <linux/init.h>
#include <linux/module.h>
#include <linux/fs.h>
#include <linux/cdev.h>
#include <linux/kdev_t.h>
#include <linux/semaphore.h>
#include <linux/mm.h>
#include <linux/poll.h>
#include <linux/wait.h>
#include <linux/ioctl.h>
#include <linux/ioport.h>
#include <linux/io.h>
#include <linux/interrupt.... | gpl-2.0 |
nik124seleznev/ZC500TG | drivers/input/keyboard/spear-keyboard.c | 766 | 9533 | /*
* SPEAr Keyboard Driver
* Based on omap-keypad driver
*
* Copyright (C) 2010 ST Microelectronics
* Rajeev Kumar<rajeev-dlh.kumar@st.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether expre... | gpl-2.0 |
Tommy-Geenexus/android_kernel_sony_msm8994_suzuran_6.0.x | drivers/mfd/wm5102-tables.c | 1534 | 86658 | /*
* wm5102-tables.c -- WM5102 data tables
*
* Copyright 2012 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 version 2 as
* published by t... | gpl-2.0 |
SiddheshK15/android_kernel_cyanogen_msm8916 | arch/arm/mach-omap2/pm44xx.c | 2046 | 6065 | /*
* OMAP4 Power Management Routines
*
* Copyright (C) 2010-2011 Texas Instruments, Inc.
* Rajendra Nayak <rnayak@ti.com>
* Santosh Shilimkar <santosh.shilimkar@ti.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
*... | gpl-2.0 |
TeamWin/android_kernel_oneplus_msm8974 | net/ceph/mon_client.c | 3326 | 25343 | #include <linux/ceph/ceph_debug.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/random.h>
#include <linux/sched.h>
#include <linux/ceph/mon_client.h>
#include <linux/ceph/libceph.h>
#include <linux/ceph/debugfs.h>
#include <linux/ceph/decode.h>
#include <linux/ceph/auth.h... | gpl-2.0 |
fjtrujy/barrier-breaker-openwrt | target/linux/adm5120/image/lzma-loader/src/LzmaDecode.c | 3326 | 15775 | /*
LzmaDecode.c
LZMA Decoder (optimized for Speed version)
LZMA SDK 4.40 Copyright (c) 1999-2006 Igor Pavlov (2006-05-01)
http://www.7-zip.org/
LZMA SDK is licensed under two licenses:
1) GNU Lesser General Public License (GNU LGPL)
2) Common Public License (CPL)
It means that you can select one of ... | gpl-2.0 |
knightkill3r/FalcoKernel | drivers/scsi/scsi_transport_spi.c | 3582 | 43947 | /*
* Parallel SCSI (SPI) transport specific attributes exported to sysfs.
*
* Copyright (c) 2003 Silicon Graphics, Inc. All rights reserved.
* Copyright (c) 2004, 2005 James Bottomley <James.Bottomley@SteelEye.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the ter... | gpl-2.0 |
mi3-dev/android_kernel_xiaomi_msm8x74pro | scripts/dtc/treesource.c | 4862 | 6105 | /*
* (C) Copyright David Gibson <dwg@au1.ibm.com>, IBM Corporation. 2005.
*
*
* 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 l... | gpl-2.0 |
emansih/d855_CM_kernel | drivers/leds/leds-pca9633.c | 4862 | 4777 | /*
* Copyright 2011 bct electronic GmbH
*
* Author: Peter Meerwald <p.meerwald@bct-electronic.com>
*
* Based on leds-pca955x.c
*
* This file is subject to the terms and conditions of version 2 of
* the GNU General Public License. See the file COPYING in the main
* directory of this archive for more details.
... | gpl-2.0 |
Freack-v/android_kernel_eagle | drivers/leds/leds-pca9633.c | 4862 | 4777 | /*
* Copyright 2011 bct electronic GmbH
*
* Author: Peter Meerwald <p.meerwald@bct-electronic.com>
*
* Based on leds-pca955x.c
*
* This file is subject to the terms and conditions of version 2 of
* the GNU General Public License. See the file COPYING in the main
* directory of this archive for more details.
... | gpl-2.0 |
htc-first/android_kernel_htc_msm8930aa | drivers/dca/dca-sysfs.c | 5374 | 2749 | /*
* Copyright(c) 2007 - 2009 Intel Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
* any later ver... | gpl-2.0 |
daivietpda/M7WLJ-5.0.2 | arch/mips/math-emu/sp_mul.c | 7678 | 4799 | /* IEEE754 floating point arithmetic
* single precision
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
*
* ########################################################################
*
* This program is free software; you can distribute it and/or modify it
* under the terms of t... | gpl-2.0 |
Senthil360/android_kernel_samsung_trlte | arch/arm/mach-msm/timer.c | 255 | 31280 | /*
* Copyright (C) 2007 Google, Inc.
* Copyright (c) 2009-2014, The Linux Foundation. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*... | gpl-2.0 |
tohenk/android_kernel_samsung_smdk4x12 | drivers/usb/gadget/f_audio_source.c | 255 | 21897 | /*
* Gadget Function Driver for USB audio source device
*
* Copyright (C) 2012 Google, Inc.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This progr... | gpl-2.0 |
bcnice20/speedy-2.6.32.21 | arch/parisc/kernel/sys_parisc.c | 511 | 7188 |
/*
* PARISC specific syscalls
*
* Copyright (C) 1999-2003 Matthew Wilcox <willy at parisc-linux.org>
* Copyright (C) 2000-2003 Paul Bame <bame at parisc-linux.org>
* Copyright (C) 2001 Thomas Bogendoerfer <tsbogend at parisc-linux.org>
*
*
* This program is free software; you can redistribute it... | gpl-2.0 |
RobBrownNZ/android_kernel_zuk_z2_plus | drivers/scsi/a3000.c | 767 | 7153 | #include <linux/types.h>
#include <linux/mm.h>
#include <linux/ioport.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/module.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/amigaints.h>
#inclu... | gpl-2.0 |
meimz/linux | fs/efs/dir.c | 1535 | 2393 | /*
* dir.c
*
* Copyright (c) 1999 Al Smith
*/
#include <linux/buffer_head.h>
#include "efs.h"
static int efs_readdir(struct file *, struct dir_context *);
const struct file_operations efs_dir_operations = {
.llseek = generic_file_llseek,
.read = generic_read_dir,
.iterate = efs_readdir,
};
const struct ino... | gpl-2.0 |
SVoxel/R9000 | git_home/linux.git/fs/gfs2/file.c | 2047 | 27002 | /*
* Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
* Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
*
* This copyrighted material is made available to anyone wishing to use,
* modify, copy, or redistribute it subject to the terms and conditions
* of the GNU General Public Licen... | gpl-2.0 |
XileForce/Vindicator-S6-Uni-Old | arch/arm/mach-spear/spear310.c | 2047 | 5848 | /*
* arch/arm/mach-spear3xx/spear310.c
*
* SPEAr310 machine source file
*
* Copyright (C) 2009-2012 ST Microelectronics
* Viresh Kumar <viresh.linux@gmail.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of an... | gpl-2.0 |
losfair/MiracleKernel | fs/btrfs/lzo.c | 3327 | 10075 | /*
* Copyright (C) 2008 Oracle. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License v2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHO... | gpl-2.0 |
go2ev-devteam/linux-tk1 | drivers/scsi/aacraid/dpcsup.c | 3583 | 11730 | /*
* Adaptec AAC series RAID controller driver
* (c) Copyright 2001 Red Hat Inc.
*
* based on the old aacraid driver that is..
* Adaptec aacraid device driver for Linux.
*
* Copyright (c) 2000-2010 Adaptec, Inc.
* 2010 PMC-Sierra, Inc. (aacraid@pmc-sierra.com)
*
* This program is free software; ... | gpl-2.0 |
tepelmann/linux-perf | net/rds/page.c | 4351 | 5912 | /*
* Copyright (c) 2006 Oracle. 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 tree, or t... | gpl-2.0 |
fat-tire/android_kernel_qcom_kfire-hdx-common | drivers/media/video/mt9v022.c | 4863 | 23613 | /*
* Driver for MT9V022 CMOS Image Sensor from Micron
*
* Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/... | gpl-2.0 |
miuihu/android_kernel_xiaomi_redmi2 | crypto/af_alg.c | 6399 | 9492 | /*
* af_alg: User-space algorithm interface
*
* This file provides the user-space API for algorithms.
*
* Copyright (c) 2010 Herbert Xu <herbert@gondor.apana.org.au>
*
* 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 th... | gpl-2.0 |
TeamExodus/kernel_xiaomi_cancro | crypto/af_alg.c | 6399 | 9492 | /*
* af_alg: User-space algorithm interface
*
* This file provides the user-space API for algorithms.
*
* Copyright (c) 2010 Herbert Xu <herbert@gondor.apana.org.au>
*
* 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 th... | gpl-2.0 |
mdmower/android_kernel_htc_msm8960 | drivers/video/modedb.c | 7167 | 33300 | /*
* linux/drivers/video/modedb.c -- Standard video mode database management
*
* Copyright (C) 1999 Geert Uytterhoeven
*
* 2001 - Documented with DocBook
* - Brad Douglas <brad@neruo.com>
*
* 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 |
davidmueller13/Vindicator-flo-aosp | arch/arm/mach-pxa/generic.c | 7679 | 2347 | /*
* linux/arch/arm/mach-pxa/generic.c
*
* Author: Nicolas Pitre
* Created: Jun 15, 2001
* Copyright: MontaVista Software Inc.
*
* Code common to all PXA machines.
*
* 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 |
Split-Screen/android_kernel_htc_msm8974 | arch/xtensa/mm/cache.c | 8703 | 6487 | /*
* arch/xtensa/mm/cache.c
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2001-2006 Tensilica Inc.
*
* Chris Zankel <chris@zankel.net>
* Joe Taylor
* Marc Gauthier
... | gpl-2.0 |
flar2/jewel-ElementalX | arch/xtensa/mm/cache.c | 8703 | 6487 | /*
* arch/xtensa/mm/cache.c
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2001-2006 Tensilica Inc.
*
* Chris Zankel <chris@zankel.net>
* Joe Taylor
* Marc Gauthier
... | gpl-2.0 |
ebshimizu/Lumiverse | Lumiverse/source/LumiverseShowControl/Keyframe.cpp | 1 | 2008 | #include "Keyframe.h"
namespace Lumiverse {
namespace ShowControl {
Keyframe::Keyframe(JSONNode node) {
auto jt = node.find("t");
if (jt == node.end()) {
Logger::log(ERR, "Keyframe has no assigned time. Defaulting to 0.");
t = 0;
}
else {
t = jt->as_int();
}
auto v = node.find("val");
if (v... | gpl-3.0 |
mtyka/pd | src/mmlib/library/rotamer_dunbrack.cpp | 1 | 13949 | // PD is a free, modular C++ library for biomolecular simulation with a
// flexible and scriptable Python interface.
// Copyright (C) 2003-2013 Mike Tyka and Jon Rea
//
// 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
// t... | gpl-3.0 |
dongkc/crtmpserver | sources/common/src/platform/linux/linuxplatform.cpp | 1 | 12467 | /*
* Copyright (c) 2010,
* Gavriloaie Eugen-Andrei (shiretu@gmail.com)
*
* This file is part of crtmpserver.
* crtmpserver is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the L... | gpl-3.0 |
estei-master/segment_SOL | PJ/uboot_kernel/u-boot-sunxi/common/cmd_nvedit.c | 1 | 29153 | /*
* (C) Copyright 2000-2013
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* (C) Copyright 2001 Sysgo Real-Time Solutions, GmbH <www.elinos.com>
* Andreas Heppel <aheppel@sysgo.de>
*
* Copyright 2011 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/
/*
* Support for persist... | gpl-3.0 |
AnarchiA99/verlihub | src/cconfmysql.cpp | 1 | 10919 | /*
Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
Copyright (C) 2006-2016 Verlihub Team, info at verlihub dot net
Verlihub is free software; You can redistribute it
and modify it under the terms of the GNU General
Public License as published by the Free Software
Foundation, either version 3 of the ... | gpl-3.0 |
gnu-user/qa-project | FrontEnd/src/Logout.cpp | 1 | 1365 | /**
* Swift Ticket -- Front End Interface
*
* Copyright (C) 2013, Jonathan Gillett, Daniel Smullen, and Rayan Alfaheid
* 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 Fou... | gpl-3.0 |
cooljeanius/CEGUI | cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI/NamedArea.pypp.cpp | 1 | 3794 | // This file has been generated by Py++.
#include "boost/python.hpp"
#include "python_CEGUI.h"
#include "NamedArea.pypp.hpp"
namespace bp = boost::python;
void register_NamedArea_class(){
{ //::CEGUI::NamedArea
typedef bp::class_< CEGUI::NamedArea > NamedArea_exposer_t;
NamedArea_exposer_t Named... | gpl-3.0 |
mymedia2/tdesktop | Telegram/SourceFiles/data/data_user.cpp | 1 | 6978 | /*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#include "data/data_user.h"
#include "storage/localstorage.h"
#include "main/ma... | gpl-3.0 |
AaronVanGeffen/OpenRCT2 | src/openrct2/audio/Audio.cpp | 1 | 12885 | /*****************************************************************************
* Copyright (c) 2014-2020 OpenRCT2 developers
*
* For a complete list of all authors, please refer to contributors.md
* Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
*
* OpenRCT2 is licensed under the GNU Gener... | gpl-3.0 |
Bootz/multicore-opimization | llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerRegistry.cpp | 1 | 5154 | //===--- CheckerRegistry.cpp - Maintains all available checkers -*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | gpl-3.0 |
helsinkiAUV/auv | arduinoMain/navigation.cpp | 1 | 5768 | /*
* Navigation function.
* Created by Juho Iipponen on March 11, 2016.
*
* This file is part of the University of Helsinki AUV source code.
*
* The AUV source code 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-3.0 |
falltergeist/falltergeist | src/Format/Sve/File.cpp | 1 | 1845 | // Project includes
#include "../../Exception.h"
#include "../Dat/Stream.h"
#include "../Sve/File.h"
// Third-party includes
// stdlib
namespace Falltergeist
{
namespace Format
{
namespace Sve
{
File::File(Dat::Stream&& stream)
{
stream.setPosition(0);
... | gpl-3.0 |
GameCodingNinja/sdl2-opengl-game-engine | obsolete/cubeWorks/source/smartGUI/smartresetkeybind.cpp | 1 | 1674 |
/************************************************************************
* FILE NAME: smartresetkeybind.cpp
*
* DESCRIPTION: Class CSmartExitBtn
************************************************************************/
// Physical component dependency
#include "smartresetkeybind.h"
// Game... | gpl-3.0 |
zrax/libhsplasma | Python/PRP/Avatar/pyOmniCutoffApplicator.cpp | 1 | 1377 | /* This file is part of HSPlasma.
*
* HSPlasma is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* HSPlasma is distributed in th... | gpl-3.0 |
mstuttgart/qchip8-emulator | src/chip8_cpu.cpp | 1 | 15362 | #include "chip8_cpu.hpp"
using namespace std;
////////////////////////////////////////////////////////////////////////////
Chip8_CPU::Chip8_CPU() {}
////////////////////////////////////////////////////////////////////////////
Chip8_CPU::~Chip8_CPU() {}
/////////////////////////////////////////////////////////////... | gpl-3.0 |
devkitPro/gp32-tools | src/b2fxec/chuff.cpp | 1 | 11613 | /////////////////////////////////////////////////////////////////////
//
// Module: chuff.cpp
//
// Author: Jouni 'Mr.Spiv' Korhonen
//
// Purpose: methods for class chuf. These methods and
// member functions calculate canonical codes for
// given alphabet & frequency distribution.
//
// This cacnonical huffman... | gpl-3.0 |
matgla/AquaLampWiFiModule | src/logger/logger.cpp | 1 | 1217 | #include "logger.hpp"
#include <mutex>
#ifndef X86_ARCH
namespace std
{
struct mutex
{
void lock()
{
}
void unlock()
{
}
};
}
#endif
namespace logger
{
static std::mutex logMutex;
Logger::Logger(std::string name, bool insertNewlineWhenDestruct)
: name_(std::move(name)), insertNewlineWhe... | gpl-3.0 |
pavel-pimenov/eiskaltdcpp | dcpp/HashBloom.cpp | 2 | 2365 | /*
* Copyright (C) 2001-2019 Jacek Sieka, arnetheduck on gmail point 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 later versio... | gpl-3.0 |
Phil9l/cosmos | code/data_structures/src/tree/binary_tree/binary_tree/is_binary_tree/is_binary_tree.cpp | 2 | 1412 | /* A binary tree node has data, pointer to left child
* and a pointer to right child
*
* struct Node {
* int data;
* Node* left, * right;
* };
*
*/
/* Should return true if tree represented by root is BST.
* For example, return value should be 1 for following tree.
* 20
* / \
* 10 3... | gpl-3.0 |
ystk/debian-coreutils | src/cksum.c | 2 | 9714 | /* cksum -- calculate and print POSIX checksums and sizes of files
Copyright (C) 1992, 1995-2006, 2008-2010 Free Software Foundation, 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, ... | gpl-3.0 |
DarkCaster/emu-ex-plus-alpha | C64.emu/src/vice/serial/serial-iec.c | 2 | 3008 | /*
* serial-iec.c
*
* Written by
* Andreas Boose <viceteam@t-online.de>
*
* This file is part of VICE, the Versatile Commodore Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publ... | gpl-3.0 |
BeGe78/esood | vendor/bundle/ruby/3.0.0/gems/passenger-6.0.5/src/agent/Shared/Fundamentals/Utils.cpp | 3 | 3339 | /*
* Phusion Passenger - https://www.phusionpassenger.com/
* Copyright (c) 2010-2017 Phusion Holding B.V.
*
* "Passenger", "Phusion Passenger" and "Union Station" are registered
* trademarks of Phusion Holding B.V.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this ... | gpl-3.0 |
jshackley/darkstar | src/map/ai/states/magic_state.cpp | 3 | 28942 | /*
===========================================================================
Copyright (c) 2010-2015 Darkstar Dev Teams
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 3 of ... | gpl-3.0 |
52North/IlwisCore | core/geos/src/geomgraph/index/SimpleMCSweepLineIntersector.cpp | 3 | 4271 | /**********************************************************************
*
* GEOS - Geometry Engine Open Source
* http://geos.osgeo.org
*
* Copyright (C) 2001-2002 Vivid Solutions Inc.
* Copyright (C) 2005 Refractions Research Inc.
*
* This is free software; you can redistribute and/or modify it under
* the ter... | gpl-3.0 |
RunningTime/my_temple_for_ACM | Data_Structure/Heavy_Light_Decomposition.cpp | 3 | 1773 | /*
*树链剖分(例题:BZOJ 1036 [ZJOI2008]树的统计Count)
*I. 把结点u的权值改为t
*II. 询问从点u到点v的路径上的节点的最大权值
*III. 询问从点u到点v的路径上的节点的权值和 注意:从点u到点v的路径上的节点包括u和v本身
*/
int sz[N], son[N], fa[N], dep[N];
void DFS1(int u, int pa) {
sz[u] = 1;
dep[u] = dep[pa] + 1;
fa[u] = pa;
for (int i=0; i<edge[u].size(); ++i) {
int v = e... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.