Home
last modified time | relevance | path

Searched refs:TB_WAKE_ON_USB4 (Results 1 – 4 of 4) sorted by relevance

/drivers/thunderbolt/
Dlc.c181 if (flags & TB_WAKE_ON_USB4) in tb_lc_set_wake_one()
Dtb.h341 #define TB_WAKE_ON_USB4 BIT(2) macro
Dswitch.c2745 flags |= TB_WAKE_ON_USB4 | TB_WAKE_ON_USB3 | TB_WAKE_ON_PCIE; in tb_switch_suspend()
2747 flags |= TB_WAKE_ON_USB4 | TB_WAKE_ON_USB3 | TB_WAKE_ON_PCIE; in tb_switch_suspend()
Dusb4.c443 if (flags & TB_WAKE_ON_USB4) in usb4_switch_set_wake()