Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dohci-s3c2410.c247 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 Dohci-at91.c419 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 Dohci-hub.c562 desc->wHubCharacteristics = cpu_to_le16(temp); in ohci_hub_descriptor()
H A Dehci-hub.c726 desc->wHubCharacteristics = cpu_to_le16(temp); in ehci_hub_descriptor()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dohci-s3c2410.c245 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 Dohci-at91.c442 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 Dohci-hub.c562 desc->wHubCharacteristics = cpu_to_le16(temp); in ohci_hub_descriptor()
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhub.h131 hcs = hub->descriptor->wHubCharacteristics; in hub_is_port_power_switchable()
H A Dhub.c1391 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 Dhub.h143 hcs = hub->descriptor->wHubCharacteristics; in hub_is_port_power_switchable()
H A Dhub.c1398 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 Dch11.h206 * wHubCharacteristics (masks)
266 __le16 wHubCharacteristics; member
/kernel/linux/linux-6.6/include/uapi/linux/usb/
H A Dch11.h204 * wHubCharacteristics (masks)
264 __le16 wHubCharacteristics; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/
H A Dch11.h138 __le16 wHubCharacteristics; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/
H A Dch11.h146 __le16 wHubCharacteristics; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/
H A Dch11.h146 __le16 wHubCharacteristics; member
/kernel/linux/linux-5.10/drivers/usb/musb/
H A Dmusb_virthub.c330 desc->wHubCharacteristics = cpu_to_le16( in musb_hub_control()
/kernel/linux/linux-6.6/drivers/usb/musb/
H A Dmusb_virthub.c329 desc->wHubCharacteristics = cpu_to_le16( in musb_hub_control()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c130 .wHubCharacteristics = cpu_to_le16(HUB_CHAR_NO_LPSM),
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c136 .wHubCharacteristics = cpu_to_le16(HUB_CHAR_NO_LPSM),
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Ddummy_hcd.c2058 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 Ddummy_hcd.c2071 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 Dmod_host.c1223 desc->wHubCharacteristics = in __usbhsh_hub_get_status()

Completed in 40 milliseconds

123