Searched refs:scanning_done (Results 1 – 2 of 2) sorted by relevance
637 wait_for_completion(&dev->scanning_done); in quiesce_and_remove_host()699 complete_and_exit(&dev->scanning_done, 0); in rtsx_scan_thread()852 init_completion(&dev->scanning_done); in rtsx_probe()935 complete(&dev->scanning_done); in rtsx_probe()
100 struct completion scanning_done; /* wait for scan thread */ member