Home
last modified time | relevance | path

Searched refs:HUB_CHAR_LPSM (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/usb/core/
Dhub.h132 return (le16_to_cpu(hcs) & HUB_CHAR_LPSM) < HUB_CHAR_NO_LPSM; in hub_is_port_power_switchable()
Dhub.c1478 switch (wHubCharacteristics & HUB_CHAR_LPSM) { in hub_configure()
1486 case HUB_CHAR_LPSM: in hub_configure()
/linux-5.19.10/include/uapi/linux/usb/
Dch11.h209 #define HUB_CHAR_LPSM 0x0003 /* Logical Power Switching Mode mask */ macro
/linux-5.19.10/drivers/usb/host/
Dohci-s3c2410.c254 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_LPSM); in ohci_s3c2410_hub_control()
Dohci-at91.c454 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_LPSM); in ohci_at91_hub_control()
Disp116x-hcd.c953 (HUB_CHAR_LPSM | in isp116x_hub_descriptor()
Disp1362-hcd.c1549 (HUB_CHAR_LPSM | in isp1362_hub_descriptor()