Home
last modified time | relevance | path

Searched refs:num_usb_bus (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mtk-sch.c656 int num_usb_bus; in xhci_mtk_sch_init() local
660 num_usb_bus = xhci->usb3_rhub.num_ports * 2 + xhci->usb2_rhub.num_ports; in xhci_mtk_sch_init()
662 sch_array = kcalloc(num_usb_bus, sizeof(*sch_array), GFP_KERNEL); in xhci_mtk_sch_init()
666 for (i = 0; i < num_usb_bus; i++) in xhci_mtk_sch_init()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mtk-sch.c604 int num_usb_bus; in xhci_mtk_sch_init() local
607 num_usb_bus = xhci->usb3_rhub.num_ports * 2 + xhci->usb2_rhub.num_ports; in xhci_mtk_sch_init()
609 sch_array = kcalloc(num_usb_bus, sizeof(*sch_array), GFP_KERNEL); in xhci_mtk_sch_init()

Completed in 3 milliseconds