Searched refs:FM_FW_DW_INPROGRESS (Results 1 – 2 of 2) sorted by relevance
31 #define FM_FW_DW_INPROGRESS 2 macro
390 if (test_bit(FM_FW_DW_INPROGRESS, &fmdev->flag) && payload == NULL) { in fm_send_cmd()394 if (!test_bit(FM_FW_DW_INPROGRESS, &fmdev->flag)) in fm_send_cmd()409 if (!test_bit(FM_FW_DW_INPROGRESS, &fmdev->flag) || in fm_send_cmd()1239 set_bit(FM_FW_DW_INPROGRESS, &fmdev->flag); in fm_download_firmware()1289 clear_bit(FM_FW_DW_INPROGRESS, &fmdev->flag); in fm_download_firmware()
Completed in 7 milliseconds