Searched refs:function_state (Results 1 – 3 of 3) sorted by relevance
2758 pdev->eq_info.function_state = FUNCTION_START_COMPLETED; in lm_eq_handle_function_start_eqe()2765 pdev->eq_info.function_state = FUNCTION_STOP_COMPLETED; in lm_eq_handle_function_stop_eqe()3825 …DbgBreakIf((pdev->eq_info.function_state == FUNCTION_STOP_POSTED) || (pdev->eq_info.function_state… in lm_sq_post_entry()
1160 pdev->eq_info.function_state = FUNCTION_STOP_POSTED; in lm_function_stop()1174 lm_status = lm_wait_state_change(pdev, &pdev->eq_info.function_state, FUNCTION_STOP_COMPLETED); in lm_function_stop()1990 pdev->eq_info.function_state = FUNCTION_START_POSTED; in lm_function_start()2088 lm_status = lm_wait_state_change(pdev, &pdev->eq_info.function_state, FUNCTION_START_COMPLETED); in lm_function_start()
2722 volatile u32_t function_state; member