Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/usb/
Dch11.h209 #define HUB_CHAR_INDV_PORT_LPSM 0x0001 /* per-port power control */ macro
/linux-6.12.1/drivers/usb/host/
Dfhci-hub.c31 HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM, /* wHubCharacteristics */
Dohci-s3c2410.c254 HUB_CHAR_INDV_PORT_LPSM); in ohci_s3c2410_hub_control()
Dohci-at91.c451 cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM); in ohci_at91_hub_control()
Dohci-hub.c557 temp |= HUB_CHAR_INDV_PORT_LPSM; in ohci_hub_descriptor()
Dehci-hub.c719 temp |= HUB_CHAR_INDV_PORT_LPSM; /* per-port power control */ in ehci_hub_descriptor()
Dsl811-hcd.c1109 temp = HUB_CHAR_INDV_PORT_LPSM; in sl811h_hub_descriptor()
Dmax3421-hcd.c1633 desc->wHubCharacteristics = cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | in hub_descriptor()
Dxhci-hub.c266 temp |= HUB_CHAR_INDV_PORT_LPSM; in xhci_common_hub_descriptor()
Dr8a66597-hcd.c2133 cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM); in r8a66597_hub_descriptor()
Doxu210hp-hcd.c861 temp |= HUB_CHAR_INDV_PORT_LPSM; /* per-port power control */ in ehci_hub_descriptor()
/linux-6.12.1/drivers/usb/musb/
Dmusb_virthub.c330 HUB_CHAR_INDV_PORT_LPSM /* per-port power switching */ in musb_hub_control()
/linux-6.12.1/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-6.12.1/drivers/usb/gadget/udc/
Ddummy_hcd.c2083 HUB_CHAR_INDV_PORT_LPSM | in ss_hub_descriptor()
2096 HUB_CHAR_INDV_PORT_LPSM | in hub_descriptor()
/linux-6.12.1/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-6.12.1/drivers/usb/isp1760/
Disp1760-hcd.c2163 temp |= HUB_CHAR_INDV_PORT_LPSM; in isp1760_hub_descriptor()
/linux-6.12.1/drivers/usb/core/
Dhub.c1534 case HUB_CHAR_INDV_PORT_LPSM: in hub_configure()