Home
last modified time | relevance | path

Searched refs:wHubCharacteristics (Results 1 – 25 of 25) sorted by relevance

/linux/drivers/usb/host/
H A Dohci-s3c2410.c246 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 Dohci-at91.c443 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 Dohci-hub.c562 desc->wHubCharacteristics = cpu_to_le16(temp); in ohci_hub_descriptor()
H A Dehci-hub.c727 desc->wHubCharacteristics = cpu_to_le16(temp); in ehci_hub_descriptor()
H A Dxen-hcd.c378 desc->wHubCharacteristics = cpu_to_le16(temp); in xenhcd_hub_descriptor()
H A Disp1362-hcd.c1548 desc->wHubCharacteristics = cpu_to_le16((reg >> 8) & in isp1362_hub_descriptor()
1553 desc->wHubCharacteristics); in isp1362_hub_descriptor()
H A Disp116x-hcd.c952 desc->wHubCharacteristics = cpu_to_le16((u16) ((reg >> 8) & in isp116x_hub_descriptor()
H A Dmax3421-hcd.c1633 desc->wHubCharacteristics = cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | in hub_descriptor()
H A Dsl811-hcd.c1116 desc->wHubCharacteristics = cpu_to_le16(temp); in sl811h_hub_descriptor()
H A Dxhci-hub.c274 desc->wHubCharacteristics = cpu_to_le16(temp); in xhci_common_hub_descriptor()
H A Docteon-hcd.c3403 desc->wHubCharacteristics = cpu_to_le16(0x08); in octeon_usb_hub_control()
H A Dr8a66597-hcd.c2132 desc->wHubCharacteristics = in r8a66597_hub_descriptor()
H A Doxu210hp-hcd.c889 desc->wHubCharacteristics = (__force __u16)cpu_to_le16(temp); in ehci_hub_descriptor()
/linux/include/uapi/linux/usb/
H A Dch11.h264 __le16 wHubCharacteristics; member
/linux/drivers/usb/core/
H A Dhub.h148 hcs = hub->descriptor->wHubCharacteristics; in hub_is_port_power_switchable()
H A Dhub.c1432 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 Dmusb_virthub.c329 desc->wHubCharacteristics = cpu_to_le16( in musb_hub_control()
/linux/drivers/usb/usbip/
H A Dvhci_hcd.c291 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 Dhub.c136 .wHubCharacteristics = cpu_to_le16(HUB_CHAR_NO_LPSM),
/linux/drivers/usb/renesas_usbhs/
H A Dmod_host.c1223 desc->wHubCharacteristics = in __usbhsh_hub_get_status()
/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c2073 desc->wHubCharacteristics = cpu_to_le16( in ss_hub_descriptor()
2086 desc->wHubCharacteristics = cpu_to_le16( in hub_descriptor()
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c2167 desc->wHubCharacteristics = cpu_to_le16(temp); in isp1760_hub_descriptor()
/linux/Documentation/driver-api/usb/
H A Dpower-management.rst621 switching in its hub descriptor (wHubCharacteristics logical power switching
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c1449 desc->wHubCharacteristics = cpu_to_le16(temp); in fotg210_hub_descriptor()
/linux/drivers/usb/dwc2/
H A Dhcd.c3512 hub_desc->wHubCharacteristics = in dwc2_hcd_hub_control()