Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/ti/k3/common/drivers/ti_sci/
Dti_sci.c299 static int ti_sci_device_get_state(uint32_t id, uint32_t *clcnt, in ti_sci_device_get_state() function
487 return ti_sci_device_get_state(id, NULL, NULL, NULL, &unused); in ti_sci_device_is_valid()
500 return ti_sci_device_get_state(id, count, NULL, NULL, NULL); in ti_sci_device_get_clcnt()
519 ret = ti_sci_device_get_state(id, NULL, NULL, &state, NULL); in ti_sci_device_is_idle()
545 ret = ti_sci_device_get_state(id, NULL, NULL, &p_state, &c_state); in ti_sci_device_is_stop()
575 ti_sci_device_get_state(id, NULL, NULL, &p_state, &c_state); in ti_sci_device_is_on()
603 ret = ti_sci_device_get_state(id, NULL, NULL, NULL, &state); in ti_sci_device_is_trans()
659 return ti_sci_device_get_state(id, NULL, reset_state, NULL, NULL); in ti_sci_device_get_resets()