/openbmc/u-boot/common/ |
H A D | usb_hub.c | 663 for (i = 0; i < ((hub->desc.bNbrPorts + 1 + 7)/8); i++) in usb_hub_configure() 667 for (i = 0; i < ((hub->desc.bNbrPorts + 1 + 7)/8); i++) in usb_hub_configure() 671 dev->maxchild = descriptor->bNbrPorts; in usb_hub_configure()
|
/openbmc/linux/include/uapi/linux/usb/ |
H A D | ch11.h | 263 __u8 bNbrPorts; member
|
/openbmc/u-boot/drivers/usb/emul/ |
H A D | sandbox_hub.c | 91 .bNbrPorts = SANDBOX_NUM_PORTS,
|
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_virthub.c | 328 desc->bNbrPorts = 1; in musb_hub_control()
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | vhci_hcd.c | 293 desc->bNbrPorts = VHCI_HC_PORTS; in ss_hub_descriptor() 307 desc->bNbrPorts = VHCI_HC_PORTS; in hub_descriptor() 309 width = desc->bNbrPorts / 8 + 1; in hub_descriptor()
|
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 135 .bNbrPorts = AST_VHUB_NUM_PORTS, 1056 vhub->vhub_hub_desc.bNbrPorts = vhub->max_ports; in ast_vhub_init_desc()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci.c | 1214 descriptor.hub.bNbrPorts = ((reg & HCS_MAX_PORTS_MASK) >> in xhci_lowlevel_init() 1216 printf("Register %x NbrPorts %d\n", reg, descriptor.hub.bNbrPorts); in xhci_lowlevel_init()
|
H A D | ehci-hcd.c | 1063 descriptor.hub.bNbrPorts = HCS_N_PORTS(reg); in ehci_common_init() 1064 debug("Register %x NbrPorts %d\n", reg, descriptor.hub.bNbrPorts); in ehci_common_init()
|
/openbmc/linux/drivers/usb/misc/ |
H A D | lvstest.c | 338 for (i = 1; i <= descriptor->bNbrPorts; i++) { in lvs_rh_work()
|
/openbmc/u-boot/include/ |
H A D | usb.h | 559 unsigned char bNbrPorts; member
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-hub.c | 549 desc->bNbrPorts = ohci->num_ports; in ohci_hub_descriptor()
|
H A D | ehci-hub.c | 709 desc->bNbrPorts = ports; in ehci_hub_descriptor()
|
H A D | xen-hcd.c | 366 desc->bNbrPorts = ports; in xenhcd_hub_descriptor()
|
H A D | isp1362-hcd.c | 1546 desc->bNbrPorts = reg & 0x3; in isp1362_hub_descriptor() 1556 desc->u.hs.DeviceRemovable[0] = desc->bNbrPorts == 1 ? 1 << 1 : 3 << 1; in isp1362_hub_descriptor()
|
H A D | isp116x-hcd.c | 950 desc->bNbrPorts = (u8) (reg & 0x3); in isp116x_hub_descriptor()
|
H A D | max3421-hcd.c | 1641 desc->bNbrPorts = 1; in hub_descriptor()
|
H A D | sl811-hcd.c | 1100 desc->bNbrPorts = 1; in sl811h_hub_descriptor()
|
H A D | xhci-hub.c | 262 desc->bNbrPorts = ports; in xhci_common_hub_descriptor()
|
H A D | octeon-hcd.c | 3402 desc->bNbrPorts = 1; in octeon_usb_hub_control()
|
H A D | r8a66597-hcd.c | 2129 desc->bNbrPorts = r8a66597->max_root_hub; in r8a66597_hub_descriptor()
|
H A D | oxu210hp-hcd.c | 876 desc->bNbrPorts = ports; in ehci_hub_descriptor()
|
/openbmc/linux/drivers/usb/core/ |
H A D | hub.c | 429 size = USB_DT_HUB_NONVAR_SIZE + desc->bNbrPorts / 8 + 1; in get_hub_descriptor() 1444 if (hub->descriptor->bNbrPorts > maxchild) { in hub_configure() 1448 } else if (hub->descriptor->bNbrPorts == 0) { in hub_configure() 1468 maxchild = hub->descriptor->bNbrPorts; in hub_configure()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 2085 desc->bNbrPorts = 1; in ss_hub_descriptor() 2098 desc->bNbrPorts = 1; in hub_descriptor()
|
/openbmc/linux/drivers/usb/renesas_usbhs/ |
H A D | mod_host.c | 1220 desc->bNbrPorts = roothub_id; in __usbhsh_hub_get_status()
|
/openbmc/linux/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 2151 desc->bNbrPorts = ports; in isp1760_hub_descriptor()
|