Lines Matching refs:req_state
1144 * @req_state: state indicating if the clock is auto managed
1149 u32 dev_id, u32 clk_id, bool *req_state)
1154 if (!req_state)
1161 *req_state = (state == MSG_CLOCK_SW_STATE_AUTO);
1172 * @req_state: state indicating if the clock is managed by us and enabled
1178 u32 clk_id, bool *req_state, bool *curr_state)
1183 if (!req_state && !curr_state)
1191 if (req_state)
1192 *req_state = (r_state == MSG_CLOCK_SW_STATE_REQ);
1205 * @req_state: state indicating if the clock is managed by us and disabled
1211 u32 clk_id, bool *req_state, bool *curr_state)
1216 if (!req_state && !curr_state)
1224 if (req_state)
1225 *req_state = (r_state == MSG_CLOCK_SW_STATE_UNREQ);