Lines Matching refs:p_state
557 * @p_state: pointer to p_state
564 u8 *p_state, u8 *c_state)
578 if (!clcnt && !resets && !p_state && !c_state)
611 if (p_state)
612 *p_state = resp->programmed_state;
784 u8 p_state, c_state;
790 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state);
795 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF);
815 u8 p_state, c_state;
821 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state);
826 *r_state = (p_state == MSG_DEVICE_SW_STATE_ON);