Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dlc.c407 if (flags & TB_WAKE_ON_CONNECT) in tb_lc_set_wake_one()
H A Dtb.h457 #define TB_WAKE_ON_CONNECT BIT(0) macro
H A Dswitch.c3648 flags |= TB_WAKE_ON_CONNECT | TB_WAKE_ON_DISCONNECT; in tb_switch_suspend()
3652 flags |= TB_WAKE_ON_CONNECT | TB_WAKE_ON_DISCONNECT; in tb_switch_suspend()
H A Dusb4.c454 if ((flags & TB_WAKE_ON_CONNECT) && wakeup && !configured) in usb4_switch_set_wake()