Searched refs:tb_handle_hotplug (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/thunderbolt/
H A Dtb.c212 * tb_handle_hotplug() - handle hotplug event
216 static void tb_handle_hotplug(struct work_struct *work) tb_handle_hotplug() function
282 * Delegates to tb_handle_hotplug.
291 INIT_WORK(&ev->work, tb_handle_hotplug); tb_schedule_hotplug_handler()
328 tb->hotplug_active = false; /* signal tb_handle_hotplug to quit */ thunderbolt_shutdown_and_free()
330 /* allow tb_handle_hotplug to acquire the lock */ thunderbolt_shutdown_and_free()
387 /* Allow tb_handle_hotplug to progress events */ thunderbolt_alloc_and_start()
404 tb->hotplug_active = false; /* signal tb_handle_hotplug to quit */ thunderbolt_suspend()
432 /* Allow tb_handle_hotplug to progress events */ thunderbolt_resume()
H A Dtb.h110 * tb_handle_hotplug will stop progressing plug

Completed in 251 milliseconds