Home
last modified time | relevance | path

Searched refs:ti_psc_lookup_pd (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/drivers/ti/pd/include/
H A Dti_psc.h536 struct ti_psc_pd *ti_psc_lookup_pd(struct ti_device *psc_dev, ti_pd_idx_t id);
/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_device_psc.c374 pd = ti_psc_lookup_pd(psc_dev, (ti_pd_idx_t) dev->pd); in ti_soc_device_ret_enable_internal()
420 pd = ti_psc_lookup_pd(psc_dev, (ti_pd_idx_t) dev->pd); in ti_soc_device_ret_disable_internal()
H A Dti_psc.c881 struct ti_psc_pd *ti_psc_lookup_pd(struct ti_device *dev, ti_pd_idx_t id) in ti_psc_lookup_pd() function