Searched refs:pdr_handle (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/include/linux/soc/qcom/ |
D | pdr.h | 10 struct pdr_handle; 20 struct pdr_handle *pdr_handle_alloc(void (*status)(int state, 23 struct pdr_service *pdr_add_lookup(struct pdr_handle *pdr, 26 int pdr_restart_pd(struct pdr_handle *pdr, struct pdr_service *pds); 27 void pdr_handle_release(struct pdr_handle *pdr);
|
/linux-5.19.10/drivers/soc/qcom/ |
D | pdr_interface.c | 34 struct pdr_handle { struct 75 struct pdr_handle *pdr = container_of(qmi, struct pdr_handle, in pdr_locator_new_server() argument 102 struct pdr_handle *pdr = container_of(qmi, struct pdr_handle, in pdr_locator_del_server() 118 static int pdr_register_listener(struct pdr_handle *pdr, in pdr_register_listener() 166 struct pdr_handle *pdr = container_of(work, struct pdr_handle, in pdr_notifier_work() 199 struct pdr_handle *pdr = container_of(qmi, struct pdr_handle, in pdr_notifier_new_server() 223 struct pdr_handle *pdr = container_of(qmi, struct pdr_handle, in pdr_notifier_del_server() 246 static int pdr_send_indack_msg(struct pdr_handle *pdr, struct pdr_service *pds, in pdr_send_indack_msg() 275 struct pdr_handle *pdr = container_of(work, struct pdr_handle, in pdr_indack_work() 303 struct pdr_handle *pdr = container_of(qmi, struct pdr_handle, in pdr_indication_cb() [all …]
|
D | apr.c | 35 struct pdr_handle *pdr;
|
/linux-5.19.10/drivers/slimbus/ |
D | qcom-ngd-ctrl.c | 170 struct pdr_handle *pdr;
|