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.c528 int ti_sci_device_is_idle(uint32_t id, bool *r_state) in ti_sci_device_is_idle() argument
533 if (!r_state) in ti_sci_device_is_idle()
540 *r_state = (state == MSG_DEVICE_SW_STATE_RETENTION); in ti_sci_device_is_idle()
554 int ti_sci_device_is_stop(uint32_t id, bool *r_state, bool *curr_state) in ti_sci_device_is_stop() argument
559 if (!r_state && !curr_state) in ti_sci_device_is_stop()
566 if (r_state) in ti_sci_device_is_stop()
567 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF); in ti_sci_device_is_stop()
583 int ti_sci_device_is_on(uint32_t id, bool *r_state, bool *curr_state) in ti_sci_device_is_on() argument
588 if (!r_state && !curr_state) in ti_sci_device_is_on()
596 if (r_state) in ti_sci_device_is_on()
[all …]
H A Dti_sci.h95 int ti_sci_device_is_idle(uint32_t id, bool *r_state);
96 int ti_sci_device_is_stop(uint32_t id, bool *r_state, bool *curr_state);
97 int ti_sci_device_is_on(uint32_t id, bool *r_state, bool *curr_state);