Lines Matching refs:p_state
583 * @p_state: pointer to p_state
590 u8 *p_state, u8 *c_state)
604 if (!clcnt && !resets && !p_state && !c_state)
637 if (p_state)
638 *p_state = resp->programmed_state;
810 u8 p_state, c_state;
816 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state);
821 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF);
841 u8 p_state, c_state;
847 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state);
852 *r_state = (p_state == MSG_DEVICE_SW_STATE_ON);