Home
last modified time | relevance | path

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

/linux/include/uapi/linux/usb/
H A Dch11.h216 #define HUB_CHAR_INDV_PORT_OCPM 0x0008 /* per-port Over-current reporting */ macro
/linux/drivers/usb/host/
H A Duhci-hub.c22 HUB_CHAR_INDV_PORT_OCPM, /* (per-port OC, no power switching) */
H A Dohci-hub.c561 temp |= HUB_CHAR_INDV_PORT_OCPM; in ohci_hub_descriptor()
H A Dehci-hub.c717 temp = HUB_CHAR_INDV_PORT_OCPM; /* per-port overcurrent reporting */ in ehci_hub_descriptor()
H A Dxhci-hub.c272 temp |= HUB_CHAR_INDV_PORT_OCPM; in xhci_common_hub_descriptor()
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c2160 temp = HUB_CHAR_INDV_PORT_OCPM; in isp1760_hub_descriptor()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c1447 temp = HUB_CHAR_INDV_PORT_OCPM; /* per-port overcurrent reporting */ in fotg210_hub_descriptor()
/linux/drivers/usb/dwc2/
H A Dhcd.c3514 HUB_CHAR_INDV_PORT_OCPM); in dwc2_hcd_hub_control()
/linux/drivers/usb/core/
H A Dhub.c1548 case HUB_CHAR_INDV_PORT_OCPM: in hub_configure()