Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-mtk-sch.c655 struct mu3h_sch_bw_info *sch_array; in xhci_mtk_sch_init() local
662 sch_array = kcalloc(num_usb_bus, sizeof(*sch_array), GFP_KERNEL); in xhci_mtk_sch_init()
663 if (sch_array == NULL) in xhci_mtk_sch_init()
667 INIT_LIST_HEAD(&sch_array[i].bw_ep_list); in xhci_mtk_sch_init()
669 mtk->sch_array = sch_array; in xhci_mtk_sch_init()
679 kfree(mtk->sch_array); in xhci_mtk_sch_exit()
736 struct mu3h_sch_bw_info *sch_array; in xhci_mtk_drop_ep_quirk() local
744 sch_array = mtk->sch_array; in xhci_mtk_drop_ep_quirk()
755 sch_bw = &sch_array[bw_index]; in xhci_mtk_drop_ep_quirk()
779 sch_bw = &mtk->sch_array[bw_index]; in xhci_mtk_check_bandwidth()
[all …]
Dxhci-mtk.h135 struct mu3h_sch_bw_info *sch_array; member