Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
A Dhda_auto_parser.c617 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()
721 if (indexp) in snd_hda_get_pin_label()
722 *indexp = 0; in snd_hda_get_pin_label()
740 if (cfg && indexp) in snd_hda_get_pin_label()
[all …]
A Dhda_auto_parser.h46 char *label, int maxlen, int *indexp);
/linux/fs/nfs/filelayout/
A Dfilelayoutdev.c68 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/arch/powerpc/platforms/4xx/
A Duic.c229 const u32 *indexp, *dcrreg; in uic_init_one() local
239 indexp = of_get_property(node, "cell-index", &len); in uic_init_one()
240 if (!indexp || (len != sizeof(u32))) { in uic_init_one()
245 uic->index = *indexp; in uic_init_one()
/linux/fs/xfs/libxfs/
A Dxfs_dir2_priv.h107 struct xfs_dir2_leaf_entry *ents, int *indexp,
141 struct xfs_da_args *args, int *indexp,
A Dxfs_dir2_node.c628 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 Dxfs_dir2_leaf.c27 int *indexp, struct xfs_buf **dbpp,
972 int *indexp, /* insertion index */ in xfs_dir3_leaf_compact_x1() argument
987 index = *indexp; in xfs_dir3_leaf_compact_x1()
1035 *indexp = newindex; in xfs_dir3_leaf_compact_x1()
1212 int *indexp, /* out: index in leaf block */ in xfs_dir2_leaf_lookup_int() argument
1296 *indexp = index; in xfs_dir2_leaf_lookup_int()
/linux/lib/
A Dxarray.c2006 void *xa_find(struct xarray *xa, unsigned long *indexp, in xa_find() argument
2009 XA_STATE(xas, xa, *indexp); in xa_find()
2022 *indexp = xas.xa_index; in xa_find()
2056 void *xa_find_after(struct xarray *xa, unsigned long *indexp, in xa_find_after() argument
2059 XA_STATE(xas, xa, *indexp + 1); in xa_find_after()
2082 *indexp = xas.xa_index; in xa_find_after()
/linux/arch/powerpc/kvm/
A Dbook3s_64_mmu_radix.c1193 int psize, int *indexp) in add_rmmu_ap_encoding() argument
1197 info->ap_encodings[*indexp] = mmu_psize_defs[psize].shift | in add_rmmu_ap_encoding()
1199 ++(*indexp); in add_rmmu_ap_encoding()
/linux/drivers/infiniband/core/
A Ddevice.c154 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()
/linux/fs/nilfs2/
A Dbtree.c291 __u64 key, int *indexp) in nilfs_btree_node_lookup() argument
324 *indexp = index; in nilfs_btree_node_lookup()

Completed in 46 milliseconds