Searched refs:num_budget_microframes (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/usb/host/
H A Dxhci-mtk-sch.c329 sch_ep->num_budget_microframes = 1;
353 sch_ep->num_budget_microframes = 1;
367 sch_ep->num_budget_microframes =
370 sch_ep->repeat = !!(sch_ep->num_budget_microframes > 1);
373 for (i = 0; i < sch_ep->num_budget_microframes - 1; i++)
388 sch_ep->num_budget_microframes = sch_ep->cs_count;
405 * @num_budget_microframes elements will be used later,
415 sch_ep->num_budget_microframes += CS_OFFSET;
431 for (j = 0; j < sch_ep->num_budget_microframes; j++) {
466 for (j = 0; j < sch_ep->num_budget_microframes;
[all...]
H A Dxhci-mtk.h70 * @num_budget_microframes: number of continuous uframes
86 * interval, and 1 means using @num_budget_microframes
101 u32 num_budget_microframes; member in struct:mu3h_sch_ep_info

Completed in 279 milliseconds