Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/ti_sci/
H A Dti_sci.c317 uint32_t *resets, uint8_t *p_state, in ti_sci_device_get_state() argument
326 if (!clcnt && !resets && !p_state && !c_state) in ti_sci_device_get_state()
350 if (p_state) in ti_sci_device_get_state()
351 *p_state = resp.programmed_state; in ti_sci_device_get_state()
557 uint8_t p_state, c_state; in ti_sci_device_is_stop() local
562 ret = ti_sci_device_get_state(id, NULL, NULL, &p_state, &c_state); in ti_sci_device_is_stop()
567 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF); in ti_sci_device_is_stop()
586 uint8_t p_state, c_state; in ti_sci_device_is_on() local
592 ti_sci_device_get_state(id, NULL, NULL, &p_state, &c_state); in ti_sci_device_is_on()
597 *r_state = (p_state == MSG_DEVICE_SW_STATE_ON); in ti_sci_device_is_on()