/linux-4.1.27/drivers/usb/host/ |
D | ohci-s3c2410.c | 245 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()
|
D | ohci-at91.c | 352 desc->wHubCharacteristics); in ohci_at91_hub_control() 358 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_LPSM); in ohci_at91_hub_control() 359 desc->wHubCharacteristics |= in ohci_at91_hub_control() 363 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_OCPM); in ohci_at91_hub_control() 364 desc->wHubCharacteristics |= in ohci_at91_hub_control() 369 desc->wHubCharacteristics); in ohci_at91_hub_control()
|
D | ohci-hub.c | 556 desc->wHubCharacteristics = cpu_to_le16(temp); in ohci_hub_descriptor()
|
D | xhci-hub.c | 73 desc->wHubCharacteristics = cpu_to_le16(temp); in xhci_common_hub_descriptor()
|
D | ehci-hub.c | 716 desc->wHubCharacteristics = cpu_to_le16(temp); in ehci_hub_descriptor()
|
D | isp1362-hcd.c | 1546 desc->wHubCharacteristics = cpu_to_le16((reg >> 8) & in isp1362_hub_descriptor() 1551 desc->wHubCharacteristics); in isp1362_hub_descriptor()
|
D | isp116x-hcd.c | 951 desc->wHubCharacteristics = cpu_to_le16((u16) ((reg >> 8) & in isp116x_hub_descriptor()
|
D | sl811-hcd.c | 1113 desc->wHubCharacteristics = cpu_to_le16(temp); in sl811h_hub_descriptor()
|
D | max3421-hcd.c | 1664 desc->wHubCharacteristics = cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | in hub_descriptor()
|
D | imx21-hcd.c | 1484 desc->wHubCharacteristics = (__force __u16) cpu_to_le16( in get_hub_descriptor()
|
D | r8a66597-hcd.c | 2144 desc->wHubCharacteristics = in r8a66597_hub_descriptor()
|
D | oxu210hp-hcd.c | 465 desc->wHubCharacteristics = (__force __u16)cpu_to_le16(temp); in ehci_hub_descriptor()
|
D | u132-hcd.c | 2602 desc->wHubCharacteristics = cpu_to_le16(temp); in u132_roothub_descriptor()
|
D | fusbh200-hcd.c | 1484 desc->wHubCharacteristics = cpu_to_le16(temp); in fusbh200_hub_descriptor()
|
D | fotg210-hcd.c | 1526 desc->wHubCharacteristics = cpu_to_le16(temp); in fotg210_hub_descriptor()
|
/linux-4.1.27/drivers/usb/core/ |
D | hub.h | 130 hcs = hub->descriptor->wHubCharacteristics; in hub_is_port_power_switchable()
|
D | hub.c | 1359 u16 wHubCharacteristics; in hub_configure() local 1414 wHubCharacteristics = le16_to_cpu(hub->descriptor->wHubCharacteristics); in hub_configure() 1424 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() 2365 u16 wHubCharacteristics; in set_usb_port_removable() local 2373 wHubCharacteristics = le16_to_cpu(hub->descriptor->wHubCharacteristics); in set_usb_port_removable() [all …]
|
/linux-4.1.27/include/uapi/linux/usb/ |
D | ch11.h | 236 __le16 wHubCharacteristics; member
|
/linux-4.1.27/drivers/usb/wusbcore/ |
D | rh.c | 187 descr->wHubCharacteristics = cpu_to_le16( in wusbhc_rh_get_hub_descr()
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_virthub.c | 348 desc->wHubCharacteristics = cpu_to_le16( in musb_hub_control()
|
/linux-4.1.27/drivers/usb/usbip/ |
D | vhci_hcd.c | 221 desc->wHubCharacteristics = __constant_cpu_to_le16( in hub_descriptor()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 1928 desc->wHubCharacteristics = cpu_to_le16( in ss_hub_descriptor() 1941 desc->wHubCharacteristics = cpu_to_le16( in hub_descriptor()
|
/linux-4.1.27/drivers/usb/renesas_usbhs/ |
D | mod_host.c | 1237 desc->wHubCharacteristics = in __usbhsh_hub_get_status()
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 1782 desc->wHubCharacteristics = cpu_to_le16(temp); in isp1760_hub_descriptor()
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozhcd.c | 1917 desc->wHubCharacteristics = cpu_to_le16(0x0001); in oz_get_hub_descriptor()
|
/linux-4.1.27/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 3440 desc->wHubCharacteristics = cpu_to_le16(0x08); in octeon_usb_hub_control()
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | hcd.c | 1621 hub_desc->wHubCharacteristics = in dwc2_hcd_hub_control()
|
/linux-4.1.27/Documentation/usb/ |
D | power-management.txt | 589 hub descriptor (wHubCharacteristics logical power switching mode field).
|