Home
last modified time | relevance | path

Searched refs:HUB_CHAR_OCPM (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/uapi/linux/usb/
H A Dch11.h214 #define HUB_CHAR_OCPM 0x0018 /* Over-Current Protection Mode mask */ macro
/openbmc/u-boot/include/
H A Dusb_defs.h294 #define HUB_CHAR_OCPM 0x0018 macro
/openbmc/linux/drivers/usb/host/
H A Dohci-s3c2410.c258 HUB_CHAR_OCPM); in ohci_s3c2410_hub_control()
H A Dohci-at91.c454 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_OCPM); in ohci_at91_hub_control()
H A Disp116x-hcd.c955 HUB_CHAR_OCPM))); in isp116x_hub_descriptor()
H A Disp1362-hcd.c1551 HUB_CHAR_OCPM)); in isp1362_hub_descriptor()
/openbmc/u-boot/common/
H A Dusb_hub.c693 switch (hubCharacteristics & HUB_CHAR_OCPM) { in usb_hub_configure()
/openbmc/linux/drivers/usb/core/
H A Dhub.c1514 switch (wHubCharacteristics & HUB_CHAR_OCPM) { in hub_configure()
1522 case HUB_CHAR_OCPM: in hub_configure()
1650 if ((wHubCharacteristics & HUB_CHAR_OCPM) == 0) in hub_configure()