Lines Matching defs:sch_array
68 * the bandwidth domain array is saved to @sch_array of struct xhci_hcd_mtk,
655 struct mu3h_sch_bw_info *sch_array;
662 sch_array = kcalloc(num_usb_bus, sizeof(*sch_array), GFP_KERNEL);
663 if (sch_array == NULL)
667 INIT_LIST_HEAD(&sch_array[i].bw_ep_list);
669 mtk->sch_array = sch_array;
679 kfree(mtk->sch_array);
736 struct mu3h_sch_bw_info *sch_array;
744 sch_array = mtk->sch_array;
755 sch_bw = &sch_array[bw_index];
779 sch_bw = &mtk->sch_array[bw_index];
795 sch_bw = &mtk->sch_array[bw_index];
827 sch_bw = &mtk->sch_array[bw_index];