Symbol: pdr_handle
drivers/slimbus/qcom-ngd-ctrl.c
169
struct pdr_handle *pdr;
drivers/soc/qcom/apr.c
35
struct pdr_handle *pdr;
drivers/soc/qcom/pdr_interface.c
113
static int pdr_register_listener(struct pdr_handle *pdr,
drivers/soc/qcom/pdr_interface.c
161
struct pdr_handle *pdr = container_of(work, struct pdr_handle,
drivers/soc/qcom/pdr_interface.c
194
struct pdr_handle *pdr = container_of(qmi, struct pdr_handle,
drivers/soc/qcom/pdr_interface.c
218
struct pdr_handle *pdr = container_of(qmi, struct pdr_handle,
drivers/soc/qcom/pdr_interface.c
241
static int pdr_send_indack_msg(struct pdr_handle *pdr, struct pdr_service *pds,
drivers/soc/qcom/pdr_interface.c
270
struct pdr_handle *pdr = container_of(work, struct pdr_handle,
drivers/soc/qcom/pdr_interface.c
298
struct pdr_handle *pdr = container_of(qmi, struct pdr_handle,
drivers/soc/qcom/pdr_interface.c
353
struct pdr_handle *pdr)
drivers/soc/qcom/pdr_interface.c
392
static int pdr_locate_service(struct pdr_handle *pdr, struct pdr_service *pds)
drivers/soc/qcom/pdr_interface.c
441
static void pdr_notify_lookup_failure(struct pdr_handle *pdr,
drivers/soc/qcom/pdr_interface.c
461
struct pdr_handle *pdr = container_of(work, struct pdr_handle,
drivers/soc/qcom/pdr_interface.c
509
struct pdr_service *pdr_add_lookup(struct pdr_handle *pdr,
drivers/soc/qcom/pdr_interface.c
558
int pdr_restart_pd(struct pdr_handle *pdr, struct pdr_service *pds)
drivers/soc/qcom/pdr_interface.c
638
struct pdr_handle *pdr_handle_alloc(void (*status)(int state,
drivers/soc/qcom/pdr_interface.c
647
struct pdr_handle *pdr __free(kfree) = kzalloc_obj(*pdr);
drivers/soc/qcom/pdr_interface.c
711
void pdr_handle_release(struct pdr_handle *pdr)
drivers/soc/qcom/pdr_interface.c
76
struct pdr_handle *pdr = container_of(qmi, struct pdr_handle,
drivers/soc/qcom/pdr_interface.c
97
struct pdr_handle *pdr = container_of(qmi, struct pdr_handle,
drivers/soc/qcom/pmic_glink.c
28
struct pdr_handle *pdr;
include/linux/soc/qcom/pdr.h
11
struct pdr_handle;
include/linux/soc/qcom/pdr.h
21
struct pdr_handle *pdr_handle_alloc(void (*status)(int state,
include/linux/soc/qcom/pdr.h
24
struct pdr_service *pdr_add_lookup(struct pdr_handle *pdr,
include/linux/soc/qcom/pdr.h
27
int pdr_restart_pd(struct pdr_handle *pdr, struct pdr_service *pds);
include/linux/soc/qcom/pdr.h
28
void pdr_handle_release(struct pdr_handle *pdr);