Searched refs:bw_ep_chk_list (Results 1 – 2 of 2) sorted by relevance
704 INIT_LIST_HEAD(&mtk->bw_ep_chk_list); in xhci_mtk_sch_init()748 list_add_tail(&sch_ep->endpoint, &mtk->bw_ep_chk_list); in add_ep_quirk()790 list_for_each_entry(sch_ep, &mtk->bw_ep_chk_list, endpoint) { in xhci_mtk_check_bandwidth()801 list_for_each_entry_safe(sch_ep, tmp, &mtk->bw_ep_chk_list, endpoint) { in xhci_mtk_check_bandwidth()833 list_for_each_entry_safe(sch_ep, tmp, &mtk->bw_ep_chk_list, endpoint) { in xhci_mtk_reset_bandwidth()
133 struct list_head bw_ep_chk_list; member