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

123

/linux-4.4.14/net/bridge/
H A Dbr_ioctl.c24 static int get_bridge_ifindices(struct net *net, int *indices, int num) get_bridge_ifindices() argument
34 indices[i++] = dev->ifindex; for_each_netdev_rcu()
161 int num, *indices; old_dev_ioctl() local
171 indices = kcalloc(num, sizeof(int), GFP_KERNEL); old_dev_ioctl()
172 if (indices == NULL) old_dev_ioctl()
175 get_port_ifindices(br, indices, num); old_dev_ioctl()
176 if (copy_to_user((void __user *)args[1], indices, num*sizeof(int))) old_dev_ioctl()
178 kfree(indices); old_dev_ioctl()
309 int *indices; old_deviceless() local
314 indices = kcalloc(args[2], sizeof(int), GFP_KERNEL); old_deviceless()
315 if (indices == NULL) old_deviceless()
318 args[2] = get_bridge_ifindices(net, indices, args[2]); old_deviceless()
320 ret = copy_to_user((void __user *)args[1], indices, args[2]*sizeof(int)) old_deviceless()
323 kfree(indices); old_deviceless()
/linux-4.4.14/net/sched/
H A Dsch_dsmark.c28 * x:indices-1 indices use entry [indices-1]
30 * x:y y+1 use entry [y & (indices-1)]
32 * 0xffff 0x10000 use entry [indices-1]
47 u16 indices; member in struct:dsmark_qdisc_data
56 return index <= p->indices && index > 0; dsmark_valid_index()
171 for (i = 0; i < p->indices; i++) { dsmark_walk()
287 index = skb->tc_index & (p->indices - 1); dsmark_dequeue()
346 u16 indices; dsmark_init() local
359 indices = nla_get_u16(tb[TCA_DSMARK_INDICES]); dsmark_init()
361 if (hweight32(indices) != 1) dsmark_init()
367 if (indices <= DSMARK_EMBEDDED_SZ) dsmark_init()
370 p->mv = kmalloc_array(indices, sizeof(*p->mv), GFP_KERNEL); dsmark_init()
375 for (i = 0; i < indices; i++) { dsmark_init()
379 p->indices = indices; dsmark_init()
452 if (nla_put_u16(skb, TCA_DSMARK_INDICES, p->indices)) dsmark_dump()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c63 /* If we are greater than indices move to next pool */ ixgbe_cache_ring_dcb_sriov()
71 /* If we are greater than indices move to next pool */ ixgbe_cache_ring_dcb_sriov()
87 if (fcoe->indices) { ixgbe_cache_ring_dcb_sriov()
91 reg_idx = (vmdq->offset + vmdq->indices) * queues_per_pool; ixgbe_cache_ring_dcb_sriov()
98 reg_idx = (vmdq->offset + vmdq->indices) * queues_per_pool; ixgbe_cache_ring_dcb_sriov()
179 rss_i = adapter->ring_feature[RING_F_RSS].indices; ixgbe_cache_ring_dcb()
225 /* If we are greater than indices move to next pool */ ixgbe_cache_ring_sriov()
226 if ((reg_idx & ~vmdq->mask) >= rss->indices) ixgbe_cache_ring_sriov()
244 /* If we are greater than indices move to next pool */ ixgbe_cache_ring_sriov()
245 if ((reg_idx & rss->mask) >= rss->indices) ixgbe_cache_ring_sriov()
366 adapter->ring_feature[RING_F_VMDQ].indices = vmdq_i; ixgbe_set_dcb_sriov_queues()
373 adapter->ring_feature[RING_F_RSS].indices = 1; ixgbe_set_dcb_sriov_queues()
396 fcoe->indices = fcoe_i; ixgbe_set_dcb_sriov_queues()
404 fcoe->indices = 1; ixgbe_set_dcb_sriov_queues()
409 fcoe->indices = 0; ixgbe_set_dcb_sriov_queues()
452 /* set RSS mask and indices */ ixgbe_set_dcb_queues()
455 f->indices = rss_i; ixgbe_set_dcb_queues()
463 * by feature specific indices and offset. Here we map FCoE ixgbe_set_dcb_queues()
464 * indices onto the DCB queue pairs allowing FCoE to own ixgbe_set_dcb_queues()
471 f->indices = min_t(u16, rss_i, f->limit); ixgbe_set_dcb_queues()
537 adapter->ring_feature[RING_F_VMDQ].indices = vmdq_i; ixgbe_set_sriov_queues()
541 adapter->ring_feature[RING_F_RSS].indices = rss_i; ixgbe_set_sriov_queues()
557 * FCoE indices to the total ring count. ixgbe_set_sriov_queues()
569 fcoe->indices = fcoe_i; ixgbe_set_sriov_queues()
575 /* limit indices to rss_i if MSI-X is disabled */ ixgbe_set_sriov_queues()
580 fcoe->indices = min_t(u16, fcoe_i, fcoe->limit); ixgbe_set_sriov_queues()
581 fcoe->offset = fcoe_i - fcoe->indices; ixgbe_set_sriov_queues()
612 f->indices = rss_i; ixgbe_set_rss_queues()
626 rss_i = f->indices = f->limit; ixgbe_set_rss_queues()
651 /* limit indices to rss_i if MSI-X is disabled */ ixgbe_set_rss_queues()
656 f->indices = min_t(u16, fcoe_i, f->limit); ixgbe_set_rss_queues()
657 f->offset = fcoe_i - f->indices; ixgbe_set_rss_queues()
818 u16 rss_i = adapter->ring_feature[RING_F_RSS].indices; ixgbe_alloc_q_vector()
933 (rxr_idx < f->offset + f->indices)) ixgbe_alloc_q_vector()
H A Dixgbe_mbx.h95 /* GET_QUEUES return data indices within the mailbox */
/linux-4.4.14/arch/openrisc/include/asm/
H A Dfixmap.h62 * kernel oops. Illegal ranges of incoming indices are caught too.
68 * except when someone tries to use fixaddr indices in an fix_to_virt()
70 * out-of-range indices). fix_to_virt()
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/clock/
H A Drk3066a-cru.h21 /* soft-reset indices */
H A Drk3188-cru.h21 /* soft-reset indices */
H A Ds3c2410.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Ds3c2412.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Ds3c2443.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Dsamsung,s3c64xx-clock.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Drk3188-cru-common.h131 /* soft-reset indices */
H A Dexynos3250.h17 * platforms to lookup the clock from a clock specifier. These indices are
H A Dexynos4415.h17 * platforms to lookup the clock from a clock specifier. These indices are
H A Drk3288-cru.h203 /* soft-reset indices */
H A Drk3368-cru.h187 /* soft-reset indices */
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/clock/
H A Drk3066a-cru.h21 /* soft-reset indices */
H A Drk3188-cru.h21 /* soft-reset indices */
H A Ds3c2410.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Ds3c2412.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Ds3c2443.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Dsamsung,s3c64xx-clock.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Drk3188-cru-common.h131 /* soft-reset indices */
H A Dexynos3250.h17 * platforms to lookup the clock from a clock specifier. These indices are
H A Dexynos4415.h17 * platforms to lookup the clock from a clock specifier. These indices are
H A Drk3288-cru.h203 /* soft-reset indices */
H A Drk3368-cru.h187 /* soft-reset indices */
/linux-4.4.14/include/dt-bindings/clock/
H A Drk3066a-cru.h21 /* soft-reset indices */
H A Drk3188-cru.h21 /* soft-reset indices */
H A Ds3c2410.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Ds3c2412.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Ds3c2443.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Dsamsung,s3c64xx-clock.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Drk3188-cru-common.h131 /* soft-reset indices */
H A Dexynos3250.h17 * platforms to lookup the clock from a clock specifier. These indices are
H A Dexynos4415.h17 * platforms to lookup the clock from a clock specifier. These indices are
H A Drk3288-cru.h203 /* soft-reset indices */
H A Drk3368-cru.h187 /* soft-reset indices */
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/clock/
H A Drk3066a-cru.h21 /* soft-reset indices */
H A Drk3188-cru.h21 /* soft-reset indices */
H A Ds3c2410.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Ds3c2412.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Ds3c2443.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Dsamsung,s3c64xx-clock.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Drk3188-cru-common.h131 /* soft-reset indices */
H A Dexynos3250.h17 * platforms to lookup the clock from a clock specifier. These indices are
H A Dexynos4415.h17 * platforms to lookup the clock from a clock specifier. These indices are
H A Drk3288-cru.h203 /* soft-reset indices */
H A Drk3368-cru.h187 /* soft-reset indices */
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/clock/
H A Drk3066a-cru.h21 /* soft-reset indices */
H A Drk3188-cru.h21 /* soft-reset indices */
H A Ds3c2410.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Ds3c2412.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Ds3c2443.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Dsamsung,s3c64xx-clock.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Drk3188-cru-common.h131 /* soft-reset indices */
H A Dexynos3250.h17 * platforms to lookup the clock from a clock specifier. These indices are
H A Dexynos4415.h17 * platforms to lookup the clock from a clock specifier. These indices are
H A Drk3288-cru.h203 /* soft-reset indices */
H A Drk3368-cru.h187 /* soft-reset indices */
/linux-4.4.14/arch/parisc/kernel/
H A Dpa7300lc.c14 /* CPU register indices */
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/clock/
H A Drk3066a-cru.h21 /* soft-reset indices */
H A Drk3188-cru.h21 /* soft-reset indices */
H A Ds3c2410.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Ds3c2412.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Ds3c2443.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Dsamsung,s3c64xx-clock.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Drk3188-cru-common.h131 /* soft-reset indices */
H A Dexynos3250.h17 * platforms to lookup the clock from a clock specifier. These indices are
H A Dexynos4415.h17 * platforms to lookup the clock from a clock specifier. These indices are
H A Drk3288-cru.h203 /* soft-reset indices */
H A Drk3368-cru.h187 /* soft-reset indices */
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/clock/
H A Drk3066a-cru.h21 /* soft-reset indices */
H A Drk3188-cru.h21 /* soft-reset indices */
H A Ds3c2410.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Ds3c2412.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Ds3c2443.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Dsamsung,s3c64xx-clock.h16 * platforms to lookup the clock from a clock specifier. These indices are
H A Drk3188-cru-common.h131 /* soft-reset indices */
H A Dexynos3250.h17 * platforms to lookup the clock from a clock specifier. These indices are
H A Dexynos4415.h17 * platforms to lookup the clock from a clock specifier. These indices are
H A Drk3288-cru.h203 /* soft-reset indices */
H A Drk3368-cru.h187 /* soft-reset indices */
/linux-4.4.14/arch/xtensa/include/asm/
H A Dfixmap.h35 * physical memory with fixmap indices.
58 * kernel oops. Illegal ranges of incoming indices are caught too.
/linux-4.4.14/fs/befs/
H A Dsuper.c53 befs_sb->indices = fsrun_to_cpu(sb, disk_sb->indices); befs_load_sb()
H A Dbefs.h52 befs_inode_addr indices; member in struct:befs_sb_info
H A Ddebug.c194 tmp_run = fsrun_to_cpu(sb, sup->indices); befs_dump_super_block()
195 befs_debug(sb, " indices %u, %hu, %hu", befs_dump_super_block()
H A Dbefs_fs_types.h138 befs_disk_inode_addr indices; member in struct:__anon11349
/linux-4.4.14/arch/score/include/asm/
H A Dfixmap.h31 * physical memory with fixmap indices.
70 * kernel oops. Illegal ranges of incoming indices are caught too.
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_i2c.c110 int indices[MAX_TRANSACTIONS]; hdmi_i2c_xfer() local
145 indices[i] = index; hdmi_i2c_xfer()
202 HDMI_DDC_DATA_INDEX(indices[i]) | hdmi_i2c_xfer()
/linux-4.4.14/drivers/clk/sunxi/
H A Dclk-simple-gates.c51 number = of_property_count_u32_elems(node, "clock-indices"); sunxi_simple_gates_setup()
52 of_property_read_u32_index(node, "clock-indices", number - 1, &number); sunxi_simple_gates_setup()
58 of_property_for_each_u32(node, "clock-indices", prop, p, index) { sunxi_simple_gates_setup()
/linux-4.4.14/drivers/pci/pcie/
H A Dportdrv.h16 * According to the PCI Express Base Specification 2.0, the indices of
/linux-4.4.14/arch/tile/lib/
H A Dstring-endian.h38 * byte. With all indices of zero, the first byte is copied into all
H A Datomic_32.c203 * That should not produce more indices than ATOMIC_HASH_SIZE. __init_atomic_per_cpu()
/linux-4.4.14/arch/um/include/asm/
H A Dfixmap.h23 * physical memory with fixmap indices.
/linux-4.4.14/include/linux/
H A Dpagevec.h28 pgoff_t *indices);
H A Drxrpc.h62 * RxRPC security indices
H A Dpageblock-flags.h28 /* Bit indices that affect a whole block of pages */
H A Dlru_cache.h109 associate region numbers (labels) with these indices.
113 is moved further over the available indices with each such transaction.
191 /* number of elements (indices) */
/linux-4.4.14/arch/powerpc/include/asm/
H A Dfixmap.h40 * physical memory with fixmap indices.
/linux-4.4.14/arch/metag/include/asm/
H A Dfixmap.h35 * physical memory with fixmap indices.
/linux-4.4.14/arch/microblaze/include/asm/
H A Dfixmap.h44 * physical memory with fixmap indices.
/linux-4.4.14/drivers/video/console/
H A Dtileblit.c69 blit.indices = (u32 *) fb_get_buffer_offset(info, &info->pixmap, size); tile_putcs()
71 blit.indices[i] = (u32)(scr_readw(s++) & charmask); tile_putcs()
/linux-4.4.14/scripts/mod/
H A Dmodpost.h156 * Move reserved section indices SHN_LORESERVE..SHN_HIRESERVE out of
158 * indices.
/linux-4.4.14/arch/tile/include/asm/
H A Dfixmap.h41 * physical memory with fixmap indices.
/linux-4.4.14/arch/x86/include/asm/
H A Damd_nb.h25 unsigned indices; member in struct:amd_l3_cache
H A Dfixmap.h63 * physical memory with fixmap indices.
/linux-4.4.14/lib/mpi/
H A Dgeneric_mpih-add1.c44 /* Offset the base pointers to compensate for the negative indices. */ mpihelp_add_n()
H A Dgeneric_mpih-mul1.c44 /* Offset the base pointers to compensate for the negative indices. */ mpihelp_mul_1()
H A Dgeneric_mpih-sub1.c43 /* Offset the base pointers to compensate for the negative indices. */ mpihelp_sub_n()
/linux-4.4.14/include/asm-generic/
H A Dfixmap.h27 * kernel oops. Illegal ranges of incoming indices are caught too.
/linux-4.4.14/include/sound/
H A Dsb16_csp.h32 /* indices for the known CSP programs */
H A Dhwdep.h75 unsigned int dsp_loaded; /* bit fields of loaded dsp indices */
/linux-4.4.14/arch/mips/include/asm/
H A Dfixmap.h36 * physical memory with fixmap indices.
H A Dmips-cm.h448 * mips_cm_max_vp_width() - return the width in bits of VP indices
450 * Return: the width, in bits, of VP indices in fields that combine core & VP
451 * indices.
/linux-4.4.14/arch/sh/include/asm/
H A Dsyscall_32.h55 * fetching arguments from arbitrary indices, this will need some syscall_get_arguments()
H A Dfixmap.h36 * physical memory with fixmap indices.
/linux-4.4.14/arch/arm64/include/asm/
H A Dfixmap.h32 * physical memory with fixmap indices.
H A Dkvm_host.h204 int kvm_arm_copy_reg_indices(struct kvm_vcpu *vcpu, u64 __user *indices);
/linux-4.4.14/drivers/gpu/drm/savage/
H A Dsavage_state.c343 DRM_ERROR("vertex indices (%u-%u) out of range (0-%u)\n", savage_dispatch_dma_prim()
373 /* Can emit up to 255 indices (85 triangles) at once. */ savage_dispatch_dma_prim()
376 /* Need to reorder indices for correct flat savage_dispatch_dma_prim()
485 DRM_ERROR("vertex indices (%u-%u) out of range (0-%u)\n", savage_dispatch_vb_prim()
562 DRM_ERROR("wrong number of indices %u in TRILIST\n", n); savage_dispatch_dma_idx()
570 ("wrong number of indices %u in TRIFAN/STRIP\n", n); savage_dispatch_dma_idx()
623 /* Can emit up to 255 indices (85 triangles) at once. */ savage_dispatch_dma_idx()
626 /* check indices */ savage_dispatch_dma_idx()
636 /* Need to reorder indices for correct flat savage_dispatch_dma_idx()
700 DRM_ERROR("wrong number of indices %u in TRILIST\n", n); savage_dispatch_vb_idx()
708 ("wrong number of indices %u in TRIFAN/STRIP\n", n); savage_dispatch_vb_idx()
746 /* Check indices */ savage_dispatch_vb_idx()
/linux-4.4.14/drivers/clk/shmobile/
H A Dclk-mstp.c194 if (of_find_property(np, "clock-indices", &i)) cpg_mstp_clocks_init()
195 idxname = "clock-indices"; cpg_mstp_clocks_init()
197 idxname = "renesas,clock-indices"; cpg_mstp_clocks_init()
/linux-4.4.14/mm/
H A Dtruncate.c226 pgoff_t indices[PAGEVEC_SIZE]; truncate_inode_pages_range() local
259 indices)) { truncate_inode_pages_range()
264 index = indices[i]; truncate_inode_pages_range()
332 min(end - index, (pgoff_t)PAGEVEC_SIZE), indices)) { truncate_inode_pages_range()
340 if (index == start && indices[0] >= end) { truncate_inode_pages_range()
350 index = indices[i]; truncate_inode_pages_range()
457 pgoff_t indices[PAGEVEC_SIZE]; invalidate_mapping_pages() local
467 indices)) { invalidate_mapping_pages()
472 index = indices[i]; invalidate_mapping_pages()
566 pgoff_t indices[PAGEVEC_SIZE]; invalidate_inode_pages2_range() local
579 indices)) { invalidate_inode_pages2_range()
584 index = indices[i]; invalidate_inode_pages2_range()
H A Dswap.c1064 * @indices: The cache indices corresponding to the entries in @pvec
1072 * ascending indexes. There may be holes in the indices due to
1081 pgoff_t *indices) pagevec_lookup_entries()
1084 pvec->pages, indices); pagevec_lookup_entries()
1121 * indexes. There may be holes in the indices due to not-present pages.
1078 pagevec_lookup_entries(struct pagevec *pvec, struct address_space *mapping, pgoff_t start, unsigned nr_pages, pgoff_t *indices) pagevec_lookup_entries() argument
H A Dshmem.c368 pgoff_t indices[PAGEVEC_SIZE]; shmem_unlock_mapping() local
381 PAGEVEC_SIZE, pvec.pages, indices); shmem_unlock_mapping()
384 index = indices[pvec.nr - 1] + 1; shmem_unlock_mapping()
406 pgoff_t indices[PAGEVEC_SIZE]; shmem_undo_range() local
419 pvec.pages, indices); shmem_undo_range()
425 index = indices[i]; shmem_undo_range()
487 pvec.pages, indices); shmem_undo_range()
499 index = indices[i]; shmem_undo_range()
1764 pgoff_t indices[PAGEVEC_SIZE]; shmem_seek_hole_data() local
1772 pvec.nr, pvec.pages, indices); shmem_seek_hole_data()
1779 if (index < indices[i]) { shmem_seek_hole_data()
1784 index = indices[i]; shmem_seek_hole_data()
/linux-4.4.14/drivers/regulator/
H A Dda9211-regulator.c80 /* Current limits for DA9211 buck (uA) indices
87 /* Current limits for DA9213 buck (uA) indices
94 /* Current limits for DA9215 buck (uA) indices
H A Dda9210-regulator.c65 /* Current limits for buck (uA) indices corresponds with register values */
/linux-4.4.14/drivers/input/mouse/
H A Dfocaltech.c101 * the array indices correspond to the finger indices returned
226 * above to create array indices, so the finger will overflow focaltech_process_rel_packet()
/linux-4.4.14/drivers/staging/speakup/
H A Di18n.h217 /* all valid indices must be above this */
/linux-4.4.14/drivers/video/fbdev/
H A Dc2p_iplan2.c38 * Array containing the permutation indices of the planar data after c2p
H A Dc2p_planar.c38 * Array containing the permutation indices of the planar data after c2p
/linux-4.4.14/drivers/scsi/cxlflash/
H A Dvlun.h62 /* indices to be used for elevator lookup of free map */
/linux-4.4.14/drivers/crypto/nx/
H A Dnx_csbcpb.h198 /* indices into the array of algorithm properties */
/linux-4.4.14/drivers/atm/
H A Dzatm.h37 #define MBX_RX_0 0 /* mailbox indices */
/linux-4.4.14/arch/arc/include/asm/
H A Dtlb-mmu1.h95 cmp r0,r1 /* if no match on indices, go around */
/linux-4.4.14/fs/nfs/filelayout/
H A Dfilelayout.h36 * Field testing shows we need to support up to 4096 stripe indices.
H A Dfilelayoutdev.c101 /* read stripe indices */ nfs4_fl_alloc_deviceid_node()
132 /* validate stripe indices are all < num */ nfs4_fl_alloc_deviceid_node()
/linux-4.4.14/lib/zlib_inflate/
H A Dinftrees.c14 whose indices are 0..2^bits-1. work is a writable array of at least
80 creating from that a table of starting indices for each length in the zlib_inflate_table()
218 /* replicate for those indices with low len bits equal to huff */ zlib_inflate_table()
279 loop above in incrementing huff for table indices. It is assumed that zlib_inflate_table()
/linux-4.4.14/include/video/
H A Dvga.h79 /* VGA CRT controller register indices */
111 /* VGA attribute controller register indices */
136 /* VGA sequencer register indices */
151 /* VGA graphics controller register indices */
/linux-4.4.14/arch/frv/include/asm/
H A Dsyscall.h79 * fetching arguments from arbitrary indices, this will need some syscall_get_arguments()
/linux-4.4.14/sound/pci/
H A Dazt3328.h7 /*** main I/O area port indices ***/
191 /* further I/O indices not saved/restored and not readable after writing,
195 /*** Gameport area port indices ***/
286 /*** mixer I/O area port indices ***/
/linux-4.4.14/drivers/remoteproc/
H A Domap_remoteproc.c60 * In addition to virtqueue indices, we also have some out-of-band values
62 * big so they don't coincide with virtqueue indices.
/linux-4.4.14/drivers/gpu/drm/mga/
H A Dmga_state.c913 drm_mga_indices_t *indices = data; mga_dma_indices() local
917 if (indices->idx < 0 || indices->idx > dma->buf_count) mga_dma_indices()
920 buf = dma->buflist[indices->idx]; mga_dma_indices()
923 buf_priv->discard = indices->discard; mga_dma_indices()
926 if (indices->discard) { mga_dma_indices()
937 mga_dma_dispatch_indices(dev, buf, indices->start, indices->end); mga_dma_indices()
/linux-4.4.14/drivers/gpu/drm/mgag200/
H A Dmgag200_cursor.c180 /* Map up-coming buffer to write colour indices */ mga_crtc_cursor_set()
191 /* now write colour indices into hardware cursor buffer */ mga_crtc_cursor_set()
/linux-4.4.14/scripts/
H A Dsortextable.c172 * Move reserved section indices SHN_LORESERVE..SHN_HIRESERVE out of
174 * indices.
/linux-4.4.14/arch/arm/include/asm/
H A Dkvm_host.h157 int kvm_arm_copy_reg_indices(struct kvm_vcpu *vcpu, u64 __user *indices);
170 int kvm_arm_copy_reg_indices(struct kvm_vcpu *vcpu, u64 __user *indices);
/linux-4.4.14/sound/pci/hda/
H A Dhda_proc.c127 int dir, unsigned int wcaps, int indices) is_stereo_amps()
136 if (indices != 1 || dir != HDA_INPUT || is_stereo_amps()
149 int dir, unsigned int wcaps, int indices) print_amp_vals()
155 stereo = is_stereo_amps(codec, nid, dir, wcaps, indices); print_amp_vals()
158 for (i = 0; i < indices; i++) { print_amp_vals()
126 is_stereo_amps(struct hda_codec *codec, hda_nid_t nid, int dir, unsigned int wcaps, int indices) is_stereo_amps() argument
147 print_amp_vals(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid, int dir, unsigned int wcaps, int indices) print_amp_vals() argument
H A Dhda_local.h182 #define HDA_BIND_MUTE_MONO(xname, nid, channel, indices, direction) \
187 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, indices, direction) }
190 #define HDA_BIND_MUTE(xname,nid,indices,dir) \
191 HDA_BIND_MUTE_MONO(xname,nid,3,indices,dir)
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h224 u16 limit; /* upper limit on feature indices */
225 u16 indices; /* current value of indices */ member in struct:fm10k_ring_feature
H A Dfm10k_main.c1483 /* set QoS mask and indices */ fm10k_set_qos_queues()
1485 f->indices = pcs; fm10k_set_qos_queues()
1492 /* set RSS mask and indices */ fm10k_set_qos_queues()
1495 f->indices = rss_i; fm10k_set_qos_queues()
1524 /* record indices and power of 2 mask for RSS */ fm10k_set_rss_queues()
1525 f->indices = rss_i; fm10k_set_rss_queues()
1856 rss_i = interface->ring_feature[RING_F_RSS].indices; fm10k_cache_ring_qos()
1907 u16 i, rss_i = interface->ring_feature[RING_F_RSS].indices; fm10k_init_reta()
H A Dfm10k_type.h468 u8 rss_l; /* RSS indices */
469 u8 pc_l; /* Priority Class indices */
/linux-4.4.14/drivers/rtc/
H A Drtc-max6900.c23 * register indices
/linux-4.4.14/drivers/misc/ibmasm/
H A Devent.c72 /* advance indices in the buffer */ ibmasm_receive_event()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.h90 /* VSI indices - actual VSI pointers are maintained in the PF structure
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.h105 /* GET_QUEUES return data indices within the mailbox */
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dwmi.h59 * Legacy rates are indicated as indices.
/linux-4.4.14/drivers/pinctrl/qcom/
H A Dpinctrl-msm.h38 * Entries should be indices into the groups list of the
/linux-4.4.14/arch/tile/include/gxio/
H A Ddma_queue.h28 * State object that tracks a DMA queue's head and tail indices, as
/linux-4.4.14/arch/alpha/lib/
H A Dev6-copy_page.S36 is a 25% chance that the pages will be at the same dcache indices.
/linux-4.4.14/fs/fscache/
H A Dfsdef.c49 * further indices.
H A Dcookie.c54 * indices forming the path to it are instantiated if necessary
130 * - we create indices on disk when we need them as an index __fscache_acquire_cookie()
580 * (indices/files/pages)
/linux-4.4.14/net/dccp/
H A Dackvec.h24 * The maximum value is bounded by the u16 types for indices and functions.
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
H A Dnic.h57 #define NIC_CPI_COUNT 2048 /* No of channel parse indices */
142 #define NIC_RSSI_COUNT 4096 /* Total no of RSS indices */
/linux-4.4.14/drivers/clk/
H A Dclk-stm32f4.c254 * Converts the primary and secondary indices (as they appear in DT) to an
269 /* only bits set in table can be used as indices */ stm32f4_rcc_lookup_clk_idx()
H A Dclk-scpi.c244 if (of_property_read_u32_index(np, "clock-indices", scpi_clk_add()
/linux-4.4.14/security/selinux/ss/
H A Dpolicydb.h206 /* symbol table array indices */
217 /* object context array indices */
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dintel_cacheinfo.c319 l3->indices = (max(max3(sc0, sc1, sc2), sc3) << 10) - 1; amd_calc_l3_indices()
386 * cache which indices we disable therefore a simple wbinvd() amd_l3_disable_index()
416 if (index > nb->l3_cache.indices) amd_set_l3_disable_slot()
562 if (nb && nb->l3_cache.indices) cache_get_priv_group()
578 if (this_leaf->nb && !this_leaf->nb->l3_cache.indices) amd_init_l3_cache()
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Ddas16m1.c45 (1) - even/odd channels must appear at even/odd indices in the list
169 "even/odd channels must go have even/odd chanlist indices\n"); das16m1_ai_check_chanlist()
H A Daddi_apci_2032.c203 /* Bits in scan data correspond to indices in channel list. */ apci2032_interrupt()
/linux-4.4.14/drivers/net/ethernet/renesas/
H A Dravb.h800 u32 cur_rx[NUM_RX_QUEUE]; /* Consumer ring indices */
801 u32 dirty_rx[NUM_RX_QUEUE]; /* Producer ring indices */
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_fw_defs.h336 /* Number of indices per slow-path SB */
339 /* Number of indices per SB */
/linux-4.4.14/drivers/clk/ti/
H A Dfapll.c599 * PLL output is at index 0. We need to check the clock-indices ti_fapll_setup()
615 if (of_property_read_u32_index(node, "clock-indices", i, ti_fapll_setup()
/linux-4.4.14/drivers/dma/
H A Dacpi-dma.c416 * If the device has "dma-names" property the FixedDMA descriptor indices
418 * hardcoded indices.
/linux-4.4.14/arch/tile/include/hv/
H A Ddrv_xgbe_impl.h49 * These are used as array indices, so they must have the values (0, 1, 2)
153 * use unscaled slot indices for the offsets. (These differences are
/linux-4.4.14/Documentation/DocBook/media/
H A DMakefile11 media-indices.tmpl \
397 $(MEDIA_OBJ_DIR)/media-indices.tmpl: $(MEDIA_OBJ_DIR)/v4l2.xml
/linux-4.4.14/drivers/staging/fsl-mc/include/
H A Dmc.h71 * Entries in these enum are used as indices in the array of resource
/linux-4.4.14/drivers/input/
H A Dmatrix-keymap.c141 * keyboard driver that uses row and col as indices.
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Ddcb.c85 * table pointer, so use the indices parsed in dcb_table()
/linux-4.4.14/drivers/net/wireless/brcm80211/include/
H A Dbrcmu_wifi.h40 /* bandstate array indices */
/linux-4.4.14/drivers/net/fddi/skfp/h/
H A Dfddimib.h265 * indices :
/linux-4.4.14/drivers/net/wireless/ath/
H A Dath.h29 * We also setup a mapping table between key cache slot indices
/linux-4.4.14/arch/x86/include/uapi/asm/
H A Dkvm.h188 __u32 indices[0]; member in struct:kvm_msr_list
/linux-4.4.14/drivers/clk/ingenic/
H A Dcgu.h126 * @parents: an array of the indices of potential parents of this clock
/linux-4.4.14/arch/alpha/kernel/
H A Dptrace.c65 * which the register is saved. Register indices are 0-31 for integer
/linux-4.4.14/lib/
H A Dcpu_rmap.c34 /* This is a silly number of objects, and we use u16 indices. */ alloc_cpu_rmap()
H A Dradix-tree.c1041 * @indices: where their indices should be placed (but usually NULL)
1057 void ***results, unsigned long *indices, radix_tree_gang_lookup_slot()
1069 if (indices) radix_tree_gang_lookup_slot()
1070 indices[ret] = iter.index; radix_tree_gang_lookup_slot()
1056 radix_tree_gang_lookup_slot(struct radix_tree_root *root, void ***results, unsigned long *indices, unsigned long first_index, unsigned int max_items) radix_tree_gang_lookup_slot() argument
/linux-4.4.14/fs/ntfs/
H A Dbitmap.c67 * Calculate the indices for the pages containing the first and last __ntfs_bitmap_set_bits_in_run()
/linux-4.4.14/include/media/
H A Dv4l2-dev.h119 /* attribute to differentiate multiple indices on one physical device */
/linux-4.4.14/include/uapi/drm/
H A Di810_drm.h146 unsigned char next, prev; /* indices to form a circular LRU */
H A Dsavage_drm.h197 unsigned short count; /* number of indices that follow */
H A Dvia_drm.h179 unsigned char next, prev; /* indices to form a circular LRU */
/linux-4.4.14/include/uapi/linux/can/
H A Dgw.h147 * For the CAN->CAN gwtype the indices of _two_ CAN interfaces are mandatory.
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Ddtl.c164 /* set our initial buffer indices */ dtl_start()
/linux-4.4.14/arch/ia64/include/uapi/asm/
H A Dptrace.h223 /* indices to application-registers array in pt_all_user_regs */
/linux-4.4.14/arch/arm/plat-pxa/
H A Dssp.c139 * For now, we lookup the rx and tx indices manually pxa_ssp_probe()
/linux-4.4.14/arch/arm64/kvm/
H A Dguest.c204 * kvm_arm_copy_reg_indices - get indices of all registers.
/linux-4.4.14/arch/arm/kvm/
H A Dguest.c178 * kvm_arm_copy_reg_indices - get indices of all registers.
/linux-4.4.14/sound/pci/mixart/
H A Dmixart.h97 unsigned int dsp_loaded; /* bit flags of loaded dsp indices */
/linux-4.4.14/sound/pci/pcxhr/
H A Dpcxhr.h90 unsigned int dsp_loaded; /* bit flags of loaded dsp indices */
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h578 * A range hint is an optional specification for the range of indices
603 * Index 1 begins at byte 'offset + stride', etc. Array indices may
644 * Define a group of primitives to render, from sequential indices.
669 * Optional index bias. This number is added to all indices from
670 * indexArray before they are used as vertex array indices. This
/linux-4.4.14/drivers/infiniband/hw/usnic/
H A Dusnic_ib_qp_grp.c101 * The QP res chunk, used to derive qp indices, get_qp_res_chunk()
102 * are just indices of the RQs get_qp_res_chunk()

Completed in 5682 milliseconds

123