Searched refs:bw_ep_chk_list (Results 1 – 2 of 2) sorted by relevance
615 INIT_LIST_HEAD(&mtk->bw_ep_chk_list); in xhci_mtk_sch_init()660 list_add_tail(&sch_ep->endpoint, &mtk->bw_ep_chk_list); in add_ep_quirk()698 list_for_each_entry(sch_ep, &mtk->bw_ep_chk_list, endpoint) { in xhci_mtk_check_bandwidth()724 list_del_init(&mtk->bw_ep_chk_list); in xhci_mtk_check_bandwidth()737 list_for_each_entry_safe(sch_ep, tmp, &mtk->bw_ep_chk_list, endpoint) in xhci_mtk_reset_bandwidth()
146 struct list_head bw_ep_chk_list; member