Searched refs:idxp (Results 1 – 5 of 5) sorted by relevance
134 int *idxp = file->private_data; in ibm_cffps_debugfs_read() local135 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() local218 int idx = *idxp; in ibm_cffps_debugfs_write()219 struct ibm_cffps *psu = to_psu(idxp, idx); in ibm_cffps_debugfs_write()
111 int *idxp = file->private_data; in max20730_debugfs_read() local112 int idx = *idxp; in max20730_debugfs_read()113 struct max20730_debugfs_data *psu = to_psu(idxp, idx); in max20730_debugfs_read()
1912 int *idxp; in hfcmulti_tx() local1925 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()
990 u32 __user *idxp = argp; in vhost_get_vq_from_user() local994 r = get_user(idx, idxp); in vhost_get_vq_from_user()
3540 static inline int secpath_has_nontransport(const struct sec_path *sp, int k, int *idxp) in secpath_has_nontransport() argument3544 *idxp = k; in secpath_has_nontransport()