Searched refs:p_state (Results 1 – 1 of 1) sorted by relevance
/trusted-firmware-a-3.4.0/plat/ti/k3/common/drivers/ti_sci/ |
D | ti_sci.c | 251 uint32_t *resets, uint8_t *p_state, in ti_sci_device_get_state() argument 260 if (!clcnt && !resets && !p_state && !c_state) in ti_sci_device_get_state() 284 if (p_state) in ti_sci_device_get_state() 285 *p_state = resp.programmed_state; in ti_sci_device_get_state() 499 uint8_t p_state, c_state; in ti_sci_device_is_stop() local 504 ret = ti_sci_device_get_state(id, NULL, NULL, &p_state, &c_state); in ti_sci_device_is_stop() 509 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF); in ti_sci_device_is_stop() 528 uint8_t p_state, c_state; in ti_sci_device_is_on() local 534 ti_sci_device_get_state(id, NULL, NULL, &p_state, &c_state); in ti_sci_device_is_on() 539 *r_state = (p_state == MSG_DEVICE_SW_STATE_ON); in ti_sci_device_is_on()
|