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

/linux-master/drivers/usb/host/
H A Dxhci-mtk.h56 * @bus_bw: array to keep track of bandwidth already used at each uframes
62 u32 bus_bw[XHCI_MTK_MAX_ESIT]; member in struct:mu3h_sch_bw_info
80 * @allocated: the bandwidth is aready allocated from bus_bw
H A Dxhci-mtk-sch.c433 bw = sch_bw->bus_bw[k] + sch_ep->bw_budget_table[j];
469 sch_bw->bus_bw[k] += sch_ep->bw_budget_table[j];
471 sch_bw->bus_bw[k] -= sch_ep->bw_budget_table[j];

Completed in 258 milliseconds