Searched refs:idxp (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/hwmon/pmbus/
H A Dq54sj108a2.c77 int *idxp = file->private_data; local
78 int idx = *idxp;
79 struct q54sj108a2_data *psu = to_psu(idxp, idx);
181 int *idxp = file->private_data; local
182 int idx = *idxp;
183 struct q54sj108a2_data *psu = to_psu(idxp, idx);
H A Dibm-cffps.c134 int *idxp = file->private_data; local
135 int idx = *idxp;
136 struct ibm_cffps *psu = to_psu(idxp, idx);
217 int *idxp = file->private_data; local
218 int idx = *idxp;
219 struct ibm_cffps *psu = to_psu(idxp, idx);
H A Dmax20730.c111 int *idxp = file->private_data; local
112 int idx = *idxp;
113 struct max20730_debugfs_data *psu = to_psu(idxp, idx);
/linux-master/fs/xfs/scrub/
H A Dxfarray.c657 xfarray_idx_t *idxp; local
669 idxp = xfarray_pivot_array_idx(parray, pivot_rec_sz, 0);
670 *idxp = lo;
672 idxp = xfarray_pivot_array_idx(parray, pivot_rec_sz, i);
673 *idxp = lo + (i * step);
675 idxp = xfarray_pivot_array_idx(parray, pivot_rec_sz,
677 *idxp = hi;
684 idxp = xfarray_pivot_array_idx(parray, pivot_rec_sz, i);
688 error = xfarray_sort_load(si, *idxp, recp);
698 idx = *idxp;
[all...]
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c1911 int *idxp; local
1924 idxp = &dch->tx_idx;
1929 idxp = &bch->tx_idx;
2096 i = *idxp;
2109 *idxp = ii;
/linux-master/drivers/vhost/
H A Dvhost.c770 u32 __user *idxp = argp; local
774 r = get_user(idx, idxp);
/linux-master/net/xfrm/
H A Dxfrm_policy.c3497 static inline int secpath_has_nontransport(const struct sec_path *sp, int k, int *idxp) argument
3501 *idxp = k;

Completed in 228 milliseconds