Searched refs:c_state (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/drivers/ti/ti_sci/ |
| H A D | ti_sci.c | 345 uint8_t *c_state) in ti_sci_device_get_state() argument 353 if (!clcnt && !resets && !p_state && !c_state) in ti_sci_device_get_state() 379 if (c_state) in ti_sci_device_get_state() 380 *c_state = resp.current_state; in ti_sci_device_get_state() 584 uint8_t p_state, c_state; in ti_sci_device_is_stop() local 589 ret = ti_sci_device_get_state(id, NULL, NULL, &p_state, &c_state); in ti_sci_device_is_stop() 596 *curr_state = (c_state == MSG_DEVICE_HW_STATE_OFF); in ti_sci_device_is_stop() 613 uint8_t p_state, c_state; in ti_sci_device_is_on() local 619 ti_sci_device_get_state(id, NULL, NULL, &p_state, &c_state); in ti_sci_device_is_on() 626 *curr_state = (c_state == MSG_DEVICE_HW_STATE_ON); in ti_sci_device_is_on() [all …]
|