Lines Matching refs:ep_tb
579 struct ep_tb_s *ep_tb)
593 ep_tb->bandwidth = 2000 * 2000 * 120;
614 if (bandwidth < ep_tb->bandwidth) {
615 ep_tb->bandwidth = bandwidth;
616 ep_tb->alt = j;
623 ep_tb->alt, ep_tb->bandwidth);
624 last_bw = ep_tb->bandwidth;
626 ep_tb++;
643 ep_tb--;
648 ep_tb--;
650 ep_tb--;
651 if (ep_tb->bandwidth < bandwidth)
761 struct ep_tb_s ep_tb[MAX_ALT];
791 ep_tb[0].alt = gspca_dev->alt;
796 alt_idx = build_isoc_ep_tb(gspca_dev, intf, ep_tb);
807 gspca_dev->alt = ep_tb[--alt_idx].alt;
891 gspca_dev->alt = ep_tb[--alt_idx].alt;