Home
last modified time | relevance | path

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

/linux/include/linux/soc/qcom/
H A Dpdr.h20 struct pdr_handle *pdr_handle_alloc(void (*status)(int state,
/linux/drivers/soc/qcom/
H A Dpdr_interface.c639 struct pdr_handle *pdr_handle_alloc(void (*status)(int state, in pdr_handle_alloc() function
704 EXPORT_SYMBOL_GPL(pdr_handle_alloc);
H A Dpmic_glink.c318 pg->pdr = pdr_handle_alloc(pmic_glink_pdr_callback, pg); in pmic_glink_probe()
H A Dapr.c627 apr->pdr = pdr_handle_alloc(apr_pd_status, apr); in apr_probe()