Home
last modified time | relevance | path

Searched refs:HUB_CHAR_INDV_PORT_LPSM (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/include/uapi/linux/usb/
H A Dch11.h209 #define HUB_CHAR_INDV_PORT_LPSM 0x0001 /* per-port power control */ macro
/openbmc/linux/drivers/usb/host/
H A Dfhci-hub.c31 HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM, /* wHubCharacteristics */
H A Dohci-s3c2410.c254 HUB_CHAR_INDV_PORT_LPSM); in ohci_s3c2410_hub_control()
H A Dohci-at91.c451 cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM); in ohci_at91_hub_control()
H A Dohci-hub.c557 temp |= HUB_CHAR_INDV_PORT_LPSM; in ohci_hub_descriptor()
H A Dehci-hub.c719 temp |= HUB_CHAR_INDV_PORT_LPSM; /* per-port power control */ in ehci_hub_descriptor()
H A Dmax3421-hcd.c1639 desc->wHubCharacteristics = cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | in hub_descriptor()
H A Dsl811-hcd.c1109 temp = HUB_CHAR_INDV_PORT_LPSM; in sl811h_hub_descriptor()
H A Dxhci-hub.c266 temp |= HUB_CHAR_INDV_PORT_LPSM; in xhci_common_hub_descriptor()
H A Dr8a66597-hcd.c2133 cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM); in r8a66597_hub_descriptor()
H A Doxu210hp-hcd.c886 temp |= HUB_CHAR_INDV_PORT_LPSM; /* per-port power control */ in ehci_hub_descriptor()
/openbmc/linux/drivers/usb/musb/
H A Dmusb_virthub.c330 HUB_CHAR_INDV_PORT_LPSM /* per-port power switching */ in musb_hub_control()
/openbmc/linux/drivers/usb/usbip/
H A Dvhci_hcd.c292 HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_COMMON_OCPM); in ss_hub_descriptor()
305 HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_COMMON_OCPM); in hub_descriptor()
/openbmc/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c2083 HUB_CHAR_INDV_PORT_LPSM | in ss_hub_descriptor()
2096 HUB_CHAR_INDV_PORT_LPSM | in hub_descriptor()
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dmod_host.c1224 cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM); in __usbhsh_hub_get_status()
/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c2163 temp |= HUB_CHAR_INDV_PORT_LPSM; in isp1760_hub_descriptor()
/openbmc/linux/drivers/usb/core/
H A Dhub.c1505 case HUB_CHAR_INDV_PORT_LPSM: in hub_configure()