bNbrPorts        3400 drivers/staging/octeon-usb/octeon-hcd.c 		desc->bNbrPorts = 1;
bNbrPorts         172 drivers/staging/wusbcore/rh.c 	descr->bNbrPorts = wusbhc->ports_max;
bNbrPorts         398 drivers/usb/core/hub.c 			size = USB_DT_HUB_NONVAR_SIZE + desc->bNbrPorts / 8 + 1;
bNbrPorts        1410 drivers/usb/core/hub.c 	if (hub->descriptor->bNbrPorts > maxchild) {
bNbrPorts        1414 drivers/usb/core/hub.c 	} else if (hub->descriptor->bNbrPorts == 0) {
bNbrPorts        1434 drivers/usb/core/hub.c 	maxchild = hub->descriptor->bNbrPorts;
bNbrPorts        3502 drivers/usb/dwc2/hcd.c 		hub_desc->bNbrPorts = 1;
bNbrPorts         139 drivers/usb/gadget/udc/aspeed-vhub/hub.c 	.bNbrPorts			= AST_VHUB_NUM_PORTS,
bNbrPorts        2053 drivers/usb/gadget/udc/dummy_hcd.c 	desc->bNbrPorts = 1;
bNbrPorts        2066 drivers/usb/gadget/udc/dummy_hcd.c 	desc->bNbrPorts = 1;
bNbrPorts         706 drivers/usb/host/ehci-hub.c 	desc->bNbrPorts = ports;
bNbrPorts        1448 drivers/usb/host/fotg210-hcd.c 	desc->bNbrPorts = ports;
bNbrPorts        1467 drivers/usb/host/imx21-hcd.c 	desc->bNbrPorts = readl(imx21->regs + USBH_ROOTHUBA)
bNbrPorts         951 drivers/usb/host/isp116x-hcd.c 	desc->bNbrPorts = (u8) (reg & 0x3);
bNbrPorts        1546 drivers/usb/host/isp1362-hcd.c 	desc->bNbrPorts = reg & 0x3;
bNbrPorts        1556 drivers/usb/host/isp1362-hcd.c 	desc->u.hs.DeviceRemovable[0] = desc->bNbrPorts == 1 ? 1 << 1 : 3 << 1;
bNbrPorts        1664 drivers/usb/host/max3421-hcd.c 	desc->bNbrPorts = 1;
bNbrPorts         546 drivers/usb/host/ohci-hub.c 	desc->bNbrPorts = ohci->num_ports;
bNbrPorts         877 drivers/usb/host/oxu210hp-hcd.c 	desc->bNbrPorts = ports;
bNbrPorts        2132 drivers/usb/host/r8a66597-hcd.c 	desc->bNbrPorts = r8a66597->max_root_hub;
bNbrPorts        1098 drivers/usb/host/sl811-hcd.c 	desc->bNbrPorts = 1;
bNbrPorts        2576 drivers/usb/host/u132-hcd.c 	desc->bNbrPorts = u132->num_ports;
bNbrPorts         177 drivers/usb/host/xhci-hub.c 	desc->bNbrPorts = ports;
bNbrPorts        1767 drivers/usb/isp1760/isp1760-hcd.c 	desc->bNbrPorts = ports;
bNbrPorts         338 drivers/usb/misc/lvstest.c 	for (i = 1; i <= descriptor->bNbrPorts; i++) {
bNbrPorts         329 drivers/usb/musb/musb_virthub.c 		desc->bNbrPorts = 1;
bNbrPorts        1220 drivers/usb/renesas_usbhs/mod_host.c 		desc->bNbrPorts			= roothub_id;
bNbrPorts         293 drivers/usb/usbip/vhci_hcd.c 	desc->bNbrPorts = VHCI_HC_PORTS;
bNbrPorts         307 drivers/usb/usbip/vhci_hcd.c 	desc->bNbrPorts = VHCI_HC_PORTS;
bNbrPorts         309 drivers/usb/usbip/vhci_hcd.c 	width = desc->bNbrPorts / 8 + 1;
bNbrPorts         265 include/uapi/linux/usb/ch11.h 	__u8  bNbrPorts;