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 check_output_sfx(hda_nid_t nid,const hda_nid_t * pins,int num_pins,int * indexp) check_output_sfx() argument
661 fill_audio_out_name(struct hda_codec * codec,hda_nid_t nid,const struct auto_pin_cfg * cfg,const char * name,char * label,int maxlen,int * indexp) fill_audio_out_name() argument
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
H A Dhda_auto_parser.h
/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/net/devlink/
H A Dcore.c362 unsigned long *indexp, in __devlinks_xa_find_get() argument
369 devlink = xa_find(&devlinks, indexp, end, DEVLINK_REGISTERED); in __devlinks_xa_find_get()
384 (*indexp)++; in __devlinks_xa_find_get()
388 struct devlink *devlinks_xa_find_get(struct net *net, unsigned long *indexp) in devlinks_xa_find_get() argument
390 return __devlinks_xa_find_get(net, indexp, ULONG_MAX); in devlinks_xa_find_get()
H A Ddevl_internal.h107 struct devlink *devlinks_xa_find_get(struct net *net, unsigned long *indexp);
/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/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()