Searched refs:PORT_LPM (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/include/linux/usb/ | ||
D | ehci_def.h | 144 #define PORT_LPM (1<<9) /* LPM transaction */ macro |
/Linux-v6.6/drivers/usb/host/ | ||
D | ehci-dbg.c | 248 (status & PORT_LPM) ? " LPM" : "", in dbg_port_buf() |