Lines Matching refs:c_state
542 * @c_state: pointer to c_state
548 u8 *p_state, u8 *c_state)
562 if (!clcnt && !resets && !p_state && !c_state)
597 if (c_state)
598 *c_state = resp->current_state;
768 u8 p_state, c_state;
774 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state);
781 *curr_state = (c_state == MSG_DEVICE_HW_STATE_OFF);
799 u8 p_state, c_state;
805 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state);
812 *curr_state = (c_state == MSG_DEVICE_HW_STATE_ON);
1164 u8 c_state = 0, r_state = 0;
1171 &r_state, &c_state);
1178 *curr_state = (c_state == MSG_CLOCK_HW_STATE_READY);
1197 u8 c_state = 0, r_state = 0;
1204 &r_state, &c_state);
1211 *curr_state = (c_state == MSG_CLOCK_HW_STATE_NOT_READY);