Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/ti_sci/
H A Dti_sci.c343 static int ti_sci_device_get_state(uint32_t id, uint32_t *clcnt, in ti_sci_device_get_state() function
531 return ti_sci_device_get_state(id, NULL, NULL, NULL, &unused); in ti_sci_device_is_valid()
544 return ti_sci_device_get_state(id, count, NULL, NULL, NULL); in ti_sci_device_get_clcnt()
563 ret = ti_sci_device_get_state(id, NULL, NULL, &state, NULL); in ti_sci_device_is_idle()
589 ret = ti_sci_device_get_state(id, NULL, NULL, &p_state, &c_state); in ti_sci_device_is_stop()
619 ti_sci_device_get_state(id, NULL, NULL, &p_state, &c_state); in ti_sci_device_is_on()
647 ret = ti_sci_device_get_state(id, NULL, NULL, NULL, &state); in ti_sci_device_is_trans()
703 return ti_sci_device_get_state(id, NULL, reset_state, NULL, NULL); in ti_sci_device_get_resets()