Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/usb/
Dch11.h211 #define HUB_CHAR_INDV_PORT_LPSM 0x0001 /* per-port power control */ macro
/Linux-v4.19/drivers/usb/host/
Dfhci-hub.c31 HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM, /* wHubCharacteristics */
Dohci-s3c2410.c256 HUB_CHAR_INDV_PORT_LPSM); in ohci_s3c2410_hub_control()
Dohci-at91.c427 cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM); in ohci_at91_hub_control()
Dohci-hub.c554 temp |= HUB_CHAR_INDV_PORT_LPSM; in ohci_hub_descriptor()
Dehci-hub.c716 temp |= HUB_CHAR_INDV_PORT_LPSM; /* per-port power control */ in ehci_hub_descriptor()
Dxhci-hub.c172 temp |= HUB_CHAR_INDV_PORT_LPSM; in xhci_common_hub_descriptor()
Dsl811-hcd.c1107 temp = HUB_CHAR_INDV_PORT_LPSM; in sl811h_hub_descriptor()
Dmax3421-hcd.c1662 desc->wHubCharacteristics = cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | in hub_descriptor()
Dr8a66597-hcd.c2133 cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM); in r8a66597_hub_descriptor()
Doxu210hp-hcd.c448 temp |= HUB_CHAR_INDV_PORT_LPSM; /* per-port power control */ in ehci_hub_descriptor()
Du132-hcd.c2583 temp |= HUB_CHAR_INDV_PORT_LPSM; in u132_roothub_descriptor()
/Linux-v4.19/drivers/usb/musb/
Dmusb_virthub.c331 HUB_CHAR_INDV_PORT_LPSM /* per-port power switching */ in musb_hub_control()
/Linux-v4.19/drivers/usb/usbip/
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()
/Linux-v4.19/drivers/usb/renesas_usbhs/
Dmod_host.c1224 cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM); in __usbhsh_hub_get_status()
/Linux-v4.19/drivers/usb/gadget/udc/
Ddummy_hcd.c2053 HUB_CHAR_INDV_PORT_LPSM | in ss_hub_descriptor()
2066 HUB_CHAR_INDV_PORT_LPSM | in hub_descriptor()
/Linux-v4.19/drivers/usb/isp1760/
Disp1760-hcd.c1779 temp |= HUB_CHAR_INDV_PORT_LPSM; in isp1760_hub_descriptor()
/Linux-v4.19/drivers/usb/core/
Dhub.c1416 case HUB_CHAR_INDV_PORT_LPSM: in hub_configure()