/linux-4.4.14/arch/mips/include/asm/ |
H A D | sparsemem.h | 6 * SECTION_SIZE_BITS 2^N: how big each section will be
|
H A D | pm-cps.h | 16 * 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 D | sparsemem.h | 6 * SECTION_SIZE_BITS 2^N: how big each section will be
|
H A D | watchdog.h | 81 * 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 D | sparsemem.h | 5 * SECTION_SIZE_BITS 2^N: how big each section will be
|
/linux-4.4.14/sound/pci/au88x0/ |
H A D | au88x0_eq.h | 21 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 D | ceph_debug.h | 9 * 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 D | mmu.h | 16 * each CPU */
|
/linux-4.4.14/arch/ia64/include/asm/ |
H A D | sparsemem.h | 6 * SECTION_SIZE_BITS 2^N: how big each section will be
|
H A D | unistd.h | 18 * unimplemented system calls. Glibc provides for each of these by using
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_dcb.c | 571 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 D | tc90522.h | 19 * and provides independent sub modules for each input. 21 * this driver treats each sub module as one demod device.
|
H A D | stv0297.h | 33 * First of each pair is the register, second is the value.
|
/linux-4.4.14/include/linux/ |
H A D | msg.h | 7 /* one msg_msg structure for each message */ 17 /* one msq_queue structure for each present queue on the system */
|
H A D | cpufreq-dt.h | 15 * True when each CPU has its own clock to control its
|
H A D | timb_dma.h | 27 * 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 D | irq_cpustat.h | 16 * definitions instead of differing sets for each arch.
|
H A D | hashtable.h | 118 * @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 D | sem.h | 11 /* One sem_array data structure for each set of semaphores in the system. */
|
H A D | atmel_tc.h | 17 * 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 D | crc32.h | 18 * for each, crc1 and crc2. 45 * for each, crc1 and crc2.
|
H A D | cpu_rmap.h | 24 * @near: For each CPU, the index and distance to the nearest object,
|
H A D | dma-attrs.h | 10 * mapping. The semantics of each attribute should be defined in
|
/linux-4.4.14/arch/parisc/include/asm/ |
H A D | mmzone.h | 24 /* 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 D | srm_printk.c | 30 /* expand each linefeed into carriage-return/linefeed: */ srm_printk()
|
/linux-4.4.14/lib/zlib_inflate/ |
H A D | Makefile | 8 # Decompression needs to be serialized for each memory
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
H A D | xt_u32.h | 25 * For now, I settle with a limit of 10 each.
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | mpc8260.h | 3 * we have a unique include file for each. Rather than change every
|
H A D | pgtable-ppc64-4k.h | 5 * 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 D | sparsemem.h | 7 * SECTION_SIZE_BITS 2^N: how big each section will be
|
H A D | cputhreads.h | 10 * 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 D | delay.h | 25 * 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 D | irq.h | 18 /* should be defined in each interrupt controller driver */
|
/linux-4.4.14/arch/mips/loongson64/loongson-3/ |
H A D | smp.h | 13 /* 4 cores in each group(node) */
|
/linux-4.4.14/arch/ia64/include/asm/sn/ |
H A D | nodepda.h | 20 * 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 D | pda.h | 18 * 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 D | arch.h | 49 * 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 D | packets-buffer.h | 10 * @packets: an array, with each element pointing to one packet
|
/linux-4.4.14/arch/c6x/include/asm/ |
H A D | irq.h | 25 * 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 D | 842.h | 5 /* 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 D | acpiphp.h | 47 * 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 D | thunder_bgx.h | 217 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 D | user32.h | 15 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 D | sparsemem.h | 11 * SECTION_SIZE_BITS 2^n: size of each section
|
H A D | agp.h | 20 * need to be called for each cacheline of the whole page so it may
|
H A D | pgtable_32_types.h | 24 * The vmalloc() routines leaves a hole of 4kB between each vmalloced
|
H A D | user_32.h | 27 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 D | ucontext.h | 11 * 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 D | sgidefs.h | 25 * MIPS ISAs are no longer subsets of each other. Therefore comparisons
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
H A D | adl_pci8164.c | 86 /* 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 D | stk1160-reg.h | 46 * 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 D | rx.h | 33 * 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 D | netns.h | 2 * NFS-private data for each "struct net". Accessed with net_generic().
|
/linux-4.4.14/security/selinux/include/ |
H A D | netif.h | 5 * maintain a table associating each interface with a SID.
|
/linux-4.4.14/include/media/blackfin/ |
H A D | bfin_capture.h | 22 /* routing information for each input */
|
/linux-4.4.14/arch/mips/fw/arc/ |
H A D | arc_con.c | 19 /* Do each character */ prom_console_write()
|
/linux-4.4.14/arch/sh/lib/ |
H A D | delay.c | 15 * normally taking two cycles each loop, as with all __delay()
|
/linux-4.4.14/arch/ia64/sn/include/ |
H A D | ioerror.h | 22 * 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 D | l1layout.h | 18 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 D | io.h | 27 * 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 D | cn66xx_regs.h | 108 /* 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 D | octeon_device.c | 83 /* 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 D | slip_common.h | 5 /* 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 D | mcp23s08.h | 11 * chipselect, each providing 1 gpio_chip instance with 8 gpios. 13 * chipselect, each providing 1 gpio_chip (port A + port B) with
|
H A D | spi_gpio.h | 5 * 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 D | pxa_sdhci.h | 29 * mmp2: each step is roughly 100ps, 5bits width 30 * pxa910: each step is 1ns, 4bits width
|
H A D | invensense_mpu6050.h | 24 * platform orientation. The values must be one of 0, 1, or -1 and each row and
|
H A D | pinctrl-adi2.h | 27 * bits[1] of each PINT register.
|
/linux-4.4.14/drivers/s390/char/ |
H A D | vmur.h | 59 * 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 D | show_delta | 22 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 D | cifsacl.h | 43 * 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 D | platform.h | 33 * 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 D | kfd_mqd_manager.h | 55 * 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 D | kfd_interrupt.c | 28 * 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 D | odm_precomp.h | 19 /* 2 Config Flags and Structs - defined by each ODM Type */
|
H A D | rtw_rf.h | 30 /* We now define the max channels in each channel plan. */
|
/linux-4.4.14/drivers/regulator/ |
H A D | internal.h | 22 * One for each consumer device.
|
/linux-4.4.14/drivers/net/wan/lmc/ |
H A D | lmc_debug.h | 19 #define LMC_EVENTLOGARGS 4 /* number of args for each event */
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
H A D | ldt.h | 11 /* The size of each LDT entry. */
|
/linux-4.4.14/include/video/ |
H A D | sa1100fb.h | 22 /* These are the bitfields for each display depth that we support. */
|
H A D | display_timing.h | 46 * (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 D | pci.h | 24 * devices. The slot/function address of each device is encoded
|
H A D | if_bonding.h | 21 * 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 D | hv-gpci.h | 17 * O, size each of counter_value element in bytes, only set for version
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | smp_64.h | 40 * General functions that each host system must provide.
|
H A D | backoff.h | 14 * 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 D | iommu_common.h | 21 * These give mapping size of each iommu pte/tlb.
|
H A D | pci_impl.h | 19 * 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 D | planetcore.h | 42 * linux,planetcore-label property in each serial node.
|
/linux-4.4.14/net/rds/ |
H A D | info.h | 6 unsigned int each; member in struct:rds_info_lengths
|
/linux-4.4.14/include/linux/i2c/ |
H A D | sx150x.h | 35 * 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 D | leds-lp55xx-common.c | 462 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 D | vpfe.h | 57 /* Sub dev routing information for each input */ 74 /* information about each subdev */
|
/linux-4.4.14/drivers/media/platform/vsp1/ |
H A D | vsp1_entity.h | 41 * @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 D | ixgbe_dcb_82599.c | 42 * 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 D | ixgbe_dcb_82598.c | 39 * 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 D | be_hw.h | 214 /* 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 D | memcpy_32.c | 54 * 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 D | mach_desc.h | 16 * 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 D | stacktrace.h | 21 * @consumer_fn: Callback invoked for each frame unwound
|
/linux-4.4.14/arch/arc/kernel/ |
H A D | irq.c | 55 * 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 D | intc-arcv2.c | 21 * -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 D | membarrier.c | 37 * 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 D | nftl.h | 48 __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 D | subcore-asm.S | 69 * 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 D | spear3xx.c | 39 * 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 D | be_mgmt.h | 40 * 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 D | be_main.h | 469 * 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 D | fm10k_debugfs.c | 165 * 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 D | fmn-config.c | 112 * @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 D | vfdi.h | 42 * 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 D | siena_sriov.h | 15 /* 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 D | core.h | 189 /* 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 D | isoch.c | 92 * 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 D | sas.h | 80 * 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 D | msp3400.h | 61 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 D | spk_types.h | 57 /* 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 D | stats.c | 18 * 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 D | journal.h | 35 * 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 D | raid10.h | 39 * 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 D | ks0108.c | 50 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 D | seq_system.c | 44 * - 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 D | boot_param.h | 25 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 D | ip_vs_sed.c | 16 * 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 D | m5mols.h | 111 * 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 D | percpu-vm.c | 120 * 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 D | vbuschannel.h | 19 * 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 D | ledtrig-cpu.c | 4 * 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 D | vpif_capture.h | 41 /* Enumerated data type to give id to each device per channel */ 68 /* allocator-specific contexts for each plane */
|
H A D | vpif_display.h | 47 /* 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 D | wl12xx.h | 141 * 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 D | prph.h | 251 * 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 D | hwregs.c | 375 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 D | acpredef.h | 67 * 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 D | PeeCeeI.c | 59 /* 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 D | trio_shm.h | 58 * 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 D | ipi.c | 28 * 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 D | scsi_netlink.h | 61 /* Transport-based scsi_nl_hdr->msgtype values are defined in each transport */ 104 * Identifiers for each type:
|
/linux-4.4.14/lib/ |
H A D | atomic64.c | 21 * to each atomic64_t variable. Since this is expected to used on 29 * Ensure each lock is in a separate cacheline.
|
H A D | bsearch.c | 20 * @size: size of each element
|
/linux-4.4.14/include/net/irda/ |
H A D | ircomm_core.h | 73 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 D | sctp.h | 94 * 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 D | drm_flip_work.h | 49 * 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 D | book3s_xics.h | 15 * 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 D | nmi.h | 16 * 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 D | crypt_s390.h | 157 * @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 D | airq.h | 33 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 D | tlbflush_64.c | 152 /* 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 D | macints.h | 21 /* 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 D | etraxgpio.h | 6 * /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 D | iomap.h | 99 * 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 D | kgdb.h | 58 * r0-r15: 1 long word each 59 * f0-f7: unused, 3 long words each !!
|
/linux-4.4.14/net/llc/ |
H A D | llc_s_st.c | 43 /* array of pointers; one to each transition */ 159 /* array of pointers; one to each transition */
|
/linux-4.4.14/net/mac802154/ |
H A D | tx.c | 61 /* 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 D | hpimsginit.c | 27 /* 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 D | discontig.c | 62 * 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 D | xhci-mvebu.c | 32 /* Program each DRAM CS in a seperate window */ xhci_mvebu_mbus_config()
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
H A D | r819xU_firmware.c | 30 * 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 D | o2iblnd_modparams.c | 55 /* 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 D | dsp.h | 85 * 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 D | input-compat.h | 63 struct ff_condition_effect condition[2]; /* One for each axis */
|
/linux-4.4.14/drivers/media/platform/vivid/ |
H A D | vivid-rds-gen.h | 25 * 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 D | ttusb2.h | 26 * id is incremented for each transaction
|
/linux-4.4.14/drivers/media/usb/gspca/m5602/ |
H A D | m5602_sensor.h | 51 /* Width of each i2c register (in bytes) */
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_diag.h | 43 u32 stride; /* bytes between each element */
|
/linux-4.4.14/drivers/pinctrl/ |
H A D | core.h | 25 * @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 D | pinctrl-mxs.h | 45 * MSB of each field is presence bit for the config.
|
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_dma.h | 44 /* Enable TSO for each DMA channel */
|
/linux-4.4.14/drivers/pinctrl/sunxi/ |
H A D | pinctrl-sunxi.h | 163 * 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 D | exynos_drm_ipp.h | 86 * @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 D | hv_driver.h | 32 * The driver must allocate a separate structure for each call.
|
H A D | unaligned.h | 37 /* Is the kernel printing on each unaligned fixup? */
|
/linux-4.4.14/arch/tile/include/hv/ |
H A D | drv_mshim_intf.h | 26 /** Memory info under each memory controller. */
|
/linux-4.4.14/arch/tile/lib/ |
H A D | cacheflush.c | 99 * 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 D | strchr_32.c | 31 * match neither zero nor goal (we make sure the high bit of each strchr()
|
H A D | strchr_64.c | 32 * 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 D | mce-internal.h | 21 /* One object for each MCE bank, shared by all CPUs */
|
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/clock/ |
H A D | s3c2410.h | 15 * Let each exported clock get a unique index, which is used on DT-enabled
|
H A D | s3c2412.h | 15 * Let each exported clock get a unique index, which is used on DT-enabled
|
H A D | s3c2443.h | 15 * 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 D | csumcpfruser.S | 15 each kernel caller for the error-pointer argument.
|
/linux-4.4.14/arch/cris/arch-v32/lib/ |
H A D | csumcpfruser.S | 15 each kernel caller for the error-pointer argument.
|
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/clock/ |
H A D | s3c2410.h | 15 * Let each exported clock get a unique index, which is used on DT-enabled
|
H A D | s3c2412.h | 15 * Let each exported clock get a unique index, which is used on DT-enabled
|
H A D | s3c2443.h | 15 * 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 D | dra.h | 15 /* DRA7 mux mode options for each pin. See TRM for options */
|
/linux-4.4.14/fs/jffs2/ |
H A D | jffs2_fs_i.h | 48 /* Some stuff we just have to keep in-core at all times, for each inode. */
|
/linux-4.4.14/net/batman-adv/ |
H A D | sysfs.h | 33 * created in the sysfs hierarchy for each VLAN interface. The subfolder will
|
/linux-4.4.14/fs/efs/ |
H A D | dir.c | 35 /* each block contains at most 256 slots */ efs_readdir()
|
/linux-4.4.14/include/uapi/sound/ |
H A D | firewire.h | 29 /* each field should be in big endian */
|
/linux-4.4.14/fs/notify/ |
H A D | notification.c | 24 * 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 D | umc.h | 23 * 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 D | ghes.h | 5 * One struct ghes is created for each generic hardware error source.
|
/linux-4.4.14/include/dt-bindings/clock/ |
H A D | s3c2410.h | 15 * Let each exported clock get a unique index, which is used on DT-enabled
|
H A D | s3c2412.h | 15 * Let each exported clock get a unique index, which is used on DT-enabled
|
H A D | s3c2443.h | 15 * Let each exported clock get a unique index, which is used on DT-enabled
|
/linux-4.4.14/include/dt-bindings/pinctrl/ |
H A D | dra.h | 15 /* DRA7 mux mode options for each pin. See TRM for options */
|
/linux-4.4.14/include/linux/amba/ |
H A D | pl093.h | 15 #define SMB_BANK(x) ((x) * 0x20) /* each bank control set is 0x20 apart */
|
/linux-4.4.14/include/linux/can/ |
H A D | core.h | 22 /* increment this number each time you change some user-space interface */
|
/linux-4.4.14/include/uapi/linux/nfsd/ |
H A D | export.h | 49 * pseudofilesystem, which provides access only to paths leading to each
|