Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/usb/
Dch11.h181 #define HUB_CHAR_INDV_PORT_LPSM 0x0001 /* per-port power control */ macro
/linux-4.1.27/drivers/usb/host/
Dfhci-hub.c35 HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM, /* wHubCharacteristics */
Dohci-s3c2410.c253 HUB_CHAR_INDV_PORT_LPSM); in ohci_s3c2410_hub_control()
Dohci-at91.c360 cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM); in ohci_at91_hub_control()
Dohci-hub.c551 temp |= HUB_CHAR_INDV_PORT_LPSM; in ohci_hub_descriptor()
Dxhci-hub.c65 temp |= HUB_CHAR_INDV_PORT_LPSM; in xhci_common_hub_descriptor()
Dehci-hub.c708 temp |= HUB_CHAR_INDV_PORT_LPSM; /* per-port power control */ in ehci_hub_descriptor()
Dsl811-hcd.c1106 temp = HUB_CHAR_INDV_PORT_LPSM; in sl811h_hub_descriptor()
Dmax3421-hcd.c1664 desc->wHubCharacteristics = cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | in hub_descriptor()
Dr8a66597-hcd.c2145 cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM); in r8a66597_hub_descriptor()
Doxu210hp-hcd.c462 temp |= HUB_CHAR_INDV_PORT_LPSM; /* per-port power control */ in ehci_hub_descriptor()
Du132-hcd.c2597 temp |= HUB_CHAR_INDV_PORT_LPSM; in u132_roothub_descriptor()
/linux-4.1.27/drivers/usb/musb/
Dmusb_virthub.c349 HUB_CHAR_INDV_PORT_LPSM /* per-port power switching */ in musb_hub_control()
/linux-4.1.27/drivers/usb/usbip/
Dvhci_hcd.c222 HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_COMMON_OCPM); in hub_descriptor()
/linux-4.1.27/drivers/usb/gadget/udc/
Ddummy_hcd.c1929 HUB_CHAR_INDV_PORT_LPSM | in ss_hub_descriptor()
1942 HUB_CHAR_INDV_PORT_LPSM | in hub_descriptor()
/linux-4.1.27/drivers/usb/renesas_usbhs/
Dmod_host.c1238 cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM); in __usbhsh_hub_get_status()
/linux-4.1.27/drivers/usb/isp1760/
Disp1760-hcd.c1778 temp |= HUB_CHAR_INDV_PORT_LPSM; in isp1760_hub_descriptor()
/linux-4.1.27/drivers/usb/core/
Dhub.c1442 case HUB_CHAR_INDV_PORT_LPSM: in hub_configure()