Home
last modified time | relevance | path

Searched refs:HUB_CHAR_LPSM (Results 1 – 11 of 11) 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.c1477 switch (wHubCharacteristics & HUB_CHAR_LPSM) { in hub_configure()
1485 case HUB_CHAR_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.h209 #define HUB_CHAR_LPSM 0x0003 /* Logical Power Switching Mode mask */ 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.h209 #define HUB_CHAR_LPSM 0x0003 /* Logical Power Switching Mode mask */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch11.h209 #define HUB_CHAR_LPSM 0x0003 /* Logical Power Switching Mode mask */ macro
/OK3568_Linux_fs/u-boot/include/
H A Dusb_defs.h293 #define HUB_CHAR_LPSM 0x0003 macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-s3c2410.c254 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_LPSM); in ohci_s3c2410_hub_control()
H A Dohci-at91.c426 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_LPSM); in ohci_at91_hub_control()
H A Disp116x-hcd.c954 (HUB_CHAR_LPSM | in isp116x_hub_descriptor()
H A Disp1362-hcd.c1549 (HUB_CHAR_LPSM | in isp1362_hub_descriptor()
/OK3568_Linux_fs/u-boot/common/
H A Dusb_hub.c678 switch (hubCharacteristics & HUB_CHAR_LPSM) { in usb_hub_configure()