Home
last modified time | relevance | path

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

/drivers/media/usb/gspca/
Dgspca.c678 struct ep_tb_s *ep_tb) in build_isoc_ep_tb() argument
692 ep_tb->bandwidth = 2000 * 2000 * 120; in build_isoc_ep_tb()
713 if (bandwidth < ep_tb->bandwidth) { in build_isoc_ep_tb()
714 ep_tb->bandwidth = bandwidth; in build_isoc_ep_tb()
715 ep_tb->alt = j; in build_isoc_ep_tb()
722 ep_tb->alt, ep_tb->bandwidth); in build_isoc_ep_tb()
723 last_bw = ep_tb->bandwidth; in build_isoc_ep_tb()
725 ep_tb++; in build_isoc_ep_tb()
742 ep_tb--; in build_isoc_ep_tb()
747 ep_tb--; in build_isoc_ep_tb()
[all …]