Home
last modified time | relevance | path

Searched refs:pdr_handle_alloc (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/include/linux/soc/qcom/
Dpdr.h20 struct pdr_handle *pdr_handle_alloc(void (*status)(int state,
/Linux-v5.15/drivers/soc/qcom/
Dpdr_interface.c649 struct pdr_handle *pdr_handle_alloc(void (*status)(int state, in pdr_handle_alloc() function
719 EXPORT_SYMBOL(pdr_handle_alloc);
Dapr.c439 apr->pdr = pdr_handle_alloc(apr_pd_status, apr); in apr_probe()
/Linux-v5.15/drivers/slimbus/
Dqcom-ngd-ctrl.c1567 ctrl->pdr = pdr_handle_alloc(slim_pd_status, ctrl); in qcom_slim_ngd_ctrl_probe()