repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
CyanogenMod/lge-kernel-msm7x30 | arch/mips/nxp/pnx8550/stb810/prom_init.c | 9522 | 1100 | /*
* STB810 specific prom routines
*
* Author: MontaVista Software, Inc.
* source@mvista.com
*
* Copyright 2005 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 the
* Free Sof... | gpl-2.0 |
nimengyu2/ti-arm9-linux-03.21.00.04 | fs/afs/super.c | 51 | 12440 | /* AFS superblock handling
*
* Copyright (c) 2002, 2007 Red Hat, Inc. All rights reserved.
*
* This software may be freely redistributed under the terms of the
* GNU General Public License.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free... | gpl-2.0 |
coredumb/linux-grsecurity | drivers/regulator/helpers.c | 307 | 11646 | /*
* helpers.c -- Voltage/Current Regulator framework helper functions.
*
* Copyright 2007, 2008 Wolfson Microelectronics PLC.
* Copyright 2008 SlimLogic 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 th... | gpl-2.0 |
TeamEOS/kernel_htc_msm8960 | drivers/block/cciss_scsi.c | 1843 | 49223 | /*
* Disk Array driver for HP Smart Array controllers, SCSI Tape module.
* (C) Copyright 2001, 2007 Hewlett-Packard Development Company, L.P.
*
* 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 So... | gpl-2.0 |
Migaverse/Samsung-G920S-MMKernel | mm/early_ioremap.c | 2099 | 5544 | /*
* Provide common bits of early_ioremap() support for architectures needing
* temporary mappings during boot before ioremap() is available.
*
* This is mostly a direct copy of the x86 early_ioremap implementation.
*
* (C) Copyright 1995 1996, 2014 Linus Torvalds
*
*/
#include <linux/kernel.h>
#include <linux/... | gpl-2.0 |
EloYGomeZ/test_kernel_g620s | arch/x86/kernel/early_printk.c | 2099 | 6114 | #include <linux/console.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/string.h>
#include <linux/screen_info.h>
#include <linux/usb/ch9.h>
#include <linux/pci_regs.h>
#include <linux/pci_ids.h>
#include <linux/errno.h>
#include <asm/io.h>
#include <asm/processor.h>
#include <asm/fcntl.h>
#include ... | gpl-2.0 |
hvaibhav/beagle-dev | crypto/cast6_generic.c | 2355 | 9732 | /* Kernel cryptographic api.
* cast6.c - Cast6 cipher algorithm [rfc2612].
*
* CAST-256 (*cast6*) is a DES like Substitution-Permutation Network (SPN)
* cryptosystem built upon the CAST-128 (*cast5*) [rfc2144] encryption
* algorithm.
*
* Copyright (C) 2003 Kartikey Mahendra Bhatt <kartik_me@hotmail.com>.
*
* T... | gpl-2.0 |
javilonas/Lonas_KL-GT-I9300-Sammy | arch/arm/mach-s3c2410/dma.c | 3891 | 5125 | /* linux/arch/arm/mach-s3c2410/dma.c
*
* Copyright (c) 2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
* S3C2410 DMA selection
*
* http://armlinux.simtec.co.uk/
*
* 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 |
MAKO-MM/android_kernel_lge_mako | arch/arm/mach-ux500/board-mop500.c | 4659 | 21898 | /*
* Copyright (C) 2008-2009 ST-Ericsson
*
* Author: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.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.
*
*/
#include <linux... | gpl-2.0 |
akw28888/caf2 | arch/arm/mach-msm/board-trout-wifi.c | 5171 | 2072 | /* arch/arm/mach-msm/board-trout-wifi.c
*
* Copyright (C) 2008 Google, Inc.
* Author: Dmitry Shmidt <dimitrysh@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 unde... | gpl-2.0 |
jassycliq/lg_g2d801 | arch/arm/mach-omap1/pm_bus.c | 5171 | 1729 | /*
* Runtime PM support code for OMAP1
*
* Author: Kevin Hilman, Deep Root Systems, LLC
*
* Copyright (C) 2010 Texas Instruments, Inc.
*
* 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 express or... | gpl-2.0 |
LibiSC/Smt520Test | drivers/rapidio/rio.c | 7987 | 33020 | /*
* RapidIO interconnect services
* (RapidIO Interconnect Specification, http://www.rapidio.org)
*
* Copyright 2005 MontaVista Software, Inc.
* Matt Porter <mporter@kernel.crashing.org>
*
* Copyright 2009 Integrated Device Technology, Inc.
* Alex Bounine <alexandre.bounine@idt.com>
* - Added Port-Write/Error ... | gpl-2.0 |
houst0nn/android_kernel_lge_g3 | fs/hfs/bfind.c | 8499 | 4663 | /*
* linux/fs/hfs/bfind.c
*
* Copyright (C) 2001
* Brad Boyer (flar@allandria.com)
* (C) 2003 Ardis Technologies <roman@ardistech.com>
*
* Search routines for btrees
*/
#include <linux/slab.h>
#include "btree.h"
int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd)
{
void *ptr;
fd->tree = tr... | gpl-2.0 |
giveme13s/android_kernel_oneplus_msm8974 | drivers/input/keyboard/locomokbd.c | 9267 | 9711 | /*
* LoCoMo keyboard driver for Linux-based ARM PDAs:
* - SHARP Zaurus Collie (SL-5500)
* - SHARP Zaurus Poodle (SL-5600)
*
* Copyright (c) 2005 John Lenz
* Based on from xtkbd.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 |
MoKee/android_kernel_motorola_omap4-common | arch/mips/pnx8550/jbs/init.c | 9523 | 1938 | /*
*
* Copyright 2005 Embedded Alley Solutions, Inc
* source@embeddedalley.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
*... | gpl-2.0 |
drewx2/android_kernel_htc_dlx | arch/sh/mm/hugetlbpage.c | 9523 | 1541 | /*
* arch/sh/mm/hugetlbpage.c
*
* SuperH HugeTLB page support.
*
* Cloned from sparc64 by Paul Mundt.
*
* Copyright (C) 2002, 2003 David S. Miller (davem@redhat.com)
*/
#include <linux/init.h>
#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/hugetlb.h>
#include <linux/pagemap.h>
#include <linux/sysc... | gpl-2.0 |
TeamHackDroid/samsung-kernel-msm7x30 | drivers/ide/ide-dma.c | 9779 | 13556 | /*
* IDE DMA support (including IDE PCI BM-DMA).
*
* Copyright (C) 1995-1998 Mark Lord
* Copyright (C) 1999-2000 Andre Hedrick <andre@linux-ide.org>
* Copyright (C) 2004, 2007 Bartlomiej Zolnierkiewicz
*
* May be copied or modified under the terms of the GNU General Public License
*
* DMA is support... | gpl-2.0 |
tommytarts/QuantumKernelM8-GPe-5.0.1 | drivers/video/via/via_aux_edid.c | 9779 | 2399 | /*
* Copyright 2011 Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation;
* either version 2, or (at your option) any later version.
*
* ... | gpl-2.0 |
SOKP/kernel_samsung_trlte | fs/ocfs2/cluster/nodemanager.c | 10803 | 25367 | /* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* Copyright (C) 2004, 2005 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 as published by the Free Software Foundation; eit... | gpl-2.0 |
TeamRegular/android_kernel_lge_iproj | drivers/media/video/sn9c102/sn9c102_tas5110c1b.c | 12851 | 4411 | /***************************************************************************
* Plug-in for TAS5110C1B image sensor connected to the SN9C1xx PC Camera *
* Controllers *
* *
* Copyright... | gpl-2.0 |
sikarash/linux-pm | arch/m32r/platforms/mappi3/io.c | 13875 | 11272 | /*
* linux/arch/m32r/platforms/mappi3/io.c
*
* Typical I/O routines for Mappi3 board.
*
* Copyright (c) 2001-2005 Hiroyuki Kondo, Hirokazu Takata,
* Hitoshi Yamamoto, Mamoru Sakugawa
*/
#include <asm/m32r.h>
#include <asm/page.h>
#include <asm/io.h>
#include <asm/byteorder.h>
#if ... | gpl-2.0 |
androidarmv6/android_kernel_lge_msm7x27 | arch/arm/mach-msm/spm.c | 52 | 8575 | /* 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 |
GustavoRD78/78Kernel-ZL-233 | drivers/input/misc/pmic8xxx-pwrkey.c | 52 | 8086 | /* Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved.
* Copyright (c) 2013, Sony Mobile Communications. 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 t... | gpl-2.0 |
TeamFreedom/FreedomKernel | arch/arm/mach-at91/board-cam60.c | 308 | 4592 | /*
* KwikByte CAM60 (KB9260)
*
* based on board-sam9260ek.c
* Copyright (C) 2005 SAN People
* Copyright (C) 2006 Atmel
*
* 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 versi... | gpl-2.0 |
major91/Zeta-Chromium-N5 | block/fiops-iosched.c | 308 | 17832 | /*
* IOPS based IO scheduler. Based on CFQ.
* Copyright (C) 2003 Jens Axboe <axboe@kernel.dk>
* Shaohua Li <shli@kernel.org>
*/
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/blkdev.h>
#include <linux/elevator.h>
#include <linux/jiffies.h>
#include <linux/rbtree.h>
#include <linux/ioprio.h>
#in... | gpl-2.0 |
houzhenggang/OpenWRT-1 | package/kernel/lantiq/ltq-ptm/src/ifxmips_ptm_ar9.c | 564 | 10820 | /******************************************************************************
**
** FILE NAME : ifxmips_ptm_ar9.c
** PROJECT : UEIP
** MODULES : PTM
**
** DATE : 7 Jul 2009
** AUTHOR : Xu Liang
** DESCRIPTION : PTM driver common source file (core functions)
** COPYRIGHT : Copyrigh... | gpl-2.0 |
mekinik232/ambipi | lib/freetype/src/type42/type42.c | 820 | 1385 | /***************************************************************************/
/* */
/* type42.c */
/* */
/* Fr... | gpl-2.0 |
fenggangwu/sffs | arch/powerpc/kernel/mce.c | 820 | 9986 | /*
* Machine check exception handling.
*
* 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 dis... | gpl-2.0 |
SlimRoms/kernel_asus_flo | drivers/gpu/drm/radeon/atombios_crtc.c | 2868 | 55308 | /*
* 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 |
soderstrom-rikard/linux | scripts/kconfig/lxdialog/textbox.c | 3380 | 9206 | /*
* textbox.c -- implements the text box
*
* ORIGINAL AUTHOR: Savio Lam (lam836@cs.cuhk.hk)
* MODIFIED FOR LINUX KERNEL CONFIG BY: William Roadcap (roadcap@cfw.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as publish... | gpl-2.0 |
threader/Huawei_S7_kernel_2.6.35 | drivers/input/mouse/pxa930_trkball.c | 3636 | 6676 | /*
* PXA930 track ball mouse driver
*
* Copyright (C) 2007 Marvell International Ltd.
* 2008-02-28: Yong Yao <yaoyong@marvell.com>
* initial version
*
* 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
* publ... | gpl-2.0 |
GKMADE/p5 | drivers/net/ne3210.c | 4148 | 10334 | /*
ne3210.c
Linux driver for Novell NE3210 EISA Network Adapter
Copyright (C) 1998, Paul Gortmaker.
This software may be used and distributed according to the terms
of the GNU General Public License, incorporated herein by reference.
Information and Code Sources:
1) Based upon my other EISA 8390 drivers (ln... | gpl-2.0 |
avisconti/prova | drivers/base/power/domain.c | 4148 | 45518 | /*
* drivers/base/power/domain.c - Common code related to device power domains.
*
* Copyright (C) 2011 Rafael J. Wysocki <rjw@sisk.pl>, Renesas Electronics Corp.
*
* This file is released under the GPLv2.
*/
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/io.h>
#include <linux/pm_runtime.h>
#in... | gpl-2.0 |
adbaby/android_kernel_msm8974 | arch/tile/kernel/module.c | 4404 | 5787 | /*
* Copyright 2010 Tilera Corporation. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation, version 2.
*
* This program is distributed in the hope that it will ... | gpl-2.0 |
ngvincent/android-kernel-oppo-find5 | arch/arm/mach-mmp/time.c | 4660 | 4881 | /*
* linux/arch/arm/mach-mmp/time.c
*
* Support for clocksource and clockevents
*
* Copyright (C) 2008 Marvell International Ltd.
* All rights reserved.
*
* 2008-04-11: Jason Chagas <Jason.chagas@marvell.com>
* 2008-10-08: Bin Yang <bin.yang@marvell.com>
*
* The timers module actually includes three ti... | gpl-2.0 |
noobnl/msm-jf-kernel | drivers/misc/fsa9480.c | 4916 | 13017 | /*
* fsa9480.c - FSA9480 micro USB switch device driver
*
* Copyright (C) 2010 Samsung Electronics
* Minkyu Kang <mk7.kang@samsung.com>
* Wonguk Jeong <wonguk.jeong@samsung.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License versio... | gpl-2.0 |
Hashcode/kernel_omap | drivers/net/wan/sealevel.c | 7476 | 8108 | /*
* Sealevel Systems 4021 driver.
*
* 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.
*
* (c) Copyright 1999, 200... | gpl-2.0 |
caoyuhua/Linux-3.10.28 | drivers/mtd/chips/map_absent.c | 9780 | 2871 | /*
* Common code to handle absent "placeholder" devices
* Copyright 2001 Resilience Corporation <ebrower@resilience.com>
*
* This map driver is used to allocate "placeholder" MTD
* devices on systems that have socketed/removable media.
* Use of this driver as a fallback preserves the expected
* registration of M... | gpl-2.0 |
kozmikkick/KozmiKKerneL-KitKat | arch/arm/mach-msm/mdm_common.c | 53 | 33511 | /* 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 |
d3trax/asuswrt-merlin | release/src-rt-6.x.4708/cfe/cfe/arch/arm/board/bcm947xx/src/tinymt32.c | 53 | 3909 | /**
* @file tinymt32.c
*
* @brief Tiny Mersenne Twister only 127 bit internal state
*
* @author Mutsuo Saito (Hiroshima University)
* @author Makoto Matsumoto (The University of Tokyo)
*
* Copyright (C) 2011 Mutsuo Saito, Makoto Matsumoto,
* Hiroshima University and The University of Tokyo.
* All rights reser... | gpl-2.0 |
linuxium/ubuntu-xenial | drivers/net/wireless/mwifiex/cmdevt.c | 53 | 51335 | /*
* Marvell Wireless LAN device driver: commands and events
*
* Copyright (C) 2011-2014, Marvell International Ltd.
*
* This software file (the "File") is distributed by Marvell International
* Ltd. under the terms of the GNU General Public License Version 2, June 1991
* (the "License"). You may use, redistrib... | gpl-2.0 |
adrienverge/linux | drivers/infiniband/ulp/ipoib/ipoib_ib.c | 53 | 32373 | /*
* Copyright (c) 2004, 2005 Topspin Communications. All rights reserved.
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
* Copyright (c) 2005 Mellanox Technologies. All rights reserved.
* Copyright (c) 2004, 2005 Voltaire, Inc. All rights reserved.
*
* This software is available to you under a... | gpl-2.0 |
SimpleAOSP-Kernel/kernel_flounder | arch/arm/mach-tegra/board-flounder-pinmux.c | 53 | 1989 | /*
* arch/arm/mach-tegra/board-flounder-pinmux.c
*
* Copyright (c) 2013, NVIDIA Corporation. 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 t... | gpl-2.0 |
wangxiaofei6485/linux-2.6.32-fl2440 | drivers/serial/serial_ks8695.c | 565 | 16037 | /*
* drivers/serial/serial_ks8695.c
*
* Driver for KS8695 serial ports
*
* Based on drivers/serial/serial_amba.c, by Kam Lee.
*
* Copyright 2002-2005 Micrel 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 |
WarrickJiang/linux-stable | sound/soc/codecs/hdmi.c | 821 | 3097 | /*
* ALSA SoC codec driver for HDMI audio codecs.
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
* Author: Ricardo Neri <ricardo.neri@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 pu... | gpl-2.0 |
dmansfield/linux | arch/powerpc/boot/libfdt-wrapper.c | 1333 | 5193 | /*
* This file does the necessary interface mapping between the bootwrapper
* device tree operations and the interface provided by shared source
* files flatdevicetree.[ch].
*
* Copyright 2007 David Gibson, IBM Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the ... | gpl-2.0 |
araca/Zen-Kernel-Huawei-P7 | drivers/vhost/vhost.c | 1333 | 38629 | /* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2006 Rusty Russell IBM Corporation
*
* Author: Michael S. Tsirkin <mst@redhat.com>
*
* Inspiration, some code, and most witty comments come from
* Documentation/virtual/lguest/lguest.c, by Rusty Russell
*
* This work is licensed under the terms of the GNU GPL,... | gpl-2.0 |
fransklaver/linux | arch/sh/kernel/cpu/init.c | 1845 | 8533 | /*
* arch/sh/kernel/cpu/init.c
*
* CPU init code
*
* Copyright (C) 2002 - 2009 Paul Mundt
* Copyright (C) 2003 Richard Curnow
*
* 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.
*/
#inclu... | gpl-2.0 |
embeddedarm/linux-2.6.35-ts4800 | drivers/leds/leds-h1940.c | 1845 | 3771 | /*
* drivers/leds/leds-h1940.c
* Copyright (c) Arnaud Patard <arnaud.patard@rtp-net.org>
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of this archive for
* more details.
*
* H1940 leds driver
*
*/
#include <linux/module.... | gpl-2.0 |
titusece/linux_imx | drivers/irqchip/irq-s3c24xx.c | 2613 | 42978 | /*
* S3C24XX IRQ handling
*
* Copyright (c) 2003-2004 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
* Copyright (c) 2012 Heiko Stuebner <heiko@sntech.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fre... | gpl-2.0 |
mint2g/stock-kernel | net/irda/irda_device.c | 3637 | 8199 | /*********************************************************************
*
* Filename: irda_device.c
* Version: 0.9
* Description: Utility functions used by the device drivers
* Status: Experimental.
* Author: Dag Brattli <dagb@cs.uit.no>
* Created at: Sat Oct 9 09:22:27 1999
* Modi... | gpl-2.0 |
Vitronic-GmbH/HwdZynqLinux | fs/hpfs/anode.c | 4661 | 15737 | /*
* linux/fs/hpfs/anode.c
*
* Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999
*
* handling HPFS anode tree that contains file allocation info
*/
#include "hpfs_fn.h"
/* Find a sector in allocation tree */
secno hpfs_bplus_lookup(struct super_block *s, struct inode *inode,
struct bplus_he... | gpl-2.0 |
engine95/navelA-990 | drivers/acpi/acpica/utmutex.c | 4917 | 10054 | /*******************************************************************************
*
* Module Name: utmutex - local mutex support
*
******************************************************************************/
/*
* Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistribution and use in sour... | gpl-2.0 |
mathkid95/linux_lg_lollipop | drivers/spi/spi-bfin-sport.c | 4917 | 23566 | /*
* SPI bus via the Blackfin SPORT peripheral
*
* Enter bugs at http://blackfin.uclinux.org/
*
* Copyright 2009-2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/init.h>
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/gpio.h>
#inclu... | gpl-2.0 |
Krizthian/BeliveKernel_otus | arch/arm/mach-omap2/clkt_iclk.c | 7989 | 2049 | /*
* OMAP2/3 interface clock control
*
* Copyright (C) 2011 Nokia Corporation
* Paul Walmsley
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#undef DEBUG
#include <linu... | gpl-2.0 |
no-cannabis/linux-matrix1 | fs/yaffs2/yaffs_attribs.c | 7989 | 3014 | /*
* 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 |
SlimRoms/kernel_xiaomi_armani | arch/sh/drivers/pci/ops-sh4.c | 12341 | 2527 | /*
* Generic SH-4 / SH-4A PCIC operations (SH7751, SH7780).
*
* Copyright (C) 2002 - 2009 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License v2. See the file "COPYING" in the main directory of this archive
* for more details.
*/
#include <linux/pci.h>
#include <... | gpl-2.0 |
NicholasPace/android_kernel_motorola_msm8916 | drivers/tty/serial/8250/8250_exar_st16c554.c | 12341 | 1151 | /*
* Written by Paul B Schroeder < pschroeder "at" uplogix "dot" com >
* Based on 8250_boca.
*
* Copyright (C) 2005 Russell King.
* Data taken from include/asm-i386/serial.h
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License versio... | gpl-2.0 |
profglavcho/tesr1 | fs/fat/fatent.c | 54 | 16871 | /*
* Copyright (C) 2004, OGAWA Hirofumi
* Released under GPL v2.
*/
#include <linux/module.h>
#include <linux/fs.h>
#include <linux/msdos_fs.h>
#include <linux/blkdev.h>
#include "fat.h"
struct fatent_operations {
void (*ent_blocknr)(struct super_block *, int, int *, sector_t *);
void (*ent_set_ptr)(struct fat_e... | gpl-2.0 |
wenboqiu/TestOpenGL | TestOpenGL/cocos2d/cocos/ui/UIListView.cpp | 54 | 13635 | /****************************************************************************
Copyright (c) 2013-2014 Chukong Technologies Inc.
http://www.cocos2d-x.org
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 Sof... | gpl-2.0 |
wejoncy/linux-digilent | drivers/gpu/drm/via/via_drv.c | 54 | 3597 | /*
* Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
* Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.
*
* 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 witho... | gpl-2.0 |
GalaxyTab4/bliss_kernel_samsung_matisse | drivers/net/wireless/ipsecdrvtl/bx.c | 310 | 25505 | /*
'src_pm_pgpNetPMSA.c' Obfuscated by COBF (Version 1.06 2006-01-07 by BB) at Wed Jan 15 12:08:55 2014
*/
#include"cobf.h"
#ifdef _WIN32
#if defined( UNDER_CE) && defined( bb355) || ! defined( bb356)
#define bb354 1
#define bb330 1
#else
#define bb352 bb334
#define bb351 1
#define bb340 1
#endif
#define bb347 1
#in... | gpl-2.0 |
sub77/android_kernel_samsung_matissewifi | drivers/net/wireless/ipsecdrvtl/bj.c | 310 | 9781 | /*
'src_ipsec_pgpIPsecBuffer.c' Obfuscated by COBF (Version 1.06 2006-01-07 by BB) at Wed Jan 15 12:08:55 2014
*/
#include"cobf.h"
#ifdef _WIN32
#if defined( UNDER_CE) && defined( bb355) || ! defined( bb356)
#define bb354 1
#define bb330 1
#else
#define bb352 bb334
#define bb351 1
#define bb340 1
#endif
#define bb34... | gpl-2.0 |
harunjo/galaxsih-kernel-JB-S3 | arch/arm/mach-exynos/ppc.c | 566 | 1669 | /* linux/arch/arm/mach-exynos/ppc.c
*
* Copyright (c) 2010 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
* EXYNOS4 - PPMU support
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Sof... | gpl-2.0 |
DarkforestGroup/sony-kernel-msm7x30-ics | arch/mips/alchemy/devboards/pb1500/board_setup.c | 566 | 5225 | /*
* Copyright 2000, 2008 MontaVista Software Inc.
* Author: MontaVista Software, Inc. <source@mvista.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 |
Victor-android/kernel_u8800 | arch/sh/kernel/cpu/sh4a/clock-sh7785.c | 566 | 3792 | /*
* arch/sh/kernel/cpu/sh4a/clock-sh7785.c
*
* SH7785 support for the clock framework
*
* Copyright (C) 2007 - 2009 Paul Mundt
*
* 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.
*/
#incl... | gpl-2.0 |
atilag/android_kernel_samsung_smdk4412 | drivers/rtc/rtc-mxc.c | 1078 | 12503 | /*
* Copyright 2004-2008 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-license... | gpl-2.0 |
engine95/navel-990 | drivers/coresight/coresight-rpm-etm.c | 1846 | 3340 | /* 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 |
ArtisteHsu/jetson-tk1-r21.3-kernel | arch/xtensa/mm/tlb.c | 2102 | 3147 | /*
* arch/xtensa/mm/tlb.c
*
* Logic that manipulates the Xtensa MMU. Derived from MIPS.
*
* 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 - 2003 Tensilica Inc.
*
*... | gpl-2.0 |
Nautical-Rom/android_kernel_moto_shamu | arch/arm/mach-mmp/pxa910.c | 2102 | 4663 | /*
* linux/arch/arm/mach-mmp/pxa910.c
*
* Code specific to PXA910
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#in... | gpl-2.0 |
varunchitre15/thunderzap_m9 | arch/arm/mach-mmp/mmp-dt.c | 2102 | 2623 | /*
* linux/arch/arm/mach-mmp/mmp-dt.c
*
* Copyright (C) 2012 Marvell Technology Group Ltd.
* Author: Haojian Zhuang <haojian.zhuang@marvell.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* publishhed by the ... | gpl-2.0 |
JoinTheRealms/TF700-dualboot-stockbased | drivers/usb/otg/fsl_otg.c | 2870 | 28145 | /*
* Copyright (C) 2007,2008 Freescale semiconductor, Inc.
*
* Author: Li Yang <LeoLi@freescale.com>
* Jerry Huang <Chang-Ming.Huang@freescale.com>
*
* Initialization based on code from Shlomi Gridish.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of t... | gpl-2.0 |
playfulgod/kernel_lge_fx3 | net/ipv4/cipso_ipv4.c | 2870 | 64767 | /*
* CIPSO - Commercial IP Security Option
*
* This is an implementation of the CIPSO 2.2 protocol as specified in
* draft-ietf-cipso-ipsecurity-01.txt with additional tag types as found in
* FIPS-188. While CIPSO never became a full IETF RFC standard many vendors
* have chosen to adopt the protocol and over the... | gpl-2.0 |
sleekmason/cyanogenmod12 | drivers/net/ethernet/sfc/nic.c | 3382 | 62443 | /****************************************************************************
* Driver for Solarflare Solarstorm network controllers and boards
* Copyright 2005-2006 Fen Systems Ltd.
* Copyright 2006-2011 Solarflare Communications Inc.
*
* This program is free software; you can redistribute it and/or modify it
* ... | gpl-2.0 |
Fred6681/android_kernel_samsung_golden | lib/div64.c | 3382 | 3128 | /*
* Copyright (C) 2003 Bernardo Innocenti <bernie@develer.com>
*
* Based on former do_div() implementation from asm-parisc/div64.h:
* Copyright (C) 1999 Hewlett-Packard Co
* Copyright (C) 1999 David Mosberger-Tang <davidm@hpl.hp.com>
*
*
* Generic C version of 64bit/32bit division and modulo, with
* 64bit res... | gpl-2.0 |
LeJay/android_kernel_samsung_jactiveltexx_stock | tools/perf/util/map.c | 3638 | 15967 | #include "symbol.h"
#include <errno.h>
#include <inttypes.h>
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include "map.h"
const char *map_type__name[MAP__NR_TYPES] = {
[MAP__FUNCTION] = "Functions",
[MAP__VARIABLE] = "Variables",
};
static inline int is_anon_me... | gpl-2.0 |
milodky/kernel_for_nexus7 | arch/arm/mach-nuc93x/nuc932.c | 3894 | 1255 | /*
* linux/arch/arm/mach-nuc93x/nuc932.c
*
* Copyright (c) 2009 Nuvoton corporation.
*
* Wan ZongShun <mcuos.com@gmail.com>
*
* NUC932 cpu support
*
* 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 Softwar... | gpl-2.0 |
NamelessRom/android_kernel_samsung_jf | arch/m68k/atari/ataints.c | 4406 | 6330 | /*
* arch/m68k/atari/ataints.c -- Atari Linux interrupt handling code
*
* 5/2/94 Roman Hodek:
* Added support for TT interrupts; setup for TT SCU (may someone has
* twiddled there and we won't get the right interrupts :-()
*
* Major change: The device-independent code in m68k/ints.c didn't know
* about non-... | gpl-2.0 |
sssangram14/android_kernel_samsung_arubaslim | sound/pci/hda/patch_si3054.c | 7990 | 9928 | /*
* Universal Interface for Intel High Definition Audio Codec
*
* HD audio interface patch for Silicon Labs 3054/5 modem codec
*
* Copyright (c) 2005 Sasha Khapyorsky <sashak@alsa-project.org>
* Takashi Iwai <tiwai@suse.de>
*
*
* This driver is free software; you can redistribute it and/or... | gpl-2.0 |
gherkaul/kernel_lge_fx3 | arch/arm/kernel/dma.c | 9014 | 5794 | /*
* linux/arch/arm/kernel/dma.c
*
* Copyright (C) 1995-2000 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* Front-end to the DMA handling. This handles... | gpl-2.0 |
acuster/FirefoxOS-Flatfish-kernel | drivers/net/wireless/hostap/hostap_download.c | 9270 | 18521 | static int prism2_enable_aux_port(struct net_device *dev, int enable)
{
u16 val, reg;
int i, tries;
unsigned long flags;
struct hostap_interface *iface;
local_info_t *local;
iface = netdev_priv(dev);
local = iface->local;
if (local->no_pri) {
if (enable) {
PDEBUG(DEBUG_EXTRA2, "%s: no PRI f/w - assuming ... | gpl-2.0 |
lnfamous/Kernel_Stock_Pico | drivers/net/wireless/hostap/hostap_download.c | 9270 | 18521 | static int prism2_enable_aux_port(struct net_device *dev, int enable)
{
u16 val, reg;
int i, tries;
unsigned long flags;
struct hostap_interface *iface;
local_info_t *local;
iface = netdev_priv(dev);
local = iface->local;
if (local->no_pri) {
if (enable) {
PDEBUG(DEBUG_EXTRA2, "%s: no PRI f/w - assuming ... | gpl-2.0 |
again4you/linux | net/rose/rose_out.c | 9782 | 2840 | /*
* 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.
*
* Copyright (C) Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.u... | gpl-2.0 |
Compunctus/android_kernel_lge_g3 | arch/sh/drivers/pci/ops-sh7786.c | 12342 | 4765 | /*
* Generic SH7786 PCI-Express operations.
*
* Copyright (C) 2009 - 2010 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License v2. See the file "COPYING" in the main directory of this archive
* for more details.
*/
#include <linux/kernel.h>
#include <linux/init.h... | gpl-2.0 |
MoKee/android_kernel_samsung_d710 | arch/sh/drivers/pci/pci-sh7751.c | 12342 | 5481 | /*
* Low-Level PCI Support for the SH7751
*
* Copyright (C) 2003 - 2009 Paul Mundt
* Copyright (C) 2001 Dustin McIntire
*
* With cleanup by Paul van Gool <pvangool@mimotech.com>, 2003.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the ... | gpl-2.0 |
dmitrysmagin/xz0032-linux | drivers/scsi/qla2xxx/qla_mbx.c | 55 | 108566 | /*
* QLogic Fibre Channel HBA Driver
* Copyright (c) 2003-2010 QLogic Corporation
*
* See LICENSE.qla2xxx for copyright and licensing details.
*/
#include "qla_def.h"
#include <linux/delay.h>
#include <linux/gfp.h>
/*
* qla2x00_mailbox_command
* Issue mailbox command and waits for completion.
*
* Input:
*... | gpl-2.0 |
nvllsvm/GZDoom-Android | doom/src/main/jni/SDL/src/audio/directsound/SDL_directsound.c | 55 | 17135 | /*
Simple DirectMedia Layer
Copyright (C) 1997-2012 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | gpl-2.0 |
MSM8226-Samsung/kernel_samsung_msm8226 | mm/vmalloc.c | 55 | 71013 | /*
* linux/mm/vmalloc.c
*
* Copyright (C) 1993 Linus Torvalds
* Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999
* SMP-safe vmalloc/vfree/ioremap, Tigran Aivazian <tigran@veritas.com>, May 2000
* Major rework to support vmap/vunmap, Christoph Hellwig, SGI, August 2002
* Numa awareness, Ch... | gpl-2.0 |
gic4107/HSA-linux | arch/arm/mach-shmobile/board-armadillo800eva.c | 55 | 31781 | /*
* armadillo 800 eva board support
*
* Copyright (C) 2012 Renesas Solutions Corp.
* Copyright (C) 2012 Kuninori Morimoto <kuninori.morimoto.gx@renesas.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... | gpl-2.0 |
adrset/kernel | net/bluetooth/rfcomm/sock.c | 1847 | 22520 | /*
RFCOMM implementation for Linux Bluetooth stack (BlueZ).
Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com>
Copyright (C) 2002 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 ... | gpl-2.0 |
MasterChief87/android_kernel_zte_draconis | net/bluetooth/rfcomm/sock.c | 1847 | 22520 | /*
RFCOMM implementation for Linux Bluetooth stack (BlueZ).
Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com>
Copyright (C) 2002 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 ... | gpl-2.0 |
yangjoo/kernel_samsung_smdk4412 | drivers/video/via/viafbdev.c | 1847 | 60405 | /*
* Copyright 1998-2009 VIA Technologies, Inc. All Rights Reserved.
* Copyright 2001-2008 S3 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;
* either ... | gpl-2.0 |
francpalm72/linux-imx_3.10.17 | drivers/tty/serial/sunhv.c | 2103 | 13705 | /* sunhv.c: Serial driver for SUN4V hypervisor console.
*
* Copyright (C) 2006, 2007 David S. Miller (davem@davemloft.net)
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/tty.h>
#include <linux/tty_flip.h>
#include <linux/major.h>
#include <linux/circ_buf.h>
#include ... | gpl-2.0 |
SM-G920P/Vindicator-S6-Sprint | arch/arm/mach-s3c24xx/dma.c | 2103 | 33195 | /*
* Copyright 2003-2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
* S3C2410 DMA core
*
* http://armlinux.simtec.co.uk/
*
* 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 Founda... | gpl-2.0 |
MatiasBjorling/lightnvm-moved-to-OpenChannelSSD-Linux | arch/tile/lib/strnlen_32.c | 2359 | 1434 | /*
* Copyright 2013 Tilera Corporation. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation, version 2.
*
* This program is distributed in the hope that it will ... | gpl-2.0 |
pershoot/kernel-2638 | drivers/leds/leds-pca955x.c | 4151 | 9879 | /*
* Copyright 2007-2008 Extreme Engineering Solutions, Inc.
*
* Author: Nate Case <ncase@xes-inc.com>
*
* 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.
*
* LED driver for variou... | gpl-2.0 |
gmillz/kernel_lge_msm8974 | drivers/acpi/acpica/tbxfroot.c | 4919 | 8378 | /******************************************************************************
*
* Module Name: tbxfroot - Find the root ACPI table (RSDT)
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistribution and ... | gpl-2.0 |
sebirdman/m7_kernel_dev | drivers/acpi/acpica/nsaccess.c | 4919 | 19029 | /*******************************************************************************
*
* Module Name: nsaccess - Top-level functions for accessing ACPI namespace
*
******************************************************************************/
/*
* Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* ... | gpl-2.0 |
pan60157/A830L_JB_KERNEL_214 | drivers/acpi/acpica/exmutex.c | 4919 | 15331 |
/******************************************************************************
*
* Module Name: exmutex - ASL Mutex Acquire/Release functions
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistribution ... | gpl-2.0 |
mozilla-b2g/kernel_flatfish | drivers/acpi/acpica/exsystem.c | 4919 | 9338 |
/******************************************************************************
*
* Module Name: exsystem - Interface to OS services
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistribution and use in... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.