repo_name
string
path
string
copies
string
size
string
content
string
license
string
grzmot22/android_kernel_htc_protou
drivers/s390/cio/device_ops.c
5207
24053
/* * Copyright IBM Corp. 2002, 2009 * * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) * Cornelia Huck (cornelia.huck@de.ibm.com) */ #include <linux/module.h> #include <linux/init.h> #include <linux/errno.h> #include <linux/slab.h> #include <linux/list.h> #include <linux/device.h> #include <linux/del...
gpl-2.0
linhphi9x94/android_kerrnel_lge_f260s_kernel
drivers/media/video/bw-qcam.c
5463
27474
/* * QuickCam Driver For Video4Linux. * * Video4Linux conversion work by Alan Cox. * Parport compatibility by Phil Blundell. * Busy loop avoidance by Mark Cooke. * * Module parameters: * * maxpoll=<1 - 5000> * * When polling the QuickCam for a response, busy-wait for a * maximum of this many loops...
gpl-2.0
cooldudezach/android_kernel_zte_warplte
drivers/media/video/arv.c
5463
22425
/* * Colour AR M64278(VGA) driver for Video4Linux * * Copyright (C) 2003 Takeo Takahashi <takahashi.takeo@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 Software Foundation; either version * ...
gpl-2.0
mihadyuk/wandboard-linux
drivers/staging/usbip/stub_rx.c
88
15898
/* * Copyright (C) 2003-2008 Takahiro Hirofuchi * * This 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 is distribute...
gpl-2.0
BobZhome/Samsung_SPH-M930_kernel
arch/arm/mach-msm/qdsp6v2/q6asm.c
88
62602
/* * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. * Author: Brian Swetland <swetland@google.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under thos...
gpl-2.0
jdlfg/lith-kernel
drivers/ata/pata_via.c
344
20135
/* * pata_via.c - VIA PATA for new ATA layer * (C) 2005-2006 Red Hat Inc * * Documentation * Most chipset documentation available under NDA only * * VIA version guide * VIA VT82C561 - early design, uses ata_generic currently * VIA VT82C576 - MWDMA, 33Mhz * VIA VT82C586 - MWDMA, 33Mhz * VIA VT82C586a -...
gpl-2.0
argakon/lge-kernel-msm7x27-ICS-JB
arch/arm/mach-s3c64xx/mach-smdk6400.c
856
2461
/* linux/arch/arm/mach-s3c64xx/mach-smdk6400.c * * Copyright 2008 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * 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...
gpl-2.0
ngochai/s2kernel
arch/arm/mach-omap2/iommu2.c
2136
8617
/* * omap iommu: omap2/3 architecture specific functions * * Copyright (C) 2008-2009 Nokia Corporation * * Written by Hiroshi DOYU <Hiroshi.DOYU@nokia.com>, * Paul Mundt and Toshihiro Kobayashi * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pub...
gpl-2.0
spica234/HP-TestBuild-Repo-upwords-Sr3R
arch/mips/pci/ops-nile4.c
4184
3653
#include <linux/kernel.h> #include <linux/init.h> #include <linux/pci.h> #include <asm/bootinfo.h> #include <asm/lasat/lasat.h> #include <asm/gt64120.h> #include <asm/nile4.h> #define PCI_ACCESS_READ 0 #define PCI_ACCESS_WRITE 1 #define LO(reg) (reg / 4) #define HI(reg) (reg / 4 + 1) volatile unsigned long *const ...
gpl-2.0
Eliminater74/g3_kernel
arch/mips/pci/pci-bcm1480.c
4696
7246
/* * Copyright (C) 2001,2002,2005 Broadcom Corporation * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of t...
gpl-2.0
krachlatte/Sony-Xperia-Go-ST27i-ICS
drivers/scsi/a100u2w.c
8280
36929
/* * Initio A100 device driver for Linux. * * Copyright (c) 1994-1998 Initio Corporation * Copyright (c) 2003-2004 Christoph Hellwig * 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 ...
gpl-2.0
DNSS4503/android_kernel_msm
arch/mips/pci/pci-tx4927.c
9048
2643
/* * Based on linux/arch/mips/txx9/rbtx4938/setup.c, * and RBTX49xx patch from CELF patch archive. * * Copyright 2001, 2003-2005 MontaVista Software Inc. * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) * (C) Copyright TOSHIBA CORPORATION 2000-2001, 2004-2007 * * This file is subject to the terms ...
gpl-2.0
linux-scraping/linux-grsecurity
arch/mips/pci/pci-tx4938.c
9048
4146
/* * Based on linux/arch/mips/txx9/rbtx4938/setup.c, * and RBTX49xx patch from CELF patch archive. * * Copyright 2001, 2003-2005 MontaVista Software Inc. * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) * (C) Copyright TOSHIBA CORPORATION 2000-2001, 2004-2007 * * This file is subject to the terms ...
gpl-2.0
zhangzr1026/MySQL_Chinese_Comments
storage/tokudb/ft-index/third_party/xz-4.999.9beta/src/xz/message.c
89
32392
/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ // vim: expandtab:ts=8:sw=4:softtabstop=4: /////////////////////////////////////////////////////////////////////////////// // /// \file message.c /// \brief Printing messages to stderr // // Author: Lasse Collin // // This file has been pu...
gpl-2.0
szbesting/trunk
software/rt-thread/components/external/lua/lua/lua.c
89
10948
/* ** $Id: lua.c,v 1.160.1.2 2007/12/28 15:32:23 roberto Exp $ ** Lua stand-alone interpreter ** See Copyright Notice in lua.h */ #include <signal.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #define lua_c #include "lua.h" #include "lauxlib.h" #include "lualib.h" static lua_State *globalL = NULL...
gpl-2.0
InsomniaAOSP/platform_external_busybox
coreutils/touch.c
89
4861
/* vi: set sw=4 ts=4: */ /* * Mini touch implementation for busybox * * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ /* BB_AUDIT SUSv3 _NOT_ compliant -- options -a, -m not supported. */ /* http://www.opengroup.org/on...
gpl-2.0
xiaolu/zpad2632
drivers/acpi/acpica/exresop.c
601
18236
/****************************************************************************** * * Module Name: exresop - AML Interpreter operand/object resolution * *****************************************************************************/ /* * Copyright (C) 2000 - 2008, Intel Corp. * All rights reserved. * * Redistrib...
gpl-2.0
darkspr1te/android_kernel_samsung_msm8916_a5
arch/powerpc/kvm/mpic.c
2137
42835
/* * OpenPIC emulation * * Copyright (c) 2004 Jocelyn Mayer * 2011 Alexander Graf * * 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 withou...
gpl-2.0
qwerty97/src1
tools/perf/util/trace-event-info.c
2649
11088
/* * Copyright (C) 2008,2009, Steven Rostedt <srostedt@redhat.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 Fou...
gpl-2.0
kashifmin/KKernel_yu_msm8916
drivers/input/tablet/acecad.c
2649
7637
/* * Copyright (c) 2001-2005 Edouard TISSERANT <edouard.tisserant@wanadoo.fr> * Copyright (c) 2004-2005 Stephane VOLTZ <svoltz@numericable.fr> * * USB Acecad "Acecad Flair" tablet support * * Changelog: * v3.2 - Added sysfs support */ /* * This program is free software; you can redistribute it...
gpl-2.0
markfasheh/btrfs-stuff
drivers/infiniband/hw/cxgb4/resource.c
2905
12208
/* * Copyright (c) 2009-2010 Chelsio, 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 the file * COPYING in the main directory of this source ...
gpl-2.0
Alphix/linuxtv
drivers/staging/sbe-2t3e3/exar7250.c
2905
5870
/* * SBE 2T3E3 synchronous serial card driver for Linux * * Copyright (C) 2009-2010 Krzysztof Halasa <khc@pm.waw.pl> * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License * as published by the Free Software Foundation. * * T...
gpl-2.0
Fuzion24/m7_vzw_kernel
lib/random32.c
3673
4015
/* This is a maximally equidistributed combined Tausworthe generator based on code from GNU Scientific Library 1.5 (30 Jun 2004) x_n = (s1_n ^ s2_n ^ s3_n) s1_{n+1} = (((s1_n & 4294967294) <<12) ^ (((s1_n <<13) ^ s1_n) >>19)) s2_{n+1} = (((s2_n & 4294967288) << 4) ^ (((s2_n << 2) ^ s2_n) >>25)) s3_{n+...
gpl-2.0
intervigilium/android_kernel_google_msm
lib/random32.c
3673
4015
/* This is a maximally equidistributed combined Tausworthe generator based on code from GNU Scientific Library 1.5 (30 Jun 2004) x_n = (s1_n ^ s2_n ^ s3_n) s1_{n+1} = (((s1_n & 4294967294) <<12) ^ (((s1_n <<13) ^ s1_n) >>19)) s2_{n+1} = (((s2_n & 4294967288) << 4) ^ (((s2_n << 2) ^ s2_n) >>25)) s3_{n+...
gpl-2.0
ivanmeler/android_kernel_htc_g3u
arch/arm/mach-pxa/eseries.c
4953
24282
/* * Hardware definitions for the Toshiba eseries PDAs * * Copyright (c) 2003 Ian Molton <spyro@f2s.com> * * This file is licensed under * the terms of the GNU General Public License version 2. This program * is licensed "as is" without any warranty of any kind, whether express * or implied. * */ #include <l...
gpl-2.0
CPDroid/Samsung_STE_Kernel
arch/tile/kernel/hardwall.c
7257
23784
/* * 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
AICP/kernel_lge_msm8974
drivers/input/serio/hil_mlc.c
8281
25738
/* * HIL MLC state machine and serio interface driver * * Copyright (c) 2001 Brian S. Julin * 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. Redistributions of source code must reta...
gpl-2.0
TeamJB/kernel_samsung_i9300
drivers/input/serio/hil_mlc.c
8281
25738
/* * HIL MLC state machine and serio interface driver * * Copyright (c) 2001 Brian S. Julin * 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. Redistributions of source code must reta...
gpl-2.0
h-a-c-k-42/hack42-kernel
drivers/media/video/cx18/cx18-vbi.c
8281
8190
/* * cx18 Vertical Blank Interval support functions * * Derived from ivtv-vbi.c * * Copyright (C) 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 Public License as published by * the Free Software Fou...
gpl-2.0
JukieWalsh/android_kernel_oppo_msm8974
fs/ufs/cylinder.c
14681
5848
/* * linux/fs/ufs/cylinder.c * * Copyright (C) 1998 * Daniel Pirkl <daniel.pirkl@email.cz> * Charles University, Faculty of Mathematics and Physics * * ext2 - inode (block) bitmap caching inspired */ #include <linux/fs.h> #include <linux/time.h> #include <linux/stat.h> #include <linux/string.h> #include <lin...
gpl-2.0
tako0910/m7-kernel
drivers/net/wireless/bcmdhd_4335_mcc/wldev_common.c
90
31057
/* * Common function shared by Linux WEXT, cfg80211 and p2p drivers * * Copyright (C) 1999-2013, 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 Pub...
gpl-2.0
mcmenaminadrian/vmufat
drivers/net/ethernet/sfc/tx.c
90
34416
/**************************************************************************** * Driver for Solarflare Solarstorm network controllers and boards * Copyright 2005-2006 Fen Systems Ltd. * Copyright 2005-2010 Solarflare Communications Inc. * * This program is free software; you can redistribute it and/or modify it * ...
gpl-2.0
zhang-xin/kdi
drivers/macintosh/windfarm_smu_sensors.c
858
11562
/* * Windfarm PowerMac thermal control. SMU based sensors * * (c) Copyright 2005 Benjamin Herrenschmidt, IBM Corp. * <benh@kernel.crashing.org> * * Released under the term of the GNU GPL v2. */ #include <linux/types.h> #include <linux/errno.h> #include <linux/kernel.h> #include <linux/delay.h...
gpl-2.0
Pafcholini/linux-3.10.y
security/integrity/ima/ima_crypto.c
1370
3872
/* * Copyright (C) 2005,2006,2007,2008 IBM Corporation * * Authors: * Mimi Zohar <zohar@us.ibm.com> * Kylene Hall <kjhall@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, v...
gpl-2.0
doslab/mool
drivers/s390/scsi/zfcp_cfdc.c
1626
12465
/* * zfcp device driver * * Userspace interface for accessing the * Access Control Lists / Control File Data Channel; * handling of response code and states for ports and LUNs. * * Copyright IBM Corporation 2008, 2010 */ #define KMSG_COMPONENT "zfcp" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux...
gpl-2.0
yuzaipiaofei/android_kernel_xiaomi_msm8916
drivers/mtd/nand/nand_base.c
1626
100732
/* * drivers/mtd/nand.c * * Overview: * This is the generic MTD driver for NAND flash devices. It should be * capable of working with almost all NAND chips currently available. * * Additional technical information is available on * http://www.linux-mtd.infradead.org/doc/nand.html * * Copyright (C) 2000...
gpl-2.0
ftCommunity/ft-TXT
board/knobloch/TXT/board-support/ti-linux/drivers/net/ethernet/mellanox/mlx4/srq.c
1626
8600
/* * Copyright (c) 2006, 2007 Cisco Systems, Inc. All rights reserved. * Copyright (c) 2007, 2008 Mellanox Technologies. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Vers...
gpl-2.0
JacobTech/lge_kernel_e400-
arch/arm/mach-lh7a40x/irq-kev7a400.c
1882
2178
/* arch/arm/mach-lh7a40x/irq-kev7a400.c * * Copyright (C) 2004 Coastal Environmental Systems * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation. * */ #include <linux/interru...
gpl-2.0
stevezilla/amherst-linux-imx6
drivers/acpi/acpica/dswload.c
2138
15496
/****************************************************************************** * * Module Name: dswload - Dispatcher first pass namespace load callbacks * *****************************************************************************/ /* * Copyright (C) 2000 - 2013, Intel Corp. * All rights reserved. * * Redis...
gpl-2.0
altcrauer/linux
drivers/acpi/acpica/exmisc.c
2138
20204
/****************************************************************************** * * Module Name: exmisc - ACPI AML (p-code) execution - specific opcodes * *****************************************************************************/ /* * Copyright (C) 2000 - 2013, Intel Corp. * All rights reserved. * * Redist...
gpl-2.0
MotoXoomKernelFlavors/tiamat-kernel-mod
arch/arm/mach-omap2/powerdomain.c
2138
26448
/* * OMAP powerdomain control * * Copyright (C) 2007-2008 Texas Instruments, Inc. * Copyright (C) 2007-2011 Nokia Corporation * * Written by Paul Walmsley * Added OMAP4 specific support by Abhijit Pagare <abhijitpagare@ti.com> * State counting code by Tero Kristo <tero.kristo@nokia.com> * * This program is fr...
gpl-2.0
arjen75/lg_p700_kernel
drivers/hwmon/ucd9000.c
2394
6809
/* * Hardware monitoring driver for UCD90xxx Sequencer and System Health * Controller series * * Copyright (C) 2011 Ericsson 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; either ...
gpl-2.0
NooNameR/QSD3.0
drivers/usb/serial/io_edgeport.c
2906
99286
/* * Edgeport USB Serial Converter driver * * Copyright (C) 2000 Inside Out Networks, All rights reserved. * Copyright (C) 2001-2002 Greg Kroah-Hartman <greg@kroah.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ...
gpl-2.0
SM-G920P/G920P-MM
arch/sh/mm/mmap.c
4186
3995
/* * arch/sh/mm/mmap.c * * Copyright (C) 2008 - 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. */ #include <linux/io.h> #include <linux/mm.h> #include <linux/mman.h> #inc...
gpl-2.0
surdupetru/tf300t-4.1bl
drivers/video/hecubafb.c
8026
7692
/* * linux/drivers/video/hecubafb.c -- FB driver for Hecuba/Apollo controller * * Copyright (C) 2006, Jaya Kumar * This work was sponsored by CIS(M) Sdn Bhd * * 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 * ...
gpl-2.0
crimsonthunder/morfic_n5
drivers/staging/comedi/drivers/multiq3.c
8282
9194
/* comedi/drivers/multiq3.c Hardware driver for Quanser Consulting MultiQ-3 board COMEDI - Linux Control and Measurement Device Interface Copyright (C) 1999 Anders Blomdell <anders.blomdell@control.lth.se> This program is free software; you can redistribute it and/or modify it under the terms of the...
gpl-2.0
rfalize/endeavoru-suitcasekernel
drivers/staging/comedi/drivers/pcmda12.c
8282
9995
/* comedi/drivers/pcmda12.c Driver for Winsystems PC-104 based PCM-D/A-12 8-channel AO board. COMEDI - Linux Control and Measurement Device Interface Copyright (C) 2006 Calin A. Culianu <calin@ajvar.org> This program is free software; you can redistribute it and/or modify it under the terms of...
gpl-2.0
FennyFatal/SGS4-M919-FennyKernel
drivers/net/wireless/wcnss/wcnss_riva.c
91
10723
/* 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
tuxillo/aarch64-dragonfly-gcc
gcc/testsuite/gcc.target/i386/avx512bw-vpcmpuw-2.c
91
2699
/* { dg-do run } */ /* { dg-options "-O2 -mavx512bw" } */ /* { dg-require-effective-target avx512bw } */ #define AVX512BW #include "avx512f-helper.h" #include <math.h> #define SIZE (AVX512F_LEN / 16) #include "avx512f-mask-type.h" #if AVX512F_LEN == 512 #undef CMP #define CMP(imm, rel) \ dst_ref = 0; \ ...
gpl-2.0
awilliam/qemu-kvm
hw/omap_l4.c
91
4481
/* * TI OMAP L4 interconnect emulation. * * Copyright (C) 2007-2009 Nokia Corporation * Written by Andrzej Zaborowski <andrew@openedhand.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 Founda...
gpl-2.0
SteveS84/Galaxy-Player-4.0-Kernel
fs/proc/task_mmu.c
347
20910
#include <linux/mm.h> #include <linux/hugetlb.h> #include <linux/mount.h> #include <linux/seq_file.h> #include <linux/highmem.h> #include <linux/ptrace.h> #include <linux/slab.h> #include <linux/pagemap.h> #include <linux/mempolicy.h> #include <linux/swap.h> #include <linux/swapops.h> #include <asm/elf.h> #include <as...
gpl-2.0
RichardWithnell/mptcp-rpi
fs/xfs/libxfs/xfs_attr_remote.c
347
14954
/* * Copyright (c) 2000-2005 Silicon Graphics, Inc. * Copyright (c) 2013 Red Hat, 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 distr...
gpl-2.0
Moludos/nuclear_kernel
drivers/acpi/processor_throttling.c
859
31959
/* * processor_throttling.c - Throttling submodule of the ACPI processor driver * * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> * Copyright (C) 2004 Dominik Brodowski <linux@brodo.de> * Copyright (C) 2004 Anil...
gpl-2.0
Sunfong/sunfong-nexus-s
arch/sh/kernel/cpu/clock.c
859
1538
/* * arch/sh/kernel/cpu/clock.c - SuperH clock framework * * Copyright (C) 2005 - 2009 Paul Mundt * * This clock framework is derived from the OMAP version by: * * Copyright (C) 2004 - 2008 Nokia Corporation * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com> * * Modified for omap shared clock fr...
gpl-2.0
sktjdgns1189/android_kernel_ezboard_s100
drivers/staging/comedi/drivers/ke_counter.c
859
7476
/* comedi/drivers/ke_counter.c Comedi driver for Kolter-Electronic PCI Counter 1 Card COMEDI - Linux Control and Measurement Device Interface Copyright (C) 2000 David A. Schleef <ds@schleef.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU ...
gpl-2.0
zbo9269/linux
drivers/net/wireless/b43legacy/dma.c
1115
37530
/* Broadcom B43legacy wireless driver DMA ringbuffer and descriptor allocation/management Copyright (c) 2005, 2006 Michael Buesch <m@bues.ch> Some code in this file is derived from the b44.c driver Copyright (C) 2002 David S. Miller Copyright (C) Pekka Pietikainen This program is free software; you c...
gpl-2.0
303750856/linux-3.1
drivers/s390/cio/chsc_sch.c
1371
20298
/* * Driver for s390 chsc subchannels * * Copyright IBM Corp. 2008, 2009 * * Author(s): Cornelia Huck <cornelia.huck@de.ibm.com> * */ #include <linux/slab.h> #include <linux/device.h> #include <linux/module.h> #include <linux/uaccess.h> #include <linux/miscdevice.h> #include <asm/compat.h> #include <asm/cio.h>...
gpl-2.0
Dhollmen/Kernel_Wiko_5460
tools/perf/ui/gtk/util.c
1883
2347
#include "../util.h" #include "../../util/debug.h" #include "gtk.h" #include <string.h> struct perf_gtk_context *pgctx; struct perf_gtk_context *perf_gtk__activate_context(GtkWidget *window) { struct perf_gtk_context *ctx; ctx = malloc(sizeof(*pgctx)); if (ctx) ctx->main_window = window; return ctx; } int ...
gpl-2.0
pierdebeer/AudaxNote_M_Kernel
drivers/crypto/nx/nx-aes-ecb.c
2139
3872
/** * AES ECB routines supporting the Power 7+ Nest Accelerators driver * * Copyright (C) 2011-2012 International Business Machines Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; ...
gpl-2.0
TEAM-RAZOR-DEVICES/kernel_asus_moorefield
drivers/video/pm2fb.c
2395
50330
/* * Permedia2 framebuffer driver. * * 2.5/2.6 driver: * Copyright (c) 2003 Jim Hague (jim.hague@acm.org) * * based on 2.4 driver: * Copyright (c) 1998-2000 Ilario Nardinocchi (nardinoc@CS.UniBO.IT) * Copyright (c) 1999 Jakub Jelinek (jakub@redhat.com) * * and additional input from James Simmon's port of Hann...
gpl-2.0
syhost/android_kernel_pantech_ef60s
arch/arm/mach-msm/board-msm7x27a-regulator.c
3163
7670
/* * Copyright (c) 2011-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 ...
gpl-2.0
UISS-Dev-Team/android_kernel_huawei_c8813
security/tomoyo/mount.c
4443
6798
/* * security/tomoyo/mount.c * * Copyright (C) 2005-2011 NTT DATA CORPORATION */ #include <linux/slab.h> #include "common.h" /* String table for special mount operations. */ static const char * const tomoyo_mounts[TOMOYO_MAX_SPECIAL_MOUNT] = { [TOMOYO_MOUNT_BIND] = "--bind", [TOMOYO_MOUNT_MOVE] ...
gpl-2.0
Lloir/android_kernel_huawei_g620
arch/x86/kernel/cpu/proc.c
4955
4259
#include <linux/smp.h> #include <linux/timex.h> #include <linux/string.h> #include <linux/seq_file.h> #include <linux/cpufreq.h> /* * Get CPU information for use by the procfs. */ static void show_cpuinfo_core(struct seq_file *m, struct cpuinfo_x86 *c, unsigned int cpu) { #ifdef CONFIG_SMP if (c->x86_max_c...
gpl-2.0
redpig/linux
drivers/net/wireless/brcm80211/brcmsmac/phy/phy_lcn.c
4955
129977
/* * Copyright (c) 2010 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
ReconInstruments/jet_kernel
drivers/staging/tidspbridge/core/sync.c
8283
3200
/* * sync.c * * DSP-BIOS Bridge driver support functions for TI OMAP processors. * * Synchronization services. * * 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 Public License version 2 as * pub...
gpl-2.0
NovaFusion/android_kernel_samsung_ux500
drivers/video/s1d13xxxfb.c
8283
29103
/* drivers/video/s1d13xxxfb.c * * (c) 2004 Simtec Electronics * (c) 2005 Thibaut VARENE <varenet@parisc-linux.org> * (c) 2009 Kristoffer Ericson <kristoffer.ericson@gmail.com> * * Driver for Epson S1D13xxx series framebuffer chips * * Adapted from * linux/drivers/video/skeletonfb.c * linux/drivers/video/eps...
gpl-2.0
huz123/bricked
drivers/ata/pata_cypress.c
9051
4584
/* * pata_cypress.c - Cypress PATA for new ATA layer * (C) 2006 Red Hat Inc * Alan Cox * * Based heavily on * linux/drivers/ide/pci/cy82c693.c Version 0.40 Sep. 10, 2002 * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/init.h> #include <linux/blkdev.h> #...
gpl-2.0
SlimRoms/kernel_lge_v500
arch/arm/mach-s3c24xx/setup-sdhci-gpio.c
10587
1043
/* linux/arch/arm/plat-s3c2416/setup-sdhci-gpio.c * * Copyright 2010 Promwad Innovation Company * Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com> * * S3C2416 - Helper functions for setting up SDHCI device(s) GPIO (HSMMC) * * Based on mach-s3c64xx/setup-sdhci-gpio.c * * This program is free software; you can redi...
gpl-2.0
jfdsmabalot/kernel_samsung_exynos5422
net/wireless/ibss.c
348
12850
/* * Some IBSS support code for cfg80211. * * Copyright 2009 Johannes Berg <johannes@sipsolutions.net> */ #include <linux/etherdevice.h> #include <linux/if_arp.h> #include <linux/slab.h> #include <linux/export.h> #include <net/cfg80211.h> #include "wext-compat.h" #include "nl80211.h" #include "rdev-ops.h" void _...
gpl-2.0
Lazy79/shamu-5.0
drivers/staging/ft1000/ft1000-usb/ft1000_usb.c
2140
6821
/*===================================================== * CopyRight (C) 2007 Qualcomm Inc. All Rights Reserved. * * * This file is part of Express Card USB Driver * * $Id: *==================================================== */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/module.h> #includ...
gpl-2.0
paulalesius/kernel-3.10.20-lenovo-tablet
drivers/gpu/drm/nouveau/core/subdev/therm/temp.c
2140
7745
/* * Copyright 2012 The Nouveau community * * 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, p...
gpl-2.0
mdo-rom/platform_kernel_samsung_crespo
drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
2652
3116
/************************************************************************** * * Copyright © 2009 VMware, Inc., Palo Alto, CA., USA * 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 d...
gpl-2.0
androidarmv6/android_kernel_zte_msm7x27
fs/reiserfs/resize.c
3676
6387
/* * Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README */ /* * Written by Alexander Zarochentcev. * * The kernel part of the (on-line) reiserfs resizer. */ #include <linux/kernel.h> #include <linux/mm.h> #include <linux/vmalloc.h> #include <linux/string.h> #include <linux/errno.h> #include <l...
gpl-2.0
javelinanddart/ElementalX-m9
arch/arm/mach-msm/gpiomux-v2.c
3932
1111
/* Copyright (c) 2010-2011, 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
CyanogenMod/android_kernel_sony_apq8064
drivers/media/video/gspca/mr97310a.c
4956
34428
/* * Mars MR97310A library * * The original mr97310a driver, which supported the Aiptek Pencam VGA+, is * Copyright (C) 2009 Kyle Guinn <elyk03@gmail.com> * * Support for the MR97310A cameras in addition to the Aiptek Pencam VGA+ * and for the routines for detecting and classifying these various cameras, * is C...
gpl-2.0
barome/AK-onePone
drivers/media/video/gspca/stk014.c
4956
12854
/* * Syntek DV4000 (STK014) subdriver * * Copyright (C) 2008 Jean-Francois Moine (http://moinejf.free.fr) * * 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...
gpl-2.0
CyanogenMod/android_kernel_huawei_msm8226
fs/lockd/svc4proc.c
8028
14173
/* * linux/fs/lockd/svc4proc.c * * Lockd server procedures. We don't implement the NLM_*_RES * procedures because we don't use the async procedures. * * Copyright (C) 1996, Olaf Kirch <okir@monad.swb.de> */ #include <linux/types.h> #include <linux/time.h> #include <linux/lockd/lockd.h> #include <linux/lockd/sh...
gpl-2.0
SlimRoms/kernel_samsung_jf
drivers/video/metronomefb.c
8028
18793
/* * linux/drivers/video/metronomefb.c -- FB driver for Metronome controller * * 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. * * Layout is based on skeleto...
gpl-2.0
multipath-tcp/mptcp-rpi
drivers/video/sis/initextlfb.c
8284
7141
/* * SiS 300/540/630[S]/730[S] * SiS 315[E|PRO]/550/[M]65x/[M]66x[F|M|G]X/[M]74x[GX]/330/[M]76x[GX] * XGI V3XT/V5/V8, Z7 * frame buffer driver for Linux kernels >= 2.4.14 and >=2.6.3 * * Linux kernel specific extensions to init.c/init301.c * * Copyright (C) 2001-2005 Thomas Winischhofer, Vienna, Austria. * * ...
gpl-2.0
michaelwu/kernel-msm
drivers/video/sis/initextlfb.c
8284
7141
/* * SiS 300/540/630[S]/730[S] * SiS 315[E|PRO]/550/[M]65x/[M]66x[F|M|G]X/[M]74x[GX]/330/[M]76x[GX] * XGI V3XT/V5/V8, Z7 * frame buffer driver for Linux kernels >= 2.4.14 and >=2.6.3 * * Linux kernel specific extensions to init.c/init301.c * * Copyright (C) 2001-2005 Thomas Winischhofer, Vienna, Austria. * * ...
gpl-2.0
shakalaca/ASUS_ZenFone_ZE550KL
kernel/arch/powerpc/platforms/83xx/sbc834x.c
8796
1941
/* * arch/powerpc/platforms/83xx/sbc834x.c * * Wind River SBC834x board specific routines * * By Paul Gortmaker (see MAINTAINERS for contact information) * * Based largely on the mpc834x_mds.c support by Kumar Gala. * * This program is free software; you can redistribute it and/or modify it * under the term...
gpl-2.0
KevinScottt/kernel-nk1-negalite-lt02ltespr
block/fiops-iosched.c
93
18242
/* * 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
daedae1112/kernel
drivers/char/dtlk.c
605
16669
/* -*- linux-c -*- * dtlk.c - DoubleTalk PC driver for Linux * * Original author: Chris Pallotta <chris@allmedia.com> * Current maintainer: Jim Van Zandt <jrv@vanzandt.mv.com> * * 2000-03-18 Jim Van Zandt: Fix polling. * Eliminate dtlk_timer_active flag and separate...
gpl-2.0
pranav01/android_kernel_cyanogen_msm8916-1
drivers/hid/hid-roccat-konepure.c
1885
8200
/* * Roccat KonePure driver for Linux * * Copyright (c) 2012 Stefan Achatz <erazor_de@users.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 Foundation; either version 2 of the...
gpl-2.0
kusl/linux
Documentation/mic/mpssd/sysfs.c
2397
2240
/* * Intel MIC Platform Software Stack (MPSS) * * Copyright(c) 2013 Intel 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. * * This program is distributed in t...
gpl-2.0
zhanglei002/android_kernel_zte_nx507j
arch/arm/mach-pxa/lpd270.c
4957
12012
/* * linux/arch/arm/mach-pxa/lpd270.c * * Support for the LogicPD PXA270 Card Engine. * Derived from the mainstone code, which carries these notices: * * Author: Nicolas Pitre * Created: Nov 05, 2002 * Copyright: MontaVista Software Inc. * * This program is free software; you can redistribute it and/or modify...
gpl-2.0
XXMrHyde/android_kernel_google_msm
arch/tile/lib/memchr_64.c
7261
2077
/* * Copyright 2011 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
isimobile/android_kernel_sony_fusion3
drivers/net/wireless/iwlegacy/debug.c
7517
39903
/****************************************************************************** * * GPL LICENSE SUMMARY * * Copyright(c) 2008 - 2011 Intel 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...
gpl-2.0
neohackt/android_kernel_xiaomi_armani
drivers/mfd/ucb1x00-assabet.c
9821
2966
/* * linux/drivers/mfd/ucb1x00-assabet.c * * Copyright (C) 2001-2003 Russell King, All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License...
gpl-2.0
Fusion-Devices/android_kernel_asus_flo
arch/arm/mach-footbridge/isa-rtc.c
13661
1229
/* * arch/arm/mach-footbridge/isa-rtc.c * * Copyright (C) 1998 Russell King. * Copyright (C) 1998 Phil Blundell * * CATS has a real-time clock, though the evaluation board doesn't. * * Changelog: * 21-Mar-1998 RMK Created * 27-Aug-1998 PJB CATS support * 28-Dec-1998 APH Made leds optional * 20-Jan-19...
gpl-2.0
upndwn4par/android_kernel_htc_msm8974
arch/powerpc/platforms/pasemi/misc.c
13661
2282
/* * Copyright (C) 2007 PA Semi, Inc * * Parts based on arch/powerpc/sysdev/fsl_soc.c: * * 2006 (c) 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 Software Foundation; eith...
gpl-2.0
ItsAnilSingh/android_kernel_samsung_logan2g
drivers/video/mb862xx/mb862xxfb_accel.c
13917
8449
/* * drivers/mb862xx/mb862xxfb_accel.c * * Fujitsu Carmine/Coral-P(A)/Lime framebuffer driver acceleration support * * (C) 2007 Alexander Shishkin <virtuoso@slind.org> * (C) 2009 Valentin Sitdikov <v.sitdikov@gmail.com> * (C) 2009 Siemens AG * * This program is free software; you can redistribute it and/or mod...
gpl-2.0
invisiblek/linux-2.6.32.26-inc
sound/pci/trident/trident.c
606
5885
/* * Driver for Trident 4DWave DX/NX & SiS SI7018 Audio PCI soundcard * * Driver was originated by Trident <audio@tridentmicro.com> * Fri Feb 19 15:55:28 MST 1999 * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as p...
gpl-2.0
chz100p/cogentoo
arch/x86/kernel/early-quirks.c
1118
7451
/* Various workarounds for chipset bugs. This code runs very early and can't use the regular PCI subsystem The entries are keyed to PCI bridges which usually identify chipsets uniquely. This is only for whole classes of chipsets with specific problems which need early invasive action (e.g. before the tim...
gpl-2.0
qtekfun/htcDesire820Kernel
kernel/sound/soc/fsl/fsl_dma.c
2398
31879
/* * Freescale DMA ALSA SoC PCM driver * * Author: Timur Tabi <timur@freescale.com> * * Copyright 2007-2010 Freescale Semiconductor, 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 expres...
gpl-2.0
LeeDroid-/Shooter-2.6.35-MR
sound/isa/gus/gusextreme.c
3934
11280
/* * Driver for Gravis UltraSound Extreme soundcards * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * * * 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 th...
gpl-2.0
mifl/android_kernel_pantech_oscar
arch/arm/mach-netx/nxeb500hmi.c
4958
4327
/* * arch/arm/mach-netx/nxeb500hmi.c * * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix * * 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 progr...
gpl-2.0
Team-Hydra/android_kernel_htc_msm8x60
sound/pci/cs5535audio/cs5535audio_pcm.c
5214
13395
/* * Driver for audio on multifunction CS5535 companion device * Copyright (C) Jaya Kumar * * Based on Jaroslav Kysela and Takashi Iwai's examples. * This work was sponsored by CIS(M) Sdn Bhd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public...
gpl-2.0
mlachwani/Android-4.4.2-Hammerhead-Kernel
drivers/target/iscsi/iscsi_target_datain_values.c
5470
14530
/******************************************************************************* * This file contains the iSCSI Target DataIN value generation functions. * * \u00a9 Copyright 2007-2011 RisingTide Systems LLC. * * Licensed to the Linux Foundation under the General Public License (GPL) version 2. * * Author: Nicho...
gpl-2.0
RonGokhale/codeaurora_kernel
arch/xtensa/variants/s6000/gpio.c
7518
5627
/* * s6000 gpio driver * * Copyright (c) 2009 emlix GmbH * Authors: Oskar Schirmer <os@emlix.com> * Johannes Weiner <jw@emlix.com> * Daniel Gloeckner <dg@emlix.com> */ #include <linux/bitops.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/io.h> #include <linux/irq...
gpl-2.0