Home
last modified time | relevance | path

Searched refs:idxp (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/hwmon/pmbus/
H A Dibm-cffps.c134 int *idxp = file->private_data; in ibm_cffps_debugfs_read() local
135 int idx = *idxp; in ibm_cffps_debugfs_read()
136 struct ibm_cffps *psu = to_psu(idxp, idx); in ibm_cffps_debugfs_read()
217 int *idxp = file->private_data; in ibm_cffps_debugfs_write() local
218 int idx = *idxp; in ibm_cffps_debugfs_write()
219 struct ibm_cffps *psu = to_psu(idxp, idx); in ibm_cffps_debugfs_write()
H A Dmax20730.c111 int *idxp = file->private_data; in max20730_debugfs_read() local
112 int idx = *idxp; in max20730_debugfs_read()
113 struct max20730_debugfs_data *psu = to_psu(idxp, idx); in max20730_debugfs_read()
/linux/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c1912 int *idxp; in hfcmulti_tx() local
1925 idxp = &dch->tx_idx; in hfcmulti_tx()
1930 idxp = &bch->tx_idx; in hfcmulti_tx()
2097 i = *idxp; in hfcmulti_tx()
2110 *idxp = ii; in hfcmulti_tx()
/linux/drivers/vhost/
H A Dvhost.c990 u32 __user *idxp = argp; in vhost_get_vq_from_user() local
994 r = get_user(idx, idxp); in vhost_get_vq_from_user()
/linux/net/xfrm/
H A Dxfrm_policy.c3540 static inline int secpath_has_nontransport(const struct sec_path *sp, int k, int *idxp) in secpath_has_nontransport() argument
3544 *idxp = k; in secpath_has_nontransport()