Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/core/
Dhub.c120 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() local
1405 maxchild = hub->descriptor->bNbrPorts; in hub_configure()
1406 dev_info(hub_dev, "%d port%s detected\n", maxchild, in hub_configure()
[all …]
Dport.c332 for (port1 = 1; port1 <= peer_hdev->maxchild; port1++) { in match_location()
389 if (!peer_hub || port1 > peer_hdev->maxchild) in find_and_link_peer()
Dsysfs.c199 return sprintf(buf, "%d\n", udev->maxchild); in maxchild_show()
201 static DEVICE_ATTR_RO(maxchild);
Ddevices.c543 speed, usbdev->maxchild); in usb_device_dump()
Dhcd.c782 unsigned len = 1 + (urb->dev->maxchild / 8); in rh_queue_status()
/linux-4.4.14/include/linux/
Dusb.h600 int maxchild; member
642 port1 <= hdev->maxchild; \
/linux-4.4.14/drivers/usb/usbip/
Dusbip_common.c149 dev_dbg(dev, "maxchild %d\n", udev->maxchild); in usbip_dump_usb_device()
/linux-4.4.14/drivers/usb/host/
Dehci-sched.c133 tt_index = kzalloc(utt->hub->maxchild * in find_tt()
186 for (i = 0; i < utt->hub->maxchild; ++i) in drop_tt()
Dehci-hub.c38 return !udev->maxchild && udev->persist_enabled && in persist_enabled_on_companion()
Dxhci-mem.c882 num_ports = hdev->maxchild; in xhci_alloc_tt_info()
Dxhci.c4799 slot_ctx->dev_info2 |= cpu_to_le32(XHCI_MAX_PORTS(hdev->maxchild)); in xhci_update_hub_device()