repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
Tommy-Geenexus/android_kernel_sony_apq8064_yuga_5.x | arch/arm/mach-msm/qdsp6v2/audio_acdb.c | 525 | 29254 | /* Copyright (c) 2010-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 |
dagnarf/sgh-i717-dagkernel | arch/x86/kernel/x8664_ksyms_64.c | 1037 | 1412 | /* Exports for assembly files.
All C exports should go in the respective C files. */
#include <linux/module.h>
#include <linux/smp.h>
#include <net/checksum.h>
#include <asm/processor.h>
#include <asm/pgtable.h>
#include <asm/uaccess.h>
#include <asm/desc.h>
#include <asm/ftrace.h>
#ifdef CONFIG_FUNCTION_TRACER
... | gpl-2.0 |
agat63/E4GT_FH13_kernel | drivers/media/video/saa6588.c | 3341 | 13384 | /*
Driver for SAA6588 RDS decoder
(c) 2005 Hans J. Koch
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 |
NoelMacwan/Kernel-Honami-14.1.N.0.52 | arch/arm/mach-imx/mach-scb9328.c | 4877 | 3283 | /*
* linux/arch/arm/mach-mx1/mach-scb9328.c
*
* Copyright (c) 2004 Sascha Hauer <saschahauer@web.de>
* Copyright (c) 2006-2008 Juergen Beisert <jbeisert@netscape.net>
*
* 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
* pu... | gpl-2.0 |
MoKee/android_kernel_yu_msm8916 | drivers/scsi/device_handler/scsi_dh_hp_sw.c | 7693 | 10601 | /*
* Basic HP/COMPAQ MSA 1000 support. This is only needed if your HW cannot be
* upgraded.
*
* Copyright (C) 2006 Red Hat, Inc. All rights reserved.
* Copyright (C) 2006 Mike Christie
* Copyright (C) 2008 Hannes Reinecke <hare@suse.de>
*
* This program is free software; you can redistribute it and/or modify
... | gpl-2.0 |
janarthananfit/Nightlies-4.4 | kernel/test_kprobes.c | 8461 | 8671 | /*
* test_kprobes.c - simple sanity test for *probes
*
* Copyright IBM Corp. 2008
*
* 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... | gpl-2.0 |
Alonso1398/muZic_kernel_ivoryss | drivers/media/video/cx18/cx18-av-firmware.c | 9229 | 7232 | /*
* cx18 ADEC firmware functions
*
* 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 ... | gpl-2.0 |
mayli/wrapfs-latest | drivers/media/pci/cx18/cx18-cards.c | 12301 | 20522 | /*
* cx18 functions to query card hardware
*
* Derived from ivtv-cards.c
*
* 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 Pu... | gpl-2.0 |
johnparker007/mame | src/mame/drivers/orbit.cpp | 14 | 11801 | // license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
Atari Orbit Driver
game 0 = beginner slow
game 1 = beginner medium
game 2 = beginner fast
game 3 = intermediate slow
game 4 = intermediate fast
game 5 = expert fast shel... | gpl-2.0 |
bigsupersquid/android_kernel_lge_msm7x27-3.0.x | arch/arm/mach-msm/lge/board-alessi-snd.c | 14 | 6365 | /* linux/arch/arm/mach-msm/lge/board-alessi-snd.c
*
* Copyright (C) 2010 LGE.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distribut... | gpl-2.0 |
wolf-feathers66/wolf.kernel | arch/m68k/mac/config.c | 14 | 26081 | /*
* linux/arch/m68k/mac/config.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.
*/
/*
* Miscellaneous linux stuff
*/
#include <linux/module.h>
#include <linux/types.h>
#include <linux/m... | gpl-2.0 |
sh028044/gdb-7.6.2 | gdb/xtensa-linux-nat.c | 14 | 9612 | /* Xtensa GNU/Linux native support.
Copyright (C) 2007-2013 Free Software Foundation, Inc.
This file is part of GDB.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 ... | gpl-2.0 |
robacklin/ts7800 | arch/powerpc/kernel/ptrace.c | 14 | 13113 | /*
* PowerPC version
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* Derived from "arch/m68k/kernel/ptrace.c"
* Copyright (C) 1994 by Hamish Macdonald
* Taken from linux/kernel/ptrace.c and modified for M680x0.
* linux/kernel/ptrace.c is by Ross Biro 1/23/92, edited by Linus Torvalds
*
* M... | gpl-2.0 |
clcarwin/src | graphics/skia/src/svg/SkSVGLine.cpp | 14 | 1154 | /* libs/graphics/svg/SkSVGLine.cpp
**
** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENS... | gpl-2.0 |
evaautomation/ragel | ragel/cdfflat.cpp | 14 | 8787 | /*
* Copyright 2004-2006 Adrian Thurston <thurston@complang.org>
* 2004 Erich Ocean <eric.ocean@ampede.com>
* 2005 Alan West <alan@alanz.com>
*/
/* This file is part of Ragel.
*
* Ragel is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publ... | gpl-2.0 |
ghmajx/asuswrt-merlin | release/src/router/gdb/gdb/vax-tdep.c | 14 | 15206 | /* Target-dependent code for the VAX.
Copyright (C) 1986, 1989, 1991, 1992, 1995, 1996, 1998, 1999, 2000, 2002,
2003, 2004, 2005, 2007 Free Software Foundation, Inc.
This file is part of GDB.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Pub... | gpl-2.0 |
Doxito/Ri-Core_Privado | src/server/scripts/EasternKingdoms/Scholomance/boss_kormok.cpp | 14 | 3634 | /*
* Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software ... | gpl-2.0 |
geekydoc/android_kernel_lge_l70pds_l70pn | arch/arm/mach-msm/lge/board-8610-w6ds-global-sca.c | 14 | 4419 | /* 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... | gpl-2.0 |
davidgraeff/linux | drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c | 526 | 54639 | /*
* drivers/media/platform/samsung/mfc5/s5p_mfc_opr_v5.c
*
* Samsung MFC (Multi Function Codec - FIMV) driver
* This file contains hw related functions.
*
* Kamil Debski, Copyright (c) 2011 Samsung Electronics
* http://www.samsung.com/
*
* This program is free software; you can redistribute it and/or modify
... | gpl-2.0 |
CyanogenMod/android_kernel_motorola_titan | 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 |
Xmister/linux-sunxi | drivers/net/wireless/b43/phy_a.c | 2318 | 16417 | /*
Broadcom B43 wireless driver
IEEE 802.11a PHY driver
Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>,
Copyright (c) 2005-2007 Stefano Brivio <stefano.brivio@polimi.it>
Copyright (c) 2005-2008 Michael Buesch <mb@bu3sch.de>
Copyright (c) 2005, 2006 Danny van Dyk <kugelfang@gentoo.org>
Copyright... | gpl-2.0 |
iconia-dev/android_kernel_acer_t20-common | arch/mips/kernel/vpe.c | 2318 | 37406 | /*
* Copyright (C) 2004, 2005 MIPS Technologies, Inc. All rights reserved.
*
* 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
* published by the Free Software Foundation.
*
* This program is distributed in the hope it ... | gpl-2.0 |
PlayOSS-Dev/acer_picasso_kernel | fs/qnx4/namei.c | 3342 | 3327 | /*
* QNX4 file system, Linux implementation.
*
* Version : 0.2.1
*
* Using parts of the xiafs filesystem.
*
* History :
*
* 01-06-1998 by Richard Frowijn : first release.
* 21-06-1998 by Frank Denis : dcache support, fixed error codes.
* 04-07-1998 by Frank Denis : first step for rmdir/unlink.
*/
#inc... | gpl-2.0 |
TheWolfer22/android_kernel_lge_g3 | drivers/staging/iio/dac/ad5686.c | 4878 | 11514 | /*
* AD5686R, AD5685R, AD5684R Digital to analog converters driver
*
* Copyright 2011 Analog Devices Inc.
*
* Licensed under the GPL-2.
*/
#include <linux/interrupt.h>
#include <linux/fs.h>
#include <linux/device.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/spi/spi.h>
#include <linux/s... | gpl-2.0 |
GalaxyTab4/starlightknight_kernel_samsung_matissewifi | drivers/staging/iio/adc/ad7606_par.c | 4878 | 3834 | /*
* AD7606 Parallel Interface ADC driver
*
* Copyright 2011 Analog Devices Inc.
*
* Licensed under the GPL-2.
*/
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/types.h>
#include <linux/err.h>
#include <linux/io.h>
#include "../iio.h"
#include "ad7606.h"
static int ad7606_par16_re... | gpl-2.0 |
CyanogenMod/android_kernel_amazon_hdx-common | kernel/rtmutex-debug.c | 5134 | 4793 | /*
* RT-Mutexes: blocking mutual exclusion locks with PI support
*
* started by Ingo Molnar and Thomas Gleixner:
*
* Copyright (C) 2004-2006 Red Hat, Inc., Ingo Molnar <mingo@redhat.com>
* Copyright (C) 2006 Timesys Corp., Thomas Gleixner <tglx@timesys.com>
*
* This code is based on the rt.c implementation in... | gpl-2.0 |
robacklin/linux-2.6.39.4 | 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 |
rex-xxx/mt6572_x201 | external/webkit/Tools/DumpRenderTree/cg/ImageDiffCG.cpp | 15 | 9926 | /*
* Copyright (C) 2005, 2007 Apple Inc. All rights reserved.
* Copyright (C) 2005 Ben La Monica <ben.lamonica@gmail.com>. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributi... | gpl-2.0 |
MoKee/android_kernel_oppo_n1 | drivers/usb/host/ehci-msm.c | 15 | 5936 | /* ehci-msm.c - HSUSB Host Controller Driver Implementation
*
* Copyright (c) 2008-2012, The Linux Foundation. All rights reserved.
*
* Partly derived from ehci-fsl.c and ehci-hcd.c
* Copyright (c) 2000-2004 by David Brownell
* Copyright (c) 2005 MontaVista Software
*
* All source code in this file is licensed ... | gpl-2.0 |
RasPlex/systemtap | runtime/linux/uprobes2/uprobes_x86.c | 15 | 24541 | /*
* Userspace Probes (UProbes)
* uprobes.c
*
* 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 progra... | gpl-2.0 |
tarunkapadia93/gk_armani | drivers/gpu/msm/kgsl_events.c | 271 | 8425 | /* Copyright (c) 2011-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... | gpl-2.0 |
kannu1994/maguro_kernel | drivers/gpu/drm/radeon/radeon_atombios.c | 271 | 102748 | /*
* Copyright 2007-8 Advanced Micro Devices, Inc.
* Copyright 2008 Red Hat Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* t... | gpl-2.0 |
XiphosSystemsCorp/busybox | libbb/bb_strtonum.c | 271 | 4075 | /* vi: set sw=4 ts=4: */
/*
* Utility routines.
*
* Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
#include "libbb.h"
/* On exit: errno = 0 only if there was non-empty, '\0' terminated value
* errno = EINVAL if value ... | gpl-2.0 |
blueboy/portalR2 | dep/ACE_wrappers/ace/Proactor.cpp | 271 | 29849 | // $Id: Proactor.cpp 91368 2010-08-16 13:03:34Z mhengstmengel $
#include "ace/config-lite.h"
#include "ace/Proactor.h"
#if defined (ACE_HAS_WIN32_OVERLAPPED_IO) || defined (ACE_HAS_AIO_CALLS)
// This only works on Win32 platforms and on Unix platforms with aio
// calls.
#include "ace/Auto_Ptr.h"
#include "ace/Proact... | gpl-2.0 |
mericon/Xp_Kernel_LGH850 | virt/drivers/mtd/maps/bfin-async-flash.c | 527 | 5083 | /*
* drivers/mtd/maps/bfin-async-flash.c
*
* Handle the case where flash memory and ethernet mac/phy are
* mapped onto the same async bank. The BF533-STAMP does this
* for example. All board-specific configuration goes in your
* board resources file.
*
* Copyright 2000 Nicolas Pitre <nico@fluxnic.net>
* Copy... | gpl-2.0 |
Hive-Resurrection/kernel_htc_flounder | net/ipv6/ip6_input.c | 1295 | 8683 | /*
* IPv6 input
* Linux INET6 implementation
*
* Authors:
* Pedro Roque <roque@di.fc.ul.pt>
* Ian P. Morris <I.P.Morris@soton.ac.uk>
*
* Based in linux/net/ipv4/ip_input.c
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
*... | gpl-2.0 |
iamroot12C/linux | drivers/media/usb/as102/as102_fw.c | 1295 | 5497 | /*
* Abilis Systems Single DVB-T Receiver
* Copyright (C) 2008 Pierrick Hascoet <pierrick.hascoet@abilis.com>
* Copyright (C) 2010 Devin Heitmueller <dheitmueller@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 publ... | gpl-2.0 |
Tk-Glitch/Glitch_Flo_AOSP | net/mac80211/wpa.c | 1551 | 17101 | /*
* Copyright 2002-2004, Instant802 Networks, Inc.
* Copyright 2008, Jouni Malinen <j@w1.fi>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/netdevice.h>
... | gpl-2.0 |
stariver/qt210-kernel | sound/soc/blackfin/bf5xx-tdm-pcm.c | 1551 | 9355 | /*
* File: sound/soc/blackfin/bf5xx-tdm-pcm.c
* Author: Barry Song <Barry.Song@analog.com>
*
* Created: Tue June 06 2009
* Description: DMA driver for tdm codec
*
* Modified:
* Copyright 2009 Analog Devices Inc.
*
* Bugs: Enter bugs at http://blackfin.uclinux.org/
*
... | gpl-2.0 |
clemsyn/TF101-kernelOC | drivers/rtc/rtc-at91rm9200.c | 1551 | 10461 | /*
* Real Time Clock interface for Linux on Atmel AT91RM9200
*
* Copyright (C) 2002 Rick Bronson
*
* Converted to RTC class model by Andrew Victor
*
* Ported to Linux 2.6 by Steven Scholz
* Based on s3c2410-rtc.c Simtec Electronics
*
* Based on sa1100-rtc.c by Nils Faerber
* Based on rtc.c by Paul Gortmaker
... | gpl-2.0 |
idor/wl12xx | arch/mips/mipssim/sim_smtc.c | 2319 | 2816 | /*
* Copyright (C) 2005 MIPS Technologies, Inc. All rights reserved.
*
* 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
* published by the Free Software Foundation.
*
* This program is distributed in the hope it will b... | gpl-2.0 |
UniqueDroid/lge-kernel-x3-p880 | arch/powerpc/sysdev/cpm2_pic.c | 2831 | 7360 | /*
* Platform information definitions.
*
* Copied from arch/ppc/syslib/cpm2_pic.c with minor subsequent updates
* to make in work in arch/powerpc/. Original (c) belongs to Dan Malek.
*
* Author: Vitaly Bordug <vbordug@ru.mvista.com>
*
* 1999-2001 (c) Dan Malek <dan@embeddedalley.com>
* 2006 (c) MontaVista Sof... | gpl-2.0 |
coreos/linux-deprecated | drivers/hid/hid-speedlink.c | 4367 | 2323 | /*
* HID driver for Speedlink Vicious and Divine Cezanne (USB mouse).
* Fixes "jumpy" cursor and removes nonexistent keyboard LEDS from
* the HID descriptor.
*
* Copyright (c) 2011, 2013 Stefan Kriwanek <dev@stefankriwanek.de>
*/
/*
* This program is free software; you can redistribute it and/or modify it
... | gpl-2.0 |
moddingg33k/android_kernel_google | drivers/staging/iio/trigger/iio-trig-gpio.c | 4879 | 4025 | /*
* Industrial I/O - gpio based trigger support
*
* Copyright (c) 2008 Jonathan Cameron
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
*
* Currently this is more of a func... | gpl-2.0 |
stedman420/android_kernel_zte_warplte | drivers/staging/iio/dds/ad9834.c | 4879 | 12011 | /*
* AD9833/AD9834/AD9837/AD9838 SPI DDS driver
*
* Copyright 2010-2011 Analog Devices Inc.
*
* Licensed under the GPL-2.
*/
#include <linux/interrupt.h>
#include <linux/workqueue.h>
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/sysfs.h>
#include <linux/list.h>
#incl... | gpl-2.0 |
jjhiza/Monarch | drivers/staging/iio/accel/adis16201_ring.c | 4879 | 3546 | #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 "adis16201.h"
/**
* adis16201_read_ring_data() read data registers which ... | gpl-2.0 |
jgcaap/NewKernel | drivers/staging/iio/adc/ad7476_ring.c | 4879 | 3255 | /*
* Copyright 2010 Analog Devices Inc.
* Copyright (C) 2008 Jonathan Cameron
*
* Licensed under the GPL-2 or later.
*
* ad7476_ring.c
*/
#include <linux/interrupt.h>
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/spi/spi.h>
#include "../iio.h"
#include "../buffer.h... | gpl-2.0 |
CyanHacker-Lollipop/kernel_oneplus_msm8974 | drivers/staging/iio/trigger/iio-trig-gpio.c | 4879 | 4025 | /*
* Industrial I/O - gpio based trigger support
*
* Copyright (c) 2008 Jonathan Cameron
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
*
* Currently this is more of a func... | gpl-2.0 |
evilwombat/gopro-linux | arch/mips/powertv/asic/asic-cronus.c | 7695 | 4328 | /*
* Locations of devices in the Cronus ASIC
*
* Copyright (C) 2005-2009 Scientific-Atlanta, 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; either version 2 of the License, or
* ... | gpl-2.0 |
froggy666uk/Froggy_SensMod_CM10.1 | arch/arm/mach-omap2/clkt2xxx_apll.c | 7951 | 3286 | /*
* OMAP2xxx APLL clock control functions
*
* 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 RidgeRun, Inc.
*
... | gpl-2.0 |
shark147/k2ul-kernel | drivers/ide/ide-io.c | 11791 | 24214 | /*
* IDE I/O functions
*
* Basic PIO and command management functionality.
*
* This code was split off from ide.c. See ide.c for history and original
* copyrights.
*
* 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 |
Validus-Kernel/android_kernel_motorola_msm8226 | 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 |
animania260/android_kernel_samsung_prevail2spr--Galaxy-Rush- | lib/bitrev.c | 13071 | 2157 | #include <linux/types.h>
#include <linux/module.h>
#include <linux/bitrev.h>
MODULE_AUTHOR("Akinobu Mita <akinobu.mita@gmail.com>");
MODULE_DESCRIPTION("Bit ordering reversal functions");
MODULE_LICENSE("GPL");
const u8 byte_rev_table[256] = {
0x00, 0x80, 0x40, 0xc0, 0x20, 0xa0, 0x60, 0xe0,
0x10, 0x90, 0x50, 0xd0, ... | gpl-2.0 |
amphorion/kernel_pyramid | lib/bitrev.c | 13071 | 2157 | #include <linux/types.h>
#include <linux/module.h>
#include <linux/bitrev.h>
MODULE_AUTHOR("Akinobu Mita <akinobu.mita@gmail.com>");
MODULE_DESCRIPTION("Bit ordering reversal functions");
MODULE_LICENSE("GPL");
const u8 byte_rev_table[256] = {
0x00, 0x80, 0x40, 0xc0, 0x20, 0xa0, 0x60, 0xe0,
0x10, 0x90, 0x50, 0xd0, ... | gpl-2.0 |
wanam/Adam-Kernel-GS4-LTE | arch/powerpc/boot/cuboot-rainier.c | 14095 | 1453 | /*
* Old U-boot compatibility for Rainier
*
* Valentine Barshak <vbarshak@ru.mvista.com>
* Copyright 2007 MontaVista Software, Inc
*
* Based on Ebony code by David Gibson <david@gibson.dropbear.id.au>
* Copyright IBM Corporation, 2007
*
* Based on Bamboo code by Josh Boyer <jwboyer@linux.vnet.ibm.com>
* Copyr... | gpl-2.0 |
CurtisMJ/g800f_custom_kernel | drivers/regulator/s2mpa01.c | 16 | 21810 | /*
* s2mpa01.c
*
* Copyright (c) 2013 Samsung Electronics Co., Ltd
* http://www.samsung.com
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the... | gpl-2.0 |
MartynShaw/audacity | lib-src/lv2/lilv/src/query.c | 16 | 4178 | /*
Copyright 2007-2014 David Robillard <http://drobilla.net>
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.
THIS SOFTWARE IS PROVIDED "AS IS" AND... | gpl-2.0 |
Zeken/audacity | lib-src/lv2/lilv/src/instance.c | 16 | 3661 | /*
Copyright 2007-2014 David Robillard <http://drobilla.net>
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.
THIS SOFTWARE IS PROVIDED "AS IS" AND... | gpl-2.0 |
gh2o/rk3066-linux | drivers/video/rockchip/lcdc/rk3066b_lcdc.c | 16 | 34214 | /*
* drivers/video/rockchip/chips/rk3066b_lcdc.c
*
* Copyright (C) 2012 ROCKCHIP, Inc.
*Author:yzq<yzq@rock-chips.com>
* yxj<yxj@rock-chips.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, distribute... | gpl-2.0 |
CreativeCimmons/ORB-SLAM-Android-app | slam_ext/Thirdparty/g2o/g2o/core/parameter_container.cpp | 16 | 4459 | // g2o - General Graph Optimization
// Copyright (C) 2011 R. Kuemmerle, G. Grisetti, W. Burgard
// 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 r... | gpl-2.0 |
monokoo/lede-source | target/linux/ramips/files-4.9/drivers/net/ethernet/mtk/mtk_eth_soc.c | 16 | 39459 | /* 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 the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without e... | gpl-2.0 |
Spartonos/android_kernel_motorola_falcon_umts | kernel/module.c | 16 | 93682 | /*
Copyright (C) 2002 Richard Henderson
Copyright (C) 2001 Rusty Russell, 2002, 2010 Rusty Russell 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 Licen... | gpl-2.0 |
JPRasquin/Ubuntu14.04 | drivers/net/dpa/NetCommSw/integrations/P3040_P4080_P5020/module_strings.c | 16 | 3213 | /* Copyright (c) 2008-2011 Freescale Semiconductor, Inc.
* 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 retain the above copyright
* notice... | gpl-2.0 |
HydraCompany/HydraKernel | drivers/net/can/xilinx_can.c | 272 | 34378 | /* Xilinx CAN device driver
*
* Copyright (C) 2012 - 2014 Xilinx, Inc.
* Copyright (C) 2009 PetaLogix. All rights reserved.
*
* Description:
* This driver is developed for Axi CAN IP and for Zynq CANPS Controller.
* This program is free software: you can redistribute it and/or modify
* it under the terms of the... | gpl-2.0 |
tprrt/linux-stable | fs/nfs/nfsroot.c | 272 | 9947 | // SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 1995, 1996 Gero Kuhlmann <gero@gkminix.han.de>
*
* Allow an NFS filesystem to be mounted as root. The way this works is:
* (1) Use the IP autoconfig mechanism to set local IP addresses and routes.
* (2) Construct the device string and the options st... | gpl-2.0 |
Galaxy-Tab-S2/android_kernel_samsung_gts210wifi | drivers/md/dm-delay.c | 528 | 8617 | /*
* Copyright (C) 2005-2007 Red Hat GmbH
*
* A target that delays reads and/or writes and can send
* them to different devices.
*
* This file is released under the GPL.
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/blkdev.h>
#include <linux/bio.h>
#include <linux/slab.h>
#include <linux... | gpl-2.0 |
sudeepdutt/mic | security/inode.c | 528 | 6698 | /*
* inode.c - securityfs
*
* Copyright (C) 2005 Greg Kroah-Hartman <gregkh@suse.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.
*
* Based on fs/debugfs/inode.c which... | gpl-2.0 |
Dinjesk/android_kernel_oneplus_msm8996 | drivers/media/usb/uvc/uvc_queue.c | 528 | 10491 | /*
* uvc_queue.c -- USB Video Class driver - Buffers management
*
* Copyright (C) 2005-2010
* Laurent Pinchart (laurent.pinchart@ideasonboard.com)
*
* 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-2.0 |
CalcProgrammer1/ubuntu-kernel-quincyatt | drivers/net/atlx/atl1.c | 1552 | 101009 | /*
* Copyright(c) 2005 - 2006 Attansic Corporation. All rights reserved.
* Copyright(c) 2006 - 2007 Chris Snook <csnook@redhat.com>
* Copyright(c) 2006 - 2008 Jay Cliburn <jcliburn@gmail.com>
*
* Derived from Intel e1000 driver
* Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved.
*
* This program ... | gpl-2.0 |
InfinitiveOS-Devices/android_kernel_xiaomi_ferrari | drivers/net/ethernet/amd/7990.c | 2320 | 21625 | /*
* 7990.c -- LANCE ethernet IC generic routines.
* This is an attempt to separate out the bits of various ethernet
* drivers that are common because they all use the AMD 7990 LANCE
* (Local Area Network Controller for Ethernet) chip.
*
* Copyright (C) 05/1998 Peter Maydell <pmaydell@chiark.greenend.org.uk>
*
... | gpl-2.0 |
jjhiza/Monarch | drivers/input/tablet/wacom_wac.c | 2832 | 64274 | /*
* drivers/input/tablet/wacom_wac.c
*
* USB Wacom tablet support - Wacom specific code
*
*/
/*
* 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 |
TV-LP51-Devices/kernel_asus_grouper | drivers/staging/comedi/drivers/me_daq.c | 3344 | 24918 | /*
comedi/drivers/me_daq.c
Hardware driver for Meilhaus data acquisition cards:
ME-2000i, ME-2600i, ME-3000vm1
Copyright (C) 2002 Michael Hillmann <hillmann@syscongroup.de>
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 |
mdo-rom/platform_kernel_samsung_crespo | arch/mips/emma/common/prom.c | 4368 | 1880 | /*
* Copyright (C) NEC Electronics Corporation 2004-2006
*
* This file is based on the arch/mips/ddb5xxx/common/prom.c
*
* Copyright 2001 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 as published by
... | gpl-2.0 |
KylinUI/android_kernel_samsung_d2 | drivers/nubus/nubus.c | 5136 | 27007 | /*
* Macintosh Nubus Interface Code
*
* Originally by Alan Cox
*
* Mostly rewritten by David Huggins-Daines, C. Scott Ananian,
* and others.
*/
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/nubus.h>
#include <linux/errno.h>
#include <linux/init.h>
#i... | gpl-2.0 |
hakcenter/android_kernel_samsung_hlte | sound/pci/ice1712/juli.c | 9232 | 20286 | /*
* ALSA driver for ICEnsemble VT1724 (Envy24HT)
*
* Lowlevel functions for ESI Juli@ cards
*
* Copyright (c) 2004 Jaroslav Kysela <perex@perex.cz>
* 2008 Pavel Hofman <dustin@seznam.cz>
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of t... | gpl-2.0 |
syhost/A810S_KERNEL_3.4 | 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 |
sudosurootdev/caf_kernels | 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 |
acheron1502/android_kernel_BLU_BLU_PURE_XL | drivers/misc/mediatek/aee/ipanic/ipanic_rom.c | 17 | 18399 | #include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/mm.h>
#include <asm/memory.h>
#include <asm/cacheflush.h>
#include <linux/kdebug.h>
#include <linux/module.h>
#include <linux/mrdump.h>
#include <linux/mtk_ram_console.h>
#include <linux/mrdump.h>
#include <mach/wd_api.h>
#include "ipanic.h"
static u32... | gpl-2.0 |
boa19861105/android_444_KitKat_kernel_htc_B2_UHL | fs/fat/move_cluster.c | 17 | 31681 |
#include <linux/fs.h>
#include <linux/slab.h>
#include <linux/buffer_head.h>
#include <linux/module.h>
#include <linux/version.h>
#include <linux/io.h>
#include <linux/kobject.h>
#include <linux/string.h>
#include <linux/fs.h>
#include <linux/netlink.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux... | gpl-2.0 |
computersforpeace/UBIFS-backports | sound/atmel/abdac.c | 17 | 15767 | /*
* Driver for the Atmel on-chip Audio Bitstream DAC (ABDAC)
*
* Copyright (C) 2006-2009 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... | gpl-2.0 |
raghav3276/QEMU-Device-Emulation | hw/scsi/esp-pci.c | 17 | 15025 | /*
* QEMU ESP/NCR53C9x emulation
*
* Copyright (c) 2005-2006 Fabrice Bellard
* Copyright (c) 2012 Herve Poussineau
*
* 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 restrictio... | gpl-2.0 |
caglar10ur/linux-2.6.27.y | drivers/s390/char/sclp_con.c | 17 | 6514 | /*
* drivers/s390/char/sclp_con.c
* SCLP line mode console driver
*
* S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Author(s): Martin Peschke <mpeschke@de.ibm.com>
* Martin Schwidefsky <schwidefsky@de.ibm.com>
*/
#include <linux/kmod.h>
#include <linux/conso... | gpl-2.0 |
openwrt/bcm63xx-next | arch/arm/kvm/coproc.c | 273 | 33380 | /*
* Copyright (C) 2012 - Virtual Open Systems and Columbia University
* Authors: Rusty Russell <rusty@rustcorp.com.au>
* Christoffer Dall <c.dall@virtualopensystems.com>
*
* 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 |
PRJosh/kernel_msm-3.10 | arch/arm/mach-msm/board-samarium.c | 273 | 3641 | /* Copyright (c) 2013-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 |
invisiblek/android_kernel_samsung_jaspervzw | drivers/hwmon/msm_adc.c | 273 | 38786 | /* Copyright (c) 2010-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 ho... | gpl-2.0 |
garwedgess/LuPuS-STOCK-ICS-Xperia2011 | drivers/net/phy/mdio_bus.c | 529 | 8007 | /*
* drivers/net/phy/mdio_bus.c
*
* MDIO Bus interface
*
* Author: Andy Fleming
*
* Copyright (c) 2004 Freescale Semiconductor, 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 Foundati... | gpl-2.0 |
ericli1989/ali_kernel | drivers/video/pxa168fb.c | 529 | 20124 | /*
* linux/drivers/video/pxa168fb.c -- Marvell PXA168 LCD Controller
*
* Copyright (C) 2008 Marvell International Ltd.
* All rights reserved.
*
* 2009-02-16 adapted from original version for PXA168/910
* Jun Nie <njun@marvell.com>
*
* This file is subject to the terms and conditions of the GNU... | gpl-2.0 |
mmukadam/linuxv3.12 | drivers/regulator/gpio-regulator.c | 529 | 10511 | /*
* gpio-regulator.c
*
* Copyright 2011 Heiko Stuebner <heiko@sntech.de>
*
* based on fixed.c
*
* Copyright 2008 Wolfson Microelectronics PLC.
*
* Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
*
* Copyright (c) 2009 Nokia Corporation
* Roger Quadros <ext-roger.quadros@nokia.com>
*
* This progr... | gpl-2.0 |
jdlfg/Mecha-kernel | drivers/isdn/hisax/telespci.c | 785 | 9141 | /* $Id: telespci.c,v 2.23.2.3 2004/01/13 14:31:26 keil Exp $
*
* low level stuff for Teles PCI isdn cards
*
* Author Ton van Rosmalen
* Karsten Keil
* Copyright by Ton van Rosmalen
* by Karsten Keil <keil@isdn4linux.de>
*
* This software may be used and distributed acco... | gpl-2.0 |
supersonicninja/NinjaKernelHW01E | drivers/net/veth.c | 785 | 9527 | /*
* drivers/net/veth.c
*
* Copyright (C) 2007 OpenVZ http://openvz.org, SWsoft Inc
*
* Author: Pavel Emelianov <xemul@openvz.org>
* Ethtool interface from: Eric W. Biederman <ebiederm@xmission.com>
*
*/
#include <linux/netdevice.h>
#include <linux/slab.h>
#include <linux/ethtool.h>
#include <linux/etherdevi... | gpl-2.0 |
AOKP/kernel_oppo_n1 | drivers/usb/gadget/f_qc_ecm.c | 1041 | 24598 | /*
* f_qc_ecm.c -- USB CDC Ethernet (ECM) link function driver
*
* Copyright (C) 2003-2005,2008 David Brownell
* Copyright (C) 2008 Nokia Corporation
* Copyright (c) 2012, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of ... | gpl-2.0 |
vic-nation/kernel_goghvmu | fs/xfs/xfs_iget.c | 1553 | 20173 | /*
* Copyright (c) 2000-2005 Silicon Graphics, Inc.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it would be ... | gpl-2.0 |
Keith-N/android_kernel_nvidia_ardbeg | drivers/net/ethernet/atheros/alx/ethtool.c | 2065 | 7335 | /*
* Copyright (c) 2013 Johannes Berg <johannes@sipsolutions.net>
*
* This file is free software: you may copy, redistribute 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 |
IngenicSemiconductor/kernel-inwatch | fs/gfs2/lops.c | 2065 | 21096 | /*
* 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 |
Dopi/HuaweiAscendG600_kernel | arch/arm/mach-realview/realview_pba8.c | 2321 | 8939 | /*
* linux/arch/arm/mach-realview/realview_pba8.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; eit... | gpl-2.0 |
holyangel/HTC_M8_GPE-4.4.3 | drivers/platform/x86/intel_ips.c | 2833 | 44996 | /*
* Copyright (c) 2009-2010 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 published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, ... | gpl-2.0 |
AndroidDeveloperAlliance/ZenKernel_TUNA | drivers/media/dvb/ttpci/budget-av.c | 3089 | 45871 | /*
* budget-av.c: driver for the SAA7146 based Budget DVB cards
* with analog video in
*
* Compiled from various sources by Michael Hunold <michael@mihu.de>
*
* CI interface support (c) 2004 Olivier Gournet <ogournet@anevia.com> &
* Andrew de Quincey <adq_dvb@lidskialf.... | gpl-2.0 |
eoghan2t9/android_kernel_oppo_n1_test | arch/arm/mach-msm/board-halibut.c | 4625 | 2420 | /* linux/arch/arm/mach-msm/board-halibut.c
*
* Copyright (C) 2007 Google, Inc.
* 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 Foundation, and
* may be copied, distributed, and modified u... | gpl-2.0 |
garwynn/L900_3.8_Experiment | arch/sh/drivers/pci/fixups-snapgear.c | 4625 | 1100 | /*
* arch/sh/drivers/pci/ops-snapgear.c
*
* Author: David McCullough <davidm@snapgear.com>
*
* Ported to new API by Paul Mundt <lethal@linux-sh.org>
*
* Highly leveraged from pci-bigsur.c, written by Dustin McIntire.
*
* May be copied or modified under the terms of the GNU General Public
* License. See linu... | gpl-2.0 |
Sudokamikaze/XKernel-taoshan | drivers/gpu/drm/drm_lock.c | 4881 | 10696 | /**
* \file drm_lock.c
* IOCTLs for locking
*
* \author Rickard E. (Rik) Faith <faith@valinux.com>
* \author Gareth Hughes <gareth@valinux.com>
*/
/*
* Created: Tue Feb 2 08:37:54 1999 by faith@valinux.com
*
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc.... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.