Home
last modified time | relevance | path

Searched refs:maxchild (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhub.c142 if (!hdev || !hdev->actconfig || !hdev->maxchild) in usb_hub_to_struct_hub()
500 for (i = 0; i < hdev->maxchild; i++) { in led_work()
549 cursor %= hdev->maxchild; in led_work()
933 for (port1 = 1; port1 <= hub->hdev->maxchild; port1++) in hub_power_on()
1134 for (port1 = 1; port1 <= hdev->maxchild; ++port1) { in hub_activate()
1339 for (i = 0; i < hdev->maxchild; ++i) { in hub_quiesce()
1358 for (i = 0; i < hub->hdev->maxchild; ++i) in hub_pm_barrier_for_all_ports()
1397 unsigned maxchild; in hub_configure() local
1428 maxchild = USB_MAXCHILDREN; in hub_configure()
1430 maxchild in hub_configure()
[all...]
H A Dport.c462 for (port1 = 1; port1 <= peer_hdev->maxchild; port1++) { in match_location()
519 if (!peer_hub || port1 > peer_hdev->maxchild) in find_and_link_peer()
583 * and the hub has been fully registered (hdev->maxchild set). in usb_hub_create_port_device()
H A Dledtrig-usbport.c241 for (i = 1; i <= usb_dev->maxchild; i++) in usbport_trig_add_usb_dev_ports()
H A Ddevices.c487 speed, usbdev->maxchild); in usb_device_dump()
H A Dsysfs.c247 return sprintf(buf, "%d\n", udev->maxchild); in maxchild_show()
249 static DEVICE_ATTR_RO(maxchild);
H A Dhcd.c817 unsigned len = 1 + (urb->dev->maxchild / 8); in rh_queue_status()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhub.c149 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() local
1435 maxchild = USB_MAXCHILDREN; in hub_configure()
1437 maxchild in hub_configure()
[all...]
H A Dport.c585 for (port1 = 1; port1 <= peer_hdev->maxchild; port1++) { in match_location()
642 if (!peer_hub || port1 > peer_hdev->maxchild) in find_and_link_peer()
744 * and the hub has been fully registered (hdev->maxchild set). in usb_hub_create_port_device()
H A Dledtrig-usbport.c241 for (i = 1; i <= usb_dev->maxchild; i++) in usbport_trig_add_usb_dev_ports()
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.c791 unsigned len = 1 + (urb->dev->maxchild / 8); in rh_queue_status()
/kernel/linux/linux-6.6/drivers/usb/misc/
H A Donboard_usb_hub_pdevs.c80 for (i = 1; i <= parent_hub->maxchild; i++) { in onboard_hub_create_pdevs()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-pci.c380 if (hdev->maxchild > rhub->num_ports) { in xhci_find_lpm_incapable_ports()
385 for (i = 0; i < hdev->maxchild; i++) { in xhci_find_lpm_incapable_ports()
H A Dxhci-mtk-sch.c128 tt_index = kcalloc(utt->hub->maxchild, in find_tt()
176 for (i = 0; i < utt->hub->maxchild; ++i) in drop_tt()
H A Dehci-sched.c120 tt_index = kcalloc(utt->hub->maxchild, in find_tt()
174 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()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mtk-sch.c174 tt_index = kcalloc(utt->hub->maxchild, in find_tt()
218 for (i = 0; i < utt->hub->maxchild; ++i) in drop_tt()
H A Dxhci-pci.c568 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()
H A Dehci-sched.c120 tt_index = kcalloc(utt->hub->maxchild, in find_tt()
174 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()
/kernel/linux/linux-5.10/include/linux/
H A Dusb.h604 * @maxchild: number of ports if hub
691 int maxchild; member
735 port1 <= hdev->maxchild; \
/kernel/linux/linux-6.6/include/linux/
H A Dusb.h626 * @maxchild: number of ports if hub
711 int maxchild; member
763 port1 <= hdev->maxchild; \
/kernel/linux/linux-5.10/drivers/usb/usbip/
H A Dusbip_common.c133 dev_dbg(dev, "maxchild %d\n", udev->maxchild); in usbip_dump_usb_device()
/kernel/linux/linux-6.6/drivers/usb/usbip/
H A Dusbip_common.c133 dev_dbg(dev, "maxchild %d\n", udev->maxchild); in usbip_dump_usb_device()

Completed in 44 milliseconds

12