| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ohci-s3c2410.c | 248 desc->wHubCharacteristics); in ohci_s3c2410_hub_control() 254 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_LPSM); in ohci_s3c2410_hub_control() 255 desc->wHubCharacteristics |= cpu_to_le16( in ohci_s3c2410_hub_control() 259 desc->wHubCharacteristics &= ~cpu_to_le16( in ohci_s3c2410_hub_control() 261 desc->wHubCharacteristics |= cpu_to_le16( in ohci_s3c2410_hub_control() 266 desc->wHubCharacteristics); in ohci_s3c2410_hub_control()
|
| H A D | ohci-at91.c | 420 desc->wHubCharacteristics); in ohci_at91_hub_control() 426 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_LPSM); in ohci_at91_hub_control() 427 desc->wHubCharacteristics |= in ohci_at91_hub_control() 431 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_OCPM); in ohci_at91_hub_control() 432 desc->wHubCharacteristics |= in ohci_at91_hub_control() 437 desc->wHubCharacteristics); in ohci_at91_hub_control()
|
| H A D | ohci-hub.c | 559 desc->wHubCharacteristics = cpu_to_le16(temp); in ohci_hub_descriptor()
|
| H A D | ehci-hub.c | 726 desc->wHubCharacteristics = cpu_to_le16(temp); in ehci_hub_descriptor()
|
| H A D | isp1362-hcd.c | 1548 desc->wHubCharacteristics = cpu_to_le16((reg >> 8) & in isp1362_hub_descriptor() 1553 desc->wHubCharacteristics); in isp1362_hub_descriptor()
|
| H A D | max3421-hcd.c | 1642 desc->wHubCharacteristics = cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | in hub_descriptor()
|
| H A D | isp116x-hcd.c | 953 desc->wHubCharacteristics = cpu_to_le16((u16) ((reg >> 8) & in isp116x_hub_descriptor()
|
| H A D | sl811-hcd.c | 1114 desc->wHubCharacteristics = cpu_to_le16(temp); in sl811h_hub_descriptor()
|
| H A D | xhci-hub.c | 188 desc->wHubCharacteristics = cpu_to_le16(temp); in xhci_common_hub_descriptor()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb_hub.c | 657 &descriptor->wHubCharacteristics)), in usb_hub_configure() 658 &hub->desc.wHubCharacteristics); in usb_hub_configure() 677 hubCharacteristics = get_unaligned(&hub->desc.wHubCharacteristics); in usb_hub_configure()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | hub.h | 131 hcs = hub->descriptor->wHubCharacteristics; in hub_is_port_power_switchable()
|
| H A D | hub.c | 1379 u16 wHubCharacteristics; in hub_configure() local 1454 wHubCharacteristics = le16_to_cpu(hub->descriptor->wHubCharacteristics); in hub_configure() 1464 if ((wHubCharacteristics & HUB_CHAR_COMPOUND) && in hub_configure() 1477 switch (wHubCharacteristics & HUB_CHAR_LPSM) { in hub_configure() 1490 switch (wHubCharacteristics & HUB_CHAR_OCPM) { in hub_configure() 1533 switch (wHubCharacteristics & HUB_CHAR_TTTT) { in hub_configure() 1563 if (wHubCharacteristics & HUB_CHAR_PORTIND) { in hub_configure() 1626 if ((wHubCharacteristics & HUB_CHAR_OCPM) == 0) in hub_configure() 2440 u16 wHubCharacteristics; in set_usb_port_removable() local 2468 wHubCharacteristics = le16_to_cpu(hub->descriptor->wHubCharacteristics); in set_usb_port_removable() [all …]
|
| /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 D | ch11.h | 266 __le16 wHubCharacteristics; member
|
| /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 D | ch11.h | 266 __le16 wHubCharacteristics; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/usb/ |
| H A D | ch11.h | 266 __le16 wHubCharacteristics; member
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | xhci.c | 1223 put_unaligned(get_unaligned(&descriptor.hub.wHubCharacteristics) in xhci_lowlevel_init() 1224 | 0x80, &descriptor.hub.wHubCharacteristics); in xhci_lowlevel_init() 1228 put_unaligned(get_unaligned(&descriptor.hub.wHubCharacteristics) in xhci_lowlevel_init() 1229 | 0x01, &descriptor.hub.wHubCharacteristics); in xhci_lowlevel_init()
|
| H A D | ehci-hcd.c | 1049 put_unaligned(get_unaligned(&descriptor.hub.wHubCharacteristics) in ehci_common_init() 1050 | 0x80, &descriptor.hub.wHubCharacteristics); in ehci_common_init() 1053 put_unaligned(get_unaligned(&descriptor.hub.wHubCharacteristics) in ehci_common_init() 1054 | 0x01, &descriptor.hub.wHubCharacteristics); in ehci_common_init()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/emul/ |
| H A D | sandbox_hub.c | 95 .wHubCharacteristics = __constant_cpu_to_le16(1 << 0 | 1 << 3 |
|
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | musb_virthub.c | 330 desc->wHubCharacteristics = cpu_to_le16( in musb_hub_control()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usb.h | 561 unsigned short wHubCharacteristics; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | vhci_hcd.c | 291 desc->wHubCharacteristics = cpu_to_le16( in ss_hub_descriptor() 304 desc->wHubCharacteristics = cpu_to_le16( in hub_descriptor()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | hub.c | 130 .wHubCharacteristics = cpu_to_le16(HUB_CHAR_NO_LPSM),
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | dummy_hcd.c | 2058 desc->wHubCharacteristics = cpu_to_le16( in ss_hub_descriptor() 2071 desc->wHubCharacteristics = cpu_to_le16( in hub_descriptor()
|
| /OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/ |
| H A D | mod_host.c | 1223 desc->wHubCharacteristics = in __usbhsh_hub_get_status()
|
| /OK3568_Linux_fs/kernel/drivers/usb/isp1760/ |
| H A D | isp1760-hcd.c | 1779 desc->wHubCharacteristics = cpu_to_le16(temp); in isp1760_hub_descriptor()
|