Home
last modified time | relevance | path

Searched refs:HUB_CHAR_INDV_PORT_OCPM (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/include/uapi/linux/usb/
Dch11.h188 #define HUB_CHAR_INDV_PORT_OCPM 0x0008 /* per-port Over-current reporting */ macro
/linux-4.4.14/drivers/usb/host/
Duhci-hub.c21 HUB_CHAR_INDV_PORT_OCPM, /* (per-port OC, no power switching) */
Dohci-s3c2410.c259 HUB_CHAR_INDV_PORT_OCPM); in ohci_s3c2410_hub_control()
Dohci-at91.c376 cpu_to_le16(HUB_CHAR_INDV_PORT_OCPM); in ohci_at91_hub_control()
Dohci-hub.c555 temp |= HUB_CHAR_INDV_PORT_OCPM; in ohci_hub_descriptor()
Dehci-hub.c707 temp = HUB_CHAR_INDV_PORT_OCPM; /* per-port overcurrent reporting */ in ehci_hub_descriptor()
Dxhci-hub.c171 temp |= HUB_CHAR_INDV_PORT_OCPM; in xhci_common_hub_descriptor()
Doxu210hp-hcd.c460 temp = HUB_CHAR_INDV_PORT_OCPM; /* per-port overcurrent reporting */ in ehci_hub_descriptor()
Du132-hcd.c2597 temp |= HUB_CHAR_INDV_PORT_OCPM; in u132_roothub_descriptor()
Dfotg210-hcd.c1480 temp = HUB_CHAR_INDV_PORT_OCPM; /* per-port overcurrent reporting */ in fotg210_hub_descriptor()
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-hcd.c1775 temp = HUB_CHAR_INDV_PORT_OCPM; in isp1760_hub_descriptor()
/linux-4.4.14/drivers/usb/dwc2/
Dhcd.c1664 HUB_CHAR_INDV_PORT_OCPM); in dwc2_hcd_hub_control()
/linux-4.4.14/drivers/usb/core/
Dhub.c1455 case HUB_CHAR_INDV_PORT_OCPM: in hub_configure()