Lines Matching refs:p_state
541 * @p_state: pointer to p_state
548 u8 *p_state, u8 *c_state)
562 if (!clcnt && !resets && !p_state && !c_state)
595 if (p_state)
596 *p_state = resp->programmed_state;
768 u8 p_state, c_state;
774 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state);
779 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF);
799 u8 p_state, c_state;
805 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state);
810 *r_state = (p_state == MSG_DEVICE_SW_STATE_ON);