repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
hephaex/kernel | drivers/ata/pata_atp867x.c | 398 | 14662 | /*
* pata_atp867x.c - ARTOP 867X 64bit 4-channel UDMA133 ATA controller driver
*
* (C) 2009 Google Inc. John(Jung-Ik) Lee <jilee@google.com>
*
* Per Atp867 data sheet rev 1.2, Acard.
* Based in part on early ide code from
* 2003-2004 by Eric Uhrhane, Google, Inc.
*
* This program is free software; you can redi... | gpl-2.0 |
fritsch/linux | drivers/ata/pata_sl82c105.c | 398 | 9488 | /*
* pata_sl82c105.c - SL82C105 PATA for new ATA layer
* (C) 2005 Red Hat Inc
* (C) 2011 Bartlomiej Zolnierkiewicz
*
* Based in part on linux/drivers/ide/pci/sl82c105.c
* SL82C105/Winbond 553 IDE driver
*
* and in part on the documentation and errata sheet
*
*
* Note: The controller like many cont... | gpl-2.0 |
radiohap/prd | drivers/platform/chrome/cros_ec_lpc.c | 398 | 9604 | /*
* cros_ec_lpc - LPC access to the Chrome OS Embedded Controller
*
* Copyright (C) 2012-2015 Google, Inc
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
... | gpl-2.0 |
Asure/Dropad-kernel-2.6.35.7 | arch/mips/math-emu/dp_modf.c | 1678 | 2064 | /* IEEE754 floating point arithmetic
* double precision: common utilities
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
*
* This program is free software; you can distribute ... | gpl-2.0 |
rukin5197/android_kernel_htc_msm7x30 | drivers/platform/x86/wmi.c | 2190 | 23561 | /*
* ACPI-WMI mapping driver
*
* Copyright (C) 2007-2008 Carlos Corbacho <carlos@strangeworlds.co.uk>
*
* GUID parsing code from ldm.c is:
* Copyright (C) 2001,2002 Richard Russon <ldm@flatcap.org>
* Copyright (c) 2001-2007 Anton Altaparmakov
* Copyright (C) 2001,2002 Jakob Kemi <jakob.kemi@telia.com>
... | gpl-2.0 |
peterzhu0503/kernel_rk3168_86v_yk | drivers/net/enic/vnic_intr.c | 2702 | 1995 | /*
* Copyright 2008-2010 Cisco Systems, Inc. All rights reserved.
* Copyright 2007 Nuova Systems, Inc. All rights reserved.
*
* This program is free software; you may 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... | gpl-2.0 |
kim6515516/fastmodel-on-kvm | fs/ext2/xattr_user.c | 8590 | 1571 | /*
* linux/fs/ext2/xattr_user.c
* Handler for extended user attributes.
*
* Copyright (C) 2001 by Andreas Gruenbacher, <a.gruenbacher@computer.org>
*/
#include <linux/init.h>
#include <linux/string.h>
#include "ext2.h"
#include "xattr.h"
static size_t
ext2_xattr_user_list(struct dentry *dentry, char *list, size_... | gpl-2.0 |
F4uzan/mono_hima | fs/ext2/xattr_user.c | 8590 | 1571 | /*
* linux/fs/ext2/xattr_user.c
* Handler for extended user attributes.
*
* Copyright (C) 2001 by Andreas Gruenbacher, <a.gruenbacher@computer.org>
*/
#include <linux/init.h>
#include <linux/string.h>
#include "ext2.h"
#include "xattr.h"
static size_t
ext2_xattr_user_list(struct dentry *dentry, char *list, size_... | gpl-2.0 |
omnirom/android_kernel_sony_apq8064 | drivers/char/snsc_event.c | 11662 | 7425 | /*
* SN Platform system controller communication support
*
* 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) 2004-2006 Silicon Graphics, Inc. All rights reserved.
*/
/*
* S... | gpl-2.0 |
NeoPhyTe-x360/i9300-S3-JB-kernel | drivers/infiniband/core/mad_rmpp.c | 12942 | 27619 | /*
* Copyright (c) 2005 Intel Inc. All rights reserved.
* Copyright (c) 2005-2006 Voltaire, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from th... | gpl-2.0 |
zrafa/linuxkernel | linux-2.6.17.new/net/ipv4/ipvs/ip_vs_wlc.c | 143 | 3961 | /*
* IPVS: Weighted Least-Connection Scheduling module
*
* Version: $Id: ip_vs_wlc.c,v 1.13 2003/04/18 09:03:16 wensong Exp $
*
* Authors: Wensong Zhang <wensong@linuxvirtualserver.org>
* Peter Kese <peter.kese@ijs.si>
*
* This program is free software; you can redistrib... | gpl-2.0 |
cm-a7lte/device_samsung_a7lte | drivers/gator/gator_main.c | 143 | 40318 | /**
* Copyright (C) ARM Limited 2010-2014. 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 as
* published by the Free Software Foundation.
*
*/
/* This version must match the gator daemon version */
#d... | gpl-2.0 |
gnychis/droid-kernel-coexisyst | drivers/gpio/gpiolib.c | 399 | 37292 | #include <linux/kernel.h>
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/spinlock.h>
#include <linux/device.h>
#include <linux/err.h>
#include <linux/debugfs.h>
#include <linux/seq_file.h>
#include <linux/gpio.h>
#include <linux/idr.h>
/* Optional implementation infrastr... | gpl-2.0 |
rickyzhang82/bbb-linux | drivers/staging/rtl8188eu/core/rtw_ieee80211.c | 399 | 37977 | /******************************************************************************
*
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
*
* 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 ... | gpl-2.0 |
sbryan12144/BeastMode-Elite | arch/x86/kernel/cpu/perf_event_intel_ds.c | 655 | 18207 | #ifdef CONFIG_CPU_SUP_INTEL
/* The maximal number of PEBS events: */
#define MAX_PEBS_EVENTS 4
/* The size of a BTS record in bytes: */
#define BTS_RECORD_SIZE 24
#define BTS_BUFFER_SIZE (PAGE_SIZE << 4)
#define PEBS_BUFFER_SIZE PAGE_SIZE
/*
* pebs_record_32 for p4 and core not supported
struct pebs_record_32 ... | gpl-2.0 |
burstlam/zte-blade-32 | sound/pci/emu10k1/emu10k1_main.c | 655 | 68082 | /*
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
* Creative Labs, Inc.
* Routines for control of EMU10K1 chips
*
* Copyright (c) by James Courtier-Dutton <James@superbug.co.uk>
* Added support for Audigy 2 Value.
* Added EMU 1010 support.
* General bug fixes and enhancements.... | gpl-2.0 |
dhacker29/android_kernel_moto_shamu | drivers/cpufreq/dbx500-cpufreq.c | 1167 | 4255 | /*
* Copyright (C) STMicroelectronics 2009
* Copyright (C) ST-Ericsson SA 2010-2012
*
* License Terms: GNU General Public License v2
* Author: Sundar Iyer <sundar.iyer@stericsson.com>
* Author: Martin Persson <martin.persson@stericsson.com>
* Author: Jonas Aaberg <jonas.aberg@stericsson.com>
*/
#include <linux... | gpl-2.0 |
jasonzhong/linux | arch/blackfin/mach-common/scb-init.c | 2191 | 1309 | /*
* arch/blackfin/mach-common/scb-init.c - reprogram system cross bar priority
*
* Copyright 2012 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/errno.h>
#include <linux/kernel.h>
#include <asm/scb.h>
__attribute__((l1_text))
inline void scb_mi_write(unsigned long scb_mi_arbw, un... | gpl-2.0 |
ModADroid/android-omap-tuna | drivers/staging/generic_serial/rio/rio_linux.c | 2703 | 33335 |
/* rio_linux.c -- Linux driver for the Specialix RIO series cards.
*
*
* (C) 1999 R.E.Wolff@BitWizard.nl
*
* Specialix pays for the development and support of this driver.
* Please DO contact support@specialix.co.uk if you require
* support. But please read the documentation (rio.txt) first.
*
*
*
* ... | gpl-2.0 |
maxwen/android_kernel_oppo_msm8916 | sound/pci/ctxfi/ctmixer.c | 2959 | 30729 | /**
* Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
*
* This source file is released under GPL v2 license (no other versions).
* See the COPYING file included in the main directory of this source
* distribution for the license terms and conditions.
*
* @File ctmixer.c
*
* @Brief
* This fil... | gpl-2.0 |
luckpizza/n8000-kernel-aufs | arch/ia64/kernel/paravirt.c | 3983 | 26380 | /******************************************************************************
* arch/ia64/kernel/paravirt.c
*
* Copyright (c) 2008 Isaku Yamahata <yamahata at valinux co jp>
* VA Linux Systems Japan K.K.
* Yaozu (Eddie) Dong <eddie.dong@intel.com>
*
* This program is free software; you c... | gpl-2.0 |
godmachine81/AsusTF300-Enhanced-Kernel | crypto/async_tx/async_tx.c | 3983 | 7786 | /*
* core routines for the asynchronous memory transfer/transform api
*
* Copyright © 2006, Intel Corporation.
*
* Dan Williams <dan.j.williams@intel.com>
*
* with architecture considerations by:
* Neil Brown <neilb@suse.de>
* Jeff Garzik <jeff@garzik.org>
*
* This program is free software; you can redistrib... | gpl-2.0 |
JustAkan/Oxygen_united_kernel-gproj | arch/mips/kernel/smp-cmp.c | 4495 | 5300 | /*
* 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 be useful, but WITHOUT
* ANY WARRANTY; without even the implied warran... | gpl-2.0 |
Apology11/test | drivers/of/irq.c | 4751 | 14086 | /*
* Derived from arch/i386/kernel/irq.c
* Copyright (C) 1992 Linus Torvalds
* Adapted from arch/i386 by Gary Thomas
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
* Updated and modified by Cort Dougan <cort@fsmlabs.com>
* Copyright (C) 1996-2001 Cort Dougan
* Adapted for Power Macintosh b... | gpl-2.0 |
ghbhaha/furnace-bacon | drivers/gpu/drm/gma500/oaktrail_hdmi.c | 5263 | 15621 | /*
* Copyright © 2010 Intel Corporation
*
* 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, pub... | gpl-2.0 |
nicholaschw/jared-rA | drivers/staging/speakup/varhandlers.c | 7567 | 9472 | #include <linux/ctype.h>
#include "spk_types.h"
#include "spk_priv.h"
#include "speakup.h"
static struct st_var_header var_headers[] = {
{ "version", VERSION, VAR_PROC, NULL, NULL },
{ "synth_name", SYNTH, VAR_PROC, NULL, NULL },
{ "keymap", KEYMAP, VAR_PROC, NULL, NULL },
{ "silent", SILENT, VAR_PROC, NULL, NULL ... | gpl-2.0 |
TheKang/kernel_lge_hammerhead | net/phonet/sysctl.c | 8591 | 2857 | /*
* File: sysctl.c
*
* Phonet /proc/sys/net/phonet interface implementation
*
* Copyright (C) 2008 Nokia Corporation.
*
* Contact: Remi Denis-Courmont <remi.denis-courmont@nokia.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 |
int0x19/android_kernel_xiaomi_msm8992 | drivers/gpio/gpio-it8761e.c | 8591 | 4921 | /*
* GPIO interface for IT8761E Super I/O chip
*
* Author: Denis Turischev <denis@compulab.co.il>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License 2 as published
* by the Free Software Foundation.
*
* This program is distribut... | gpl-2.0 |
nighthawk149/xpenology-4.2-kernel | drivers/gpio/gpio-it8761e.c | 8591 | 4921 | /*
* GPIO interface for IT8761E Super I/O chip
*
* Author: Denis Turischev <denis@compulab.co.il>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License 2 as published
* by the Free Software Foundation.
*
* This program is distribut... | gpl-2.0 |
TheTypoMaster/android_kernel_samsung_hlte | lib/mpi/generic_mpih-mul3.c | 9871 | 1977 | /* mpihelp-mul_3.c - MPI helper functions
* Copyright (C) 1994, 1996, 1997, 1998, 2001 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
* GnuPG 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 Foun... | gpl-2.0 |
someone755/android_kernel_sony_msm8974 | lib/mpi/generic_mpih-mul1.c | 9871 | 1958 | /* mpihelp-mul_1.c - MPI helper functions
* Copyright (C) 1994, 1996, 1997, 1998, 2001 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
* GnuPG 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 Foun... | gpl-2.0 |
nismoryco/kernel-msm | lib/mpi/mpih-cmp.c | 9871 | 2021 | /* mpihelp-sub.c - MPI helper functions
* Copyright (C) 1994, 1996 Free Software Foundation, Inc.
* Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
* GnuPG is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi... | gpl-2.0 |
vitek999/Lenovo-a328 | drivers/net/fddi/skfp/smt.c | 10639 | 52521 | /******************************************************************************
*
* (C)Copyright 1998,1999 SysKonnect,
* a business unit of Schneider & Koch & Co. Datensysteme GmbH.
*
* See the file "skfddi.c" for further information.
*
* This program is free software; you can redistribute it and/or modify
* it... | gpl-2.0 |
clessg/linux | arch/sh/drivers/pci/pci-dreamcast.c | 13199 | 2479 | /*
* PCI support for the Sega Dreamcast
*
* Copyright (C) 2001, 2002 M. R. Brown
* Copyright (C) 2002, 2003 Paul Mundt
*
* This file originally bore the message (with enclosed-$):
* Id: pci.c,v 1.3 2003/05/04 19:29:46 lethal Exp
* Dreamcast PCI: Supports SEGA Broadband Adaptor only.
*
* This file is subject... | gpl-2.0 |
sgs3/GT-I9300_Kernel | arch/mn10300/unit-asb2305/leds.c | 13199 | 2960 | /* ASB2305 Peripheral 7-segment LEDs x4 support
*
* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Licence
* as published by the Free Sof... | gpl-2.0 |
AOSP-ZEUS/android_kernel_samsung_n1 | arch/arm/mach-tegra/board-dt.c | 400 | 3665 | /*
* nVidia Tegra device tree board support
*
* Copyright (C) 2010 Secret Lab Technologies, Ltd.
* Copyright (C) 2010 Google, Inc.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modi... | gpl-2.0 |
blitztech/master434 | dep/mysqllite/strings/ctype-tis620.c | 400 | 44166 | /* Copyright (C) 2000-2003 MySQL AB
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 WITHO... | gpl-2.0 |
cminyard/linux-fumount | drivers/i2c/busses/i2c-sh_mobile.c | 400 | 28781 | /*
* SuperH Mobile I2C Controller
*
* Copyright (C) 2014 Wolfram Sang <wsa@sang-engineering.com>
*
* Copyright (C) 2008 Magnus Damm
*
* Portions of the code based on out-of-tree driver i2c-sh7343.c
* Copyright (c) 2006 Carlos Munoz <carlos@kenati.com>
*
* This program is free software; you can redistribute it... | gpl-2.0 |
netico-solutions/linux-urtu-bb | drivers/net/wireless/ath/wil6210/cfg80211.c | 400 | 30185 | /*
* Copyright (c) 2012-2015 Qualcomm Atheros, 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" AND TH... | gpl-2.0 |
bromacia/wotlk_globalwow | dep/mysqllite/mysys/mf_keycache.c | 400 | 163277 | /* Copyright (C) 2000 MySQL AB, 2008-2009 Sun Microsystems, Inc
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.
This program is distributed in the hope that it ... | gpl-2.0 |
francegabb/mxu1130driver | drivers/net/ethernet/realtek/8139cp.c | 656 | 56660 | /* 8139cp.c: A Linux PCI Ethernet driver for the RealTek 8139C+ chips. */
/*
Copyright 2001-2004 Jeff Garzik <jgarzik@pobox.com>
Copyright (C) 2001, 2002 David S. Miller (davem@redhat.com) [tg3.c]
Copyright (C) 2000, 2001 David S. Miller (davem@redhat.com) [sungem.c]
Copyright 2001 Manfred Spraul [natsemi.c... | gpl-2.0 |
DESHONOR/BroodROM_kernel_huawei_honor | drivers/net/wireless/rtlwifi/rtl8192se/dm.c | 2448 | 21424 | /******************************************************************************
*
* Copyright(c) 2009-2010 Realtek Corporation.
*
* 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 Foundati... | gpl-2.0 |
teamacid/niltmt_kernel | arch/arm/plat-samsung/dev-onenand.c | 2704 | 1063 | /*
* linux/arch/arm/plat-samsung/dev-onenand.c
*
* Copyright (c) 2008-2010 Samsung Electronics
* Kyungmin Park <kyungmin.park@samsung.com>
*
* S3C64XX/S5PC100 series device definition for OneNAND devices
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU ... | gpl-2.0 |
cuteprince/jb_kernel_3.0.16_htc_golfu | drivers/mmc/host/at91_mci.c | 2704 | 31224 | /*
* linux/drivers/mmc/host/at91_mci.c - ATMEL AT91 MCI Driver
*
* Copyright (C) 2005 Cougar Creek Computing Devices Ltd, All Rights Reserved
*
* Copyright (C) 2006 Malcolm Noyes
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License ve... | gpl-2.0 |
ibrahima/kernel_i9300 | net/atm/svc.c | 3984 | 16807 | /* net/atm/svc.c - ATM SVC sockets */
/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
#define pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__
#include <linux/string.h>
#include <linux/net.h> /* struct socket, struct proto_ops */
#include <linux/errno.h> /* error codes */
#include <linux/kernel.h> /* pr... | gpl-2.0 |
boa19861105/Test-1-dlxp_ul | drivers/dma/mv_xor.c | 4496 | 35674 | /*
* offload engine driver for the Marvell XOR engine
* Copyright (C) 2007, 2008, Marvell International Ltd.
*
* 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.
*... | gpl-2.0 |
percy-g2/bbbandroid-kernel | drivers/hid/hid-saitek.c | 5008 | 1785 | /*
* HID driver for Saitek devices, currently only the PS1000 (USB gamepad).
* Fixes the HID report descriptor by removing a non-existent axis and
* clearing the constant bit on the input reports for buttons and d-pad.
* (This module is based on "hid-ortek".)
*
* Copyright (c) 2012 Andreas Hübner
*/
/*
* ... | gpl-2.0 |
jlopex/kernel_lge_mako | drivers/char/bsr.c | 5520 | 9022 | /* IBM POWER Barrier Synchronization Register Driver
*
* Copyright IBM Corporation 2008
*
* Author: Sonny Rao <sonnyrao@us.ibm.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; eith... | gpl-2.0 |
Alucard24/Dorimanx-SG2-I9100-Kernel | drivers/staging/tidspbridge/pmgr/io.c | 7824 | 2376 | /*
* io.c
*
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
* IO manager interface: Manages IO between CHNL and msg_ctrl.
*
* Copyright (C) 2005-2006 Texas Instruments, Inc.
*
* This package is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pu... | gpl-2.0 |
jamieg71/kernel | arch/arm/plat-spear/shirq.c | 7824 | 3326 | /*
* arch/arm/plat-spear/shirq.c
*
* SPEAr platform shared irq layer source file
*
* 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 an... | gpl-2.0 |
allenway/PIS-kernel | net/ieee802154/netlink.c | 9104 | 3030 | /*
* Netlink inteface for IEEE 802.15.4 stack
*
* Copyright 2007, 2008 Siemens AG
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2
* as published by the Free Software Foundation.
*
* This program is distributed in the hope... | gpl-2.0 |
Bdaman80/BDA-Iconia | tools/perf/util/event.c | 145 | 21002 | #include <linux/types.h>
#include "event.h"
#include "debug.h"
#include "session.h"
#include "sort.h"
#include "string.h"
#include "strlist.h"
#include "thread.h"
const char *event__name[] = {
[0] = "TOTAL",
[PERF_RECORD_MMAP] = "MMAP",
[PERF_RECORD_LOST] = "LOST",
[PERF_RECORD_COMM] = "COMM",
[PERF_RECORD_... | gpl-2.0 |
omegamoon/rockchip-rk3188-mk908 | drivers/net/wireless/mt5931/mgmt/rsn.c | 145 | 91375 | /*
** $Id: //Department/DaVinci/BRANCHES/MT6620_WIFI_DRIVER_V2_3/mgmt/rsn.c#2 $
*/
/*! \file "rsn.c"
\brief This file including the 802.11i, wpa and wpa2(rsn) related function.
This file provided the macros and functions library support the wpa/rsn ie parsing,
cipher and AKM check to help the AP selece... | gpl-2.0 |
myhro/debian-linux-kernel-gzip | drivers/cpufreq/exynos4x12-cpufreq.c | 145 | 6829 | /*
* Copyright (c) 2010-2012 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* EXYNOS4X12 - CPU frequency scaling 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 Software Founda... | gpl-2.0 |
XileForce/Vindicator-S6-Uni | drivers/gator/gator_cookies.c | 145 | 11676 | /**
* Copyright (C) ARM Limited 2010-2014. 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 as
* published by the Free Software Foundation.
*
*/
/* must be power of 2 */
#define COOKIEMAP_ENTRIES 1024
/... | gpl-2.0 |
spiderworthy/linux | drivers/scsi/device_handler/scsi_dh_alua.c | 657 | 22715 | /*
* Generic SCSI-3 ALUA SCSI Device Handler
*
* Copyright (C) 2007-2010 Hannes Reinecke, SUSE Linux Products GmbH.
* 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 Foundatio... | gpl-2.0 |
Metallium-Devices/android_kernel_google_msm | arch/arm/mach-msm/devices-msm7x27.c | 1169 | 19795 | /*
* Copyright (C) 2008 Google, Inc.
* Copyright (c) 2008-2012, The Linux Foundation. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*... | gpl-2.0 |
allan888/Linux_anti_malware_file_system | drivers/mtd/maps/bfin-async-flash.c | 1425 | 5073 | /*
* 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 |
tomdean1/linux | drivers/scsi/libfc/fc_lport.c | 1937 | 57757 | /*
* Copyright(c) 2007 Intel Corporation. All rights reserved.
*
* 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 ... | gpl-2.0 |
civato/KK_Xplorer-9005 | drivers/video/msm/hdmi_msm.c | 2193 | 145125 | /* Copyright (c) 2010-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 |
urumican/linux-3.8.8 | arch/arm/mach-pxa/am300epd.c | 2449 | 6607 | /*
* am300epd.c -- Platform device for AM300 EPD kit
*
* Copyright (C) 2008, Jaya Kumar
*
* 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.
*
* This work was made possible by help and equipment ... | gpl-2.0 |
NovaFusion/twrp_kernel | arch/x86/kernel/cpu/mcheck/mce_intel.c | 2961 | 5586 | /*
* Intel specific MCE features.
* Copyright 2004 Zwane Mwaikambo <zwane@linuxpower.ca>
* Copyright (C) 2008, 2009 Intel Corporation
* Author: Andi Kleen
*/
#include <linux/gfp.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/percpu.h>
#include <linux/sched.h>
#include <asm/apic.h>
#includ... | gpl-2.0 |
widz4rd/WIDzard-A850L | drivers/net/wireless/bcmdhd/wl_linux_mon.c | 3473 | 11534 | /*
* Broadcom Dongle Host Driver (DHD), Linux monitor network interface
*
* Copyright (C) 1999-2012, Broadcom Corporation
*
* Unless you and Broadcom execute a separate written software license
* agreement governing use of this software, this software is licensed to you
* under the terms of the GNU General... | gpl-2.0 |
skinner12/SkeRneL | drivers/hwmon/ltc4245.c | 3473 | 16437 | /*
* Driver for Linear Technology LTC4245 I2C Multiple Supply Hot Swap Controller
*
* Copyright (C) 2008 Ira W. Snyder <iws@ovro.caltech.edu>
*
* 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 Foundat... | gpl-2.0 |
peat-psuwit/android_kernel_lge_w7ds | arch/x86/kernel/process.c | 3985 | 17574 | #include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/smp.h>
#include <linux/prctl.h>
#include <linux/slab.h>
#include <linux/sched.h>
#include <linux/module.h>
#include <linux/pm.h>
#include <linux/clockchips.h>
#include <linux/random.h>
#include <linux/user-return-notifier.h>
#inclu... | gpl-2.0 |
cretin45/htc-kernel-ruby | drivers/uwb/lc-dev.c | 3985 | 13007 | /*
* Ultra Wide Band
* Life cycle of devices
*
* 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 published by the Free... | gpl-2.0 |
Hybridmax/G92X_Mystery_Kernel | drivers/media/usb/gspca/m5602/m5602_po1030.c | 4241 | 12685 | /*
* Driver for the po1030 sensor
*
* Copyright (c) 2008 Erik Andrén
* Copyright (c) 2007 Ilyes Gouta. Based on the m5603x Linux Driver Project.
* Copyright (c) 2005 m5603x Linux Driver Project <m5602@x3ng.com.br>
*
* Portions of code to USB interface and ALi driver software,
* Copyright (c) 2006 Willem Duinker... | gpl-2.0 |
zjgeer/linux-80211n-csitool | drivers/media/video/ivtv/ivtv-irq.c | 5009 | 31903 | /* interrupt handling
Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com>
Copyright (C) 2004 Chris Kennedy <c@groovy.org>
Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General... | gpl-2.0 |
Arc-Team/android_kernel_htc_a11 | drivers/usb/host/ehci-ppc-of.c | 5521 | 6383 | /*
* EHCI HCD (Host Controller Driver) for USB.
*
* Bus Glue for PPC On-Chip EHCI driver on the of_platform bus
* Tested on AMCC PPC 440EPx
*
* Valentine Barshak <vbarshak@ru.mvista.com>
*
* Based on "ehci-ppc-soc.c" by Stefan Roese <sr@denx.de>
* and "ohci-ppc-of.c" by Sylvain Munaut <tnt@246tNt.com>
*
* Th... | gpl-2.0 |
pranav01/kernel_sprout | drivers/media/rc/keymaps/rc-dib0700-nec.c | 7313 | 3393 | /* rc-dvb0700-big.c - Keytable for devices in dvb0700
*
* Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com>
*
* TODO: This table is a real mess, as it merges RC codes from several
* devices into a big table. It also has both RC-5 and NEC codes inside.
* It should be broken into small tables, and th... | gpl-2.0 |
Pauliecoon/android_kernel_motorola_shamu_benzoCore | arch/powerpc/platforms/ps3/device-init.c | 8849 | 23553 | /*
* PS3 device registration routines.
*
* Copyright (C) 2007 Sony Computer Entertainment Inc.
* Copyright 2007 Sony Corp.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version... | gpl-2.0 |
GustavoRD78/78Kernel-Z3-Kit-Kat | arch/mips/kernel/watch.c | 9361 | 4633 | /*
* 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 David Daney
*/
#include <linux/sched.h>
#include <asm/processor.h>
#include <asm/watch.h>
/*
* Install the watch r... | gpl-2.0 |
leilihh/linux | drivers/media/usb/tm6000/tm6000-i2c.c | 9617 | 8434 | /*
* tm6000-i2c.c - driver for TM5600/TM6000/TM6010 USB video capture devices
*
* Copyright (C) 2006-2007 Mauro Carvalho Chehab <mchehab@infradead.org>
*
* Copyright (C) 2007 Michel Ludwig <michel.ludwig@gmail.com>
* - Fix SMBus Read Byte command
*
* This program is free software; you can redistribute it an... | gpl-2.0 |
extremetempz/Wingray-Kernel | arch/tile/kernel/smp.c | 146 | 5963 | /*
* 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 |
tohenk/android_kernel_samsung_smdk4x12 | drivers/gpu/mali400/r3p2/mali/common/mali_gp_scheduler.c | 146 | 16655 | /*
* Copyright (C) 2012 ARM Limited. All rights reserved.
*
* This program is free software and is provided to you under the terms of the GNU General Public License version 2
* as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence.
*
* A cop... | gpl-2.0 |
303750856/linux-3.1 | drivers/tty/serial/zs.c | 402 | 31205 | /*
* zs.c: Serial port driver for IOASIC DECstations.
*
* Derived from drivers/sbus/char/sunserial.c by Paul Mackerras.
* Derived from drivers/macintosh/macserial.c by Harald Koerfgen.
*
* DECstation changes
* Copyright (C) 1998-2000 Harald Koerfgen
* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007 Maci... | gpl-2.0 |
Klagopsalmer/linux | drivers/staging/rtl8188eu/core/rtw_xmit.c | 402 | 58046 | /******************************************************************************
*
* Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved.
*
* 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 ... | gpl-2.0 |
shabinp555/https-github.com-torvalds-linux | drivers/gpu/drm/radeon/atombios_crtc.c | 658 | 72465 | /*
* 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 |
jforge/linux | arch/mips/cavium-octeon/oct_ilm.c | 1938 | 4797 | #include <linux/fs.h>
#include <linux/interrupt.h>
#include <asm/octeon/octeon.h>
#include <asm/octeon/cvmx-ciu-defs.h>
#include <asm/octeon/cvmx.h>
#include <linux/debugfs.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/seq_file.h>
#define TIMER_NUM 3
static bool reset_stats;
struct latency_i... | gpl-2.0 |
arter97/odroid | drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c | 2450 | 9643 | /******************************************************************************
* 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 |
pinkflozd/android_kernel_motorola_falcon | drivers/staging/octeon/ethernet-tx.c | 3986 | 21562 | /*********************************************************************
* Author: Cavium Networks
*
* Contact: support@caviumnetworks.com
* This file is part of the OCTEON SDK
*
* Copyright (c) 2003-2010 Cavium Networks
*
* This file is free software; you can redistribute it and/or modify
* it under the terms o... | gpl-2.0 |
LightningZap/sgs4g_lz_kernel | arch/arm/plat-s3c24xx/simtec-audio.c | 4242 | 1823 | /* linux/arch/arm/plat-s3c24xx/simtec-audio.c
*
* Copyright (c) 2009 Simtec Electronics
* http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk>
*
* Audio setup for various Simtec S3C24XX implementations
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the ... | gpl-2.0 |
fronti90/kernel_lge_geefhd | drivers/video/backlight/atmel-pwm-bl.c | 7058 | 6308 | /*
* Copyright (C) 2008 Atmel Corporation
*
* Backlight driver using Atmel PWM peripheral.
*
* 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/init.h>
#include... | gpl-2.0 |
csmanjuvijay/usb-next | lib/cordic.c | 9874 | 2546 | /*
* Copyright (c) 2011 Broadcom Corporation
*
* 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" AND THE AUTHO... | gpl-2.0 |
ShinySide/HispAsian_Kernel | drivers/input/joystick/cobra.c | 9874 | 6747 | /*
* Copyright (c) 1999-2001 Vojtech Pavlik
*/
/*
* Creative Labs Blaster GamePad Cobra driver for Linux
*/
/*
* 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 L... | gpl-2.0 |
SebSUE/InventecMustangXavier | drivers/leds/led-core.c | 147 | 6321 | /*
* LED Class Core
*
* Copyright 2005-2006 Openedhand Ltd.
*
* Author: Richard Purdie <rpurdie@openedhand.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.
*
*/
#incl... | gpl-2.0 |
Cryptoo/kernel | drivers/firmware/efi/libstub/efi-stub-helper.c | 915 | 16388 | /*
* Helper functions used by the EFI stub on multiple
* architectures. This should be #included by the EFI stub
* implementation files.
*
* Copyright 2011 Intel Corporation; author Matt Fleming
*
* This file is part of the Linux kernel, and is made available
* under the terms of the GNU General Public License ... | gpl-2.0 |
Lyanzh/linux | drivers/net/wireless/orinoco/scan.c | 1427 | 6020 | /* Helpers for managing scan queues
*
* See copyright notice in main.c
*/
#include <linux/gfp.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/ieee80211.h>
#include <net/cfg80211.h>
#include "hermes.h"
#include "orinoco.h"
#include "main.h"
#include "scan.h"
#define ZERO_DBM_OFFSET 0x95
#de... | gpl-2.0 |
xcaliburinhand/I9000-Reoriented-for-I897-Ginger | drivers/staging/dream/qdsp5/adsp_lpm_verify_cmd.c | 1683 | 2043 | /* arch/arm/mach-msm/qdsp5/adsp_lpm_verify_cmd.c
*
* Verificion code for aDSP LPM packets from userspace.
*
* Copyright (c) 2008 QUALCOMM Incorporated
* Copyright (C) 2008 Google, Inc.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software ... | gpl-2.0 |
hiikezoe/android_kernel_kyocera_202k | drivers/usb/core/config.c | 3731 | 24739 | #include <linux/usb.h>
#include <linux/usb/ch9.h>
#include <linux/usb/hcd.h>
#include <linux/usb/quirks.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/device.h>
#include <asm/byteorder.h>
#include "usb.h"
#define USB_MAXALTSETTING 128 /* Hard limit */
#define USB_MAXENDP... | gpl-2.0 |
supercairos/android_kernel_doro_msm8916 | arch/mn10300/mm/dma-alloc.c | 4243 | 2052 | /* MN10300 Dynamic DMA mapping support
*
* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
* Derived from: arch/i386/kernel/pci-dma.c
*
* 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 |
brymaster5000/vivowION | arch/h8300/mm/fault.c | 4755 | 1441 | /*
* linux/arch/h8300/mm/fault.c
*
* Copyright (C) 1998 D. Jeff Dionne <jeff@lineo.ca>,
* Copyright (C) 2000 Lineo, Inc. (www.lineo.com)
*
* Based on:
*
* linux/arch/m68knommu/mm/fault.c
* linux/arch/m68k/mm/fault.c
*
* Copyright (C) 1995 Hamish Macdonald
*/
#include <linux/mman.h>
#include <li... | gpl-2.0 |
kamarush/yuga_aosp_kernel_lp | fs/qnx6/super_mmi.c | 7827 | 4017 | /*
* QNX6 file system, Linux implementation.
*
* Version : 1.0.0
*
* History :
*
* 01-02-2012 by Kai Bankett (chaosman@ontika.net) : first release.
*
*/
#include <linux/buffer_head.h>
#include <linux/slab.h>
#include <linux/crc32.h>
#include "qnx6.h"
static void qnx6_mmi_copy_sb(struct qnx6_super_block *qsb,... | gpl-2.0 |
mastero9017/Crystal | drivers/staging/media/solo6x10/gpio.c | 8339 | 2804 | /*
* Copyright (C) 2010 Bluecherry, LLC www.bluecherrydvr.com
* Copyright (C) 2010 Ben Collins <bcollins@bluecherry.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 Foundation; either version 2 ... | gpl-2.0 |
michael1900/falcon_stock | security/tomoyo/environ.c | 9875 | 3117 | /*
* security/tomoyo/environ.c
*
* Copyright (C) 2005-2011 NTT DATA CORPORATION
*/
#include "common.h"
/**
* tomoyo_check_env_acl - Check permission for environment variable's name.
*
* @r: Pointer to "struct tomoyo_request_info".
* @ptr: Pointer to "struct tomoyo_acl_info".
*
* Returns true if granted, ... | gpl-2.0 |
keitaroht/SO | drivers/scsi/bnx2fc/bnx2fc_hwi.c | 148 | 53529 | /* bnx2fc_hwi.c: Broadcom NetXtreme II Linux FCoE offload driver.
* This file contains the code that low level functions that interact
* with 57712 FCoE firmware.
*
* Copyright (c) 2008 - 2010 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of th... | gpl-2.0 |
jepler/odroid-linux | drivers/media/i2c/tvaudio.c | 148 | 64596 | /*
* Driver for simple i2c audio chips.
*
* Copyright (c) 2000 Gerd Knorr
* based on code by:
* Eric Sandeen (eric_sandeen@bigfoot.com)
* Steve VanDeBogart (vandebo@uclink.berkeley.edu)
* Greg Alexander (galexand@acm.org)
*
* For the TDA9875 part:
* Copyright (c) 2000 Guillaume Delvit based on Gerd Knor... | gpl-2.0 |
pbystrup/CHIP-linux | net/netfilter/xt_TPROXY.c | 404 | 17216 | /*
* Transparent proxy support for Linux/iptables
*
* Copyright (c) 2006-2010 BalaBit IT Ltd.
* Author: Balazs Scheidler, Krisztian Kovacs
*
* 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... | gpl-2.0 |
mtitinger/acme-linux | arch/powerpc/sysdev/mpic_msi.c | 1684 | 2462 | /*
* Copyright 2006-2007, Michael Ellerman, IBM Corporation.
*
* 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.
*
*/
#include <linux/irq.h>
#include <linux/bi... | gpl-2.0 |
Pafcholini/Beta_TW | sound/pci/rme96.c | 1940 | 67958 | /*
* ALSA driver for RME Digi96, Digi96/8 and Digi96/8 PRO/PAD/PST audio
* interfaces
*
* Copyright (c) 2000, 2001 Anders Torger <torger@ludd.luth.se>
*
* Thanks to Henk Hesselink <henk@anda.nl> for the analog volume control
* code.
*
* This program is free software; you can redistribute i... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.