Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/
H A Dch11.h211 #define HUB_CHAR_INDV_PORT_LPSM 0x0001 /* per-port power control */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/
H A Dch11.h211 #define HUB_CHAR_INDV_PORT_LPSM 0x0001 /* per-port power control */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch11.h211 #define HUB_CHAR_INDV_PORT_LPSM 0x0001 /* per-port power control */ macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dfhci-hub.c31 HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM, /* wHubCharacteristics */
H A Dohci-s3c2410.c256 HUB_CHAR_INDV_PORT_LPSM); in ohci_s3c2410_hub_control()
H A Dohci-at91.c428 cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM); in ohci_at91_hub_control()
H A Dohci-hub.c554 temp |= HUB_CHAR_INDV_PORT_LPSM; in ohci_hub_descriptor()
H A Dehci-hub.c718 temp |= HUB_CHAR_INDV_PORT_LPSM; /* per-port power control */ in ehci_hub_descriptor()
H A Dmax3421-hcd.c1642 desc->wHubCharacteristics = cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | in hub_descriptor()
H A Dsl811-hcd.c1107 temp = HUB_CHAR_INDV_PORT_LPSM; in sl811h_hub_descriptor()
H A Dxhci-hub.c180 temp |= HUB_CHAR_INDV_PORT_LPSM; in xhci_common_hub_descriptor()
H A Dr8a66597-hcd.c2134 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()
H A Du132-hcd.c2580 temp |= HUB_CHAR_INDV_PORT_LPSM; in u132_roothub_descriptor()
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_virthub.c331 HUB_CHAR_INDV_PORT_LPSM /* per-port power switching */ in musb_hub_control()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ddummy_hcd.c2059 HUB_CHAR_INDV_PORT_LPSM | in ss_hub_descriptor()
2072 HUB_CHAR_INDV_PORT_LPSM | in hub_descriptor()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/usb/isp1760/
H A Disp1760-hcd.c1775 temp |= HUB_CHAR_INDV_PORT_LPSM; in isp1760_hub_descriptor()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhub.c1481 case HUB_CHAR_INDV_PORT_LPSM: in hub_configure()