Searched refs:fw_status (Results 1 – 1 of 1) sorted by relevance
2205 unsigned int payload_size = 0, fw_status = IAXXX_FW_IDLE; in callback_thread_loop() local2239 err = get_fw_status(stdev->odsp_hdl, &fw_status); in callback_thread_loop()2254 if (fw_status == IAXXX_FW_ACTIVE) { in callback_thread_loop()2263 } else if (fw_status == IAXXX_FW_CRASH) { in callback_thread_loop()2266 } else if (fw_status == IAXXX_FW_IDLE) { in callback_thread_loop()