Home
last modified time | relevance | path

Searched refs:PMSG_NO_WAKEUP (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/usb/core/
H A Dhcd-pci.c427 else if (PMSG_NO_WAKEUP(msg)) in suspend_common()
/linux-6.15/include/linux/
H A Dpm.h569 #define PMSG_NO_WAKEUP(msg) (((msg).event & \ macro