Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mtk-sch.c143 return &mtk->sch_array[bw_index]; in get_bw_info()
688 struct mu3h_sch_bw_info *sch_array; in xhci_mtk_sch_init() local
695 sch_array = kcalloc(num_usb_bus, sizeof(*sch_array), GFP_KERNEL); in xhci_mtk_sch_init()
696 if (sch_array == NULL) in xhci_mtk_sch_init()
700 INIT_LIST_HEAD(&sch_array[i].bw_ep_list); in xhci_mtk_sch_init()
702 mtk->sch_array = sch_array; in xhci_mtk_sch_init()
711 kfree(mtk->sch_array); in xhci_mtk_sch_exit()
H A Dxhci-mtk.h132 struct mu3h_sch_bw_info *sch_array; member