Home
last modified time | relevance | path

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

/linux/include/uapi/linux/usb/
H A Dch11.h214 #define HUB_CHAR_OCPM 0x0018 /* Over-Current Protection Mode mask */ macro
/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()
/linux/drivers/usb/core/
H A Dhub.c1567 switch (wHubCharacteristics & HUB_CHAR_OCPM) { in hub_configure()
1575 case HUB_CHAR_OCPM: in hub_configure()
1703 if ((wHubCharacteristics & HUB_CHAR_OCPM) == 0) in hub_configure()