Home
last modified time | relevance | path

Searched refs:TB_WAKE_ON_USB3 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dtb.h342 #define TB_WAKE_ON_USB3 BIT(3) macro
H A Dswitch.c2738 flags |= TB_WAKE_ON_USB4 | TB_WAKE_ON_USB3 | TB_WAKE_ON_PCIE; in tb_switch_suspend()
2740 flags |= TB_WAKE_ON_USB4 | TB_WAKE_ON_USB3 | TB_WAKE_ON_PCIE; in tb_switch_suspend()
H A Dusb4.c462 if (flags & TB_WAKE_ON_USB3) in usb4_switch_set_wake()