Home
last modified time | relevance | path

Searched refs:hostp (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/soc/qcom/
H A Dsmsm.c149 struct smsm_host *hostp; in smsm_update_bits() local
179 hostp = &smsm->hosts[host]; in smsm_update_bits()
185 if (hostp->mbox_chan) { in smsm_update_bits()
186 mbox_send_message(hostp->mbox_chan, NULL); in smsm_update_bits()
187 mbox_client_txdone(hostp->mbox_chan, 0); in smsm_update_bits()
188 } else if (hostp->ipc_regmap) { in smsm_update_bits()
189 regmap_write(hostp->ipc_regmap, in smsm_update_bits()
190 hostp->ipc_offset, in smsm_update_bits()
191 BIT(hostp->ipc_bit)); in smsm_update_bits()
/linux/fs/lockd/
H A Dsvc4proc.c24 struct nlm_host **hostp, struct nlm_file **filp) in nlm4svc_retrieve_args() argument
43 *hostp = host; in nlm4svc_retrieve_args()
H A Dsvcproc.c53 struct nlm_host **hostp, struct nlm_file **filp) in nlmsvc_retrieve_args() argument
69 *hostp = host; in nlmsvc_retrieve_args()