Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mtk-sch.c388 int bw_updated; in update_bus_bw() local
392 bw_updated = sch_ep->bw_cost_per_microframe * (used ? 1 : -1); in update_bus_bw()
397 sch_bw->bus_bw[XHCI_MTK_BW_INDEX(base + j)] += bw_updated; in update_bus_bw()
484 int bw_updated; in update_sch_tt() local
488 bw_updated = sch_ep->bw_cost_per_microframe * (used ? 1 : -1); in update_sch_tt()
494 tt->fs_bus_bw[XHCI_MTK_BW_INDEX(base + j)] += bw_updated; in update_sch_tt()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mtk-sch.c496 int bw_updated; in update_sch_tt() local
504 bw_updated = sch_ep->bw_cost_per_microframe; in update_sch_tt()
506 bw_updated = -sch_ep->bw_cost_per_microframe; in update_sch_tt()
515 tt->fs_bus_bw[base + j] += bw_updated; in update_sch_tt()

Completed in 3 milliseconds