Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/usb/host/
Dohci-s3c2410.c248 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()
Dohci-at91.c419 desc->wHubCharacteristics); in ohci_at91_hub_control()
425 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_LPSM); in ohci_at91_hub_control()
426 desc->wHubCharacteristics |= in ohci_at91_hub_control()
430 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_OCPM); in ohci_at91_hub_control()
431 desc->wHubCharacteristics |= in ohci_at91_hub_control()
436 desc->wHubCharacteristics); in ohci_at91_hub_control()
Dohci-hub.c559 desc->wHubCharacteristics = cpu_to_le16(temp); in ohci_hub_descriptor()
Dehci-hub.c724 desc->wHubCharacteristics = cpu_to_le16(temp); in ehci_hub_descriptor()
Disp1362-hcd.c1548 desc->wHubCharacteristics = cpu_to_le16((reg >> 8) & in isp1362_hub_descriptor()
1553 desc->wHubCharacteristics); in isp1362_hub_descriptor()
Dxhci-hub.c180 desc->wHubCharacteristics = cpu_to_le16(temp); in xhci_common_hub_descriptor()
Dsl811-hcd.c1114 desc->wHubCharacteristics = cpu_to_le16(temp); in sl811h_hub_descriptor()
Disp116x-hcd.c953 desc->wHubCharacteristics = cpu_to_le16((u16) ((reg >> 8) & in isp116x_hub_descriptor()
Dmax3421-hcd.c1662 desc->wHubCharacteristics = cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | in hub_descriptor()
Dimx21-hcd.c1471 desc->wHubCharacteristics = (__force __u16) cpu_to_le16( in get_hub_descriptor()
Dr8a66597-hcd.c2132 desc->wHubCharacteristics = in r8a66597_hub_descriptor()
Doxu210hp-hcd.c451 desc->wHubCharacteristics = (__force __u16)cpu_to_le16(temp); in ehci_hub_descriptor()
Du132-hcd.c2588 desc->wHubCharacteristics = cpu_to_le16(temp); in u132_roothub_descriptor()
/Linux-v4.19/drivers/usb/core/
Dhub.h128 hcs = hub->descriptor->wHubCharacteristics; in hub_is_port_power_switchable()
Dhub.c1314 u16 wHubCharacteristics; in hub_configure() local
1389 wHubCharacteristics = le16_to_cpu(hub->descriptor->wHubCharacteristics); in hub_configure()
1399 if ((wHubCharacteristics & HUB_CHAR_COMPOUND) && in hub_configure()
1412 switch (wHubCharacteristics & HUB_CHAR_LPSM) { in hub_configure()
1425 switch (wHubCharacteristics & HUB_CHAR_OCPM) { in hub_configure()
1468 switch (wHubCharacteristics & HUB_CHAR_TTTT) { in hub_configure()
1498 if (wHubCharacteristics & HUB_CHAR_PORTIND) { in hub_configure()
1561 if ((wHubCharacteristics & HUB_CHAR_OCPM) == 0) in hub_configure()
2361 u16 wHubCharacteristics; in set_usb_port_removable() local
2389 wHubCharacteristics = le16_to_cpu(hub->descriptor->wHubCharacteristics); in set_usb_port_removable()
[all …]
/Linux-v4.19/include/uapi/linux/usb/
Dch11.h266 __le16 wHubCharacteristics; member
/Linux-v4.19/drivers/usb/wusbcore/
Drh.c173 descr->wHubCharacteristics = cpu_to_le16( in wusbhc_rh_get_hub_descr()
/Linux-v4.19/drivers/usb/musb/
Dmusb_virthub.c330 desc->wHubCharacteristics = cpu_to_le16( in musb_hub_control()
/Linux-v4.19/drivers/usb/usbip/
Dvhci_hcd.c291 desc->wHubCharacteristics = cpu_to_le16( in ss_hub_descriptor()
304 desc->wHubCharacteristics = cpu_to_le16( in hub_descriptor()
/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c140 .wHubCharacteristics = cpu_to_le16(HUB_CHAR_NO_LPSM),
/Linux-v4.19/drivers/usb/renesas_usbhs/
Dmod_host.c1223 desc->wHubCharacteristics = in __usbhsh_hub_get_status()
/Linux-v4.19/drivers/usb/gadget/udc/
Ddummy_hcd.c2052 desc->wHubCharacteristics = cpu_to_le16( in ss_hub_descriptor()
2065 desc->wHubCharacteristics = cpu_to_le16( in hub_descriptor()
/Linux-v4.19/drivers/usb/isp1760/
Disp1760-hcd.c1783 desc->wHubCharacteristics = cpu_to_le16(temp); in isp1760_hub_descriptor()
/Linux-v4.19/drivers/staging/octeon-usb/
Docteon-hcd.c3401 desc->wHubCharacteristics = cpu_to_le16(0x08); in octeon_usb_hub_control()
/Linux-v4.19/Documentation/driver-api/usb/
Dpower-management.rst617 switching in its hub descriptor (wHubCharacteristics logical power switching

12