Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/usb/
Dch11.h173 #define HUB_CHAR_OCPM 0x0018 /* Over-Current Protection Mode mask */ macro
/linux-3.4.99/drivers/usb/host/
Dohci-s3c2410.c243 HUB_CHAR_OCPM); in ohci_s3c2410_hub_control()
Dohci-at91.c383 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_OCPM); in ohci_at91_hub_control()
/linux-3.4.99/drivers/usb/core/
Dhub.c1165 switch (wHubCharacteristics & HUB_CHAR_OCPM) { in hub_configure()
1173 case HUB_CHAR_OCPM: in hub_configure()
1310 if ((wHubCharacteristics & HUB_CHAR_OCPM) == 0) in hub_configure()