/linux/drivers/usb/host/ |
H A D | ohci-s3c2410.c | 246 desc->wHubCharacteristics); in ohci_s3c2410_hub_control() 252 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_LPSM); in ohci_s3c2410_hub_control() 253 desc->wHubCharacteristics |= cpu_to_le16( in ohci_s3c2410_hub_control() 257 desc->wHubCharacteristics &= ~cpu_to_le16( in ohci_s3c2410_hub_control() 259 desc->wHubCharacteristics |= cpu_to_le16( in ohci_s3c2410_hub_control() 264 desc->wHubCharacteristics); in ohci_s3c2410_hub_control()
|
H A D | ohci-at91.c | 443 desc->wHubCharacteristics); in ohci_at91_hub_control() 449 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_LPSM); in ohci_at91_hub_control() 450 desc->wHubCharacteristics |= in ohci_at91_hub_control() 454 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_OCPM); in ohci_at91_hub_control() 455 desc->wHubCharacteristics |= in ohci_at91_hub_control() 460 desc->wHubCharacteristics); in ohci_at91_hub_control()
|
H A D | ohci-hub.c | 562 desc->wHubCharacteristics = cpu_to_le16(temp); in ohci_hub_descriptor()
|
H A D | ehci-hub.c | 727 desc->wHubCharacteristics = cpu_to_le16(temp); in ehci_hub_descriptor()
|
H A D | xen-hcd.c | 378 desc->wHubCharacteristics = cpu_to_le16(temp); in xenhcd_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 | isp116x-hcd.c | 952 desc->wHubCharacteristics = cpu_to_le16((u16) ((reg >> 8) & in isp116x_hub_descriptor()
|
H A D | max3421-hcd.c | 1633 desc->wHubCharacteristics = cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | in hub_descriptor()
|
H A D | sl811-hcd.c | 1116 desc->wHubCharacteristics = cpu_to_le16(temp); in sl811h_hub_descriptor()
|
H A D | xhci-hub.c | 274 desc->wHubCharacteristics = cpu_to_le16(temp); in xhci_common_hub_descriptor()
|
H A D | octeon-hcd.c | 3403 desc->wHubCharacteristics = cpu_to_le16(0x08); in octeon_usb_hub_control()
|
H A D | r8a66597-hcd.c | 2132 desc->wHubCharacteristics = in r8a66597_hub_descriptor()
|
H A D | oxu210hp-hcd.c | 864 desc->wHubCharacteristics = (__force __u16)cpu_to_le16(temp); in ehci_hub_descriptor()
|
/linux/include/uapi/linux/usb/ |
H A D | ch11.h | 264 __le16 wHubCharacteristics; member
|
/linux/drivers/usb/core/ |
H A D | hub.h | 148 hcs = hub->descriptor->wHubCharacteristics; in hub_is_port_power_switchable()
|
H A D | hub.c | 1432 u16 wHubCharacteristics; in hub_configure() local 1507 wHubCharacteristics = le16_to_cpu(hub->descriptor->wHubCharacteristics); in hub_configure() 1517 if ((wHubCharacteristics & HUB_CHAR_COMPOUND) && in hub_configure() 1530 switch (wHubCharacteristics & HUB_CHAR_LPSM) { in hub_configure() 1543 switch (wHubCharacteristics & HUB_CHAR_OCPM) { in hub_configure() 1586 switch (wHubCharacteristics & HUB_CHAR_TTTT) { in hub_configure() 1616 if (wHubCharacteristics & HUB_CHAR_PORTIND) { in hub_configure() 1679 if ((wHubCharacteristics & HUB_CHAR_OCPM) == 0) in hub_configure() 2526 u16 wHubCharacteristics; in set_usb_port_removable() local 2556 wHubCharacteristics = le16_to_cpu(hub->descriptor->wHubCharacteristics); in set_usb_port_removable() [all …]
|
/linux/drivers/usb/musb/ |
H A D | musb_virthub.c | 329 desc->wHubCharacteristics = cpu_to_le16( in musb_hub_control()
|
/linux/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()
|
/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 136 .wHubCharacteristics = cpu_to_le16(HUB_CHAR_NO_LPSM),
|
/linux/drivers/usb/renesas_usbhs/ |
H A D | mod_host.c | 1223 desc->wHubCharacteristics = in __usbhsh_hub_get_status()
|
/linux/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 2082 desc->wHubCharacteristics = cpu_to_le16( in ss_hub_descriptor() 2095 desc->wHubCharacteristics = cpu_to_le16( in hub_descriptor()
|
/linux/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 2167 desc->wHubCharacteristics = cpu_to_le16(temp); in isp1760_hub_descriptor()
|
/linux/Documentation/driver-api/usb/ |
H A D | power-management.rst | 621 switching in its hub descriptor (wHubCharacteristics logical power switching
|
/linux/drivers/usb/dwc2/ |
H A D | hcd.c | 3512 hub_desc->wHubCharacteristics = in dwc2_hcd_hub_control()
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 1449 desc->wHubCharacteristics = cpu_to_le16(temp); in fotg210_hub_descriptor()
|