Home
last modified time | relevance | path

Searched refs:sch_array (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/usb/host/
Dxhci-mtk-sch.c142 return &mtk->sch_array[bw_index]; in get_bw_info()
603 struct mu3h_sch_bw_info *sch_array; in xhci_mtk_sch_init() local
609 sch_array = kcalloc(num_usb_bus, sizeof(*sch_array), GFP_KERNEL); in xhci_mtk_sch_init()
610 if (sch_array == NULL) in xhci_mtk_sch_init()
613 mtk->sch_array = sch_array; in xhci_mtk_sch_init()
623 kfree(mtk->sch_array); in xhci_mtk_sch_exit()
Dxhci-mtk.h145 struct mu3h_sch_bw_info *sch_array; member