/linux-6.3-rc2/sound/pci/hda/ |
A D | hda_auto_parser.c | 613 if (indexp) in check_output_sfx() 614 *indexp = i; in check_output_sfx() 655 int *indexp) in fill_audio_out_name() argument 669 indexp); in fill_audio_out_name() 672 indexp); in fill_audio_out_name() 677 if (idx >= 0 && indexp) in fill_audio_out_name() 678 *indexp = idx; in fill_audio_out_name() 717 if (indexp) in snd_hda_get_pin_label() 718 *indexp = 0; in snd_hda_get_pin_label() 736 if (cfg && indexp) in snd_hda_get_pin_label() [all …]
|
A D | hda_auto_parser.h | 46 char *label, int maxlen, int *indexp);
|
/linux-6.3-rc2/fs/nfs/filelayout/ |
A 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()
|
/linux-6.3-rc2/arch/powerpc/platforms/4xx/ |
A D | uic.c | 230 const u32 *indexp, *dcrreg; in uic_init_one() local 240 indexp = of_get_property(node, "cell-index", &len); in uic_init_one() 241 if (!indexp || (len != sizeof(u32))) { in uic_init_one() 246 uic->index = *indexp; in uic_init_one()
|
/linux-6.3-rc2/net/devlink/ |
A D | core.c | 103 struct devlink *devlinks_xa_find_get(struct net *net, unsigned long *indexp) in devlinks_xa_find_get() argument 109 devlink = xa_find(&devlinks, indexp, ULONG_MAX, DEVLINK_REGISTERED); in devlinks_xa_find_get() 124 (*indexp)++; in devlinks_xa_find_get()
|
A D | devl_internal.h | 83 struct devlink *devlinks_xa_find_get(struct net *net, unsigned long *indexp);
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_dir2_priv.h | 107 struct xfs_dir2_leaf_entry *ents, int *indexp, 141 struct xfs_da_args *args, int *indexp,
|
A 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()
|
A D | xfs_dir2_leaf.c | 27 int *indexp, struct xfs_buf **dbpp, 977 int *indexp, /* insertion index */ in xfs_dir3_leaf_compact_x1() argument 992 index = *indexp; in xfs_dir3_leaf_compact_x1() 1040 *indexp = newindex; in xfs_dir3_leaf_compact_x1() 1217 int *indexp, /* out: index in leaf block */ in xfs_dir2_leaf_lookup_int() argument 1301 *indexp = index; in xfs_dir2_leaf_lookup_int()
|
/linux-6.3-rc2/lib/ |
A D | xarray.c | 2013 void *xa_find(struct xarray *xa, unsigned long *indexp, in xa_find() argument 2016 XA_STATE(xas, xa, *indexp); in xa_find() 2029 *indexp = xas.xa_index; in xa_find() 2063 void *xa_find_after(struct xarray *xa, unsigned long *indexp, in xa_find_after() argument 2066 XA_STATE(xas, xa, *indexp + 1); in xa_find_after() 2089 *indexp = xas.xa_index; in xa_find_after()
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | book3s_64_mmu_radix.c | 1199 int psize, int *indexp) in add_rmmu_ap_encoding() argument 1203 info->ap_encodings[*indexp] = mmu_psize_defs[psize].shift | in add_rmmu_ap_encoding() 1205 ++(*indexp); in add_rmmu_ap_encoding()
|
/linux-6.3-rc2/drivers/infiniband/core/ |
A D | device.c | 155 static void *xan_find_marked(struct xarray *xa, unsigned long *indexp, in xan_find_marked() argument 158 XA_STATE(xas, xa, *indexp); in xan_find_marked() 170 *indexp = xas.xa_index; in xan_find_marked()
|
/linux-6.3-rc2/fs/nilfs2/ |
A D | btree.c | 292 __u64 key, int *indexp) in nilfs_btree_node_lookup() argument 325 *indexp = index; in nilfs_btree_node_lookup()
|