Home
last modified time | relevance | path

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

/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/core/
H A Dledtrig-usbport.c242 for (i = 1; i <= usb_dev->maxchild; i++) in usbport_trig_add_usb_dev_ports()
H A Dport.c640 for (port1 = 1; port1 <= peer_hdev->maxchild; port1++) { in match_location()
698 if (!peer_hub || port1 > peer_hdev->maxchild) in find_and_link_peer()
H A Dsysfs.c248 return sysfs_emit(buf, "%d\n", udev->maxchild); in maxchild_show()
250 static DEVICE_ATTR_RO(maxchild);
/linux/drivers/usb/host/
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-hub.c26 return !udev->maxchild && udev->persist_enabled && in persist_enabled_on_companion()
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()
/linux/include/linux/
H A Dusb.h720 int maxchild; member
777 port1 <= hdev->maxchild; \
/linux/drivers/usb/dwc2/
H A Dhcd.c4033 bitmap_size *= urb->dev->tt->hub->maxchild; in dwc2_host_get_tt_info()