Home
last modified time | relevance | path

Searched refs:maxchild (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/usb/core/
H A Dhub.c164 if (!hdev || !hdev->actconfig || !hdev->maxchild) in usb_hub_to_struct_hub()
516 for (i = 0; i < hdev->maxchild; i++) { in led_work()
565 cursor %= hdev->maxchild; in led_work()
977 for (port1 = 1; port1 <= hub->hdev->maxchild; port1++) in hub_power_on()
1179 for (port1 = 1; port1 <= hdev->maxchild; ++port1) { in hub_activate()
1403 for (i = 0; i < hdev->maxchild; ++i) { in hub_quiesce()
1423 for (i = 0; i < hub->hdev->maxchild; ++i) in hub_pm_barrier_for_all_ports()
1462 unsigned maxchild; in hub_configure() local
1493 maxchild = USB_MAXCHILDREN; in hub_configure()
1495 maxchild = min_t(unsigned, maxchild, USB_SS_MAXPORTS); in hub_configure()
[all …]
H A Dledtrig-usbport.c242 for (i = 1; i <= usb_dev->maxchild; i++) in usbport_trig_add_usb_dev_ports()
H A Dport.c625 for (port1 = 1; port1 <= peer_hdev->maxchild; port1++) { in match_location()
683 if (!peer_hub || port1 > peer_hdev->maxchild) in find_and_link_peer()
H A Ddevices.c439 speed, usbdev->maxchild); in usb_device_dump()
H A Dsysfs.c248 return sysfs_emit(buf, "%d\n", udev->maxchild); in maxchild_show()
250 static DEVICE_ATTR_RO(maxchild);
H A Dhcd.c785 unsigned len = 1 + (urb->dev->maxchild / 8); in rh_queue_status()
/linux/drivers/usb/misc/
H A Donboard_usb_dev_pdevs.c81 for (i = 1; i <= parent_hub->maxchild; i++) { in onboard_dev_create_pdevs()
/linux/drivers/usb/host/
H A Dxhci-pci.c543 if (hdev->maxchild > rhub->num_ports) { in xhci_find_lpm_incapable_ports()
548 for (i = 0; i < hdev->maxchild; i++) { in xhci_find_lpm_incapable_ports()
H A Dxhci-mtk-sch.c182 tt_index = kzalloc_objs(*tt_index, utt->hub->maxchild); in find_tt()
225 for (i = 0; i < utt->hub->maxchild; ++i) in drop_tt()
H A Dehci-sched.c120 tt_index = kzalloc_objs(*tt_index, utt->hub->maxchild, in find_tt()
173 for (i = 0; i < utt->hub->maxchild; ++i) in drop_tt()
H A Dehci-hub.c26 return !udev->maxchild && udev->persist_enabled && in persist_enabled_on_companion()
H A Dxhci-mem.c836 num_ports = hdev->maxchild; in xhci_alloc_tt_info()
H A Dxhci.c5315 slot_ctx->dev_info2 |= cpu_to_le32(XHCI_MAX_PORTS(hdev->maxchild)); in xhci_update_hub_device()
/linux/include/linux/
H A Dusb.h717 int maxchild; member
773 port1 <= hdev->maxchild; \
/linux/drivers/usb/usbip/
H A Dusbip_common.c133 dev_dbg(dev, "maxchild %d\n", udev->maxchild); in usbip_dump_usb_device()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-usb489 What: /sys/bus/usb/devices/usbX/maxchild
/linux/drivers/usb/dwc2/
H A Dhcd.c4033 bitmap_size *= urb->dev->tt->hub->maxchild; in dwc2_host_get_tt_info()