Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/usb/gspca/
Dgspca.c577 struct ep_tb_s *ep_tb) in build_isoc_ep_tb() argument
591 ep_tb->bandwidth = 2000 * 2000 * 120; in build_isoc_ep_tb()
612 if (bandwidth < ep_tb->bandwidth) { in build_isoc_ep_tb()
613 ep_tb->bandwidth = bandwidth; in build_isoc_ep_tb()
614 ep_tb->alt = j; in build_isoc_ep_tb()
621 ep_tb->alt, ep_tb->bandwidth); in build_isoc_ep_tb()
622 last_bw = ep_tb->bandwidth; in build_isoc_ep_tb()
624 ep_tb++; in build_isoc_ep_tb()
641 ep_tb--; in build_isoc_ep_tb()
646 ep_tb--; in build_isoc_ep_tb()
[all …]