Lines Matching refs:req_state
1128 * @req_state: state indicating if the clock is auto managed
1133 u32 dev_id, u32 clk_id, bool *req_state)
1138 if (!req_state)
1145 *req_state = (state == MSG_CLOCK_SW_STATE_AUTO);
1156 * @req_state: state indicating if the clock is managed by us and enabled
1162 u32 clk_id, bool *req_state, bool *curr_state)
1167 if (!req_state && !curr_state)
1175 if (req_state)
1176 *req_state = (r_state == MSG_CLOCK_SW_STATE_REQ);
1189 * @req_state: state indicating if the clock is managed by us and disabled
1195 u32 clk_id, bool *req_state, bool *curr_state)
1200 if (!req_state && !curr_state)
1208 if (req_state)
1209 *req_state = (r_state == MSG_CLOCK_SW_STATE_UNREQ);