Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/pd/include/
H A Dti_device_pm.h114 void ti_device_set_state(struct ti_device *dev, uint8_t host_idx, bool enable);
/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_device_pm.c81 void ti_device_set_state(struct ti_device *device_ptr, uint8_t host_idx, bool enable) in ti_device_set_state() function
H A Dti_device.c84 ti_device_set_state(dev, TI_DEV_POWER_ON_ENABLED_HOST_IDX, true); in device_init()