Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dohci-s3c2410.c245 desc->wHubCharacteristics); in ohci_s3c2410_hub_control()
251 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_LPSM); in ohci_s3c2410_hub_control()
252 desc->wHubCharacteristics |= cpu_to_le16( in ohci_s3c2410_hub_control()
256 desc->wHubCharacteristics &= ~cpu_to_le16( in ohci_s3c2410_hub_control()
258 desc->wHubCharacteristics |= cpu_to_le16( in ohci_s3c2410_hub_control()
263 desc->wHubCharacteristics); in ohci_s3c2410_hub_control()
Dohci-at91.c363 desc->wHubCharacteristics); in ohci_at91_hub_control()
369 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_LPSM); in ohci_at91_hub_control()
370 desc->wHubCharacteristics |= in ohci_at91_hub_control()
374 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_OCPM); in ohci_at91_hub_control()
375 desc->wHubCharacteristics |= in ohci_at91_hub_control()
380 desc->wHubCharacteristics); in ohci_at91_hub_control()
Dohci-hub.c556 desc->wHubCharacteristics = cpu_to_le16(temp); in ohci_hub_descriptor()
Dehci-hub.c717 desc->wHubCharacteristics = cpu_to_le16(temp); in ehci_hub_descriptor()
Dxhci-hub.c174 desc->wHubCharacteristics = cpu_to_le16(temp); in xhci_common_hub_descriptor()
Disp1362-hcd.c1546 desc->wHubCharacteristics = cpu_to_le16((reg >> 8) & in isp1362_hub_descriptor()
1551 desc->wHubCharacteristics); in isp1362_hub_descriptor()
Dsl811-hcd.c1113 desc->wHubCharacteristics = cpu_to_le16(temp); in sl811h_hub_descriptor()
Disp116x-hcd.c952 desc->wHubCharacteristics = cpu_to_le16((u16) ((reg >> 8) & in isp116x_hub_descriptor()
Dmax3421-hcd.c1664 desc->wHubCharacteristics = cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | in hub_descriptor()
Dimx21-hcd.c1484 desc->wHubCharacteristics = (__force __u16) cpu_to_le16( in get_hub_descriptor()
Dr8a66597-hcd.c2144 desc->wHubCharacteristics = in r8a66597_hub_descriptor()
Doxu210hp-hcd.c465 desc->wHubCharacteristics = (__force __u16)cpu_to_le16(temp); in ehci_hub_descriptor()
Du132-hcd.c2598 desc->wHubCharacteristics = cpu_to_le16(temp); in u132_roothub_descriptor()
Dfotg210-hcd.c1482 desc->wHubCharacteristics = cpu_to_le16(temp); in fotg210_hub_descriptor()
/linux-4.4.14/drivers/usb/core/
Dhub.h130 hcs = hub->descriptor->wHubCharacteristics; in hub_is_port_power_switchable()
Dhub.c1360 u16 wHubCharacteristics; in hub_configure() local
1415 wHubCharacteristics = le16_to_cpu(hub->descriptor->wHubCharacteristics); in hub_configure()
1425 if ((wHubCharacteristics & HUB_CHAR_COMPOUND) && in hub_configure()
1438 switch (wHubCharacteristics & HUB_CHAR_LPSM) { in hub_configure()
1451 switch (wHubCharacteristics & HUB_CHAR_OCPM) { in hub_configure()
1494 switch (wHubCharacteristics & HUB_CHAR_TTTT) { in hub_configure()
1524 if (wHubCharacteristics & HUB_CHAR_PORTIND) { in hub_configure()
1587 if ((wHubCharacteristics & HUB_CHAR_OCPM) == 0) in hub_configure()
2375 u16 wHubCharacteristics; in set_usb_port_removable() local
2403 wHubCharacteristics = le16_to_cpu(hub->descriptor->wHubCharacteristics); in set_usb_port_removable()
[all …]
/linux-4.4.14/include/uapi/linux/usb/
Dch11.h236 __le16 wHubCharacteristics; member
/linux-4.4.14/drivers/usb/wusbcore/
Drh.c187 descr->wHubCharacteristics = cpu_to_le16( in wusbhc_rh_get_hub_descr()
/linux-4.4.14/drivers/usb/musb/
Dmusb_virthub.c350 desc->wHubCharacteristics = cpu_to_le16( in musb_hub_control()
/linux-4.4.14/drivers/usb/usbip/
Dvhci_hcd.c221 desc->wHubCharacteristics = cpu_to_le16( in hub_descriptor()
/linux-4.4.14/drivers/usb/renesas_usbhs/
Dmod_host.c1237 desc->wHubCharacteristics = in __usbhsh_hub_get_status()
/linux-4.4.14/drivers/usb/gadget/udc/
Ddummy_hcd.c2007 desc->wHubCharacteristics = cpu_to_le16( in ss_hub_descriptor()
2020 desc->wHubCharacteristics = cpu_to_le16( in hub_descriptor()
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-hcd.c1782 desc->wHubCharacteristics = cpu_to_le16(temp); in isp1760_hub_descriptor()
/linux-4.4.14/drivers/staging/octeon-usb/
Docteon-hcd.c3446 desc->wHubCharacteristics = cpu_to_le16(0x08); in octeon_usb_hub_control()
/linux-4.4.14/drivers/usb/dwc2/
Dhcd.c1662 hub_desc->wHubCharacteristics = in dwc2_hcd_hub_control()
/linux-4.4.14/Documentation/usb/
Dpower-management.txt601 hub descriptor (wHubCharacteristics logical power switching mode field).