Searched refs:by (Results 1 - 200 of 29297) sorted by relevance

1234567891011>>

/linux-4.4.14/include/linux/
H A Datm_suni.h1 /* atm_suni.h - Driver-specific declarations of the SUNI driver (for use by
4 /* Written 1998,2000 by Werner Almesberger, EPFL ICA */
H A Duts.h12 #define UTS_NODENAME CONFIG_DEFAULT_HOSTNAME /* set by sethostname() */
16 #define UTS_DOMAINNAME "(none)" /* set by setdomainname() */
H A Disdn_divertif.h6 * Copyright by Werner Cornelius (werner@titro.de)
9 * of the GNU General Public License, incorporated herein by reference.
25 int (*stat_callback)(isdn_ctrl *); /* supplied by divert module when calling */
26 int (*ll_cmd)(isdn_ctrl *); /* supplied by hl on return */
27 char * (*drv_to_name)(int); /* map a driver id to name, supplied by hl */
28 int (*name_to_drv)(char *); /* map a driver id to name, supplied by hl */
H A Db1pcmcia.h3 * Exported functions of module b1pcmcia to be called by
6 * Copyright 1999 by Carsten Paeth (calle@calle.in-berlin.de)
9 * of the GNU General Public License, incorporated herein by reference.
H A Datm_tcp.h1 /* atm_tcp.h - Driver-specific declarations of the ATMTCP driver (for use by
4 /* Written 1997-2000 by Werner Almesberger, EPFL LRC/ICA */
H A Dsudmac.h8 * published by the Free Software Foundation.
17 /* Used by slave DMA clients to request DMA to/from a specific peripheral */
19 struct shdma_slave shdma_slave; /* Set by the platform */
23 * Supplied by platforms to specify, how a DMA channel has to be configured for
H A Dasn1_decoder.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Dcpufreq-dt.h7 * published by the Free Software Foundation.
16 * frequency, false when all CPUs are controlled by a single
H A Domap-iommu.h6 * Written by Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
10 * published by the Free Software Foundation.
H A Dhdlc.h8 * as published by the Free Software Foundation.
37 /* Pointed to by netdev_priv(dev) */
39 /* used by HDLC layer to take control over HDLC device from hw driver*/
59 /* Called by hardware driver when a user requests HDLC service */
62 /* Must be used by hardware driver on module startup/exit */
92 /* Must be called by hardware driver when HDLC device is being opened */
94 /* Must be called by hardware driver when HDLC device is being closed */
96 /* May be used by hardware driver */
98 /* Must be pointed to by hw driver's dev->netdev_ops->ndo_start_xmit */
103 /* May be used by hardware driver to gain control over HDLC device */
H A Dlguest.h27 /* Fine-grained interrupt disabling by the Guest */
37 /* Wallclock time set by the Host. */
41 * Interrupt pending set by the Host. The Guest should do a hypercall
52 /* 0xFF == done (set by Host), 0 == pending (set by Guest). */
57 /* Fields initialized by the Host at boot: */
63 /* Fields initialized by the Guest at boot: */
H A Dconcap.h3 * Copyright 1997 by Henner Eisen <eis@baty.hanse.de>
6 * of the GNU General Public License, incorporated herein by reference.
19 linux-x25 mailing list contributed by Alan Cox, Thomasz Motylewski
28 /* this manages all data needed by the encapsulation protocol
32 struct concap_device_ops *dops; /* callbacks provided by device */
33 struct concap_proto_ops *pops; /* callbacks provided by us */
45 /* Operations to be supported by the net device. Called by the encapsulation
51 /* to request data is submitted by device*/
54 /* Control methods must be set to NULL by devices which do not
63 /* Operations to be supported by the encapsulation protocol. Called by
86 /* process a frame handed down to us by upper layer */
H A Dtracefs.h4 * Based on debugfs by: 2004 Greg Kroah-Hartman <greg@kroah.com>
10 * 2 as published by the Free Software Foundation.
12 * tracefs is the file system that is used by the tracing infrastructure.
/linux-4.4.14/include/uapi/linux/
H A Dstring.h4 /* We don't want strings.h stuff being used by user stuff by accident */
H A Datm_eni.h1 /* atm_eni.h - Driver-specific declarations of the ENI driver (for use by
4 /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
H A Dthermal.h11 /* Events supported by Thermal Netlink */
27 /* commands supported by the thermal_genl_family */
H A Datm_idt77105.h2 * use by driver-specific utilities) */
4 /* Written 1999 by Greg Banks <gnb@linuxfan.com>. Copied from atm_suni.h. */
16 * Pointed to by `arg' in atmif_sioc.
H A Dnetdevice.h20 * as published by the Free Software Foundation; either version
36 /* Initial net device group. All devices belong to group 0 by default. */
42 #define NET_NAME_ENUM 1 /* enumerated by kernel */
43 #define NET_NAME_PREDICTABLE 2 /* predictably named by the kernel */
44 #define NET_NAME_USER 3 /* provided by user-space */
45 #define NET_NAME_RENAMED 4 /* renamed by user-space */
H A Dhdlcdrv.h4 * (C) 1996-1998 by Thomas Sailer, HB9JNX/AE4WA
71 #define HDLCDRVCTL_MODEMPARMASK 2 /* not handled by hdlcdrv */
85 * not handled by hdlcdrv, but by its depending drivers
93 * mask of needed modem parameters, returned by HDLCDRVCTL_MODEMPARMASK
H A Dmic_common.h8 * published by the Free Software Foundation.
34 * @feature_len: Number of bytes of feature bits. Multiply by 2: one for
37 * @status: A status byte, written by the Guest.
51 * used internally by the host and card side drivers.
53 * @vdev: Used for storing MIC vdev information by the guest.
54 * @config_change: Set to 1 by host when a config change is requested.
55 * @vdev_reset: Set to 1 by guest to indicate virtio device has been reset.
56 * @guest_ack: Set to 1 by guest to ack a command.
57 * @host_ack: Set to 1 by host to ack a command.
58 * @used_address_updated: Set to 1 by guest when the used address should be
60 * @c2h_vdev_db: The doorbell number to be used by guest. Set by host.
61 * @h2c_vdev_db: The doorbell number to be used by host. Set by guest.
77 * @magic: A magic value used by the card to ensure it can see the host
78 * @h2c_config_db: Host to Card Virtio config doorbell set by card
80 * @h2c_scif_db - Host to card SCIF doorbell set by card
81 * @c2h_scif_db - Card to host SCIF doorbell set by host
222 * enum mic_status - MIC status reported by card after
/linux-4.4.14/drivers/isdn/i4l/
H A Disdn_ttyfax.h5 * Copyright 1999 by Armin Schindler (mac@melware.de)
6 * Copyright 1999 by Ralf Spachmann (mel@melware.de)
7 * Copyright 1999 by Cytronics & Melware
10 * of the GNU General Public License, incorporated herein by reference.
/linux-4.4.14/include/media/
H A Di2c-addr.h6 * Based on a previous mapping by
17 #define I2C_ADDR_TDA9850 0xb6 /* also used by 9855,9873 */
18 #define I2C_ADDR_TDA9874 0xb0 /* also used by 9875 */
25 #define I2C_ADDR_TEA6300 0x80 /* also used by 6320 */
30 * i2c bus addresses for the chips supported by tvaudio.c
34 #define I2C_ADDR_TDA9840 0x84 /* also used by TA8874Z */
35 #define I2C_ADDR_TDA985x_L 0xb4 /* also used by 9873 */
37 #define I2C_ADDR_TDA9874 0xb0 /* also used by 9875 */
39 #define I2C_ADDR_TEA6300 0x80 /* also used by 6320 */
/linux-4.4.14/arch/mn10300/mm/
H A DMakefile11 cacheflush-$(CONFIG_MN10300_CACHE_INV_BY_TAG) += cache-inv-by-tag.o
12 cacheflush-$(CONFIG_MN10300_CACHE_INV_BY_REG) += cache-inv-by-reg.o
13 cacheflush-$(CONFIG_MN10300_CACHE_FLUSH_BY_TAG) += cache-flush-by-tag.o
14 cacheflush-$(CONFIG_MN10300_CACHE_FLUSH_BY_REG) += cache-flush-by-reg.o
17 cache-dbg-flush-by-tag.o cache-dbg-inv-by-tag.o
19 cache-dbg-flush-by-reg.o
21 cache-dbg-inv-by-tag.o cache-dbg-inv.o
23 cache-dbg-inv-by-reg.o cache-dbg-inv.o
/linux-4.4.14/include/linux/platform_data/
H A Dmtd-nand-omap2.h6 * published by the Free Software Foundation.
25 * 1-bit ECC: calculation and correction by SW
31 * 1-bit ECC: calculation by GPMC, Error detection by Software
35 /* 4-bit ECC calculation by GPMC, Error detection by Software */
37 /* 4-bit ECC calculation by GPMC, Error detection by ELM */
39 /* 8-bit ECC calculation by GPMC, Error detection by Software */
41 /* 8-bit ECC calculation by GPMC, Error detection by ELM */
43 /* 16-bit ECC calculation by GPMC, Error detection by ELM */
H A Dtouchscreen-s3c2410.h6 * published by the Free Software Foundation.
21 /* defined by architecture to configure gpio */
H A Ddma-dw.h9 * published by the Free Software Foundation.
37 * @nr_channels: Number of channels supported by hardware (max 8)
39 * by the general purpose DMA channel allocator.
43 * @block_size: Maximum block size supported by the controller
44 * @nr_masters: Number of AHB masters supported by the controller
45 * @data_width: Maximum data width supported by hardware per AHB master
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/i2c/
H A Di2c.h4 * Copyright (C) 2015 by Sang Engineering
5 * Copyright (C) 2015 by Renesas Electronics Corporation
/linux-4.4.14/include/dt-bindings/i2c/
H A Di2c.h4 * Copyright (C) 2015 by Sang Engineering
5 * Copyright (C) 2015 by Renesas Electronics Corporation
/linux-4.4.14/arch/mips/include/asm/
H A Dmmzone.h2 * Written by Kanoj Sarcar (kanoj@sgi.com) Aug 99
3 * Rewritten for Linux 2.6 by Christoph Hellwig (hch@lst.de) Jan 2004
H A Dperf_event.h9 * published by the Free Software Foundation.
14 /* Leave it empty here. The file is required by linux/perf_event.h */
H A Dtypes.h6 * Copyright (C) 1994, 1995, 1996, 1999 by Ralf Baechle
8 * written by Ralf Baechle
H A Dexec.h6 * Copyright (C) 1994, 95, 96, 97, 98, 99, 2003, 06 by Ralf Baechle
7 * Copyright (C) 1996 by Paul M. Antoine
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/i2c/
H A Di2c.h4 * Copyright (C) 2015 by Sang Engineering
5 * Copyright (C) 2015 by Renesas Electronics Corporation
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/i2c/
H A Di2c.h4 * Copyright (C) 2015 by Sang Engineering
5 * Copyright (C) 2015 by Renesas Electronics Corporation
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/i2c/
H A Di2c.h4 * Copyright (C) 2015 by Sang Engineering
5 * Copyright (C) 2015 by Renesas Electronics Corporation
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/i2c/
H A Di2c.h4 * Copyright (C) 2015 by Sang Engineering
5 * Copyright (C) 2015 by Renesas Electronics Corporation
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/i2c/
H A Di2c.h4 * Copyright (C) 2015 by Sang Engineering
5 * Copyright (C) 2015 by Renesas Electronics Corporation
/linux-4.4.14/arch/sh/include/mach-common/mach/
H A Dromimage.h3 /* do nothing here by default */
/linux-4.4.14/arch/ia64/include/asm/
H A Dclocksource.h7 void *fsys_mmio; /* used by fsyscall asm code */
/linux-4.4.14/arch/m32r/include/uapi/asm/
H A Dsetup.h5 * This is set up by the setup-routine at boot-time
/linux-4.4.14/sound/pci/vx222/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/pcmcia/vx/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/arch/arm/mach-omap2/
H A Dscrm54xx.h16 * published by the Free Software Foundation.
92 * Used by AUXCLKREQ0, AUXCLKREQ1, AUXCLKREQ2, AUXCLKREQ3, AUXCLKREQ4,
99 /* Used by APEWARMRSTST */
104 /* Used by AUXCLK0, AUXCLK1, AUXCLK2, AUXCLK3, AUXCLK4, AUXCLK5 */
109 /* Used by D2DCLKM, MODEMCLKM */
114 /* Used by D2DRSTCTRL, MODEMRSTCTRL */
119 /* Used by D2DWARMRSTST */
124 /* Used by AUXCLK0 */
129 /* Used by CLKSETUPTIME */
134 /* Used by AUXCLK0, AUXCLK1, AUXCLK2, AUXCLK3, AUXCLK4, AUXCLK5 */
139 /* Renamed from ENABLE Used by EXTPWRONRSTCTRL */
144 /* Used by ALTCLKSRC */
149 /* Used by ALTCLKSRC */
154 /* Used by EXTWARMRSTST */
160 * Used by AUXCLKREQ0, AUXCLKREQ1, AUXCLKREQ2, AUXCLKREQ3, AUXCLKREQ4,
167 /* Used by ALTCLKSRC */
172 /* Used by MODEMWARMRSTST */
178 * Used by ACCCLKREQ, AUXCLK0, AUXCLK1, AUXCLK2, AUXCLK3, AUXCLK4, AUXCLK5,
186 /* Used by EXTPWRONRSTCTRL */
191 /* Used by REVISION_SCRM */
196 /* Used by RSTTIME */
201 /* Used by CLKSETUPTIME */
206 /* Used by PMICSETUPTIME */
211 /* Used by AUXCLK0, AUXCLK1, AUXCLK2, AUXCLK3, AUXCLK4, AUXCLK5 */
216 /* Used by D2DCLKM */
221 /* Used by PMICSETUPTIME */
226 /* Used by D2DRSTCTRL, MODEMRSTCTRL */
/linux-4.4.14/arch/mips/include/uapi/asm/
H A Dbreak.h6 * Copyright (C) 1995, 2003 by Ralf Baechle
18 #define BRK_USERBP 0 /* User bp (used by debuggers) */
19 #define BRK_SSTEPBP 5 /* User bp (used by debuggers) */
21 #define BRK_DIVZERO 7 /* Divide by zero check */
23 #define BRK_BUG 12 /* Used by BUG() */
26 #define BRK_MEMU 514 /* Used by FPU emulator */
/linux-4.4.14/arch/powerpc/platforms/86xx/
H A Dmpc86xx.h5 * under the terms of the GNU General Public License as published by the
14 * Declaration for the various functions exported by the
15 * mpc86xx_* files. Mostly for use by mpc86xx_setup().
/linux-4.4.14/arch/mn10300/proc-mn2ws0050/include/proc/
H A Dclock.h4 * Written by David Howells (dhowells@redhat.com)
6 * Modified by Matsushita Electric Industrial Co., Ltd.
12 * as published by the Free Software Foundation; either version
H A Dproc.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
/linux-4.4.14/fs/nfs_common/
H A DMakefile2 # Makefile for Linux filesystem routines that are shared by client and server.
/linux-4.4.14/net/6lowpan/
H A Dnhc_hop.c2 * 6LoWPAN IPv6 Hop-by-Hop Options Header compression according to RFC6282
6 * as published by the Free Software Foundation; either version
22 LOWPAN_NHC(nhc_hop, "RFC6282 Hop-by-Hop Options", NEXTHDR_HOP, 0,
26 MODULE_DESCRIPTION("6LoWPAN next header RFC6282 Hop-by-Hop Options compression");
/linux-4.4.14/scripts/
H A Dcheck-lc_ctype.c2 * Check that a specified locale works as LC_CTYPE. Used by the
/linux-4.4.14/fs/qnx4/
H A Dbitmap.c10 * 28-05-1998 by Richard Frowijn : first release.
11 * 20-06-1998 by Frank Denis : basic optimisations.
12 * 25-06-1998 by Frank Denis : qnx4_is_free, qnx4_set_bitmap, qnx4_bmap .
13 * 28-06-1998 by Frank Denis : qnx4_free_inode (to be fixed) .
/linux-4.4.14/include/asm-generic/
H A Dbugs.h4 * This file is included by 'init/main.c' to check for
H A Dlinkage.h5 * an architecture can override them by providing its own version.
H A Dunistd.h7 * be selected by default.
H A Dmutex-null.h6 * This is used by the mutex-debugging infrastructure, but it can also
7 * be used by architectures that (for whatever reason) want to use the
/linux-4.4.14/include/uapi/linux/netfilter/
H A Dxt_RATEEST.h11 /* Used internally by the kernel */
H A Dxt_TEE.h8 /* used internally by the kernel */
H A Dxt_quota.h18 /* Used internally by the kernel */
H A Dxt_CT.h25 /* Used internally by the kernel */
37 /* Used internally by the kernel */
H A Dxt_connmark.h7 * by Henrik Nordstrom <hno@marasystems.com>
10 * it under the terms of the GNU General Public License as published by
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dsubcore.h6 * as published by the Free Software Foundation; either version
12 #define SYNC_STEP_UNSPLIT 1 /* Set by secondary when it sees unsplit */
13 #define SYNC_STEP_REAL_MODE 2 /* Set by secondary when in real mode */
14 #define SYNC_STEP_FINISHED 3 /* Set by secondary when split/unsplit is done */
/linux-4.4.14/arch/metag/kernel/
H A Dasm-offsets.c2 * This program is used to generate definitions needed by
/linux-4.4.14/arch/mn10300/include/asm/
H A Dpage_offset.h4 * Written by David Howells (dhowells@redhat.com)
H A Dnmi.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Dbugs.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Ddelay.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Ddmactl-regs.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Dfb.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Dhw_irq.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Dkdebug.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Dlinkage.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Dsetup.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Dunaligned.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Dvga.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
/linux-4.4.14/sound/drivers/vx/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/isa/ad1816a/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/isa/ad1848/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/isa/galaxy/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
/linux-4.4.14/sound/isa/wavefront/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/isa/wss/
H A DMakefile3 # Copyright (c) 2008 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/pci/ac97/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/pci/ali5451/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/pci/cs46xx/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/pci/korg1212/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/pci/mixart/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/pci/nm256/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/pci/trident/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/pci/ymfpci/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/pcmcia/pdaudiocf/
H A DMakefile3 # Copyright (c) 2004 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/drivers/mailbox/
H A Dmailbox.h4 * published by the Free Software Foundation.
12 #define TXDONE_BY_ACK BIT(2) /* S/W ACK recevied by Client ticks the TX */
/linux-4.4.14/arch/sparc/mm/
H A DMakefile15 # Only used by sparc64
18 # Only used by sparc32
/linux-4.4.14/arch/x86/include/asm/
H A Dmmzone_64.h2 /* Copyright 2002,2003 by Andi Kleen, SuSE Labs */
3 /* 2.5 Version loosely based on the NUMAQ Code by Pat Gaughen. */
H A Dmath_emu.h8 automatically by the 80386/80486.
/linux-4.4.14/arch/x86/include/uapi/asm/
H A Dposix_types_x32.h5 * This file is only used by user-level software, so you need to
9 * These types should generally match the ones used by the 64-bit kernel,
H A Ducontext.h6 * by the fpstate pointer in the ucontext's
/linux-4.4.14/arch/cris/include/arch-v32/arch/
H A Ddelay.h9 * Not used anymore for udelay or ndelay. Referenced by
11 * should be replaced by mdelay, udelay or ndelay.
/linux-4.4.14/lib/zlib_inflate/
H A Dinffixed.h2 * Generated automatically by makefixed().
5 /* WARNING: this file should *not* be used by applications. It
/linux-4.4.14/include/net/
H A Dethoc.h8 * published by the Free Software Foundation.
10 * Written by Thierry Reding <thierry.reding@avionic-design.de>
H A Dllc_s_st.h4 * Copyright (c) 1997 by Procom Technology,Inc.
5 * 2001 by Arnaldo Carvalho de Melo <acme@conectiva.com.br>
8 * GNU General Public License as published by the Free Software Foundation.
/linux-4.4.14/arch/sparc/include/asm/
H A Dcompat_signal.h11 unsigned sa_restorer; /* not used by Linux/SPARC yet */
19 unsigned sa_restorer; /* not used by Linux/SPARC yet */
H A Dscratchpad.h6 #define SCRATCHPAD_MMU_MISS 0x00 /* Shared with OBP - set by OBP */
7 #define SCRATCHPAD_CPUID 0x08 /* Shared with OBP - set by hypervisor */
/linux-4.4.14/arch/frv/include/asm/
H A Dmc146818rtc.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Dmb93493-irqs.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
34 #define ROUTE_VIA_IRQ0 0 /* route IRQ by way of CPU external IRQ 0 */
35 #define ROUTE_VIA_IRQ1 1 /* route IRQ by way of CPU external IRQ 1 */
H A Dbugs.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Dhw_irq.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Dmodule.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Dperf_event.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Dsetup.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Dspinlock.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Dtypes.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Dunaligned.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Dvga.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
/linux-4.4.14/arch/arm/mm/
H A Dl2c-common.c3 * Written by Catalin Marinas <catalin.marinas@arm.com>
7 * published by the Free Software Foundation.
/linux-4.4.14/drivers/media/dvb-frontends/
H A Ddib9000.h48 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib9000_attach()
54 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib9000_get_i2c_master()
60 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib9000_i2c_enumeration()
66 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib9000_get_tuner_interface()
72 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib9000_set_gpio()
78 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib9000_fw_pid_filter_ctrl()
84 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib9000_fw_pid_filter()
90 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib9000_firmware_post_pll_init()
96 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib9000_set_slave_frontend()
102 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib9000_remove_slave_frontend()
108 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib9000_get_slave_frontend()
114 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib9000_get_component_bus_interface()
120 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib9000_set_i2c_adapter()
126 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib9000_fw_set_component_bus_speed()
H A Ddib0090.h8 * published by the Free Software Foundation, version 2.
99 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib0090_register()
105 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib0090_fw_register()
111 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib0090_dcc_freq()
116 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib0090_pwm_gain_reset()
121 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib0090_get_wbd_target()
127 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib0090_get_wbd_offset()
133 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib0090_gain_control()
139 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib0090_get_tune_state()
145 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib0090_set_tune_state()
151 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib0090_get_current_gain()
156 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib0090_set_dc_servo()
162 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib0090_set_switch()
168 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib0090_set_vga()
175 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib0090_update_rframp_7090()
182 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dib0090_update_tuning_table_7090()
H A Ddvb_dummy_fe.h4 * Written by Emard <emard@softhome.net>
7 * it under the terms of the GNU General Public License as published by
36 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dvb_dummy_fe_ofdm_attach()
41 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dvb_dummy_fe_qpsk_attach()
46 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); dvb_dummy_fe_qam_attach()
H A Ds921.h9 * published by the Free Software Foundation version 2.
36 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); s921_attach()
42 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); s921_get_tuner_i2c_adapter()
H A Dsi2168.h7 * it under the terms of the GNU General Public License as published by
28 * returned by driver
34 * returned by driver
H A Dtc90522.h8 * published by the Free Software Foundation version 2.
35 /* [OUT] frontend returned by driver */
38 /* [OUT] tuner I2C adapter returned by driver */
/linux-4.4.14/arch/arm/include/asm/
H A Dprocinfo.h8 * published by the Free Software Foundation.
25 * NOTE! The following structure is defined by assembly
32 unsigned long __cpu_mm_mmu_flags; /* used by head.S */
33 unsigned long __cpu_io_mmu_flags; /* used by head.S */
34 unsigned long __cpu_flush; /* used by head.S */
/linux-4.4.14/drivers/usb/gadget/function/
H A Du_ecm.h13 * published by the Free Software Foundation.
27 * Read/write access to configfs attributes is handled by configfs.
29 * This is to protect the data from concurrent access by read/write
H A Du_eem.h13 * published by the Free Software Foundation.
27 * Read/write access to configfs attributes is handled by configfs.
29 * This is to protect the data from concurrent access by read/write
H A Du_gether.h13 * published by the Free Software Foundation.
27 * Read/write access to configfs attributes is handled by configfs.
29 * This is to protect the data from concurrent access by read/write
H A Du_ncm.h13 * published by the Free Software Foundation.
27 * Read/write access to configfs attributes is handled by configfs.
29 * This is to protect the data from concurrent access by read/write
H A Du_uvc.h13 * published by the Free Software Foundation.
33 * super-speed. They point by default to the uvc_fs_control_cls and
60 * descriptors. Used by configfs only, must not be touched by legacy
68 * Used by configfs only, must not be touched by legacy gadgets. The
77 * Read/write access to configfs attributes is handled by configfs.
79 * This lock protects the descriptors from concurrent access by
H A Dg_zero.h2 * This header declares the utility functions used by "Gadget Zero", plus
34 * Read/write access to configfs attributes is handled by configfs.
36 * This is to protect the data from concurrent access by read/write
49 * Read/write access to configfs attributes is handled by configfs.
51 * This is to protect the data from concurrent access by read/write
H A Du_rndis.h13 * published by the Free Software Foundation.
33 * Read/write access to configfs attributes is handled by configfs.
35 * This is to protect the data from concurrent access by read/write
/linux-4.4.14/arch/unicore32/include/asm/
H A Dcache.h10 * published by the Free Software Foundation.
19 * Memory returned by kmalloc() may be used for DMA, so we must make
22 * cache before the transfer is done, causing old data to be seen by
/linux-4.4.14/arch/mn10300/unit-asb2364/include/unit/
H A Dclock.h4 * Written by David Howells (dhowells@redhat.com)
6 * Modified by Matsushita Electric Industrial Co., Ltd.
12 * as published by the Free Software Foundation; either version
/linux-4.4.14/arch/arm/mach-omap1/
H A Dopp.h5 * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com>
6 * Based on clocks.h by Tony Lindgren, Gordon McNutt and RidgeRun, Inc
10 * published by the Free Software Foundation.
/linux-4.4.14/net/llc/
H A DMakefile4 # Copyright (c) 1997 by Procom Technology,Inc.
5 # 2001-2003 by Arnaldo Carvalho de Melo <acme@conectiva.com.br>
8 # GNU General Public License as published by the Free Software Foundation.
/linux-4.4.14/drivers/usb/storage/
H A Dunusual_devs.h4 * Current development and maintenance by:
7 * Initial work by:
14 * under the terms of the GNU General Public License as published by the
34 /* If you edit this file, please try to keep it sorted first by VendorID,
35 * then by ProductID.
69 /* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr>
77 /* Reported by Rodolfo Quesada <rquesada@roqz.net> */
89 /* Reported by Ben Efros <ben@pc-doctor.com> */
96 /* Reported by Grant Grundler <grundler@parisc-linux.org>
110 /* Reported by Sebastian Kapfer <sebastian_kapfer@gmx.net>
120 /* Patch submitted by Mihnea-Costin Grigore <mihnea@zulu.ro> */
127 /* Deduced by Jonathan Woithe <jwoithe@just42.net>
137 /* Submitted by Ernestas Vaiciukevicius <ernisv@gmail.com> */
144 /* Reported by Orgad Shaneh <orgads@gmail.com> */
150 /* Reported by Christian Leber <christian@leber.de> */
157 /* Reported by Stefan Werner <dustbln@gmx.de> */
164 /* Reported by Pete Zaitcev <zaitcev@redhat.com>, bz#176584 */
170 /* Reported by Andrew Nayenko <relan@bk.ru>
171 * Updated for new firmware by Phillip Potter <phillipinda@hotmail.com> */
178 /* Reported by Mario Rettig <mariorettig@web.de> */
185 /* Reported by <honkkis@gmail.com> */
192 /* Reported by Jon Hart <Jon.Hart@web.de> */
199 /* Reported by Sumedha Swamy <sumedhaswamy@gmail.com> and
207 /* Reported by Jiri Slaby <jirislaby@gmail.com> and
215 /* Reported by Matthew Bloch <matthew@bytemark.co.uk> */
222 /* Reported by Bardur Arantsson <bardur@scientician.net> */
229 /* Reported by Manuel Osdoba <manuel.osdoba@tu-ilmenau.de> */
236 /* Reported by Alex Corcoles <alex@corcoles.net> */
243 /* Reported by Daniele Forsi <dforsi@gmail.com> */
250 /* Patch submitted by Victor A. Santos <victoraur.santos@gmail.com> */
257 /* Patch submitted by Mikhail Zolotaryov <lebon@lebon.org.ua> */
272 /* Patch submitted by Daniel Drake <dsd@gentoo.org>
286 "USBest Technology", /* sold by Transcend */
301 /* Reported by Tamas Kerecsen <kerecsen@bigfoot.com>
302 * Obviously the PROM has not been customized by the VAR;
315 * Reported by Pete Zaitcev <zaitcev@redhat.com>
325 /* Patch submitted by Philipp Friedrich <philipp@void.at> */
331 /* Patch submitted by Philipp Friedrich <philipp@void.at> */
337 /* Patch submitted by Stephane Galles <stephane.galles@free.fr> */
343 /* Patch submitted by Jens Taprogge <jens.taprogge@taprogge.org> */
350 /* Reported by Paul Stewart <stewart@wetlogic.net>
358 * Reported by Manuel Fombuena <mfombuena@ya.com> and
367 * Submitted by Fabien Cosse <fabien.cosse@wanadoo.fr>*/
374 /* Reported by Doug Maxey (dwm@austin.ibm.com) */
381 /* Reported by Simon Levitt <simon@whattf.com>
388 /* Reported by Khalid Aziz <khalid@gonehiking.org>
403 /* Reported by Ondrej Zary <linux@rainbow-software.org>
412 /* Reported by Kriston Fincher <kriston@airmail.net>
413 * Patch submitted by Sean Millichamp <sean@bruenor.org>
429 /* Reported by Adriaan Penning <a.penning@luon.net> */
436 /* Reported by Simeon Simeonov <simeonov_2000@yahoo.com> */
465 /* Reported by Markus Demleitner <msdemlei@cl.uni-heidelberg.de> */
472 /* Reported by Daniel Nouri <dpunktnpunkt@web.de> */
518 /* Reported by Dmitry Khlystov <adminimus@gmail.com> */
525 /* Reported by Vitaly Kuznetsov <vitty@altlinux.ru> */
532 /* Added by Dmitry Artamonow <mad_soft@inbox.ru> */
539 /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
549 /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */
557 * Reported by David Chatenay <dchatenay@hotmail.com>
566 /* Added by Alan Stern <stern@rowland.harvard.edu> */
574 * Submitted by Stephan Fuhrmann <atomenergie@t-online.de> */
582 * Reported by Michele Alzetta <michele.alzetta@aliceposta.it> */
589 /* Reported by Iacopo Spalletti <avvisi@spalletti.it> */
597 * Reported by Bjoern Paetzel <kolrabi@kolrabi.de> */
604 /* Reported by Paul Ortyl <ortylp@3miasto.net>
618 /* Submitted by Lars Jacob <jacob.lars@googlemail.com>
627 /* Reported by wim@geeks.nl */
634 /* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */
647 /* Submitted by Klaus Mueller <k.mueller@intershop.de> */
654 /* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */
667 /* Submitted by Michal Mlotek <mlotek@foobar.pl> */
680 /* Submitted by Nathan Babb <nathan@lexi.com> */
687 /* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */
694 /* Submitted by Mike Alborn <malborn@deandra.homeip.net> */
701 /* Submitted by Ren Bigcren <bigcren.ren@sonymobile.com> */
722 /* Reported by Johann Cardon <johann.cardon@free.fr>
731 /* Reported by RTE <raszilki@yandex.ru> */
744 /* Reported by Andre Welter <a.r.welter@gmx.de>
762 /* Reported by <Hendryk.Pfeiffer@gmx.de> */
769 /* Reported by Christian Schaller <cschalle@redhat.com> */
776 /* Submitted by Joel Bourquard <numlock@freesurf.ch>
786 /* Submitted by Sven Anderson <sven-linux@anderson.de>
798 /* Reported by Avi Kivity <avi@argo.co.il> */
818 * Reported by Tyson Vinson <lornoss@gmail.com>
827 /* Reported by Dan Williams <dcbw@redhat.com>
829 * Ignore driver CD mode and force into modem mode by default.
839 /* Reported by Blake Matheny <bmatheny@purdue.edu> */
849 * They were originally reported by Alexander Oltu
853 * US_FL_GO_SLOW and US_FL_MAX_SECTORS_64 added by Phil Dibowitz
869 /* Reported by Ben Efros <ben@pc-doctor.com> */
876 /* Reported by Hanno Boeck <hanno@gmx.de>
889 /* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */
896 /* Reported by Daniel Kukula <daniel.kuku@gmail.com> */
903 /* Reported by Rogerio Brito <rbrito@ime.usp.br> */
910 /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */
911 /* Change to bcdDeviceMin (0x0100 to 0x0001) reported by
919 /* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */
926 /* Submitted by Benny Sjostrand <benny@hostmobility.com> */
932 /* Reported by Miguel A. Fosas <amn3s1a@ono.com> */
943 /* Reported by David Hamilton <niftimusmaximus@lycos.com> */
956 /* Reported by Adrian Pilchowiec <adi1981@epf.pl> */
964 /* Reported by Jean-Baptiste Onofre <jb@nanthrax.net>
974 /* Reported by Massimiliano Ghilardi <massimiliano.ghilardi@gmail.com>
990 /* Reported by Olivier Blondeau <zeitoun@gmail.com> */
997 /* Submitted by Roman Hodek <roman@hodek.net> */
1016 /* Reported by Eero Volotinen <eero@ping-viini.org> */
1046 * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>.
1055 /* Reported by Rauch Wolke <rauchwolke@gmx.net>
1056 * and augmented by binbin <binbinsh@gmail.com> (Bugzilla #12882)
1081 /* Submitted by Oleksandr Chumachenko <ledest@gmail.com> */
1087 /* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/
1094 /* Reported by Luciano Rocha <luciano@eurotux.com> */
1101 /* Reported and patched by Nguyen Anh Quynh <aquynh@gmail.com> */
1108 /* Reported by Martijn Hijdra <martijn.hijdra@gmail.com> */
1122 /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
1134 /* Reported by <ttkspam@free.fr>
1166 /* Submitted by Jan De Luyck <lkml@kcore.org> */
1173 /* Submitted by Dylan Taft <d13f00l@gmail.com>
1185 * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de>
1193 /* Reported by Filippo Bardelli <filibard@libero.it>
1216 /* Reported by Paul Hartman <paul.hartman+linux@gmail.com>
1231 * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk>
1253 /* Reported by Dan Williams <dcbw@redhat.com>
1255 * Ignore driver CD mode and force into modem mode by default.
1265 /* Reported by F. Aben <f.aben@option.com>
1275 /* Reported by Jan Dumon <j.dumon@option.com>
1369 /* Reported by Namjae Jeon <namjae.jeon@samsung.com> */
1375 /* Reported by Ben Efros <ben@pc-doctor.com> */
1398 /* Submitted by Joris Struyve <joris@struyve.be> */
1415 /* Reported by Jason Johnston <killean@shaw.ca> */
1422 /* Reported by Lubomir Blaha <tritol@trilogic.cz>
1433 /* Reported by Edward Chapman (taken from linux-usb mailing list)
1442 /* Patch by Stephan Walter <stephan.walter@epfl.ch>
1450 /* Reported by Ian McConnell <ian at emit.demon.co.uk> */
1457 /* Reported by Jim McCloskey <mcclosk@ucsc.edu> */
1464 /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */
1471 /* Submitted by Daniel Drake <dsd@gentoo.org>
1472 * Reported by dayul on the Gentoo Forums */
1479 /* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */
1486 /* Reported by Benjamin Schiller <sbenni@gmx.de>
1487 * It is also sold by Easylite as DJ 20 */
1494 /* Patch by Leonid Petrov mail at lpetrov.net
1495 * Reported by Robert Spitzenpfeil <robert@spitzenpfeil.org>
1497 * Updated to 103 device by MJ Ray mjr at phonecoop.coop
1515 /* Submitted by Nick Holloway */
1522 /* Reported by Moritz Moeller-Herrmann <moritz-kernel@moeller-herrmann.de> */
1529 /* Reported by Michael Stattmann <michael@stattmann.com> */
1536 /* Reported by The Solutor <thesolutor@gmail.com> */
1543 /* Reported by Jan Mate <mate@fiit.stuba.sk>
1544 * and by Soeren Sonnenburg <kernel@nn7.de> */
1551 /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */
1558 /* Reported by Ricardo Barberis <ricardo@dattatec.com> */
1565 /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
1583 /* Reported by Namjae Jeon <namjae.jeon@samsung.com> */
1589 /* Reported by Fabio Venturi <f.venturi@tdnet.it>
1598 /* Reported by Pascal Terjan <pterjan@mandriva.com>
1599 * Ignore driver CD mode and force into modem mode by default.
1606 /* Reported by Kevin Lloyd <linux@sierrawireless.com>
1617 /* Reported by Jaco Kroon <jaco@kroon.co.za>
1627 /* Reported by fangxiaozhi <huananhu@huawei.com>
1961 /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */
1968 /* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */
1975 /* Reported by Qinglin Ye <yestyle@gmail.com> */
1982 /* Reported by Francesco Foresti <frafore@tiscali.it> */
1989 /* Reported by Michael Büsch <m@bues.ch> */
1996 /* Reported by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
2005 /* Reported by Dmitry Nezhevenko <dion@dion.org.ua> */
2020 /* Reported by Robert Schedel <r.schedel@yahoo.de>
2028 /* Reported by Oliver Neukum <oneukum@suse.com> */
2035 /* Reported by Jesse Feddema <jdfeddema@gmail.com> */
2048 /* Reported by Hans de Goede <hdegoede@redhat.com>
2068 /* Reported by Oliver Neukum <oneukum@suse.com>
2080 /* Reported by Sven Geggus <sven-usbst@geggus.net>
2089 /* Reported by Hans de Goede <hdegoede@redhat.com>
2100 /* Patch by Richard Schütz <r.schtz@t-online.de>
2109 /* Reported by Jasper Mackenzie <scarletpimpernal@hotmail.com> */
2129 /* patch submitted by Davide Perini <perini.davide@dpsoftware.org>
2139 * Patch by Constantin Baranov <const@tltsu.ru>
2140 * Report by Andreas Koenecke.
2149 /* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */
2156 /* Reported by Frederic Marchal <frederic.marchal@wowcompany.com>
2165 /* Reported by Andrey Rahmatullin <wrar@altlinux.org> */
2172 /* Reported by Sergey Pinaev <dfo@antex.ru> */
2198 /* Reported by Andrew Simmons <andrew.simmons@gmail.com> */
2205 /* Reported by Alessio Treglia <quadrispro@ubuntu.com> */
/linux-4.4.14/drivers/staging/dgnc/
H A Ddgnc_utils.c11 * Returns 0 if timed out, !0 (showing signal) if interrupted by a signal.
/linux-4.4.14/arch/x86/um/
H A Dksyms.c6 /*XXX: we need them because they would be exported by x86_64 */
/linux-4.4.14/arch/alpha/include/asm/
H A Dbugs.h8 * This is included by init/main.c to check for architecture-dependent bugs.
H A Dfb.h5 /* Caching is off in the I/O space quadrant by design. */
/linux-4.4.14/arch/alpha/include/uapi/asm/
H A Dgentrap.h5 * Definitions for gentrap causes. They are generated by user-level
10 #define GEN_INTDIV -2 /* integer division by zero */
12 #define GEN_FLTDIV -4 /* fp division by zero */
17 #define GEN_DECDIV -9 /* decimal division by zero */
/linux-4.4.14/arch/arc/plat-sim/
H A DMakefile6 # published by the Free Software Foundation.
/linux-4.4.14/sound/core/oss/
H A DMakefile3 # Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/core/seq/oss/
H A DMakefile3 # Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/include/xen/
H A Dfeatures.h4 * Query the features reported by Xen.
/linux-4.4.14/include/uapi/linux/netfilter_ipv4/
H A Dipt_TTL.h2 * (C) 2000 by Harald Welte <laforge@netfilter.org> */
/linux-4.4.14/include/uapi/linux/netfilter_ipv6/
H A Dip6t_NPT.h12 /* Used internally by the kernel */
/linux-4.4.14/include/linux/soc/brcmstb/
H A Dbrcmstb.h6 * before SMP is brought up, called by machine entry point.
/linux-4.4.14/arch/m68k/include/asm/
H A Dbugs.h8 * This is included by init/main.c to check for architecture-dependent bugs.
/linux-4.4.14/arch/mips/lib/
H A Dr3k_dump_tlb.c4 * Copyright (C) 1994, 1995 by Waldorf Electronics, written by Ralf Baechle.
5 * Copyright (C) 1999 by Silicon Graphics, Inc.
6 * Copyright (C) 1999 by Harald Koerfgen
/linux-4.4.14/arch/parisc/include/asm/
H A Dbugs.h8 * This is included by init/main.c to check for architecture-dependent bugs.
H A Dparport.h5 * This file should only be included by drivers/parport/parport_pc.c.
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
H A Dreg_rdwr.h2 * Read/write register macros used by *_defs.h
/linux-4.4.14/arch/cris/include/asm/
H A Dbugs.h9 * This is included by init/main.c to check for architecture-dependent bugs.
H A Dptrace.h7 /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */
/linux-4.4.14/arch/frv/kernel/
H A Dpm-mb93093.c6 * Written by: msalter@redhat.com
28 * Setup interrupt masks, etc to enable wakeup by power switch
38 * Cleanup interrupt masks, etc after wakeup by power switch
46 * Return non-zero if wakeup irq was caused by power switch
/linux-4.4.14/arch/m32r/include/asm/
H A Dbugs.h5 * This is included by init/main.c to check for architecture-dependent bugs.
/linux-4.4.14/arch/avr32/include/asm/
H A Dbugs.h2 * This is included by init/main.c to check for architecture-dependent bugs.
/linux-4.4.14/sound/drivers/mpu401/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/drivers/opl4/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/isa/cs423x/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/isa/es1688/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/sparc/
H A DMakefile3 # Copyright (c) 2002 by David S. Miller <davem@redhat.com>
/linux-4.4.14/sound/synth/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/tools/build/feature/
H A Dtest-timerfd.c2 * test for timerfd functions used by perf-kvm-stat-live
/linux-4.4.14/sound/pci/rme9652/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/sound/ppc/
H A DMakefile3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Dos_capi.h6 * Copyright 2000-2003 by Armin Schindler (mac@melware.de)
10 * of the GNU General Public License, incorporated herein by reference.
/linux-4.4.14/drivers/isdn/hisax/
H A Darcofi.h6 * Copyright by Karsten Keil <keil@isdn4linux.de>
9 * of the GNU General Public License, incorporated herein by reference.
/linux-4.4.14/drivers/media/pci/cx23885/
H A Daltera-ci.h10 * it under the terms of the GNU General Public License as published by
53 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); altera_ci_init()
59 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); altera_ci_release()
64 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); altera_ci_irq()
70 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); altera_ci_tuner_reset()
79 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
85 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
91 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
/linux-4.4.14/drivers/input/mouse/
H A Dtouchkit_ps2.h4 * Copyright (C) 2005 by Stefan Lucke
8 * under the terms of the GNU General Public License version 2 as published by
/linux-4.4.14/arch/arc/include/asm/
H A Dserial.h6 * published by the Free Software Foundation.
15 * we do this in a helper by parsing the FDT early
H A Ddelay.h6 * published by the Free Software Foundation.
39 * Approximate Division by multiplication:
40 * -Mathematically if we multiply and divide a number by same value the
46 * -Divide by 2^32 is very simply right shift by 32
56 * HZ * 4295 is pre-evaluated by gcc - hence only 2 mpy ops __udelay()
/linux-4.4.14/arch/arc/include/uapi/asm/
H A Dcachectl.h6 * published by the Free Software Foundation.
22 * Standard flags expected by cacheflush system call users
/linux-4.4.14/arch/c6x/include/asm/
H A Dmodule.h7 * Updated for 2.6.34 by: Mark Salter (msalter@redhat.com)
11 * published by the Free Software Foundation.
/linux-4.4.14/lib/
H A Dirq_regs.c4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
/linux-4.4.14/include/linux/usb/
H A Dmusb-omap.h2 * Copyright (C) 2011-2012 by Texas Instruments
6 * General Public License version 2 as published by the Free Software
H A Daudio.h5 * Developed for Thumtronics by Grey Innovation
9 * License ("GPL") version 2, as published by the Free Software Foundation.
12 * by the USB Device Class Definition for Audio Devices.
/linux-4.4.14/include/keys/
H A Ddns_resolver-type.h4 * Written by Wang Lei (wang840925@gmail.com)
8 * as published by the Free Software Foundation; either version
H A Dkeyring-type.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
/linux-4.4.14/arch/powerpc/include/asm/
H A Dbugs.h7 * as published by the Free Software Foundation; either version
12 * This file is included by 'init/main.c' to check for
/linux-4.4.14/arch/mn10300/proc-mn103e010/include/proc/
H A Dclock.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
H A Dproc.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
/linux-4.4.14/arch/mn10300/unit-asb2303/include/unit/
H A Dclock.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
/linux-4.4.14/arch/mn10300/unit-asb2305/include/unit/
H A Dclock.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
/linux-4.4.14/arch/frv/include/uapi/asm/
H A Dsetup.h4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
/linux-4.4.14/arch/arm64/include/asm/
H A Dacenv.h10 * published by the Free Software Foundation.
16 /* It is required unconditionally by ACPI core, update it when needed. */
/linux-4.4.14/arch/avr32/kernel/
H A Dirq.c9 * published by the Free Software Foundation.
19 /* May be overridden by platform code */ nmi_enable()
/linux-4.4.14/include/net/caif/
H A Dcaif_device.h18 * supplied by CAIF Core Stack and is used by CAIF
24 * low-latency. This member is set by CAIF Link
29 * Is set by CAIF Link Layer in order to indicate if the
31 * assembled by CAIF Core Layer.
42 * It is used by the device to register its behavior.
/linux-4.4.14/arch/tile/include/arch/
H A Dmpipe_shm.h6 * as published by the Free Software Foundation, version 2.
27 * The eDMA descriptor is written by software and consumed by hardware. It
88 * byte moved by this descriptor. Must be zero if CSUM=0 in this
94 * Start byte of checksum relative to the first byte moved by this
103 * byte pointed to by CSUM_START and bits[15:8] will be added to the byte
104 * pointed to by CSUM_START+1 (with appropriate 1's compliment carries).
127 /** Virtual address. Must be sign extended by consumer. */
142 * whether the INST field in the buffer descriptor is populated by iDMA
147 * Always set to one by hardware in iDMA packet descriptors. For eDMA,
153 * Encoded size of buffer. Set by the ingress hardware for iDMA packet
157 * specified by the .xfer_size field.
171 * buffer's size indicated by the .size field.
193 * The packet descriptor is filled by the mPIPE's classification,
195 * by mPIPE hardware, and others are consumed by Tile software.
208 * Typically written by load balancer, but can be overridden by
212 /** Source channel for this packet. Written by mPIPE DMA hardware. */
218 * Generated by the MAC interface. Asserted if there was an overrun of
225 * Written by the iDMA hardware. Asserted if packet was truncated due to
230 * Written by the iDMA hardware. Indicates the number of bytes written
240 * Generated by the MAC. Asserted if MAC indicated an L2 CRC error or
246 * Written by the iDMA hardware. Asserted if packet was not completely
252 * Written by the classification program. Used by the load balancer to
260 * Written by classification program. When 1, the checksum engine will
267 * Written by the classification program. When 1, the NotifRingIDX is
268 * set by classification program rather than being set by load balancer.
272 * Written by classification program. Indicates whether packet and
279 * Written by the classification program. When 1, the GP_SQN_SEL field
288 * with custom data by classifier. When set, hardware inserts the
295 * with custom data by classifier. When set, hardware inserts the packet
302 * Written by the iDMA hardware. Asserted if iDMA ran out of buffers
308 * Written by the classification program. The associated counter is
340 * Written by the classification program. The associated counter is
347 * Written by classification program. Indicates the start byte for
352 * Checksum seed written by classification program. Overwritten with
354 * value bits when viewed by Tile software match the packet byte order.
360 * bits[15:8] of the CSUM_SEED field generated by the classifier. This
365 * Written by the classification program. Not interpreted by mPIPE
381 * Written by the classification program. Not interpreted by mPIPE
393 * Written by the classification program. Not interpreted by mPIPE
405 * Written by the classification program. Not interpreted by mPIPE
418 * selects which sequence number is to be applied by writing the 13-bit
426 * Written by notification hardware. The packet sequence number is
439 * Written by hardware when the start-of-packet is received by the mPIPE
444 * Written by hardware when the start-of-packet is received by the mPIPE
456 /** Virtual address. Must be sign extended by consumer. */
471 * whether the INST field in the buffer descriptor is populated by iDMA
476 * Always set to one by hardware in iDMA packet descriptors. For eDMA,
482 * Encoded size of buffer. Set by the ingress hardware for iDMA packet
486 * specified by the .xfer_size field.
500 * buffer's size indicated by the .size field.
/linux-4.4.14/tools/perf/scripts/python/
H A Devent_analyzing_sample.py129 print "Statistics about the general events grouped by thread/symbol/dso: \n"
131 # Group by thread
132 commq = con.execute("select comm, count(comm) from gen_events group by comm order by -count(comm)")
137 # Group by symbol
139 symbolq = con.execute("select symbol, count(symbol) from gen_events group by symbol order by -count(symbol)")
143 # Group by dso
145 dsoq = con.execute("select dso, count(dso) from gen_events group by dso order by -count(dso)")
162 print "Statistics about the PEBS Load Latency events grouped by thread/symbol/dse/latency: \n"
164 # Group by thread
165 commq = con.execute("select comm, count(comm) from pebs_ll group by comm order by -count(comm)")
170 # Group by symbol
172 symbolq = con.execute("select symbol, count(symbol) from pebs_ll group by symbol order by -count(symbol)")
176 # Group by dse
177 dseq = con.execute("select dse, count(dse) from pebs_ll group by dse order by -count(dse)")
182 # Group by latency
183 latq = con.execute("select lat, count(lat) from pebs_ll group by lat order by lat")
H A Dsyscall-counts-by-pid.py1 # system call counts, by pid
5 # Displays system-wide system call totals, broken down by syscall.
6 # If a [comm] arg is specified, only syscalls called by [comm] are displayed.
17 usage = "perf script -s syscall-counts-by-pid.py [comm]\n";
60 print "\nsyscall events by comm/pid:\n\n",
/linux-4.4.14/arch/metag/include/asm/mach/
H A Darch.h11 * published by the Free Software Foundation.
22 * struct machine_desc - Describes a board controlled by a Meta.
35 * This structure is provided by each board which can be controlled by a Meta.
36 * It is chosen by matching the compatible strings in the device tree provided
37 * by the bootloader with the strings in @dt_compat, and sets up any aspects of
75 * a table by the linker.
/linux-4.4.14/drivers/net/arcnet/
H A Dcom20020.h4 * Written 1997 by David Woodhouse.
5 * Written 1994-1999 by Avery Pennarun.
6 * Derived from skeleton.c by Donald Becker.
15 * skeleton.c Written 1993 by Donald Becker.
16 * Copyright 1993 United States Government as represented by the
19 * modified by SRC, incorporated herein by reference.
35 /* The number of low I/O ports used by the card. */
91 * (indexed by _CONFIG or _SUBADDR)
/linux-4.4.14/drivers/net/wireless/hostap/
H A Dhostap_80211.h20 /* possibly followed by Challenge text */
29 /* followed by SSID and Supported rates */
36 /* followed by Supported rates */
43 /* followed by SSID and Supported rates */
55 /* followed by some of SSID, Supported rates,
/linux-4.4.14/arch/cris/include/arch-v10/arch/
H A Ddma.h12 /* dma2 and dma3 shared by par0, scsi0, ser2 and ata */
22 /* dma4 and dma5 shared by par1, scsi1, ser3 and extdma0 */
32 /* dma6 and dma7 shared by ser0, extdma1 and mem2mem */
40 /* dma8 and dma9 shared by ser1 and usb */
67 /* Masks used by cris_request_dma options: */
/linux-4.4.14/arch/blackfin/kernel/
H A Dtraps.c175 /* 0x12 - Reserved, Caught by default */ trap_c()
176 /* 0x13 - Reserved, Caught by default */ trap_c()
177 /* 0x14 - Reserved, Caught by default */ trap_c()
178 /* 0x15 - Reserved, Caught by default */ trap_c()
179 /* 0x16 - Reserved, Caught by default */ trap_c()
180 /* 0x17 - Reserved, Caught by default */ trap_c()
181 /* 0x18 - Reserved, Caught by default */ trap_c()
182 /* 0x19 - Reserved, Caught by default */ trap_c()
183 /* 0x1A - Reserved, Caught by default */ trap_c()
184 /* 0x1B - Reserved, Caught by default */ trap_c()
185 /* 0x1C - Reserved, Caught by default */ trap_c()
186 /* 0x1D - Reserved, Caught by default */ trap_c()
187 /* 0x1E - Reserved, Caught by default */ trap_c()
188 /* 0x1F - Reserved, Caught by default */ trap_c()
189 /* 0x20 - Reserved, Caught by default */ trap_c()
294 /* 0x29 - Reserved, Caught by default */ trap_c()
335 /* 0x2F - Reserved, Caught by default */ trap_c()
336 /* 0x30 - Reserved, Caught by default */ trap_c()
337 /* 0x31 - Reserved, Caught by default */ trap_c()
338 /* 0x32 - Reserved, Caught by default */ trap_c()
339 /* 0x33 - Reserved, Caught by default */ trap_c()
340 /* 0x34 - Reserved, Caught by default */ trap_c()
341 /* 0x35 - Reserved, Caught by default */ trap_c()
342 /* 0x36 - Reserved, Caught by default */ trap_c()
343 /* 0x37 - Reserved, Caught by default */ trap_c()
344 /* 0x38 - Reserved, Caught by default */ trap_c()
345 /* 0x39 - Reserved, Caught by default */ trap_c()
346 /* 0x3A - Reserved, Caught by default */ trap_c()
347 /* 0x3B - Reserved, Caught by default */ trap_c()
348 /* 0x3C - Reserved, Caught by default */ trap_c()
349 /* 0x3D - Reserved, Caught by default */ trap_c()
350 /* 0x3E - Reserved, Caught by default */ trap_c()
351 /* 0x3F - Reserved, Caught by default */ trap_c()
427 /* If the fault was caused by a kernel thread, or interrupt handler trap_c()
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dfilter.h7 * by the Free Software Foundation, incorporated herein by reference.
19 * @EFX_FILTER_MATCH_REM_HOST: Match by remote IP host address
20 * @EFX_FILTER_MATCH_LOC_HOST: Match by local IP host address
21 * @EFX_FILTER_MATCH_REM_MAC: Match by remote MAC address
22 * @EFX_FILTER_MATCH_REM_PORT: Match by remote TCP/UDP port
23 * @EFX_FILTER_MATCH_LOC_MAC: Match by local MAC address
24 * @EFX_FILTER_MATCH_LOC_PORT: Match by local TCP/UDP port
25 * @EFX_FILTER_MATCH_ETHER_TYPE: Match by Ether-type
26 * @EFX_FILTER_MATCH_INNER_VID: Match by inner VLAN ID
27 * @EFX_FILTER_MATCH_OUTER_VID: Match by outer VLAN ID
28 * @EFX_FILTER_MATCH_IP_PROTO: Match by IP transport protocol
29 * @EFX_FILTER_MATCH_LOC_MAC_IG: Match by local MAC address I/G bit.
34 * - Falcon supports RX filters matching by {TCP,UDP}/IPv4 4-tuple or
37 * - Siena supports RX and TX filters matching by {TCP,UDP}/IPv4 4-tuple
41 * - Huntington supports filter matching controlled by firmware, potentially
63 * or hardware requirements. This may only be used by the filter
87 * %EFX_FILTER_PRI_AUTO). This may only be set by the filter
127 * The @priority field is used by software to determine whether a new
/linux-4.4.14/arch/m68k/fpsp040/
H A Dbinstr.S16 | bit 63. The fraction is multiplied by 10 using a mul by 2
17 | shift and a mul by 8 shift. The bits shifted out of the
28 | A3. Multiply the fraction in d2:d3 by 8 using bit-field
32 | A4. Multiply the fraction in d4:d5 by 2 using shifts. The msb
33 | will be collected by the carry.
51 | d2: upper 32-bits of fraction for mul by 8
52 | d3: lower 32-bits of fraction for mul by 8
53 | d4: upper 32-bits of fraction for mul by 2
54 | d5: lower 32-bits of fraction for mul by 2
87 | A3. Multiply d2:d3 by 8; extract msbs into d1.
90 asll #3,%d2 |shift d2 left by 3 places
92 asll #3,%d3 |shift d3 left by 3 places
95 | A4. Multiply d4:d5 by 2; add carry out to d1.
97 asll #1,%d5 |mul d5 by 2
98 roxll #1,%d4 |mul d4 by 2
100 addxw %d6,%d1 |add in extend from mul by 2
102 | A5. Add mul by 8 to mul by 2. D1 contains the digit formed.
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.h7 * it under the terms of the GNU General Public License as published by
10 * Written by: Karen Xie (kxie@chelsio.com)
11 * Written by: Rakesh Ranjan (rranjan@chelsio.com)
/linux-4.4.14/drivers/isdn/capi/
H A Dkcapi.h4 * Copyright 1999 by Carsten Paeth <calle@calle.de>
5 * Copyright 2002 by Kai Germaschewski <kai@germaschewski.name>
8 * of the GNU General Public License, incorporated herein by reference.
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_fw_file_hdr.h8 * it under the terms of the GNU General Public License as published by
11 * Maintained by: Ariel Elior <ariel.elior@qlogic.com>
12 * Written by: Vladislav Zolotarov
/linux-4.4.14/arch/x86/math-emu/
H A Dwm_shrx.S26 | Shifts the 64 bit quantity pointed to by the first arg (arg1) |
27 | right by the number of bits specified by the second arg (arg2). |
102 | Shifts the 64 bit quantity pointed to by the first arg (arg1) |
103 | right by the number of bits specified by the second arg (arg2). |
108 | The lower 8 bits of eax are lost and replaced by a flag which is |
126 /* We got here without jumps by assuming that the most common requirement
128 /* Shift by [32..63] bits */
149 /* Shift by [0..31] bits */
166 /* Shift by [64..95] bits */
193 /* Shift by [96..inf) bits */
/linux-4.4.14/block/partitions/
H A Datari.h3 * Moved by Russell King from:
7 * by Andreas Schwab (schwab@ls5.informatik.uni-dortmund.de)
11 * by Guenther Kelleter (guenther@pool.informatik.rwth-aachen.de)

Completed in 5046 milliseconds

1234567891011>>