Searched refs:maxchild (Results 1 – 11 of 11) sorted by relevance
120 if (!hdev || !hdev->actconfig || !hdev->maxchild) in usb_hub_to_struct_hub()458 for (i = 0; i < hdev->maxchild; i++) { in led_work()507 cursor %= hdev->maxchild; in led_work()847 for (port1 = 1; port1 <= hub->hdev->maxchild; port1++) in hub_power_on()1128 for (port1 = 1; port1 <= hdev->maxchild; ++port1) { in hub_activate()1309 for (i = 0; i < hdev->maxchild; ++i) { in hub_quiesce()1327 for (i = 0; i < hub->hdev->maxchild; ++i) in hub_pm_barrier_for_all_ports()1366 unsigned maxchild; in hub_configure() local1405 maxchild = hub->descriptor->bNbrPorts; in hub_configure()1406 dev_info(hub_dev, "%d port%s detected\n", maxchild, in hub_configure()[all …]
332 for (port1 = 1; port1 <= peer_hdev->maxchild; port1++) { in match_location()389 if (!peer_hub || port1 > peer_hdev->maxchild) in find_and_link_peer()
199 return sprintf(buf, "%d\n", udev->maxchild); in maxchild_show()201 static DEVICE_ATTR_RO(maxchild);
543 speed, usbdev->maxchild); in usb_device_dump()
782 unsigned len = 1 + (urb->dev->maxchild / 8); in rh_queue_status()
600 int maxchild; member642 port1 <= hdev->maxchild; \
149 dev_dbg(dev, "maxchild %d\n", udev->maxchild); in usbip_dump_usb_device()
133 tt_index = kzalloc(utt->hub->maxchild * in find_tt()186 for (i = 0; i < utt->hub->maxchild; ++i) in drop_tt()
38 return !udev->maxchild && udev->persist_enabled && in persist_enabled_on_companion()
882 num_ports = hdev->maxchild; in xhci_alloc_tt_info()
4799 slot_ctx->dev_info2 |= cpu_to_le32(XHCI_MAX_PORTS(hdev->maxchild)); in xhci_update_hub_device()