Searched refs:indexp (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/hda/common/ |
| H A D | auto_parser.c | 606 int num_pins, int *indexp) in check_output_sfx() argument 619 if (indexp) in check_output_sfx() 620 *indexp = i; in check_output_sfx() 661 int *indexp) in fill_audio_out_name() argument 675 indexp); in fill_audio_out_name() 678 indexp); in fill_audio_out_name() 683 if (idx >= 0 && indexp) in fill_audio_out_name() 684 *indexp = idx; in fill_audio_out_name() 716 char *label, int maxlen, int *indexp) in snd_hda_get_pin_label() argument 723 if (indexp) in snd_hda_get_pin_label() [all …]
|
| H A D | hda_auto_parser.h | 49 char *label, int maxlen, int *indexp);
|
| /linux/fs/nfs/filelayout/ |
| H A D | filelayoutdev.c | 69 u8 *indexp; in nfs4_fl_alloc_deviceid_node() local 112 indexp = &stripe_indices[0]; in nfs4_fl_alloc_deviceid_node() 115 *indexp = be32_to_cpup(p++); in nfs4_fl_alloc_deviceid_node() 116 max_stripe_index = max(max_stripe_index, *indexp); in nfs4_fl_alloc_deviceid_node() 117 indexp++; in nfs4_fl_alloc_deviceid_node()
|
| /linux/arch/powerpc/platforms/44x/ |
| H A 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()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2_priv.h | 108 struct xfs_dir2_leaf_entry *ents, int *indexp, 142 struct xfs_da_args *args, int *indexp,
|
| /linux/lib/ |
| H A D | xarray.c | 2189 void *xa_find(struct xarray *xa, unsigned long *indexp, in xa_find() argument 2192 XA_STATE(xas, xa, *indexp); in xa_find() 2205 *indexp = xas.xa_index; in xa_find() 2239 void *xa_find_after(struct xarray *xa, unsigned long *indexp, in xa_find_after() argument 2242 XA_STATE(xas, xa, *indexp + 1); in xa_find_after() 2265 *indexp = xas.xa_index; in xa_find_after()
|
| /linux/drivers/infiniband/core/ |
| H A D | device.c | 182 static void *xan_find_marked(struct xarray *xa, unsigned long *indexp, in xan_find_marked() argument 185 XA_STATE(xas, xa, *indexp); in xan_find_marked() 197 *indexp = xas.xa_index; in xan_find_marked()
|
| /linux/fs/nilfs2/ |
| H A D | btree.c | 292 __u64 key, int *indexp) in nilfs_btree_node_lookup() argument 325 *indexp = index; in nilfs_btree_node_lookup()
|