Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/ti_sci/
H A Dti_sci.c555 int ti_sci_device_is_idle(uint32_t id, bool *r_state) in ti_sci_device_is_idle() argument
560 if (!r_state) in ti_sci_device_is_idle()
567 *r_state = (state == MSG_DEVICE_SW_STATE_RETENTION); in ti_sci_device_is_idle()
581 int ti_sci_device_is_stop(uint32_t id, bool *r_state, bool *curr_state) in ti_sci_device_is_stop() argument
586 if (!r_state && !curr_state) in ti_sci_device_is_stop()
593 if (r_state) in ti_sci_device_is_stop()
594 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF); in ti_sci_device_is_stop()
610 int ti_sci_device_is_on(uint32_t id, bool *r_state, bool *curr_state) in ti_sci_device_is_on() argument
615 if (!r_state && !curr_state) in ti_sci_device_is_on()
623 if (r_state) in ti_sci_device_is_on()
[all …]
H A Dti_sci.h96 int ti_sci_device_is_idle(uint32_t id, bool *r_state);
97 int ti_sci_device_is_stop(uint32_t id, bool *r_state, bool *curr_state);
98 int ti_sci_device_is_on(uint32_t id, bool *r_state, bool *curr_state);