Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-mtk-sch.c68 struct xhci_ep_ctx *ep_ctx, struct mu3h_sch_ep_info *sch_ep) in setup_sch_info() argument
83 sch_ep->esit = 1 << ep_interval; in setup_sch_info()
84 sch_ep->offset = 0; in setup_sch_info()
85 sch_ep->burst_mode = 0; in setup_sch_info()
88 sch_ep->cs_count = 0; in setup_sch_info()
95 sch_ep->num_budget_microframes = 1; in setup_sch_info()
96 sch_ep->repeat = 0; in setup_sch_info()
103 sch_ep->pkts = max_burst + 1; in setup_sch_info()
104 sch_ep->bw_cost_per_microframe = max_packet_size * sch_ep->pkts; in setup_sch_info()
107 sch_ep->cs_count = 0; in setup_sch_info()
[all …]