Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/usb/
Dch11.h186 #define HUB_CHAR_OCPM 0x0018 /* Over-Current Protection Mode mask */ macro
/linux-4.4.14/drivers/usb/host/
Dohci-s3c2410.c257 HUB_CHAR_OCPM); in ohci_s3c2410_hub_control()
Dohci-at91.c374 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_OCPM); in ohci_at91_hub_control()
Disp116x-hcd.c955 HUB_CHAR_OCPM))); in isp116x_hub_descriptor()
Disp1362-hcd.c1549 HUB_CHAR_OCPM)); in isp1362_hub_descriptor()
/linux-4.4.14/drivers/usb/core/
Dhub.c1451 switch (wHubCharacteristics & HUB_CHAR_OCPM) { in hub_configure()
1459 case HUB_CHAR_OCPM: in hub_configure()
1587 if ((wHubCharacteristics & HUB_CHAR_OCPM) == 0) in hub_configure()