Lines Matching refs:sch_array
566 struct mu3h_sch_bw_info *sch_array; in xhci_mtk_sch_init() local
573 sch_array = kcalloc(num_usb_bus, sizeof(*sch_array), GFP_KERNEL); in xhci_mtk_sch_init()
574 if (sch_array == NULL) in xhci_mtk_sch_init()
578 INIT_LIST_HEAD(&sch_array[i].bw_ep_list); in xhci_mtk_sch_init()
580 mtk->sch_array = sch_array; in xhci_mtk_sch_init()
588 kfree(mtk->sch_array); in xhci_mtk_sch_exit()
602 struct mu3h_sch_bw_info *sch_array; in xhci_mtk_add_ep_quirk() local
612 sch_array = mtk->sch_array; in xhci_mtk_add_ep_quirk()
632 sch_bw = &sch_array[bw_index]; in xhci_mtk_add_ep_quirk()
672 struct mu3h_sch_bw_info *sch_array; in xhci_mtk_drop_ep_quirk() local
680 sch_array = mtk->sch_array; in xhci_mtk_drop_ep_quirk()
691 sch_bw = &sch_array[bw_index]; in xhci_mtk_drop_ep_quirk()