Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/gspca/
Dgspca.c582 struct ep_tb_s *ep_tb) in build_isoc_ep_tb() argument
596 ep_tb->bandwidth = 2000 * 2000 * 120; in build_isoc_ep_tb()
617 if (bandwidth < ep_tb->bandwidth) { in build_isoc_ep_tb()
618 ep_tb->bandwidth = bandwidth; in build_isoc_ep_tb()
619 ep_tb->alt = j; in build_isoc_ep_tb()
626 ep_tb->alt, ep_tb->bandwidth); in build_isoc_ep_tb()
627 last_bw = ep_tb->bandwidth; in build_isoc_ep_tb()
629 ep_tb++; in build_isoc_ep_tb()
646 ep_tb--; in build_isoc_ep_tb()
651 ep_tb--; in build_isoc_ep_tb()
[all …]