Home
last modified time | relevance | path

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

/drivers/hwmon/pmbus/
Dq54sj108a2.c76 int *idxp = file->private_data; in q54sj108a2_debugfs_read() local
77 int idx = *idxp; in q54sj108a2_debugfs_read()
78 struct q54sj108a2_data *psu = to_psu(idxp, idx); in q54sj108a2_debugfs_read()
180 int *idxp = file->private_data; in q54sj108a2_debugfs_write() local
181 int idx = *idxp; in q54sj108a2_debugfs_write()
182 struct q54sj108a2_data *psu = to_psu(idxp, idx); in q54sj108a2_debugfs_write()
Dibm-cffps.c151 int *idxp = file->private_data; in ibm_cffps_debugfs_read() local
152 int idx = *idxp; in ibm_cffps_debugfs_read()
153 struct ibm_cffps *psu = to_psu(idxp, idx); in ibm_cffps_debugfs_read()
255 int *idxp = file->private_data; in ibm_cffps_debugfs_write() local
256 int idx = *idxp; in ibm_cffps_debugfs_write()
257 struct ibm_cffps *psu = to_psu(idxp, idx); in ibm_cffps_debugfs_write()
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()
/drivers/isdn/hardware/mISDN/
Dhfcmulti.c1942 int *idxp; in hfcmulti_tx() local
1955 idxp = &dch->tx_idx; in hfcmulti_tx()
1960 idxp = &bch->tx_idx; in hfcmulti_tx()
2127 i = *idxp; in hfcmulti_tx()
2140 *idxp = ii; in hfcmulti_tx()
/drivers/vhost/
Dvhost.c1594 u32 __user *idxp = argp; in vhost_vring_ioctl() local
1601 r = get_user(idx, idxp); in vhost_vring_ioctl()