Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-mtk-sch.c294 INIT_LIST_HEAD(&sch_array[i].bw_ep_list); in xhci_mtk_sch_init()
363 list_add_tail(&sch_ep->endpoint, &sch_bw->bw_ep_list); in xhci_mtk_add_ep_quirk()
407 list_for_each_entry(sch_ep, &sch_bw->bw_ep_list, endpoint) { in xhci_mtk_drop_ep_quirk()
Dxhci-mtk.h33 struct list_head bw_ep_list; member