Home
last modified time | relevance | path

Searched refs:HUB_CHAR_NO_LPSM (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhub.h132 return (le16_to_cpu(hcs) & HUB_CHAR_LPSM) < HUB_CHAR_NO_LPSM; in hub_is_port_power_switchable()
H A Dhub.c1484 case HUB_CHAR_NO_LPSM: in hub_configure()
/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.h212 #define HUB_CHAR_NO_LPSM 0x0002 /* no power switching */ 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.h212 #define HUB_CHAR_NO_LPSM 0x0002 /* no power switching */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch11.h212 #define HUB_CHAR_NO_LPSM 0x0002 /* no power switching */ macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Duhci-hub.c21 HUB_CHAR_NO_LPSM | /* __u16 wHubCharacteristics; */
H A Dohci-hub.c552 temp |= HUB_CHAR_NO_LPSM; in ohci_hub_descriptor()
H A Dehci-hub.c720 temp |= HUB_CHAR_NO_LPSM; /* no power switching */ in ehci_hub_descriptor()
H A Dsl811-hcd.c1109 temp = HUB_CHAR_NO_LPSM; in sl811h_hub_descriptor()
H A Dxhci-hub.c182 temp |= HUB_CHAR_NO_LPSM; in xhci_common_hub_descriptor()
H A Dimx21-hcd.c1472 HUB_CHAR_NO_LPSM | /* No power switching */ in get_hub_descriptor()
H A Doxu210hp-hcd.c888 temp |= HUB_CHAR_NO_LPSM; /* no power switching */ in ehci_hub_descriptor()
H A Du132-hcd.c2578 temp |= HUB_CHAR_NO_LPSM; in u132_roothub_descriptor()
H A Dfotg210-hcd.c1455 temp |= HUB_CHAR_NO_LPSM; /* no power switching */ in fotg210_hub_descriptor()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c130 .wHubCharacteristics = cpu_to_le16(HUB_CHAR_NO_LPSM),
/OK3568_Linux_fs/kernel/drivers/usb/isp1760/
H A Disp1760-hcd.c1778 temp |= HUB_CHAR_NO_LPSM; in isp1760_hub_descriptor()