/kernel/linux/linux-5.10/sound/pci/hda/ |
D | hda_auto_parser.c | 604 int num_pins, int *indexp) in check_output_sfx() argument 617 if (indexp) in check_output_sfx() 618 *indexp = i; in check_output_sfx() 659 int *indexp) in fill_audio_out_name() argument 673 indexp); in fill_audio_out_name() 676 indexp); in fill_audio_out_name() 681 if (idx >= 0 && indexp) in fill_audio_out_name() 682 *indexp = idx; in fill_audio_out_name() 714 char *label, int maxlen, int *indexp) in snd_hda_get_pin_label() argument 721 if (indexp) in snd_hda_get_pin_label() [all …]
|
D | hda_auto_parser.h | 46 char *label, int maxlen, int *indexp);
|
/kernel/linux/linux-5.10/fs/nfs/filelayout/ |
D | filelayoutdev.c | 68 u8 *indexp; in nfs4_fl_alloc_deviceid_node() local 110 indexp = &stripe_indices[0]; in nfs4_fl_alloc_deviceid_node() 113 *indexp = be32_to_cpup(p++); in nfs4_fl_alloc_deviceid_node() 114 max_stripe_index = max(max_stripe_index, *indexp); in nfs4_fl_alloc_deviceid_node() 115 indexp++; in nfs4_fl_alloc_deviceid_node()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/4xx/ |
D | uic.c | 231 const u32 *indexp, *dcrreg; in uic_init_one() local 241 indexp = of_get_property(node, "cell-index", &len); in uic_init_one() 242 if (!indexp || (len != sizeof(u32))) { in uic_init_one() 247 uic->index = *indexp; in uic_init_one()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_dir2_priv.h | 107 struct xfs_dir2_leaf_entry *ents, int *indexp, 140 struct xfs_da_args *args, int *indexp,
|
D | xfs_dir2_node.c | 628 int *indexp, /* out: leaf entry index */ in xfs_dir2_leafn_lookup_for_addname() argument 769 *indexp = index; in xfs_dir2_leafn_lookup_for_addname() 781 int *indexp, /* out: leaf entry index */ in xfs_dir2_leafn_lookup_for_entry() argument 890 *indexp = index; in xfs_dir2_leafn_lookup_for_entry() 922 *indexp = index; in xfs_dir2_leafn_lookup_for_entry() 935 int *indexp, /* out: leaf entry index */ in xfs_dir2_leafn_lookup_int() argument 939 return xfs_dir2_leafn_lookup_for_addname(bp, args, indexp, in xfs_dir2_leafn_lookup_int() 941 return xfs_dir2_leafn_lookup_for_entry(bp, args, indexp, state); in xfs_dir2_leafn_lookup_int()
|
D | xfs_dir2_leaf.c | 27 int *indexp, struct xfs_buf **dbpp, 968 int *indexp, /* insertion index */ in xfs_dir3_leaf_compact_x1() argument 983 index = *indexp; in xfs_dir3_leaf_compact_x1() 1031 *indexp = newindex; in xfs_dir3_leaf_compact_x1() 1208 int *indexp, /* out: index in leaf block */ in xfs_dir2_leaf_lookup_int() argument 1292 *indexp = index; in xfs_dir2_leaf_lookup_int()
|
/kernel/linux/linux-5.10/lib/ |
D | xarray.c | 2009 void *xa_find(struct xarray *xa, unsigned long *indexp, in xa_find() argument 2012 XA_STATE(xas, xa, *indexp); in xa_find() 2025 *indexp = xas.xa_index; in xa_find() 2059 void *xa_find_after(struct xarray *xa, unsigned long *indexp, in xa_find_after() argument 2062 XA_STATE(xas, xa, *indexp + 1); in xa_find_after() 2085 *indexp = xas.xa_index; in xa_find_after()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
D | book3s_64_mmu_radix.c | 1176 int psize, int *indexp) in add_rmmu_ap_encoding() argument 1180 info->ap_encodings[*indexp] = mmu_psize_defs[psize].shift | in add_rmmu_ap_encoding() 1182 ++(*indexp); in add_rmmu_ap_encoding()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
D | device.c | 154 static void *xan_find_marked(struct xarray *xa, unsigned long *indexp, in xan_find_marked() argument 157 XA_STATE(xas, xa, *indexp); in xan_find_marked() 169 *indexp = xas.xa_index; in xan_find_marked()
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
D | btree.c | 292 __u64 key, int *indexp) in nilfs_btree_node_lookup() argument 325 *indexp = index; in nilfs_btree_node_lookup()
|