Searched refs:tb_switch_suspend (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tb.c | 1345 tb_switch_suspend(tb->root_switch, false); in tb_suspend_noirq() 1465 tb_switch_suspend(tb->root_switch, true); in tb_runtime_suspend()
|
H A D | tb.h | 655 void tb_switch_suspend(struct tb_switch *sw, bool runtime);
|
H A D | switch.c | 2716 * tb_switch_suspend() - Put a switch to sleep 2725 void tb_switch_suspend(struct tb_switch *sw, bool runtime) in tb_switch_suspend() function 2739 tb_switch_suspend(port->remote->sw, runtime); in tb_switch_suspend()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tb.c | 2156 tb_switch_suspend(tb->root_switch, false); in tb_suspend_noirq() 2306 tb_switch_suspend(tb->root_switch, true); in tb_runtime_suspend()
|
H A D | switch.c | 3198 * tb_switch_suspend() - Put a switch to sleep 3207 void tb_switch_suspend(struct tb_switch *sw, bool runtime) in tb_switch_suspend() function 3227 tb_switch_suspend(port->remote->sw, runtime); in tb_switch_suspend()
|
H A D | tb.h | 800 void tb_switch_suspend(struct tb_switch *sw, bool runtime);
|
Completed in 16 milliseconds