/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-s3c2410.c | 247 dev_dbg(hcd->self.controller, "wHubCharacteristics 0x%04x\n", in ohci_s3c2410_hub_control() 248 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() 265 dev_dbg(hcd->self.controller, "wHubCharacteristics after 0x%04x\n", in ohci_s3c2410_hub_control() 266 desc->wHubCharacteristics); in ohci_s3c2410_hub_control()
|
H A D | ohci-at91.c | 419 dev_dbg(hcd->self.controller, "wHubCharacteristics 0x%04x\n", in ohci_at91_hub_control() 420 desc->wHubCharacteristics); in ohci_at91_hub_control() 426 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_LPSM); in ohci_at91_hub_control() 427 desc->wHubCharacteristics |= in ohci_at91_hub_control() 431 desc->wHubCharacteristics &= ~cpu_to_le16(HUB_CHAR_OCPM); in ohci_at91_hub_control() 432 desc->wHubCharacteristics |= in ohci_at91_hub_control() 436 dev_dbg(hcd->self.controller, "wHubCharacteristics after 0x%04x\n", in ohci_at91_hub_control() 437 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 | 726 desc->wHubCharacteristics = cpu_to_le16(temp); in ehci_hub_descriptor()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-s3c2410.c | 245 dev_dbg(hcd->self.controller, "wHubCharacteristics 0x%04x\n", in ohci_s3c2410_hub_control() 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() 263 dev_dbg(hcd->self.controller, "wHubCharacteristics after 0x%04x\n", in ohci_s3c2410_hub_control() 264 desc->wHubCharacteristics); in ohci_s3c2410_hub_control()
|
H A D | ohci-at91.c | 442 dev_dbg(hcd->self.controller, "wHubCharacteristics 0x%04x\n", in ohci_at91_hub_control() 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() 459 dev_dbg(hcd->self.controller, "wHubCharacteristics after 0x%04x\n", 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()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hub.h | 131 hcs = hub->descriptor->wHubCharacteristics; in hub_is_port_power_switchable()
|
H A D | hub.c | 1391 u16 wHubCharacteristics; in hub_configure() local 1466 wHubCharacteristics = le16_to_cpu(hub->descriptor->wHubCharacteristics); in hub_configure() 1476 if ((wHubCharacteristics & HUB_CHAR_COMPOUND) && in hub_configure() 1489 switch (wHubCharacteristics & HUB_CHAR_LPSM) { in hub_configure() 1502 switch (wHubCharacteristics & HUB_CHAR_OCPM) { in hub_configure() 1545 switch (wHubCharacteristics & HUB_CHAR_TTTT) { in hub_configure() 1575 if (wHubCharacteristics & HUB_CHAR_PORTIND) { in hub_configure() 1638 if ((wHubCharacteristics & HUB_CHAR_OCPM) == 0) in hub_configure() 2458 u16 wHubCharacteristics; in set_usb_port_removable() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | hub.h | 143 hcs = hub->descriptor->wHubCharacteristics; in hub_is_port_power_switchable()
|
H A D | hub.c | 1398 u16 wHubCharacteristics; in hub_configure() local 1473 wHubCharacteristics = le16_to_cpu(hub->descriptor->wHubCharacteristics); in hub_configure() 1483 if ((wHubCharacteristics & HUB_CHAR_COMPOUND) && in hub_configure() 1496 switch (wHubCharacteristics & HUB_CHAR_LPSM) { in hub_configure() 1509 switch (wHubCharacteristics & HUB_CHAR_OCPM) { in hub_configure() 1552 switch (wHubCharacteristics & HUB_CHAR_TTTT) { in hub_configure() 1582 if (wHubCharacteristics & HUB_CHAR_PORTIND) { in hub_configure() 1645 if ((wHubCharacteristics & HUB_CHAR_OCPM) == 0) in hub_configure() 2481 u16 wHubCharacteristics; in set_usb_port_removable() local [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/usb/ |
H A D | ch11.h | 206 * wHubCharacteristics (masks) 266 __le16 wHubCharacteristics; member
|
/kernel/linux/linux-6.6/include/uapi/linux/usb/ |
H A D | ch11.h | 204 * wHubCharacteristics (masks) 264 __le16 wHubCharacteristics; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/ |
H A D | ch11.h | 138 __le16 wHubCharacteristics; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/ |
H A D | ch11.h | 146 __le16 wHubCharacteristics; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/ |
H A D | ch11.h | 146 __le16 wHubCharacteristics; member
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | musb_virthub.c | 330 desc->wHubCharacteristics = cpu_to_le16( in musb_hub_control()
|
/kernel/linux/linux-6.6/drivers/usb/musb/ |
H A D | musb_virthub.c | 329 desc->wHubCharacteristics = cpu_to_le16( in musb_hub_control()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 130 .wHubCharacteristics = cpu_to_le16(HUB_CHAR_NO_LPSM),
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 136 .wHubCharacteristics = cpu_to_le16(HUB_CHAR_NO_LPSM),
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 2058 desc->wHubCharacteristics = cpu_to_le16( in ss_hub_descriptor() 2071 desc->wHubCharacteristics = cpu_to_le16( in hub_descriptor()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 2071 desc->wHubCharacteristics = cpu_to_le16( in ss_hub_descriptor() 2084 desc->wHubCharacteristics = cpu_to_le16( in hub_descriptor()
|
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/ |
H A D | mod_host.c | 1223 desc->wHubCharacteristics = in __usbhsh_hub_get_status()
|