Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dgspca.c577 struct ep_tb_s *ep_tb) in build_isoc_ep_tb()
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()
575 build_isoc_ep_tb(struct gspca_dev *gspca_dev, struct usb_interface *intf, struct ep_tb_s *ep_tb) build_isoc_ep_tb() argument
759 struct ep_tb_s ep_tb[MAX_ALT]; gspca_init_transfer() local
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dgspca.c579 struct ep_tb_s *ep_tb) in build_isoc_ep_tb()
593 ep_tb->bandwidth = 2000 * 2000 * 120; in build_isoc_ep_tb()
614 if (bandwidth < ep_tb->bandwidth) { in build_isoc_ep_tb()
615 ep_tb->bandwidth = bandwidth; in build_isoc_ep_tb()
616 ep_tb->alt = j; in build_isoc_ep_tb()
623 ep_tb->alt, ep_tb->bandwidth); in build_isoc_ep_tb()
624 last_bw = ep_tb->bandwidth; in build_isoc_ep_tb()
626 ep_tb++; in build_isoc_ep_tb()
643 ep_tb in build_isoc_ep_tb()
577 build_isoc_ep_tb(struct gspca_dev *gspca_dev, struct usb_interface *intf, struct ep_tb_s *ep_tb) build_isoc_ep_tb() argument
761 struct ep_tb_s ep_tb[MAX_ALT]; gspca_init_transfer() local
[all...]

Completed in 4 milliseconds