Home
last modified time | relevance | path

Searched refs:indexp (Results 1 – 7 of 7) sorted by relevance

/linux/sound/hda/common/
H A Dauto_parser.c606 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()
702 * @indexp: the pointer to return the index number (for multiple ctls)
711 * If no unique name with a suffix is available and @indexp i
716 snd_hda_get_pin_label(struct hda_codec * codec,hda_nid_t nid,const struct auto_pin_cfg * cfg,char * label,int maxlen,int * indexp) snd_hda_get_pin_label() argument
[all...]
H A Dhda_auto_parser.h49 char *label, int maxlen, int *indexp);
/linux/fs/nfs/filelayout/
H A Dfilelayoutdev.c69 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/fs/xfs/libxfs/
H A Dxfs_dir2_priv.h108 struct xfs_dir2_leaf_entry *ents, int *indexp,
142 struct xfs_da_args *args, int *indexp,
/linux/lib/
H A Dxarray.c2189 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/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c1189 int psize, int *indexp) in add_rmmu_ap_encoding() argument
1193 info->ap_encodings[*indexp] = mmu_psize_defs[psize].shift | in add_rmmu_ap_encoding()
1195 ++(*indexp); in add_rmmu_ap_encoding()
/linux/drivers/infiniband/core/
H A Ddevice.c183 static void *xan_find_marked(struct xarray *xa, unsigned long *indexp, in xan_find_marked() argument
186 XA_STATE(xas, xa, *indexp); in xan_find_marked()
198 *indexp = xas.xa_index; in xan_find_marked()