Searched refs:control_exit (Results 1 – 2 of 2) sorted by relevance
460 complete_and_exit(&dev->control_exit, 0); in rtsx_control_thread()583 wait_for_completion(&dev->control_exit); in rtsx_release_resources()837 init_completion(&dev->control_exit); in rtsx_probe()947 wait_for_completion(&dev->control_exit); in rtsx_probe()
97 struct completion control_exit; /* control thread exit */ member