Searched refs:hostp (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | smsm.c | 142 struct smsm_host *hostp; in smsm_update_bits() local 172 hostp = &smsm->hosts[host]; in smsm_update_bits() 175 if (val & changes && hostp->ipc_regmap) { in smsm_update_bits() 176 regmap_write(hostp->ipc_regmap, in smsm_update_bits() 177 hostp->ipc_offset, in smsm_update_bits() 178 BIT(hostp->ipc_bit)); in smsm_update_bits()
|
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | smsm.c | 142 struct smsm_host *hostp; in smsm_update_bits() local 172 hostp = &smsm->hosts[host]; in smsm_update_bits() 175 if (val & changes && hostp->ipc_regmap) { in smsm_update_bits() 176 regmap_write(hostp->ipc_regmap, in smsm_update_bits() 177 hostp->ipc_offset, in smsm_update_bits() 178 BIT(hostp->ipc_bit)); in smsm_update_bits()
|
/kernel/linux/linux-5.10/fs/lockd/ |
H A D | svcproc.c | 53 struct nlm_host **hostp, struct nlm_file **filp) in nlmsvc_retrieve_args() 68 *hostp = host; in nlmsvc_retrieve_args() 52 nlmsvc_retrieve_args(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_host **hostp, struct nlm_file **filp) nlmsvc_retrieve_args() argument
|
H A D | svc4proc.c | 24 struct nlm_host **hostp, struct nlm_file **filp) in nlm4svc_retrieve_args() 39 *hostp = host; in nlm4svc_retrieve_args() 23 nlm4svc_retrieve_args(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_host **hostp, struct nlm_file **filp) nlm4svc_retrieve_args() argument
|
/kernel/linux/linux-6.6/fs/lockd/ |
H A D | svcproc.c | 53 struct nlm_host **hostp, struct nlm_file **filp) in nlmsvc_retrieve_args() 69 *hostp = host; in nlmsvc_retrieve_args() 52 nlmsvc_retrieve_args(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_host **hostp, struct nlm_file **filp) nlmsvc_retrieve_args() argument
|
H A D | svc4proc.c | 24 struct nlm_host **hostp, struct nlm_file **filp) in nlm4svc_retrieve_args() 43 *hostp = host; in nlm4svc_retrieve_args() 23 nlm4svc_retrieve_args(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_host **hostp, struct nlm_file **filp) nlm4svc_retrieve_args() argument
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | ide-probe.c | 1536 unsigned int n_ports, struct ide_host **hostp) in ide_host_add() 1551 if (hostp) in ide_host_add() 1552 *hostp = host; in ide_host_add() 1535 ide_host_add(const struct ide_port_info *d, struct ide_hw **hws, unsigned int n_ports, struct ide_host **hostp) ide_host_add() argument
|
Completed in 8 milliseconds