Searched refs:maxchild (Results 1 – 14 of 14) sorted by relevance
138 if (!hdev || !hdev->actconfig || !hdev->maxchild) in usb_hub_to_struct_hub()488 for (i = 0; i < hdev->maxchild; i++) { in led_work()537 cursor %= hdev->maxchild; in led_work()921 for (port1 = 1; port1 <= hub->hdev->maxchild; port1++) in hub_power_on()1122 for (port1 = 1; port1 <= hdev->maxchild; ++port1) { in hub_activate()1327 for (i = 0; i < hdev->maxchild; ++i) { in hub_quiesce()1346 for (i = 0; i < hub->hdev->maxchild; ++i) in hub_pm_barrier_for_all_ports()1385 unsigned maxchild; in hub_configure() local1416 maxchild = USB_MAXCHILDREN; in hub_configure()1418 maxchild = min_t(unsigned, maxchild, USB_SS_MAXPORTS); in hub_configure()[all …]
462 for (port1 = 1; port1 <= peer_hdev->maxchild; port1++) { in match_location()519 if (!peer_hub || port1 > peer_hdev->maxchild) in find_and_link_peer()
241 for (i = 1; i <= usb_dev->maxchild; i++) in usbport_trig_add_usb_dev_ports()
500 speed, usbdev->maxchild); in usb_device_dump()
247 return sprintf(buf, "%d\n", udev->maxchild); in maxchild_show()249 static DEVICE_ATTR_RO(maxchild);
817 unsigned len = 1 + (urb->dev->maxchild / 8); in rh_queue_status()
103 tt_index = kcalloc(utt->hub->maxchild, in find_tt()151 for (i = 0; i < utt->hub->maxchild; ++i) in drop_tt()
120 tt_index = kcalloc(utt->hub->maxchild, in find_tt()174 for (i = 0; i < utt->hub->maxchild; ++i) in drop_tt()
26 return !udev->maxchild && udev->persist_enabled && in persist_enabled_on_companion()
854 num_ports = hdev->maxchild; in xhci_alloc_tt_info()
5112 slot_ctx->dev_info2 |= cpu_to_le32(XHCI_MAX_PORTS(hdev->maxchild)); in xhci_update_hub_device()
688 int maxchild; member733 port1 <= hdev->maxchild; \
133 dev_dbg(dev, "maxchild %d\n", udev->maxchild); in usbip_dump_usb_device()
4013 bitmap_size *= urb->dev->tt->hub->maxchild; in dwc2_host_get_tt_info()