Searched refs:maxchild (Results 1 – 17 of 17) sorted by relevance
149 if (!hdev || !hdev->actconfig || !hdev->maxchild) in usb_hub_to_struct_hub()507 for (i = 0; i < hdev->maxchild; i++) { in led_work()556 cursor %= hdev->maxchild; in led_work()940 for (port1 = 1; port1 <= hub->hdev->maxchild; port1++) in hub_power_on()1141 for (port1 = 1; port1 <= hdev->maxchild; ++port1) { in hub_activate()1346 for (i = 0; i < hdev->maxchild; ++i) { in hub_quiesce()1365 for (i = 0; i < hub->hdev->maxchild; ++i) in hub_pm_barrier_for_all_ports()1404 unsigned maxchild; in hub_configure() local1435 maxchild = USB_MAXCHILDREN; in hub_configure()1437 maxchild = min_t(unsigned, maxchild, USB_SS_MAXPORTS); in hub_configure()[all …]
241 for (i = 1; i <= usb_dev->maxchild; i++) in usbport_trig_add_usb_dev_ports()
585 for (port1 = 1; port1 <= peer_hdev->maxchild; port1++) { in match_location()642 if (!peer_hub || port1 > peer_hdev->maxchild) in find_and_link_peer()
439 speed, usbdev->maxchild); in usb_device_dump()
248 return sysfs_emit(buf, "%d\n", udev->maxchild); in maxchild_show()250 static DEVICE_ATTR_RO(maxchild);
791 unsigned len = 1 + (urb->dev->maxchild / 8); in rh_queue_status()
80 for (i = 1; i <= parent_hub->maxchild; i++) { in onboard_hub_create_pdevs()
174 tt_index = kcalloc(utt->hub->maxchild, in find_tt()218 for (i = 0; i < utt->hub->maxchild; ++i) in drop_tt()
568 if (hdev->maxchild > rhub->num_ports) { in xhci_find_lpm_incapable_ports()573 for (i = 0; i < hdev->maxchild; i++) { in xhci_find_lpm_incapable_ports()
26 return !udev->maxchild && udev->persist_enabled && in persist_enabled_on_companion()
120 tt_index = kcalloc(utt->hub->maxchild, in find_tt()174 for (i = 0; i < utt->hub->maxchild; ++i) in drop_tt()
815 num_ports = hdev->maxchild; in xhci_alloc_tt_info()
5031 slot_ctx->dev_info2 |= cpu_to_le32(XHCI_MAX_PORTS(hdev->maxchild)); in xhci_update_hub_device()
711 int maxchild; member763 port1 <= hdev->maxchild; \
133 dev_dbg(dev, "maxchild %d\n", udev->maxchild); in usbip_dump_usb_device()
470 What: /sys/bus/usb/devices/usbX/maxchild
4031 bitmap_size *= urb->dev->tt->hub->maxchild; in dwc2_host_get_tt_info()