Home
last modified time | relevance | path

Searched refs:rpm_complete (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thunderbolt/
H A Dicm.c627 init_completion(&sw->rpm_complete); in alloc_switch()
670 complete(&sw->rpm_complete); in update_switch()
2028 complete(&sw->rpm_complete); in complete_rpm()
2039 * Signal this and switches below for rpm_complete because in remove_unplugged_switch()
2122 reinit_completion(&sw->rpm_complete); in icm_runtime_suspend_switch()
2129 if (!wait_for_completion_timeout(&sw->rpm_complete, in icm_runtime_resume_switch()
H A Dtb.h206 struct completion rpm_complete; member