Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-mtk-sch.c174 struct mu3h_sch_ep_info *sch_ep; in create_sch_ep() local
189 sch_ep = kzalloc(mem_size, GFP_KERNEL); in create_sch_ep()
190 if (!sch_ep) in create_sch_ep()
196 kfree(sch_ep); in create_sch_ep()
201 sch_ep->sch_tt = tt; in create_sch_ep()
202 sch_ep->ep = ep; in create_sch_ep()
204 return sch_ep; in create_sch_ep()
208 struct xhci_ep_ctx *ep_ctx, struct mu3h_sch_ep_info *sch_ep) in setup_sch_info() argument
216 u32 *bwb_table = sch_ep->bw_budget_table; in setup_sch_info()
228 sch_ep->esit = get_esit(ep_ctx); in setup_sch_info()
[all …]