Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-mtk-sch.c104 sch_ep->bw_cost_per_microframe = max_packet_size * sch_ep->pkts; in setup_sch_info()
130 sch_ep->bw_cost_per_microframe = max_packet_size * sch_ep->pkts; in setup_sch_info()
143 sch_ep->bw_cost_per_microframe = max_packet_size; in setup_sch_info()
153 sch_ep->bw_cost_per_microframe = FS_PAYLOAD_MAX; in setup_sch_info()
161 sch_ep->bw_cost_per_microframe = FS_PAYLOAD_MAX; in setup_sch_info()
251 if (min_bw + sch_ep->bw_cost_per_microframe > bw_boundary) in check_sch_bw()
255 update_bus_bw(sch_bw, sch_ep, sch_ep->bw_cost_per_microframe); in check_sch_bw()
410 -sch_ep->bw_cost_per_microframe); in xhci_mtk_drop_ep_quirk()
Dxhci-mtk.h64 u32 bw_cost_per_microframe; member