Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Dhub.h146 return (le16_to_cpu(hcs) & HUB_CHAR_LPSM) < HUB_CHAR_NO_LPSM; in hub_is_port_power_switchable()
H A Dhub.c1501 switch (wHubCharacteristics & HUB_CHAR_LPSM) { in hub_configure()
1509 case HUB_CHAR_LPSM: in hub_configure()
/openbmc/linux/include/uapi/linux/usb/
H A Dch11.h207 #define HUB_CHAR_LPSM 0x0003 /* Logical Power Switching Mode mask */ macro
/openbmc/u-boot/include/
H A Dusb_defs.h292 #define HUB_CHAR_LPSM 0x0003 macro
/openbmc/linux/drivers/usb/host/
H A Dohci-s3c2410.c252 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_LPSM); in ohci_s3c2410_hub_control()
H A Dohci-at91.c449 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_LPSM); in ohci_at91_hub_control()
H A Disp116x-hcd.c953 (HUB_CHAR_LPSM | in isp116x_hub_descriptor()
H A Disp1362-hcd.c1549 (HUB_CHAR_LPSM | in isp1362_hub_descriptor()
/openbmc/u-boot/common/
H A Dusb_hub.c675 switch (hubCharacteristics & HUB_CHAR_LPSM) { in usb_hub_configure()