Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c150 return &mtk->sch_array[bw_index]; in get_bw_info()
887 struct mu3h_sch_bw_info *sch_array; in xhci_mtk_sch_init() local
893 sch_array = kzalloc_objs(*sch_array, num_usb_bus); in xhci_mtk_sch_init()
894 if (sch_array == NULL) in xhci_mtk_sch_init()
897 mtk->sch_array = sch_array; in xhci_mtk_sch_init()
907 kfree(mtk->sch_array); in xhci_mtk_sch_exit()
H A Dxhci-mtk.h158 struct mu3h_sch_bw_info *sch_array; member