Searched refs:ti_psc_pd (Results 1 – 4 of 4) sorted by relevance
| /rk3399_ARM-atf/drivers/ti/pd/include/ |
| H A D | ti_psc.h | 103 struct ti_psc_pd { struct 342 ti_pd_idx_t ti_psc_pd_idx(struct ti_device *psc_dev, const struct ti_psc_pd *pd); 353 void ti_psc_pd_wait(struct ti_device *psc_dev, struct ti_psc_pd *pd); 363 void ti_psc_pd_get(struct ti_device *psc_dev, struct ti_psc_pd *pd); 373 void ti_psc_pd_put(struct ti_device *psc_dev, struct ti_psc_pd *pd); 536 struct ti_psc_pd *ti_psc_lookup_pd(struct ti_device *psc_dev, ti_pd_idx_t id); 627 struct ti_psc_pd *powerdomains;
|
| /rk3399_ARM-atf/drivers/ti/pd/ |
| H A D | ti_psc.c | 99 ti_pd_idx_t ti_psc_pd_idx(struct ti_device *dev, const struct ti_psc_pd *pd) in ti_psc_pd_idx() 107 static inline struct ti_psc_pd *psc_idx2pd(const struct ti_psc_drv_data *psc, in psc_idx2pd() 114 struct ti_psc_pd *pd) in get_psc_pd_data() 135 void ti_psc_pd_wait(struct ti_device *dev, struct ti_psc_pd *pd) in ti_psc_pd_wait() 160 static void pd_initiate(struct ti_device *dev, struct ti_psc_pd *pd) in pd_initiate() 196 void ti_psc_pd_get(struct ti_device *dev, struct ti_psc_pd *pd) in ti_psc_pd_get() 262 void ti_psc_pd_put(struct ti_device *dev, struct ti_psc_pd *pd) in ti_psc_pd_put() 323 struct ti_psc_pd *pd = psc_idx2pd(psc, (ti_pd_idx_t) data->powerdomain); in lpsc_module_sync_state() 663 struct ti_psc_pd *pd = psc_idx2pd(psc, (ti_pd_idx_t) data->powerdomain); in ti_lpsc_module_wait() 852 struct ti_psc_pd *pd = psc_idx2pd(psc, idx); in psc_pd_drop_pwr_up_ref() [all …]
|
| H A D | ti_device_psc.c | 246 struct ti_psc_pd *pd; in ti_soc_device_disable_internal_flags_iterate() 367 struct ti_psc_pd *pd; in ti_soc_device_ret_enable_internal() 409 struct ti_psc_pd *pd; in ti_soc_device_ret_disable_internal()
|
| /rk3399_ARM-atf/plat/ti/k3low/common/pm/ |
| H A D | ti_devices.c | 1034 static struct ti_psc_pd
|