Home
last modified time | relevance | path

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

12

/openbmc/u-boot/common/
H A Dusb_hub.c663 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 Dch11.h263 __u8 bNbrPorts; member
/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c91 .bNbrPorts = SANDBOX_NUM_PORTS,
/openbmc/linux/drivers/usb/musb/
H A Dmusb_virthub.c328 desc->bNbrPorts = 1; in musb_hub_control()
/openbmc/linux/drivers/usb/usbip/
H A Dvhci_hcd.c293 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 Dhub.c135 .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 Dxhci.c1214 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 Dehci-hcd.c1063 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 Dlvstest.c338 for (i = 1; i <= descriptor->bNbrPorts; i++) { in lvs_rh_work()
/openbmc/u-boot/include/
H A Dusb.h559 unsigned char bNbrPorts; member
/openbmc/linux/drivers/usb/host/
H A Dohci-hub.c549 desc->bNbrPorts = ohci->num_ports; in ohci_hub_descriptor()
H A Dehci-hub.c709 desc->bNbrPorts = ports; in ehci_hub_descriptor()
H A Dxen-hcd.c366 desc->bNbrPorts = ports; in xenhcd_hub_descriptor()
H A Disp1362-hcd.c1546 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 Disp116x-hcd.c950 desc->bNbrPorts = (u8) (reg & 0x3); in isp116x_hub_descriptor()
H A Dmax3421-hcd.c1641 desc->bNbrPorts = 1; in hub_descriptor()
H A Dsl811-hcd.c1100 desc->bNbrPorts = 1; in sl811h_hub_descriptor()
H A Dxhci-hub.c262 desc->bNbrPorts = ports; in xhci_common_hub_descriptor()
H A Docteon-hcd.c3402 desc->bNbrPorts = 1; in octeon_usb_hub_control()
H A Dr8a66597-hcd.c2129 desc->bNbrPorts = r8a66597->max_root_hub; in r8a66597_hub_descriptor()
H A Doxu210hp-hcd.c876 desc->bNbrPorts = ports; in ehci_hub_descriptor()
/openbmc/linux/drivers/usb/core/
H A Dhub.c429 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 Ddummy_hcd.c2085 desc->bNbrPorts = 1; in ss_hub_descriptor()
2098 desc->bNbrPorts = 1; in hub_descriptor()
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dmod_host.c1220 desc->bNbrPorts = roothub_id; in __usbhsh_hub_get_status()
/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c2151 desc->bNbrPorts = ports; in isp1760_hub_descriptor()

12