repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
ishtob/qmk_firmware | keyboards/crkbd/keymaps/julian_turner/oled.c | 13 | 2660 | /* Copyright 2022 Julian Turner
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed... | gpl-2.0 |
fabiocannizzo/linux | drivers/scsi/mpt3sas/mpt3sas_base.c | 13 | 255077 | /*
* This is the Fusion MPT base driver providing common API layer interface
* for access to MPT (Message Passing Technology) firmware.
*
* This code is based on drivers/scsi/mpt3sas/mpt3sas_base.c
* Copyright (C) 2012-2014 LSI Corporation
* Copyright (C) 2013-2014 Avago Technologies
* (mailto: MPT-FusionLinux... | gpl-2.0 |
fizista/Dorimanx-SG2-I9100-Kernel | arch/arm/mach-exynos/busfreq_opp_4x12.c | 13 | 32948 | /* linux/arch/arm/mach-exynos/busfreq_opp_4x12.c
*
* Copyright (c) 2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
* EXYNOS4 - BUS clock frequency scaling support with OPP
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Lice... | gpl-2.0 |
kulv2012/linux-2.6.11 | drivers/serial/crisv10.c | 13 | 147780 | /* $Id: serial.c,v 1.25 2004/09/29 10:33:49 starvik Exp $
*
* Serial port driver for the ETRAX 100LX chip
*
* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Axis Communications AB
*
* Many, many authors. Based once upon a time on serial.c for 16x50.
*
* $Log: serial.c,v $
* Revision 1.25 2004/09/29 1... | gpl-2.0 |
erikvdk/qemu-hypercall | util/cutils.c | 13 | 12994 | /*
* Simple C functions to supplement the C library
*
* Copyright (c) 2006 Fabrice Bellard
*
* 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 limi... | gpl-2.0 |
The-DarkBeast/android_kernel_oneplus_msm8994 | drivers/net/ethernet/msm/ecm_ipa.c | 13 | 50540 | /* Copyright (c) 2013-2015, 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 |
inyourface09/android_kernel_lge_fx3 | arch/arm/mach-msm/board-8930-display.c | 13 | 20754 | /* Copyright (c) 2011-2012, Code Aurora Forum. 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 ho... | gpl-2.0 |
xobs/novena-linux.aqs | arch/powerpc/platforms/pasemi/gpio_mdio.c | 525 | 6982 | /*
* Copyright (C) 2006-2007 PA Semi, Inc
*
* Author: Olof Johansson, PA Semi
*
* Maintained by: Olof Johansson <olof@lixom.net>
*
* Based on drivers/net/fs_enet/mii-bitbang.c.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License versi... | gpl-2.0 |
JoeyJiao/huawei_kernel_2.6.32_9 | arch/cris/arch-v32/mach-fs/arbiter.c | 781 | 11549 | /*
* Memory arbiter functions. Allocates bandwidth through the
* arbiter and sets up arbiter breakpoints.
*
* The algorithm first assigns slots to the clients that has specified
* bandwidth (e.g. ethernet) and then the remaining slots are divided
* on all the active clients.
*
* Copyright (c) 2004-2007 Axis Com... | gpl-2.0 |
pro4tlzz/P9000-Kernel | fs/nfs/objlayout/objlayout.c | 1549 | 18735 | /*
* pNFS Objects layout driver high level definitions
*
* Copyright (C) 2007 Panasas Inc. [year of first publication]
* All rights reserved.
*
* Benny Halevy <bhalevy@panasas.com>
* Boaz Harrosh <ooo@electrozaur.com>
*
* This program is free software; you can redistribute it and/or modify
* it under t... | gpl-2.0 |
CyanogenMod/android_kernel_huawei_msm8916 | sound/usb/clock.c | 2061 | 11908 | /*
* Clock domain and sample rate management functions
*
* 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.... | gpl-2.0 |
nDroidProject/nDroid-kernel | drivers/xen/dbgp.c | 2317 | 1152 | #include <linux/pci.h>
#include <linux/usb.h>
#include <linux/usb/ehci_def.h>
#include <linux/usb/hcd.h>
#include <asm/xen/hypercall.h>
#include <xen/interface/physdev.h>
#include <xen/xen.h>
static int xen_dbgp_op(struct usb_hcd *hcd, int op)
{
#ifdef CONFIG_PCI
const struct device *ctrlr = hcd_to_bus(hcd)->controll... | gpl-2.0 |
MoKee/android_kernel_htc_villec2 | drivers/isdn/i4l/isdn_audio.c | 3341 | 20313 | /* $Id: isdn_audio.c,v 1.1.2.2 2004/01/12 22:37:18 keil Exp $
*
* Linux ISDN subsystem, audio conversion and compression (linklevel).
*
* Copyright 1994-1999 by Fritz Elfert (fritz@isdn4linux.de)
* DTMF code (c) 1996 by Christian Mock (cm@kukuruz.ping.at)
* Silence detection (c) 1998 by Armin Schindler (mac@gismo... | gpl-2.0 |
EuphoriaOS/android_kernel_samsung_exynos5410 | arch/arm/mach-imx/mach-qong.c | 4877 | 6763 | /*
* Copyright (C) 2009 Ilya Yanok, Emcraft Systems Ltd, <yanok@emcraft.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 l... | gpl-2.0 |
ignacio28/android_kernel_lge_msm8610 | arch/arm/mach-imx/mach-qong.c | 4877 | 6763 | /*
* Copyright (C) 2009 Ilya Yanok, Emcraft Systems Ltd, <yanok@emcraft.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 l... | gpl-2.0 |
sicknemesis/expectus_kernel_hammerhead | arch/arm/plat-spear/clock.c | 5389 | 23857 | /*
* arch/arm/plat-spear/clock.c
*
* Clock framework for SPEAr platform
*
* Copyright (C) 2009 ST Microelectronics
* Viresh Kumar<viresh.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, w... | gpl-2.0 |
Pafcholini/emotion_tw_caf_kernel | drivers/isdn/hardware/eicon/debuglib.c | 9741 | 4506 |
/*
*
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
th... | gpl-2.0 |
yajnab/android_kernel_sony_taoshan | arch/powerpc/oprofile/backtrace.c | 10509 | 2953 | /**
* Copyright (C) 2005 Brian Rogan <bcr6@cornell.edu>, IBM
*
* 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.
**/... | gpl-2.0 |
gromaudio/linux-imx6 | drivers/media/video/mxc/capture/csi_v4l2_capture.c | 14 | 35774 | /*
* Copyright 2009-2011 Freescale Semiconductor, Inc. All Rights Reserved.
*/
/*
* The code contained herein is licensed under the GNU General Public
* License. You may obtain a copy of the GNU General Public License
* Version 2 or later at the following locations:
*
* http://www.opensource.org/licenses/gpl-li... | gpl-2.0 |
updownlife/RoboRobert | mjpg_streamer/plugins/input_file/input_file.c | 14 | 12875 | /*******************************************************************************
# #
# MJPG-streamer allows to stream JPG frames from an input-plugin #
# to several output plugins ... | gpl-2.0 |
xerpi/linux | drivers/ata/ahci.c | 14 | 58255 | /*
* ahci.c - AHCI SATA support
*
* Maintained by: Tejun Heo <tj@kernel.org>
* Please ALWAYS copy linux-ide@vger.kernel.org
* on emails.
*
* Copyright 2004-2005 Red Hat, Inc.
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General... | gpl-2.0 |
pravsalam/clamav-antivirus | win32/clamav-for-windows/sigui/wxWidgets-2.9.1/src/tiff/port/lfind.c | 14 | 2234 | /* $Id$ */
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Roger L. Snyder.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that t... | gpl-2.0 |
Nold360/GC-Linux-Kernel-2.6.32 | drivers/net/wireless/hostap/hostap_info.c | 526 | 14576 | /* Host AP driver Info Frame processing (part of hostap.o module) */
#include <linux/if_arp.h>
#include <linux/sched.h>
#include "hostap_wlan.h"
#include "hostap.h"
#include "hostap_ap.h"
/* Called only as a tasklet (software IRQ) */
static void prism2_info_commtallies16(local_info_t *local, unsigned char *buf,
... | gpl-2.0 |
bantu/linux | arch/arm/mach-omap2/board-generic.c | 526 | 8623 | /*
* Copyright (C) 2005 Nokia Corporation
* Author: Paul Mundt <paul.mundt@nokia.com>
*
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Modified from the original mach-omap/omap2/board-generic.c did by Paul
* to support the OMAP2+ device tree boards with an unique board file.
*
* T... | gpl-2.0 |
JTdevAndroid/XKernel | arch/powerpc/kernel/time.c | 1294 | 27194 | /*
* Common time routines among all ppc machines.
*
* Written by Cort Dougan (cort@cs.nmt.edu) to merge
* Paul Mackerras' version and mine for PReP and Pmac.
* MPC8xx/MBX changes by Dan Malek (dmalek@jlc.net).
* Converted for 64-bit by Mike Corrigan (mikejc@us.ibm.com)
*
* First round of bugfixes by Gabriel Pau... | gpl-2.0 |
mirsys/linux-3.4.y | drivers/watchdog/hpwdt.c | 1550 | 21923 | /*
* HP WatchDog Driver
* based on
*
* SoftDog 0.05: A Software Watchdog Device
*
* (c) Copyright 2007 Hewlett-Packard Development Company, L.P.
* Thomas Mingarelli <thomas.mingarelli@hp.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Publi... | gpl-2.0 |
CandyDevices/kernel_htc_msm8994 | drivers/staging/vt6655/datarate.c | 2318 | 11468 | /*
* 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 |
SM-G920P-MM/G920P-MM | drivers/usb/misc/yurex.c | 2318 | 13510 | /*
* Driver for Meywa-Denki & KAYAC YUREX
*
* Copyright (C) 2010 Tomoki Sekiyama (tomoki.sekiyama@gmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, version 2.
*
*/
#include ... | gpl-2.0 |
MoKee/android_kernel_samsung_crespo | drivers/pci/hotplug/pciehp_acpi.c | 3086 | 4210 | /*
* ACPI related functions for PCI Express Hot Plug driver.
*
* Copyright (C) 2008 Kenji Kaneshige
* Copyright (C) 2008 Fujitsu Limited.
*
* 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
* t... | gpl-2.0 |
davem330/net | drivers/staging/sbe-2t3e3/intr.c | 3342 | 18876 | /*
* 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 |
de-wolff/caf_device_kernel_msm | fs/ntfs/super.c | 4622 | 102464 | /*
* super.c - NTFS kernel super block handling. Part of the Linux-NTFS project.
*
* Copyright (c) 2001-2012 Anton Altaparmakov and Tuxera Inc.
* Copyright (c) 2001,2002 Richard Russon
*
* This program/include file is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Pu... | gpl-2.0 |
KainXS/android_kernel_huawei_y301a2 | drivers/staging/iio/dac/ad5764.c | 4878 | 9050 | /*
* Analog devices AD5764, AD5764R, AD5744, AD5744R quad-channel
* Digital to Analog Converters driver
*
* Copyright 2011 Analog Devices Inc.
*
* Licensed under the GPL-2.
*/
#include <linux/device.h>
#include <linux/err.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/spi/spi.h>
#include... | gpl-2.0 |
Evervolv/android_kernel_oppo_apq8064 | drivers/scsi/aic7xxx/aic7xxx_osm.c | 5134 | 73156 | /*
* Adaptec AIC7xxx device driver for Linux.
*
* $Id: //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#235 $
*
* Copyright (c) 1994 John Aycock
* The University of Calgary Department of Computer Science.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of... | gpl-2.0 |
BlackBox-Kernel/blackbox_sprout_kk | drivers/video/backlight/hp680_bl.c | 8206 | 4190 | /*
* Backlight Driver for HP Jornada 680
*
* Copyright (c) 2005 Andriy Skulysh
*
* Based on Sharp's Corgi Backlight Driver
*
* 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... | gpl-2.0 |
denggww123/IMX6_DB_Kernel_3.10.53 | drivers/pcmcia/pxa2xx_mainstone.c | 9742 | 4364 | /*
* linux/drivers/pcmcia/pxa2xx_mainstone.c
*
* Mainstone PCMCIA specific routines.
*
* Created: May 12, 2004
* Author: Nicolas Pitre
* 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... | gpl-2.0 |
Honor8Dev/android_kernel_huawei_FRD-L04 | drivers/net/wireless/libertas/ethtool.c | 9742 | 3371 | #include <linux/hardirq.h>
#include <linux/netdevice.h>
#include <linux/ethtool.h>
#include <linux/delay.h>
#include "decl.h"
#include "cmd.h"
#include "mesh.h"
static void lbs_ethtool_get_drvinfo(struct net_device *dev,
struct ethtool_drvinfo *info)
{
struct lbs_private *priv = dev->ml_priv;
snprintf(info-... | gpl-2.0 |
alecuba16/android_kernel_iuni_msm8974 | drivers/net/wireless/libertas/ethtool.c | 9742 | 3371 | #include <linux/hardirq.h>
#include <linux/netdevice.h>
#include <linux/ethtool.h>
#include <linux/delay.h>
#include "decl.h"
#include "cmd.h"
#include "mesh.h"
static void lbs_ethtool_get_drvinfo(struct net_device *dev,
struct ethtool_drvinfo *info)
{
struct lbs_private *priv = dev->ml_priv;
snprintf(info-... | gpl-2.0 |
alexfeinman/nv-tegra-h2c | sound/core/seq/seq_prioq.c | 12558 | 10997 | /*
* ALSA sequencer Priority Queue
* Copyright (c) 1998-1999 by Frank van de Pol <fvdpol@coil.demon.nl>
*
*
* 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 t... | gpl-2.0 |
javelinanddart/android_kernel_caf_ville | net/bridge/netfilter/ebt_arp.c | 13582 | 3671 | /*
* ebt_arp
*
* Authors:
* Bart De Schuymer <bdschuym@pandora.be>
* Tim Gardner <timg@tpi.com>
*
* April, 2002
*
*/
#include <linux/if_arp.h>
#include <linux/if_ether.h>
#include <linux/module.h>
#include <linux/netfilter/x_tables.h>
#include <linux/netfilter_bridge/ebtables.h>
#include <linux/netfilter_bri... | gpl-2.0 |
androidarmv6/android_kernel_samsung_bcm21553-common | drivers/staging/bcm21553/drivers/sound/brcm/alsa/brcm_alsa_pcm.c | 15 | 34613 | /*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it w... | gpl-2.0 |
munjeni/stock_jb_kexec_kernel_for_locked_bootloader | drivers/mmc/core/mmc.c | 15 | 39790 | /*
* linux/drivers/mmc/core/mmc.c
*
* Copyright (C) 2003-2004 Russell King, All Rights Reserved.
* Copyright (C) 2005-2007 Pierre Ossman, All Rights Reserved.
* MMCv4 support Copyright (C) 2006 Philip Langdale, All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
* i... | gpl-2.0 |
rharshit/android_kernel_mediatek_sprout | drivers/mmc/core/mmc.c | 15 | 40956 | /*
* linux/drivers/mmc/core/mmc.c
*
* Copyright (C) 2003-2004 Russell King, All Rights Reserved.
* Copyright (C) 2005-2007 Pierre Ossman, All Rights Reserved.
* MMCv4 support Copyright (C) 2006 Philip Langdale, All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
* i... | gpl-2.0 |
chillwater/linux-3.4 | drivers/rtc/rtc-ds1511.c | 527 | 14040 | /*
* An rtc driver for the Dallas DS1511
*
* Copyright (C) 2006 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
* Copyright (C) 2007 Andrew Sharp <andy.sharp@lsi.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 ... | gpl-2.0 |
webbhorn/netgroups | drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_ccmp.c | 527 | 11403 | /*
* Host AP crypt: host-based CCMP encryption implementation for Host AP driver
*
* Copyright (c) 2003-2004, Jouni Malinen <jkmaline@cc.hut.fi>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Sof... | gpl-2.0 |
barakinflorida/samsung-kernel-aries | drivers/staging/hv/StorVsc.c | 527 | 23585 | /*
* Copyright (c) 2009, Microsoft Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful,... | gpl-2.0 |
kbc-developers/padfone2_kernel | drivers/thermal/pm8xxx-tm.c | 783 | 17731 | /*
* Copyright (c) 2011, Code Aurora Forum. 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 |
altcrauer/linux | arch/sparc/mm/fault_32.c | 783 | 10932 | /*
* fault.c: Page fault handlers for the Sparc.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
* Copyright (C) 1996 Eddie C. Dost (ecd@skynet.be)
* Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
*/
#include <asm/head.h>
#include <linux/string.h>
#include <linux/types.h>
#include <l... | gpl-2.0 |
sndnvaps/linux-1 | lib/digsig.c | 1295 | 5606 | /*
* Copyright (C) 2011 Nokia Corporation
* Copyright (C) 2011 Intel Corporation
*
* Author:
* Dmitry Kasatkin <dmitry.kasatkin@nokia.com>
* <dmitry.kasatkin@intel.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Licens... | gpl-2.0 |
joisonwk/linux | drivers/pcmcia/bcm63xx_pcmcia.c | 1807 | 13664 | /*
* 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) 2008 Maxime Bizon <mbizon@freebox.fr>
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/ioport.h>
#in... | gpl-2.0 |
cfriedt/bluetooth-next | drivers/net/wireless/broadcom/b43/radio_2056.c | 2063 | 521650 | /*
Broadcom B43 wireless driver
IEEE 802.11n 2056 radio device data tables
Copyright (c) 2010 Rafał Miłecki <zajec5@gmail.com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either ver... | gpl-2.0 |
surdupetru/android_kernel_huawei_msm8916-caf | drivers/gpu/drm/i915/intel_overlay.c | 2063 | 40047 | /*
* Copyright © 2009
*
* 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, distribute, ... | gpl-2.0 |
Cardinal97/android_kernel_msm8939 | arch/mips/kernel/time.c | 2063 | 2967 | /*
* Copyright 2001 MontaVista Software Inc.
* Author: Jun Sun, jsun@mvista.com or jsun@junsun.net
* Copyright (c) 2003, 2004 Maciej W. Rozycki
*
* Common time service routines for MIPS machines.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General ... | gpl-2.0 |
akhilnarang/ThugLife_bullhead | drivers/staging/vt6655/power.c | 2319 | 9959 | /*
* 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 |
defreez/thesis-ics-kernel | arch/arm/mach-davinci/board-da830-evm.c | 2319 | 17320 | /*
* TI DA830/OMAP L137 EVM board
*
* Author: Mark A. Greer <mgreer@mvista.com>
* Derived from: arch/arm/mach-davinci/board-dm644x-evm.c
*
* 2007, 2009 (c) MontaVista Software, Inc. This file is licensed under
* the terms of the GNU General Public License version 2. This program
* is licensed "as is" without an... | gpl-2.0 |
kgp700/Neok-GNexroid-JB | drivers/net/wireless/b43/xmit.c | 2319 | 24230 | /*
Broadcom B43 wireless driver
Transmission (TX/RX) related functions.
Copyright (C) 2005 Martin Langer <martin-langer@gmx.de>
Copyright (C) 2005 Stefano Brivio <stefano.brivio@polimi.it>
Copyright (C) 2005, 2006 Michael Buesch <mb@bu3sch.de>
Copyright (C) 2005 Danny van Dyk <kugelfang@gentoo.org>
Cop... | gpl-2.0 |
MoKee/android_kernel_samsung_crespo | arch/powerpc/platforms/85xx/socrates_fpga_pic.c | 2831 | 8543 | /*
* Copyright (C) 2008 Ilya Yanok, Emcraft Systems
*
*
* 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/irq.h>
#include <linux/of_platform.h>
#include <l... | gpl-2.0 |
RittikBhowmik/Project-Crater-Kernel-GT-i9152 | drivers/input/misc/pcspkr.c | 3599 | 3442 | /*
* PC Speaker beeper driver for Linux
*
* Copyright (c) 2002 Vojtech Pavlik
* Copyright (c) 1992 Orest Zborowski
*
*/
/*
* 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 |
MoKee/android_kernel_google_msm | drivers/staging/iio/accel/adis16240_ring.c | 4879 | 3445 | #include <linux/export.h>
#include <linux/interrupt.h>
#include <linux/mutex.h>
#include <linux/kernel.h>
#include <linux/spi/spi.h>
#include <linux/slab.h>
#include "../iio.h"
#include "../ring_sw.h"
#include "../trigger_consumer.h"
#include "adis16240.h"
/**
* adis16240_read_ring_data() read data registers which w... | gpl-2.0 |
MoKee/android_kernel_xiaomi_msm8226-common | drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c | 7695 | 8615 | /******************************************************************************
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR ... | gpl-2.0 |
TeamRegular/android_kernel_amazon_ford | arch/ia64/sn/pci/pcibr/pcibr_dma.c | 9487 | 11726 | /*
* 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-2005 Silicon Graphics, Inc. All rights reserved.
*/
#include <linux/types.h>
#include <linux/pci.h>
#include <linux/e... | gpl-2.0 |
keily90/tf101-nv-linux | scripts/mod/mk_elfconfig.c | 12047 | 1234 | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <elf.h>
int
main(int argc, char **argv)
{
unsigned char ei[EI_NIDENT];
union { short s; char c[2]; } endian_test;
if (fread(ei, 1, EI_NIDENT, stdin) != EI_NIDENT) {
fprintf(stderr, "Error: input truncated\n");
return 1;
}
if (memcmp(ei, ELFM... | gpl-2.0 |
ywzjackal/dmmu_linux | arch/powerpc/boot/redboot-83xx.c | 14095 | 1446 | /*
* RedBoot firmware support
*
* Author: Scott Wood <scottwood@freescale.com>
*
* Copyright (c) 2007 Freescale Semiconductor, Inc.
* Copyright (c) 2008 Codehermit
*
* 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 |
jpakkane/gstreamer-plugins-base | tests/icles/test-effect-switch.c | 16 | 6920 | /* GStreamer dynamic effect change test app
* Copyright (C) 2012 Tim-Philipp Müller <tim centricular net>
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the ... | gpl-2.0 |
erikvarga/gcc | libgfortran/intrinsics/eoshift0.c | 16 | 8542 | /* Generic implementation of the EOSHIFT intrinsic
Copyright (C) 2002-2016 Free Software Foundation, Inc.
Contributed by 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 GN... | gpl-2.0 |
JetBrains/jdk8u_hotspot | src/share/vm/c1/c1_ValueType.cpp | 16 | 6122 | /*
* Copyright (c) 1999, 2012, 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 |
Krabappel2548/MSM8660_CM9.0_Pure_ICS_kernel | drivers/staging/qcache/qcache-main.c | 16 | 36331 | /*
* Copyright (c) 2010,2011, Dan Magenheimer, Oracle Corp.
* Copyright (c) 2010,2011, Nitin Gupta
* Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved.
*
* Qcache provides an in-kernel "host implementation" for transcendent memory
* and, thus indirectly, for cleancache and frontswap. Qcache include... | gpl-2.0 |
bebbo/gcc | libgfortran/generated/_dim_r16.F90 | 16 | 1458 | ! Copyright (C) 2002-2016 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org>
!
!This file is part of the GNU Fortran 95 runtime library (libgfortran).
!
!GNU libgfortran is free software; you can redistribute it and/or
!modify it under the terms of the GNU General Public
!License as publishe... | gpl-2.0 |
elliott10/decaf-multiOS | shared/sleuthkit.b/src/fstools/dcalc_lib.c | 16 | 4832 | /*
** dcalc
** The Sleuth Kit
**
** $Date: 2006-07-10 14:22:27 -0400 (Mon, 10 Jul 2006) $
**
** Calculates the corresponding block number between 'dls' and 'dd' images
** when given an 'dls' block number, it determines the block number it
** had in a 'dd' image. When given a 'dd' image, it determines the
** value it ... | gpl-2.0 |
dk123546/trinity-mmaps | dep/acelite/ace/Base_Thread_Adapter.cpp | 272 | 3775 | // $Id: Base_Thread_Adapter.cpp 91286 2010-08-05 09:04:31Z johnnyw $
#include "ace/Base_Thread_Adapter.h"
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/Base_Thread_Adapter.inl"
#endif /* ACE_HAS_INLINED_OSCALLS */
#if defined (ACE_HAS_TSS_EMULATION)
# include "ace/OS_NS_Thread.h"
#endif /* ACE_HAS_TSS_EMULA... | gpl-2.0 |
ystk/linux-3.14-ltsi-work | drivers/media/radio/si470x/radio-si470x-common.c | 528 | 21254 | /*
* drivers/media/radio/si470x/radio-si470x-common.c
*
* Driver for radios with Silicon Labs Si470x FM Radio Receivers
*
* Copyright (c) 2009 Tobias Lorenz <tobias.lorenz@gmx.net>
* Copyright (c) 2012 Hans de Goede <hdegoede@redhat.com>
*
* This program is free software; you can redistribute it and/or modi... | gpl-2.0 |
LeonNardella/philips-pta-01 | drivers/hv/vmbus_drv.c | 528 | 24925 | /*
* Copyright (c) 2009, Microsoft Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful,... | gpl-2.0 |
explora26/kernel-hikey-linaro | drivers/net/wireless/libertas/debugfs.c | 784 | 23201 | #include <linux/dcache.h>
#include <linux/debugfs.h>
#include <linux/delay.h>
#include <linux/hardirq.h>
#include <linux/mm.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/export.h>
#include "decl.h"
#include "cmd.h"
#include "debugfs.h"
static struct dentry *lbs_dir;
static char *szStates[] = {
... | gpl-2.0 |
CirrusLogic/rpi-linux | drivers/md/dm-linear.c | 1296 | 3914 | /*
* Copyright (C) 2001-2003 Sistina Software (UK) Limited.
*
* This file is released under the GPL.
*/
#include "dm.h"
#include <linux/module.h>
#include <linux/init.h>
#include <linux/blkdev.h>
#include <linux/bio.h>
#include <linux/slab.h>
#include <linux/device-mapper.h>
#define DM_MSG_PREFIX "linear"
/*
* ... | gpl-2.0 |
KunYi/linux_samx6i | arch/arm/mach-omap2/prm2xxx_3xxx.c | 1552 | 7068 | /*
* OMAP2/3 PRM module functions
*
* Copyright (C) 2010-2011 Texas Instruments, Inc.
* Copyright (C) 2010 Nokia Corporation
* Benoît Cousson
* 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... | gpl-2.0 |
Dearms/android_kernel_xiaomi_dior | drivers/platform/msm/ipa/ipa_rm.c | 2064 | 12430 | /* Copyright (c) 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 |
faux123/samsung_GS2 | arch/m68k/platform/68360/config.c | 3088 | 4720 | /*
* linux/arch/m68knommu/platform/68360/config.c
*
* Copyright (c) 2000 Michael Leslie <mleslie@lineo.com>
* Copyright (C) 1993 Hamish Macdonald
* Copyright (C) 1999 D. Jeff Dionne <jeff@uclinux.org>
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COP... | gpl-2.0 |
armpc/Armcore-a20-V12-kernel | fs/ocfs2/xattr.c | 3600 | 198470 | /* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* xattr.c
*
* Copyright (C) 2004, 2008 Oracle. All rights reserved.
*
* CREDITS:
* Lots of code in this file is copy from linux/fs/ext3/xattr.c.
* Copyright (C) 2001-2003 Andreas Gruenbacher, <agruen@suse.de>
*
* This program is fr... | gpl-2.0 |
HashBang173/linux-kexec | arch/sh/kernel/cpu/sh3/serial-sh7720.c | 4624 | 1083 | #include <linux/serial_sci.h>
#include <linux/serial_core.h>
#include <linux/io.h>
#include <cpu/serial.h>
#include <cpu/gpio.h>
static void sh7720_sci_init_pins(struct uart_port *port, unsigned int cflag)
{
unsigned short data;
if (cflag & CRTSCTS) {
/* enable RTS/CTS */
if (port->mapbase == 0xa4430000) { /* S... | gpl-2.0 |
jmztaylor/android_kernel_htc_a3ul_old | drivers/staging/iio/cdc/ad7150.c | 4880 | 17854 | /*
* AD7150 capacitive sensor driver supporting AD7150/1/6
*
* Copyright 2010-2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/interrupt.h>
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/module.h>
#include "../... | gpl-2.0 |
Stuxnet-Kernel/kernel_g3 | net/bluetooth/cmtp/sock.c | 7696 | 5556 | /*
CMTP implementation for Linux Bluetooth stack (BlueZ).
Copyright (C) 2002-2003 Marcel Holtmann <marcel@holtmann.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;
TH... | gpl-2.0 |
JellyBeanNitro/kernel-iproj-3.4 | drivers/staging/rts_pstor/general.c | 8208 | 1029 | /* Driver for Realtek PCI-Express card reader
*
* Copyright(c) 2009 Realtek Semiconductor Corp. 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, or ... | gpl-2.0 |
Euphoria-OS/android_kernel_msm | drivers/usb/serial/console.c | 8464 | 7577 | /*
* USB Serial Console driver
*
* Copyright (C) 2001 - 2002 Greg Kroah-Hartman (greg@kroah.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.
*
* Thanks to Randy Dunlap f... | gpl-2.0 |
Eliminater74/cm_android_kernel_g3_patched | drivers/usb/serial/console.c | 8464 | 7577 | /*
* USB Serial Console driver
*
* Copyright (C) 2001 - 2002 Greg Kroah-Hartman (greg@kroah.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.
*
* Thanks to Randy Dunlap f... | gpl-2.0 |
n3ocort3x/endeavoru_3.14 | drivers/uwb/i1480/dfu/phy.c | 14608 | 6445 | /*
* Intel Wireless UWB Link 1480
* PHY parameters upload
*
* 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 publishe... | gpl-2.0 |
binkybear/furnace_kernel_lge_hammerhead | drivers/uwb/i1480/dfu/phy.c | 14608 | 6445 | /*
* Intel Wireless UWB Link 1480
* PHY parameters upload
*
* 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 publishe... | gpl-2.0 |
atidot3/Orizon-510 | src/server/game/AI/CoreAI/GuardAI.cpp | 17 | 2318 | /*
* 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 |
AndroPlus-org/kernel | sound/soc/msm/qdsp6v2/msm-compr-q6-v2.c | 17 | 49849 | /* 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 in the... | gpl-2.0 |
tkymgr/semc_kernel | arch/arm/mach-msm/proc_comm.c | 17 | 4098 | /* arch/arm/mach-msm/proc_comm.c
*
* Copyright (C) 2007-2008 Google, Inc.
* Copyright (c) 2009, Code Aurora Forum. All rights reserved.
* Author: Brian Swetland <swetland@google.com>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Fou... | gpl-2.0 |
Atomicorp/clamav-devel | libclamav/c++/llvm/lib/Transforms/Hello/Hello.cpp | 17 | 1985 | //===- Hello.cpp - Example code from "Writing an LLVM Pass" ---------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | gpl-2.0 |
goldelico/letux-400 | drivers/char/mem.c | 17 | 20345 | /*
* linux/drivers/char/mem.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* Added devfs support.
* Jan-11-1998, C. Scott Ananian <cananian@alumni.princeton.edu>
* Shared /dev/zero mmaping support, Feb 2000, Kanoj Sarcar <kanoj@sgi.com>
*/
#include <linux/mm.h>
#include <linux/miscdevice.h>
#include ... | gpl-2.0 |
pastcompute/openwrt-cc-ar71xx-hardened | package/system/mtd/src/fis.c | 529 | 5572 | /*
* FIS table updating code for mtd
*
* Copyright (C) 2009 Felix Fietkau <nbd@openwrt.org>
*
* 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 h... | gpl-2.0 |
msdx321/android_kernel_samsung_G9350 | drivers/pinctrl/mvebu/pinctrl-dove.c | 529 | 28704 | /*
* Marvell Dove pinctrl driver based on mvebu pinctrl core
*
* Author: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either v... | gpl-2.0 |
masmullin2000/kernel_tp_ts_bkl | drivers/net/ethernet/intel/ixgb/ixgb_ethtool.c | 1297 | 20416 | /*******************************************************************************
Intel PRO/10GbE Linux driver
Copyright(c) 1999 - 2008 Intel Corporation.
This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License,
version 2, as pu... | gpl-2.0 |
STS-Dev-Team/kernel_omap4_xt910s | kernel/irq/handle.c | 1297 | 4729 | /*
* linux/kernel/irq/handle.c
*
* Copyright (C) 1992, 1998-2006 Linus Torvalds, Ingo Molnar
* Copyright (C) 2005-2006, Thomas Gleixner, Russell King
*
* This file contains the core interrupt handling code.
*
* Detailed information is available in Documentation/DocBook/genericirq
*
*/
#include <linux/irq.h>
... | gpl-2.0 |
2fast4u88/Htc-Design-FastKernel | init/noinitramfs.c | 1809 | 1426 | /*
* init/noinitramfs.c
*
* Copyright (C) 2006, NXP Semiconductors, All Rights Reserved
* Author: Jean-Paul Saman <jean-paul.saman@nxp.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 Foundati... | gpl-2.0 |
thicklizard/komodo_ville | drivers/net/wireless/ath/ath9k/htc_drv_main.c | 2321 | 45146 | /*
* Copyright (c) 2010-2011 Atheros Communications Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" A... | gpl-2.0 |
DecimalMan/dkp-tw | arch/arm/mach-realview/realview_pb11mp.c | 2321 | 10759 | /*
* linux/arch/arm/mach-realview/realview_pb11mp.c
*
* Copyright (C) 2008 ARM Limited
* Copyright (C) 2000 Deep Blue Solutions Ltd
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; e... | gpl-2.0 |
SomeshThakur/Xeon-Kernel | arch/arm/mach-shmobile/intc-sh7372.c | 2833 | 23866 | /*
* sh7372 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 |
TeamSPR/kernel | arch/sh/drivers/pci/fixups-sdk7780.c | 4625 | 1282 | /*
* arch/sh/drivers/pci/fixups-sdk7780.c
*
* PCI fixups for the SDK7780SE03
*
* Copyright (C) 2003 Lineo uSolutions, Inc.
* Copyright (C) 2004 - 2006 Paul Mundt
* Copyright (C) 2006 Nobuhiro Iwamatsu
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "C... | gpl-2.0 |
Jackeagle/kernel_samsung_exynos5260 | drivers/net/ethernet/amd/nmclan_cs.c | 5137 | 45839 | /* ----------------------------------------------------------------------------
Linux PCMCIA ethernet adapter driver for the New Media Ethernet LAN.
nmclan_cs.c,v 0.16 1995/07/01 06:42:17 rpao Exp rpao
The Ethernet LAN uses the Advanced Micro Devices (AMD) Am79C940 Media
Access Controller for Ethernet (MACE). I... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.