Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Dlc.c352 if (flags & TB_WAKE_ON_PCIE) in tb_lc_set_wake_one()
Dtb.h425 #define TB_WAKE_ON_PCIE BIT(4) macro
Dswitch.c3261 flags |= TB_WAKE_ON_USB3 | TB_WAKE_ON_PCIE | TB_WAKE_ON_DP; in tb_switch_suspend()
3263 flags |= TB_WAKE_ON_USB4 | TB_WAKE_ON_USB3 | TB_WAKE_ON_PCIE; in tb_switch_suspend()
Dusb4.c425 if (flags & TB_WAKE_ON_PCIE) in usb4_switch_set_wake()