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

1234567891011>>

/linux-4.4.14/arch/mips/include/asm/
H A Dsparsemem.h6 * SECTION_SIZE_BITS 2^N: how big each section will be
H A Dpm-cps.h16 * thus in an MT system the VPEs within each core are coupled and can only
47 * each coupled CPU. Returns 0 on successful entry & exit, otherwise -errno.
/linux-4.4.14/arch/sh/include/asm/
H A Dsparsemem.h6 * SECTION_SIZE_BITS 2^N: how big each section will be
H A Dwatchdog.h81 * The upper byte is set manually on each write.
93 * The upper byte is set manually on each write.
114 * register. The upper byte is set manually on each write.
135 * The upper byte is set manually on each write.
157 * register. The upper byte is set manually on each write.
/linux-4.4.14/arch/metag/include/asm/
H A Dsparsemem.h5 * SECTION_SIZE_BITS 2^N: how big each section will be
/linux-4.4.14/sound/pci/au88x0/
H A Dau88x0_eq.h21 s32 this04; /* How many filters for each side (default = 10) */
32 s32 this10; /* How many gains are used for each side (right or left). */
39 /* 50 u16 word each channel. */
/linux-4.4.14/include/linux/ceph/
H A Dceph_debug.h9 * wrap pr_debug to include a filename:lineno prefix on each line.
11 * the extra function call at each call site.
/linux-4.4.14/arch/mn10300/include/asm/
H A Dmmu.h16 * each CPU */
/linux-4.4.14/arch/ia64/include/asm/
H A Dsparsemem.h6 * SECTION_SIZE_BITS 2^N: how big each section will be
H A Dunistd.h18 * unimplemented system calls. Glibc provides for each of these by using
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.c571 struct qlcnic_dcb_param *each; qlcnic_83xx_dcb_query_cee_param() local
598 each = &mbx_out.type[j]; qlcnic_83xx_dcb_query_cee_param()
600 each->hdr_prio_pfc_map[0] = cmd.rsp.arg[k++]; qlcnic_83xx_dcb_query_cee_param()
601 each->hdr_prio_pfc_map[1] = cmd.rsp.arg[k++]; qlcnic_83xx_dcb_query_cee_param()
602 each->prio_pg_map[0] = cmd.rsp.arg[k++]; qlcnic_83xx_dcb_query_cee_param()
603 each->prio_pg_map[1] = cmd.rsp.arg[k++]; qlcnic_83xx_dcb_query_cee_param()
604 each->pg_bw_map[0] = cmd.rsp.arg[k++]; qlcnic_83xx_dcb_query_cee_param()
605 each->pg_bw_map[1] = cmd.rsp.arg[k++]; qlcnic_83xx_dcb_query_cee_param()
606 each->pg_tsa_map[0] = cmd.rsp.arg[k++]; qlcnic_83xx_dcb_query_cee_param()
607 each->pg_tsa_map[1] = cmd.rsp.arg[k++]; qlcnic_83xx_dcb_query_cee_param()
608 val = each->hdr_prio_pfc_map[0]; qlcnic_83xx_dcb_query_cee_param()
612 each->app[i] = cmd.rsp.arg[i + k]; qlcnic_83xx_dcb_query_cee_param()
615 memcpy(p, &each->hdr_prio_pfc_map[0], size); qlcnic_83xx_dcb_query_cee_param()
657 struct qlcnic_dcb_param *each, qlcnic_dcb_fill_cee_tc_params()
669 if (QLC_DCB_GET_PFC_PRIO(each->hdr_prio_pfc_map[1], i) && qlcnic_dcb_fill_cee_tc_params()
676 pgid = QLC_DCB_GET_PGID_PRIO(each->prio_pg_map[0], i); qlcnic_dcb_fill_cee_tc_params()
678 pgid = QLC_DCB_GET_PGID_PRIO(each->prio_pg_map[1], i); qlcnic_dcb_fill_cee_tc_params()
687 static void qlcnic_dcb_fill_cee_pg_params(struct qlcnic_dcb_param *each, qlcnic_dcb_fill_cee_pg_params() argument
698 bw_per = QLC_DCB_GET_BWPER_PG(each->pg_bw_map[0], i); qlcnic_dcb_fill_cee_pg_params()
699 tsa = QLC_DCB_GET_TSA_PG(each->pg_tsa_map[0], i); qlcnic_dcb_fill_cee_pg_params()
701 bw_per = QLC_DCB_GET_BWPER_PG(each->pg_bw_map[1], i); qlcnic_dcb_fill_cee_pg_params()
702 tsa = QLC_DCB_GET_TSA_PG(each->pg_tsa_map[1], i); qlcnic_dcb_fill_cee_pg_params()
712 struct qlcnic_dcb_param *each, qlcnic_dcb_fill_cee_app_params()
719 num_app = qlcnic_dcb_get_num_app(adapter, each->hdr_prio_pfc_map[0]); qlcnic_dcb_fill_cee_app_params()
725 app->selector = QLC_DCB_GET_SELECTOR_APP(each->app[i]) - 1; qlcnic_dcb_fill_cee_app_params()
727 app->protocol = QLC_DCB_GET_PROTO_ID_APP(each->app[i]); qlcnic_dcb_fill_cee_app_params()
729 map = qlcnic_dcb_get_prio_map_app(adapter, each->app[i]); qlcnic_dcb_fill_cee_app_params()
746 struct qlcnic_dcb_param *each = &mbx->type[idx]; qlcnic_dcb_map_cee_params() local
757 if (qlcnic_dcb_pfc_hdr_valid(adapter, each->hdr_prio_pfc_map[0]) && qlcnic_dcb_map_cee_params()
761 if (qlcnic_dcb_tsa_hdr_valid(adapter, each->hdr_prio_pfc_map[0]) && qlcnic_dcb_map_cee_params()
765 qlcnic_dcb_fill_cee_tc_params(mbx, each, type); qlcnic_dcb_map_cee_params()
766 qlcnic_dcb_fill_cee_pg_params(each, type); qlcnic_dcb_map_cee_params()
767 qlcnic_dcb_fill_cee_app_params(adapter, idx, each, type); qlcnic_dcb_map_cee_params()
656 qlcnic_dcb_fill_cee_tc_params(struct qlcnic_dcb_mbx_params *mbx, struct qlcnic_dcb_param *each, struct qlcnic_dcb_cee *type) qlcnic_dcb_fill_cee_tc_params() argument
711 qlcnic_dcb_fill_cee_app_params(struct qlcnic_adapter *adapter, u8 idx, struct qlcnic_dcb_param *each, struct qlcnic_dcb_cee *type) qlcnic_dcb_fill_cee_app_params() argument
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dtc90522.h19 * and provides independent sub modules for each input.
21 * this driver treats each sub module as one demod device.
H A Dstv0297.h33 * First of each pair is the register, second is the value.
/linux-4.4.14/include/linux/
H A Dmsg.h7 /* one msg_msg structure for each message */
17 /* one msq_queue structure for each present queue on the system */
H A Dcpufreq-dt.h15 * True when each CPU has its own clock to control its
H A Dtimb_dma.h27 * struct timb_dma_platform_data_channel - Description of each individual
34 * @descriptor_elements: Number of elements in each descriptor.
47 * @channels: Definition of the each channel.
H A Dirq_cpustat.h16 * definitions instead of differing sets for each arch.
H A Dhashtable.h118 * @obj: the type * to use as a loop cursor for each entry
130 * @obj: the type * to use as a loop cursor for each entry
144 * @obj: the type * to use as a loop cursor for each entry
156 * @obj: the type * to use as a loop cursor for each entry
168 * @obj: the type * to use as a loop cursor for each entry
180 * @obj: the type * to use as a loop cursor for each entry
195 * @obj: the type * to use as a loop cursor for each entry
H A Dsem.h11 /* One sem_array data structure for each set of semaphores in the system. */
H A Datmel_tc.h17 * Many 32-bit Atmel SOCs include one or more TC blocks, each of which holds
19 * Depending on the SOC, each timer may have its own clock and IRQ, or those
27 * Although we expect each TC block to have a platform_device node, those
50 * @irq: irq for each of the three channels
51 * @clk: internal clock source for each of the three channels
55 * On some platforms, each TC channel has its own clocks and IRQs,
59 * Likewise, drivers should request irqs independently for each
114 * Each TC block has three "channels", each with one counter and controls.
H A Dcrc32.h18 * for each, crc1 and crc2.
45 * for each, crc1 and crc2.
H A Dcpu_rmap.h24 * @near: For each CPU, the index and distance to the nearest object,
H A Ddma-attrs.h10 * mapping. The semantics of each attribute should be defined in
/linux-4.4.14/arch/parisc/include/asm/
H A Dmmzone.h24 /* Since each 1GB can only belong to one region (node), we can create
25 * an index table for pfn to nid lookup; each entry in pfnnid_map
/linux-4.4.14/arch/alpha/lib/
H A Dsrm_printk.c30 /* expand each linefeed into carriage-return/linefeed: */ srm_printk()
/linux-4.4.14/lib/zlib_inflate/
H A DMakefile8 # Decompression needs to be serialized for each memory
/linux-4.4.14/include/uapi/linux/netfilter/
H A Dxt_u32.h25 * For now, I settle with a limit of 10 each.
/linux-4.4.14/arch/powerpc/include/asm/
H A Dmpc8260.h3 * we have a unique include file for each. Rather than change every
H A Dpgtable-ppc64-4k.h5 * for each page table entry. The PMD and PGD level use a 32b record for
6 * each entry by assuming that each entry is page aligned.
H A Dsparsemem.h7 * SECTION_SIZE_BITS 2^N: how big each section will be
H A Dcputhreads.h10 * threads per core and the same number for each core in the system
37 * bit set for each core that has at least one thread set in the argument.
H A Ddelay.h25 * result in large errors. While each iteration of the loop inside mdelay
40 * @delay: the number of microseconds to delay between each evaluation of
/linux-4.4.14/arch/microblaze/include/asm/
H A Dirq.h18 /* should be defined in each interrupt controller driver */
/linux-4.4.14/arch/mips/loongson64/loongson-3/
H A Dsmp.h13 /* 4 cores in each group(node) */
/linux-4.4.14/arch/ia64/include/asm/sn/
H A Dnodepda.h20 * A pointer to the right node PDA is saved in each CPU PDA.
26 * One of these structures is allocated on each node of a NUMA system.
48 * Array of pointers to the nodepdas for each node.
63 * Since there is one nodepda for each node, we need a convenient mechanism
H A Dpda.h18 * One of these structures is allocated for each cpu of a NUMA system.
52 * Per-cpu private data area for each cpu. The PDA is located immediately after
53 * the IA64 cpu_data area. A full page is allocated for the cp_data area for each
H A Darch.h49 * frequently referenced. They are kept in the per-cpu data areas of each cpu.
71 * Compact node ID to nasid mappings kept in the per-cpu data areas of each
/linux-4.4.14/sound/firewire/
H A Dpackets-buffer.h10 * @packets: an array, with each element pointing to one packet
/linux-4.4.14/arch/c6x/include/asm/
H A Dirq.h25 * The C64X+ core has 16 IRQ vectors. One each is used by Reset and NMI. Two
31 * single core IRQ vector. There are four combined sources, each of which
33 * can each route a single SoC interrupt directly.
/linux-4.4.14/lib/842/
H A D842.h5 /* The 842 compressed format is made up of multiple blocks, each of
11 * template operation. For normal operations, each arg is either a specific
17 * table, the static "decomp_ops" table used in decompress. For each template
18 * (table row), there are between 1 and 4 actions; each action corresponds to
20 * type action, or a "index" type action, and each action results in 2, 4, or 8
35 * The number of bits for each index's arg are: 8 bits for I2, 9 bits for I4,
36 * and 8 bits for I8. Since each index points to a 2, 4, or 8 byte section,
40 * each of I2, I4, and I8 that are updated for each byte written to the output
41 * buffer. In this implementation, the output buffer is directly used for each
71 * After all actions for each operation code are processed, another template
95 /* additional bits of each op param */
/linux-4.4.14/drivers/pci/hotplug/
H A Dacpiphp.h47 * struct slot - slot information for each *physical* slot
64 * for each bridge device in ACPI namespace
88 * PCI slot information for each *physical* PCI slot
94 objects (i.e. for each function) */
105 * PCI function information for each object in ACPI namespace
106 * typically 8 objects per slot (i.e. for each PCI function)
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.h217 QLM_MODE_SGMII, /* SGMII, each lane independent */
219 QLM_MODE_RXAUI_2X2, /* 2 RXAUI, 2 lanes each */
220 QLM_MODE_XFI_4X1, /* 4 XFI, 1 lane each */
221 QLM_MODE_XLAUI_1X4, /* 1 XLAUI, 4 lanes each */
222 QLM_MODE_10G_KR_4X1, /* 4 10GBASE-KR, 1 lane each */
223 QLM_MODE_40G_KR4_1X4, /* 1 40GBASE-KR4, 4 lanes each */
/linux-4.4.14/arch/x86/include/asm/
H A Duser32.h15 u32 st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */
30 int st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */
31 int xmm_space[32]; /* 8*16 bytes for each XMM-reg = 128 bytes */
H A Dsparsemem.h11 * SECTION_SIZE_BITS 2^n: size of each section
H A Dagp.h20 * need to be called for each cacheline of the whole page so it may
H A Dpgtable_32_types.h24 * The vmalloc() routines leaves a hole of 4kB between each vmalloced
H A Duser_32.h27 current->start_stack, so we round each of these off in order to be able
52 long st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */
66 long st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */
67 long xmm_space[32]; /* 8*16 bytes for each XMM-reg = 128 bytes */
/linux-4.4.14/arch/mips/include/uapi/asm/
H A Ducontext.h11 * ucontext and struct sigframe, with each extended context structure beginning
13 * indicated by the magic field. Userland may check each extended context
27 * @wr: the most significant 64 bits of each MSA vector register
H A Dsgidefs.h25 * MIPS ISAs are no longer subsets of each other. Therefore comparisons
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Dadl_pci8164.c86 /* read MSTS register / write CMD register for each axis (channel) */ adl_pci8164_auto_attach()
97 /* read SSTS register / write OTP register for each axis (channel) */ adl_pci8164_auto_attach()
108 /* read/write BUF0 register for each axis (channel) */ adl_pci8164_auto_attach()
119 /* read/write BUF1 register for each axis (channel) */ adl_pci8164_auto_attach()
/linux-4.4.14/drivers/media/usb/stk1160/
H A Dstk1160-reg.h46 * send count unit (0x105) before each unit skipped.
48 * skip count unit (0x105) before each unit sent.
54 * send count unit (0x105) before each unit skipped.
56 * skip count unit (0x105) before each unit sent.
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
H A Drx.h33 * The Rx path uses a double buffer and an rx_contro structure, each located
36 * The size of each of the two buffers is large enough to hold the longest
39 * 1) The target generates an interrupt each time a new packet is received.
40 * There are 2 RX interrupts, one for each buffer.
/linux-4.4.14/fs/nfs/
H A Dnetns.h2 * NFS-private data for each "struct net". Accessed with net_generic().
/linux-4.4.14/security/selinux/include/
H A Dnetif.h5 * maintain a table associating each interface with a SID.
/linux-4.4.14/include/media/blackfin/
H A Dbfin_capture.h22 /* routing information for each input */
/linux-4.4.14/arch/mips/fw/arc/
H A Darc_con.c19 /* Do each character */ prom_console_write()
/linux-4.4.14/arch/sh/lib/
H A Ddelay.c15 * normally taking two cycles each loop, as with all __delay()
/linux-4.4.14/arch/ia64/sn/include/
H A Dioerror.h22 * form. So, instead of having different data structures at each level,
24 * at each layer.
28 * A second possibility is to allow each layer to define its own error
31 * A big concern is the potential stack usage (and overflow), if each layer
/linux-4.4.14/arch/blackfin/include/asm/
H A Dl1layout.h18 memory, so that each process can access it at a fixed address. Used for
/linux-4.4.14/arch/arm/mach-rpc/include/mach/
H A Dio.h27 * like an ISA bus, but with registers at the low byte of each word.
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
H A Dcn66xx_regs.h108 /* 1 register (32-bit) - instr. size of each input queue. */
126 /* 1 register (64-bit) - Back Pressure for each input queue - SLI_PKT0_IN_BP */
138 * - 2 bits for each input ring. SLI_PKT_INSTR_RD_SIZE.
143 * - 2 bits for each input ring. SLI_PKT_IN_PCIE_PORT.
207 /* 1 register (32-bit) - 1 bit for each output queue
213 /* 1 register (32-bit) - 1 bit for each output queue
219 /* 1 register (64-bit) - 2 bits for each output queue
225 /* 1 register (32-bit) - 1 bit for each output queue
231 /* 1 register (32-bit) - 1 bit for each output queue
237 /* 1 register (32-bit) - 1 bit for each output queue
243 /* 1 register (32-bit) - 1 bit for each output queue
249 /* 1 register (64-bit) - 2 bits for each output queue
255 /* 1 register (32-bit) - 1 bit for each output queue
261 /* 1 register (64-bit) - 2 bits for each output queue
299 /* 2 registers (64-bit) - DMA Count - 1 for each DMA counter 0/1. */
H A Docteon_device.c83 /* Max Txqs: Half for each of the two ports :max_iq/2 */
89 /* Max Rxqs: Half for each of the two ports :max_oq/2 */
112 /* Max Txqs: Half for each of the two ports :max_iq/2 */
118 /* Max Rxqs: Half for each of the two ports :max_oq/2 */
192 /* Max Txqs: Half for each of the two ports :max_iq/2 */
198 /* Max Rxqs: Half for each of the two ports :max_oq/2 */
221 /* Max Txqs: Half for each of the two ports :max_iq/2 */
227 /* Max Rxqs: Half for each of the two ports :max_oq/2 */
250 /* Max Txqs: Half for each of the two ports :max_iq/2 */
256 /* Max Rxqs: Half for each of the two ports :max_oq/2 */
279 /* Max Txqs: Half for each of the two ports :max_iq/2 */
285 /* Max Rxqs: Half for each of the two ports :max_oq/2 */
359 /* Max Txqs: Half for each of the two ports :max_iq/2 */
365 /* Max Rxqs: Half for each of the two ports :max_oq/2 */
388 /* Max Txqs: Half for each of the two ports :max_iq/2 */
394 /* Max Rxqs: Half for each of the two ports :max_oq/2 */
/linux-4.4.14/arch/um/drivers/
H A Dslip_common.h5 /* two bytes each for a (pathological) max packet of escaped chars + *
60 * For each byte in the packet, send the appropriate slip_esc()
/linux-4.4.14/include/linux/spi/
H A Dmcp23s08.h11 * chipselect, each providing 1 gpio_chip instance with 8 gpios.
13 * chipselect, each providing 1 gpio_chip (port A + port B) with
H A Dspi_gpio.h5 * For each bitbanged SPI bus, set up a platform_device node with:
15 * that the controller_data being the GPIO used for each device's
/linux-4.4.14/include/linux/platform_data/
H A Dpxa_sdhci.h29 * mmp2: each step is roughly 100ps, 5bits width
30 * pxa910: each step is 1ns, 4bits width
H A Dinvensense_mpu6050.h24 * platform orientation. The values must be one of 0, 1, or -1 and each row and
H A Dpinctrl-adi2.h27 * bits[1] of each PINT register.
/linux-4.4.14/drivers/s390/char/
H A Dvmur.h59 * A struct urdev is created for each ur device that is made available
79 * A struct urfile is allocated at open() time for each device and
100 /* Limiting each I/O to 511 records limits chan prog to 4KB (511 r/w + 1 NOP) */
/linux-4.4.14/scripts/
H A Dshow_delta22 each printk line and the next. When run with the '-b' option, all times
41 # returns a tuple containing the seconds and text for each message line
59 # convert_line adds a delta for each line
/linux-4.4.14/fs/cifs/
H A Dcifsacl.h43 * Security Descriptor length containing DACL with 3 ACEs (one each for
63 * Add 11 bytes for each subauthority field (10 bytes each + 1 for '-')
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/
H A Dplatform.h33 * 32MB windows and the CS offset for each region changes based on the
35 * each offset. ixp4xx_sys_init() looks at the expansion bus configuration
47 * other features for each region.
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager.h55 * Another important thing to mention is that each queue has a MQD that keeps
56 * his state (or context) after each preemption or reassignment.
59 * per KFD_MQD_TYPE for each device.
H A Dkfd_interrupt.c28 * in ISR and sends us a pointer to each new entry on the interrupt ring.
31 * out to each interrupt client module (currently only the scheduler) to ask if
32 * each interrupt is interesting. If they return true, then it requires further
33 * processing so we copy it to an internal interrupt ring and call each
37 * queues a new interrupt each time without waiting.
/linux-4.4.14/drivers/staging/rtl8723au/include/
H A Dodm_precomp.h19 /* 2 Config Flags and Structs - defined by each ODM Type */
H A Drtw_rf.h30 /* We now define the max channels in each channel plan. */
/linux-4.4.14/drivers/regulator/
H A Dinternal.h22 * One for each consumer device.
/linux-4.4.14/drivers/net/wan/lmc/
H A Dlmc_debug.h19 #define LMC_EVENTLOGARGS 4 /* number of args for each event */
/linux-4.4.14/arch/x86/include/uapi/asm/
H A Dldt.h11 /* The size of each LDT entry. */
/linux-4.4.14/include/video/
H A Dsa1100fb.h22 /* These are the bitfields for each display depth that we support. */
H A Ddisplay_timing.h46 * (see include/video/videomode.h). As each timing_entry can be defined as a
80 * convert each entry to the desired end result.
/linux-4.4.14/include/uapi/linux/
H A Dpci.h24 * devices. The slot/function address of each device is encoded
H A Dif_bonding.h21 * each slave.
74 /* each slave's link has 4 states */
80 /* each slave has several states */
/linux-4.4.14/arch/powerpc/perf/
H A Dhv-gpci.h17 * O, size each of counter_value element in bytes, only set for version
/linux-4.4.14/arch/sparc/include/asm/
H A Dsmp_64.h40 * General functions that each host system must provide.
H A Dbackoff.h14 * certain number of times. At each subsequent failure of the same
41 * loop writing 128 each time.
/linux-4.4.14/arch/sparc/kernel/
H A Diommu_common.h21 * These give mapping size of each iommu pte/tlb.
H A Dpci_impl.h19 * each with one (Sabre) or two (PSYCHO/SCHIZO) PCI bus modules
22 * is present, each PCI bus module has it's own. (ie. the IOMMU
24 * Furthermore, each PCI bus module controls it's own autonomous
/linux-4.4.14/arch/powerpc/boot/
H A Dplanetcore.h42 * linux,planetcore-label property in each serial node.
/linux-4.4.14/net/rds/
H A Dinfo.h6 unsigned int each; member in struct:rds_info_lengths
/linux-4.4.14/include/linux/i2c/
H A Dsx150x.h35 * for each IO line in the expander. Setting the bit at
40 * resistor for each IO line in the expander. Setting the
45 * operation for each IO line in the expander. Setting the
51 * @io_polarity: A bit-mask which enables polarity inversion for each IO line
/linux-4.4.14/drivers/leds/
H A Dleds-lp55xx-common.c462 struct lp55xx_led *each; lp55xx_register_leds() local
479 each = led + i; lp55xx_register_leds()
480 ret = lp55xx_init_led(each, chip, i); lp55xx_register_leds()
484 INIT_WORK(&each->brightness_work, cfg->brightness_work_fn); lp55xx_register_leds()
487 each->chip = chip; lp55xx_register_leds()
489 /* setting led current at each channel */ lp55xx_register_leds()
491 cfg->set_led_current(each, led_current); lp55xx_register_leds()
505 struct lp55xx_led *each; lp55xx_unregister_leds() local
508 each = led + i; lp55xx_unregister_leds()
509 led_classdev_unregister(&each->cdev); lp55xx_unregister_leds()
510 flush_work(&each->brightness_work); lp55xx_unregister_leds()
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
H A Dvpfe.h57 /* Sub dev routing information for each input */
74 /* information about each subdev */
/linux-4.4.14/drivers/media/platform/vsp1/
H A Dvsp1_entity.h41 * @inputs: Target node value for each input
46 * store the target node value for each input of the entity.
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_82599.c42 * Configure Rx Packet Arbiter and credits for each traffic class.
101 * Configure Tx Descriptor Arbiter and credits for each traffic class.
152 * Configure Tx Packet Arbiter and credits for each traffic class.
211 * Configure Priority Flow Control (PFC) for each traffic class.
305 * 32 RQSMR registers, each configuring 4 queues. ixgbe_dcb_config_tc_stats_82599()
306 * Set all 16 queues of each TC to the same stat ixgbe_dcb_config_tc_stats_82599()
315 * 32 TQSM registers, each controlling 4 queues. ixgbe_dcb_config_tc_stats_82599()
316 * Set all queues of each TC to the same stat ixgbe_dcb_config_tc_stats_82599()
H A Dixgbe_dcb_82598.c39 * Configure Rx Data Arbiter and credits for each traffic class.
96 * Configure Tx Descriptor Arbiter and credits for each traffic class.
142 * Configure Tx Data Arbiter and credits for each traffic class.
189 * Configure Priority Flow Control for each traffic class.
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
H A Dbe_hw.h214 /* Pseudo amap definition for eth_hdr_wrb in which each bit of the
216 * offset/shift/mask of each field */
261 /* Pseudo amap definition for eth_tx_compl in which each bit of the
263 * offset/shift/mask of each field */
295 * each bit of the actual structure is defined as a byte: used to calculate
296 * offset/shift/mask of each field */
329 * each bit of the actual structure is defined as a byte: used to calculate
330 * offset/shift/mask of each field */
/linux-4.4.14/arch/x86/lib/
H A Dmemcpy_32.c54 * We gobble 16 bytes forward in each loop. memmove()
120 * We gobble 16 bytes backward in each loop. memmove()
/linux-4.4.14/arch/arc/include/asm/
H A Dmach_desc.h16 * Provided by each ARC board using MACHINE_START()/MACHINE_END(), so
26 * @init_per_cpu: for each CPU as it is coming up (SMP as well as UP)
H A Dstacktrace.h21 * @consumer_fn: Callback invoked for each frame unwound
/linux-4.4.14/arch/arc/kernel/
H A Dirq.c55 * API called for requesting percpu interrupts - called by each CPU
78 * not set. That in turns sets NOAUTOEN, meaning each core needs arc_request_percpu_irq()
H A Dintc-arcv2.c21 * -Needed for each CPU (hence not foldable into init_IRQ)
116 * not set. That in turns sets NOAUTOEN, meaning each core needs arcv2_irq_map()
/linux-4.4.14/kernel/
H A Dmembarrier.c37 * All memory accesses performed in program order from each targeted thread
43 * each pair of barrier(), sys_membarrier() and smp_mb():
/linux-4.4.14/include/linux/mtd/
H A Dnftl.h48 __u16 *EUNtable; /* [numvunits]: First EUN for each virtual unit */
49 __u16 *ReplUnitTable; /* [numEUNs]: ReplUnitNumber for each */
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dsubcore-asm.S69 * We only need to initialise the below regs once for each subcore,
70 * but it's simpler and harmless to do it on each thread.
/linux-4.4.14/arch/arm/mach-spear/
H A Dspear3xx.c39 * this number now depends on number of gpios available for spi. each
40 * slave on each master requires a separate gpio pin.
/linux-4.4.14/drivers/scsi/be2iscsi/
H A Dbe_mgmt.h40 * Pseudo amap definition in which each bit of the actual structure is defined
41 * as a byte: used to calculate offset/shift/mask of each field
50 * Pseudo amap definition in which each bit of the actual structure is defined
51 * as a byte: used to calculate offset/shift/mask of each field
61 * Pseudo amap definition in which each bit of the actual structure is defined
62 * as a byte: used to calculate offset/shift/mask of each field
H A Dbe_main.h469 * Pseudo amap definition in which each bit of the actual structure is defined
470 * as a byte: used to calculate offset/shift/mask of each field
542 * Pseudo amap definition in which each bit of the actual structure is defined
543 * as a byte: used to calculate offset/shift/mask of each field
569 * Pseudo amap definition in which each bit of the actual structure is defined
570 * as a byte: used to calculate offset/shift/mask of each field
668 * Pseudo amap definition in which each bit of the actual structure is defined
669 * as a byte: used to calculate offset/shift/mask of each field
711 * Pseudo amap definition in which each bit of the actual structure is defined
712 * as a byte: used to calculate offset/shift/mask of each field
727 * Pseudo amap definition in which each bit of the actual structure is defined
728 * as a byte: used to calculate offset/shift/mask of each field
753 * Pseudo amap definition in which each bit of the actual structure is defined
754 * as a byte: used to calculate offset/shift/mask of each field
862 * Pseudo amap definition in which each bit of the actual structure is defined
863 * as a byte: used to calculate offset/shift/mask of each field
892 * Pseudo amap definition in which each bit of the actual structure is defined
893 * as a byte: used to calculate offset/shift/mask of each field
913 * Pseudo amap definition in which each bit of the actual structure is defined
914 * as a byte: used to calculate offset/shift/mask of each field
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_debugfs.c165 * A folder is created for each q_vector found. In each q_vector
166 * folder, a debugfs file is created for each tx and rx ring
178 /* Generate a folder for each q_vector */ fm10k_dbg_q_vector_init()
185 /* Generate a file for each rx ring in the q_vector */ fm10k_dbg_q_vector_init()
196 /* Generate a file for each rx ring in the q_vector */ fm10k_dbg_q_vector_init()
/linux-4.4.14/arch/mips/netlogic/xlr/
H A Dfmn-config.c112 * @dev_info: FMN information structure for each devices
116 * @cpu_credits: Allowed credits to cpu for each devices pointing by dev_info
117 * @size: Size of the each buckets in the device station
161 * Configure the 8 buckets each with 32 slots
177 * Setup the FMN details for each devices according to the device available
178 * in each variant of XLR/XLS processor
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dvfdi.h42 * 256) for each event. The sequence numbers used in each direction
135 * address of each page backing the event queue.
142 * address of each page backing the receive queue.
150 * address of each page backing the transmit queue.
162 * 512 vfdi_endpoint structures into each page. These addresses
228 * additional pages each of which is filled with vfdi_endpoint structures.
H A Dsiena_sriov.h15 /* On the SFC9000 family each port is associated with 1 PCI physical
39 /* The number of buffer table entries reserved for each VI on a VF */
/linux-4.4.14/arch/xtensa/variants/fsf/include/variant/
H A Dcore.h189 /* Masks of interrupts at each interrupt level: */
198 /* Masks of interrupts at each range 1..n of interrupt levels: */
207 /* Level of each interrupt: */
228 /* Type of each interrupt: */
247 /* Masks of interrupts for each type of interrupt: */
263 /* (There are many interrupts each at level(s) 1, 2, 3.) */
275 /* Core interrupt numbers mapped to each EXTERNAL interrupt number: */
/linux-4.4.14/drivers/char/agp/
H A Disoch.c92 * We'll work with an array of isoch_data's (one for each agp_3_5_isochronous_node_enable()
131 * Extract power-on defaults for each device in dev_list. Along agp_3_5_isochronous_node_enable()
180 /* Calculate the minimum ISOCH_N needed by each master */
204 * Calculate the minimum isochronous RQ depth needed by each master.
213 * these kind of writes (each isochronous write is actually
283 * target by ndevs. Distribute this many slots to each AGP 3.0 device,
356 /* Skip bridges. We should call this function for each one. */ for_each_pci_dev()
388 * bridge. Make sure each one is actually an AGP 3.0 device, otherwise
390 * cap_ptr for each device
/linux-4.4.14/drivers/scsi/isci/
H A Dsas.h80 * For specific information on each of these individual fields please
99 * For specific information on each of these individual fields please
119 * For specific information on each of these individual fields please reference
137 * For specific information on each of these individual fields please reference
161 * For specific information on each of these individual fields please reference
/linux-4.4.14/include/media/
H A Dmsp3400.h61 3) which DSP input to use for each DSP output
65 1) which SCART input to use for each SCART output
72 added containing a list of what is available for each msp version.
95 /* The msp has up to 5 DSP outputs, each output can independently select
105 There are up to 16 DSP inputs to choose from, so each output is
/linux-4.4.14/drivers/staging/speakup/
H A Dspk_types.h57 /* Count of each background color */
59 /* Buffer for characters drawn with each background color */
63 /* Reading Position for each color */
/linux-4.4.14/drivers/md/bcache/
H A Dstats.c18 * rescale each set of numbers; that gets us half lives of 5 minutes, one hour,
26 * So that we don't have to increment each set of numbers every time we (say)
29 * old value to each of the exported numbers.
H A Djournal.h35 * fifo; each entry in the fifo corresponds to a particular journal
55 * last_seq - the oldest journal entry we still need. We write last_seq in each
59 * To do that we track, for each journal bucket, the sequence number of the
127 * For each journal bucket, contains the max sequence number of the
/linux-4.4.14/drivers/md/
H A Draid10.h39 * each other.
118 * one for each copy.
119 * When resyncing we also use one for each copy.
/linux-4.4.14/drivers/auxdisplay/
H A Dks0108.c50 MODULE_PARM_DESC(ks0108_delay, "Delay between each control writing (microseconds)");
63 * get race conditions in any way. Locking for each byte here would be
67 * just arbitrary combinations defined by the documentation for each
/linux-4.4.14/sound/core/seq/
H A Dseq_system.c44 * - supports supscription. For each client or port attaching to or
50 * a list of subscribers for each type of sync (time, tick), for each timing
/linux-4.4.14/arch/mips/include/asm/mach-loongson64/
H A Dboot_param.h25 u32 mem_size; /* each memory_map size, not the total size */
130 /* for each device's resource */
140 /* for each device's resource */
/linux-4.4.14/net/netfilter/ipvs/
H A Dip_vs_sed.c16 * The SED algorithm attempts to minimize each job's expected delay until
20 * the ith server. The SED algorithm adopts a greedy policy that each does
71 * We calculate the load of each dest server as follows: ip_vs_sed_schedule()
/linux-4.4.14/drivers/media/i2c/m5mols/
H A Dm5mols.h111 * The each value according to each scenemode is recommended in the documents.
146 * each. And also the fw, hw, param, awb each requires 2 bytes. The str is
295 * by user. There are various categories associated with each mode.
307 * The available executing order between each modes are as follows:
/linux-4.4.14/mm/
H A Dpercpu-vm.c120 * unmapped. Flush cache. As each flushing trial can be very
122 * doing it for each cpu. This could be an overkill but is more
145 * For each cpu, unmap pages [@page_start,@page_end) out of @chunk.
205 * For each cpu, map pages [@page_start,@page_end) into @chunk. The
267 * For each cpu, populate and map pages [@page_start,@page_end) into
300 * For each cpu, depopulate and unmap pages [@page_start,@page_end)
/linux-4.4.14/drivers/staging/unisys/visorbus/
H A Dvbuschannel.h19 * message for each virtual bus. This channel area is provided to both server
83 /* describes client device and driver for each device on the bus */
/linux-4.4.14/drivers/leds/trigger/
H A Dledtrig-cpu.c4 * This LED trigger will be registered for each possible CPU and named as
124 * Registering CPU led trigger for each CPU core here ledtrig_cpu_init()
/linux-4.4.14/drivers/media/platform/davinci/
H A Dvpif_capture.h41 /* Enumerated data type to give id to each device per channel */
68 /* allocator-specific contexts for each plane */
H A Dvpif_display.h47 /* Enumerated data type to give id to each device per channel */
77 /* allocator-specific contexts for each plane */
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/
H A Dwl12xx.h141 * A bitmap (where each bit represents a single HLID)
147 * A bitmap (where each bit represents a single HLID) to indicate
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A Dprph.h251 * host DRAM. It steers each frame's Tx command (which contains the frame
273 * The driver sets up each queue to work in one of two modes:
276 * block-ack (BA) win of up to 64 TFDs. In this mode, each queue
282 * each frame within the BA win, including whether it's been transmitted,
292 * 2) FIFO (a.k.a. non-Scheduler-ACK), in which each TFD is processed in order.
308 * 1) 16 TFD circular buffers, each with space for (typically) 256 TFDs.
310 * (1024 bytes for each queue).
342 * 15-00: Empty state, one for each queue -- 1: empty, 0: non-empty
364 * 7- 0: Enable (1), disable (0), one bit for each channel 0-7
368 * Queue (x) Write Pointers (idxes, really!), one for each Tx queue.
377 * Queue (x) Read Pointers (idxes, really!), one for each Tx queue.
389 * 15-00: Mode, one bit for each queue -- 1: Chain mode, 0: one-at-a-time
400 * 15-00: Interrupt enable, one bit for each queue -- 1: enabled, 0: disabled
407 * Queue search status registers. One for each queue.
455 * Queue context. One 8-byte entry for each of 16 queues.
459 * each queue's entry as follows:
497 * mappings, one for each of the 16 queues. If queue is not in Scheduler-ACK
500 * Bit fields, for each 16-bit map:
/linux-4.4.14/drivers/acpi/acpica/
H A Dhwregs.c375 case ACPI_REGISTER_PM1_STATUS: /* PM1 A/B: 16-bit access each */ acpi_hw_register_read()
382 case ACPI_REGISTER_PM1_ENABLE: /* PM1 A/B: 16-bit access each */ acpi_hw_register_read()
389 case ACPI_REGISTER_PM1_CONTROL: /* PM1 A/B: 16-bit access each */ acpi_hw_register_read()
470 case ACPI_REGISTER_PM1_STATUS: /* PM1 A/B: 16-bit access each */ acpi_hw_register_write()
488 case ACPI_REGISTER_PM1_ENABLE: /* PM1 A/B: 16-bit access each */ acpi_hw_register_write()
495 case ACPI_REGISTER_PM1_CONTROL: /* PM1 A/B: 16-bit access each */ acpi_hw_register_write()
611 * "Although the bits can be split between the two register blocks (each acpi_hw_read_multiple()
655 * "Although the bits can be split between the two register blocks (each acpi_hw_write_multiple()
H A Dacpredef.h67 * of the different types describe the contents of each of the subpackages.
97 * ACPI_PTYPE2_REV_FIXED: Revision at start, each subpackage is Fixed-length
108 * ACPI_PTYPE2_VAR_VAR: Variable number of subpackages, each of either a
194 * The main entries in the table each contain the following items:
199 * field for each argument (up to 4 arguments). The
306 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, /* Variable-length (Pkgs) each 2 (Ints) */
446 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, /* Variable-length (Pkgs) each (1 Ref, 0/1 Optional Buf/Ref) */
461 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, /* Variable-length (Pkgs) each: 1 Buf, 1 Pkg */
594 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, /* Variable-length (Pkgs) each (var Ints) */
633 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, /* Variable-length (Pkgs) each (1 Str/1 Buf) */
756 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, /* Variable-length (Pkgs) each (4): Int,Int,Int/Ref,Int */
763 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, /* Variable-length (Pkgs) each: Pkg/Int,Int,[Variable-length Refs] (Pkg is Ref/Int) */
784 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, /* Variable-length (Pkgs) each (5 Int) with count */
798 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, /* Variable-length (Pkgs) each (6 Int) */
990 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, /* Variable-length (Pkgs) each 2 Ref/6 Int */
995 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, /* Variable-length (Pkgs) each 5 Int with count */
1005 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, /* Variable-length (Pkgs) each 5 Int */
/linux-4.4.14/arch/sparc/lib/
H A DPeeCeeI.c59 /* Hold three bytes in l each time, grab a byte from l2 */ outsl()
72 /* Hold a byte in l each time, grab 3 bytes from l2 */ outsl()
/linux-4.4.14/arch/tile/include/arch/
H A Dtrio_shm.h58 * in 1st 8-bytes in buffer. For chained buffers, first 8-bytes of each
95 * descriptors toggles each time the ring tail pointer wraps.
/linux-4.4.14/arch/x86/kernel/apic/
H A Dipi.c28 * to an arbitrary mask, so I do a unicast to each CPU instead. default_send_IPI_mask_sequence_phys()
68 * to an arbitrary mask, so I do a unicasts to each CPU instead. This default_send_IPI_mask_sequence_logical()
/linux-4.4.14/include/uapi/scsi/
H A Dscsi_netlink.h61 /* Transport-based scsi_nl_hdr->msgtype values are defined in each transport */
104 * Identifiers for each type:
/linux-4.4.14/lib/
H A Datomic64.c21 * to each atomic64_t variable. Since this is expected to used on
29 * Ensure each lock is in a separate cacheline.
H A Dbsearch.c20 * @size: size of each element
/linux-4.4.14/include/net/irda/
H A Dircomm_core.h73 int max_header_size; /* Header space we must reserve for each frame */
74 int max_data_size; /* The amount of data we can fill in each frame */
/linux-4.4.14/include/net/netns/
H A Dsctp.h94 * 1 - do sctp accounting, each asoc may use sk_sndbuf bytes
101 * 1 - do sctp accounting, each asoc may use sk_rcvbuf bytes
/linux-4.4.14/include/drm/
H A Ddrm_flip_work.h49 * Callback function to be called for each of the queue'd work items after
67 * @func: callback fxn called for each committed item
/linux-4.4.14/arch/powerpc/kvm/
H A Dbook3s_xics.h15 * There are up to 1024 ICS nodes, each of which can represent
81 /* Counters for each reason we exited real mode */
/linux-4.4.14/arch/mips/include/asm/sn/
H A Dnmi.h16 * The launch data structure resides at a fixed place in each node's memory
66 * low memory on each node.
/linux-4.4.14/arch/s390/crypto/
H A Dcrypt_s390.h157 * @param: address of parameter block; see POP for details on each func
193 * @param: address of parameter block; see POP for details on each func
229 * @param: address of parameter block; see POP for details on each func
264 * @param: address of parameter block; see POP for details on each func
298 * @param: address of parameter block; see POP for details on each func
333 * @param: address of parameter block; see POP for details on each func
372 * @param: address of parameter block; see POP for details on each func
470 * @param: address of parameter block; see POP for details on each func
/linux-4.4.14/arch/s390/include/asm/
H A Dairq.h33 unsigned long *ptr; /* Pointer associated with each bit */
34 unsigned int *data; /* 32 bit value associated with each bit */
/linux-4.4.14/arch/sh/mm/
H A Dtlbflush_64.c152 /* Flush each ITLB entry */ local_flush_tlb_all()
156 /* Flush each DTLB entry */ local_flush_tlb_all()
/linux-4.4.14/arch/m68k/include/asm/
H A Dmacints.h21 /* Setting this prints debugging info on each autovector interrupt */
25 /* Setting this prints debugging info on each Nubus interrupt */
/linux-4.4.14/arch/cris/include/uapi/asm/
H A Detraxgpio.h6 * /dev/gpioa minor 0, 8 bit GPIO, each bit can change direction
7 * /dev/gpiob minor 1, 8 bit GPIO, each bit can change direction
/linux-4.4.14/arch/arm/mach-tegra/
H A Diomap.h99 * at the start of each).
101 * We will just map the first MMU section of each window (to minimize
/linux-4.4.14/arch/arm/include/asm/
H A Dkgdb.h58 * r0-r15: 1 long word each
59 * f0-f7: unused, 3 long words each !!
/linux-4.4.14/net/llc/
H A Dllc_s_st.c43 /* array of pointers; one to each transition */
159 /* array of pointers; one to each transition */
/linux-4.4.14/net/mac802154/
H A Dtx.c61 /* Restart the netif queue on each sub_if_data object. */ ieee802154_xmit_worker()
80 /* Stop the netif queue on each sub_if_data object. */ ieee802154_tx()
/linux-4.4.14/sound/pci/asihpi/
H A Dhpimsginit.c27 /* The actual message size for each object type */
29 /* The actual response size for each object type */
/linux-4.4.14/arch/ia64/mm/
H A Ddiscontig.c62 * build_node_maps - callback to setup bootmem structs for each node
67 * We allocate a struct bootmem_data for each piece of memory that we wish to
68 * treat as a virtually contiguous block (i.e. each node). Each such block
132 * per_cpu_node_setup - setup per-cpu areas on each node
137 * setup __per_cpu_offset for each CPU on this node. Return a pointer to
439 * we copy that to each node here, as well as setting the per-cpu pointer
450 /* Set the node_data pointer for each per-cpu struct */ for_each_possible_early_cpu()
614 * @arg: function to call for each range
664 * for each piece of usable memory and will setup these values for each node.
689 * paging_init() sets up the page tables for each node of the system and frees
/linux-4.4.14/drivers/usb/host/
H A Dxhci-mvebu.c32 /* Program each DRAM CS in a seperate window */ xhci_mvebu_mbus_config()
/linux-4.4.14/drivers/staging/rtl8192u/
H A Dr819xU_firmware.c30 * segment the img and use the ptr and length to remember info on each segment
276 * 1. that is each packet will be segmented and inserted to the wait queue. init_firmware()
277 * 2. each packet segment will be put in the skb_buff packet. init_firmware()
278 * 3. each skb_buff packet data content will already include the firmware info init_firmware()
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
H A Do2iblnd_modparams.c55 /* Number of threads in each scheduler pool which is percpt,
59 MODULE_PARM_DESC(nscheds, "number of threads in each scheduler pool");
64 MODULE_PARM_DESC(ntx, "# of message descriptors allocated for each pool");
118 MODULE_PARM_DESC(fmr_pool_size, "size of fmr pool on each CPT (>= ntx / 4)");
/linux-4.4.14/drivers/isdn/mISDN/
H A Ddsp.h85 * each conference has a unique number, given by user space.
87 * each conference has members linked in a chain.
88 * each dsplayer points to a member, each member points to a dsplayer.
/linux-4.4.14/drivers/input/
H A Dinput-compat.h63 struct ff_condition_effect condition[2]; /* One for each axis */
/linux-4.4.14/drivers/media/platform/vivid/
H A Dvivid-rds-gen.h25 * Each group has 4 blocks and each block has a payload of 16 bits + a
/linux-4.4.14/drivers/media/usb/dvb-usb/
H A Dttusb2.h26 * id is incremented for each transaction
/linux-4.4.14/drivers/media/usb/gspca/m5602/
H A Dm5602_sensor.h51 /* Width of each i2c register (in bytes) */
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_diag.h43 u32 stride; /* bytes between each element */
/linux-4.4.14/drivers/pinctrl/
H A Dcore.h25 * @pin_desc_tree: each pin descriptor for this pin controller is stored in
36 * @mutex: mutex taken on each pin controller specific action
132 * struct pin_desc - pin descriptor for each physical pin in the arch
141 * or pin, and each of these will increment the @usecount.
/linux-4.4.14/drivers/pinctrl/freescale/
H A Dpinctrl-mxs.h45 * MSB of each field is presence bit for the config.
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_dma.h44 /* Enable TSO for each DMA channel */
/linux-4.4.14/drivers/pinctrl/sunxi/
H A Dpinctrl-sunxi.h163 * 8 pins per register, each pin having a 4bits value
165 * 32 bits per register, each pin corresponding to one bit
167 * 16 pins per register, each pin having a 2bits value
169 * 16 pins per register, each pin having a 2bits value
/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dexynos_drm_ipp.h86 * @handles: Y, Cb, Cr each gem object handle.
87 * @base: Y, Cb, Cr each planar address.
154 * @start: ipp each device start.
155 * @stop: ipp each device stop.
/linux-4.4.14/arch/tile/include/asm/
H A Dhv_driver.h32 * The driver must allocate a separate structure for each call.
H A Dunaligned.h37 /* Is the kernel printing on each unaligned fixup? */
/linux-4.4.14/arch/tile/include/hv/
H A Ddrv_mshim_intf.h26 /** Memory info under each memory controller. */
/linux-4.4.14/arch/tile/lib/
H A Dcacheflush.c99 * Each line may be homed on a different tile, and each tile finv_buffer_remote()
104 * every cache line on a full memory stripe on each finv_buffer_remote()
112 * trap to issue loads directly to each hash-for-home tile for finv_buffer_remote()
113 * each controller (doing it from Linux would trash the TLB). finv_buffer_remote()
H A Dstrchr_32.c31 * match neither zero nor goal (we make sure the high bit of each strchr()
H A Dstrchr_64.c32 * match neither zero nor goal (we make sure the high bit of each strchr()
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
H A Dmce-internal.h21 /* One object for each MCE bank, shared by all CPUs */
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/clock/
H A Ds3c2410.h15 * Let each exported clock get a unique index, which is used on DT-enabled
H A Ds3c2412.h15 * Let each exported clock get a unique index, which is used on DT-enabled
H A Ds3c2443.h15 * Let each exported clock get a unique index, which is used on DT-enabled
/linux-4.4.14/arch/cris/arch-v10/lib/
H A Dcsumcpfruser.S15 each kernel caller for the error-pointer argument.
/linux-4.4.14/arch/cris/arch-v32/lib/
H A Dcsumcpfruser.S15 each kernel caller for the error-pointer argument.
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/clock/
H A Ds3c2410.h15 * Let each exported clock get a unique index, which is used on DT-enabled
H A Ds3c2412.h15 * Let each exported clock get a unique index, which is used on DT-enabled
H A Ds3c2443.h15 * Let each exported clock get a unique index, which is used on DT-enabled
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/pinctrl/
H A Ddra.h15 /* DRA7 mux mode options for each pin. See TRM for options */
/linux-4.4.14/fs/jffs2/
H A Djffs2_fs_i.h48 /* Some stuff we just have to keep in-core at all times, for each inode. */
/linux-4.4.14/net/batman-adv/
H A Dsysfs.h33 * created in the sysfs hierarchy for each VLAN interface. The subfolder will
/linux-4.4.14/fs/efs/
H A Ddir.c35 /* each block contains at most 256 slots */ efs_readdir()
/linux-4.4.14/include/uapi/sound/
H A Dfirewire.h29 /* each field should be in big endian */
/linux-4.4.14/fs/notify/
H A Dnotification.c24 * multiple group's notification queues we can't add the event directly to each
25 * queue and instead add a small "event_holder" to each queue. This event_holder
28 * event_holder into each event. This means we have a single allocation instead
196 * fsnotify_create_event - Allocate a new event which will be sent to each
/linux-4.4.14/include/linux/uwb/
H A Dumc.h23 * functions, no), so for each PCI function that exposes these many
33 * each umc_dev assigned to each of the PCI function's capabilities
34 * and through whci_del_cap() call umc_device_unregister() each
/linux-4.4.14/include/acpi/
H A Dghes.h5 * One struct ghes is created for each generic hardware error source.
/linux-4.4.14/include/dt-bindings/clock/
H A Ds3c2410.h15 * Let each exported clock get a unique index, which is used on DT-enabled
H A Ds3c2412.h15 * Let each exported clock get a unique index, which is used on DT-enabled
H A Ds3c2443.h15 * Let each exported clock get a unique index, which is used on DT-enabled
/linux-4.4.14/include/dt-bindings/pinctrl/
H A Ddra.h15 /* DRA7 mux mode options for each pin. See TRM for options */
/linux-4.4.14/include/linux/amba/
H A Dpl093.h15 #define SMB_BANK(x) ((x) * 0x20) /* each bank control set is 0x20 apart */
/linux-4.4.14/include/linux/can/
H A Dcore.h22 /* increment this number each time you change some user-space interface */
/linux-4.4.14/include/uapi/linux/nfsd/
H A Dexport.h49 * pseudofilesystem, which provides access only to paths leading to each

Completed in 6394 milliseconds

1234567891011>>