Searched refs:alt_idx (Results 1 - 3 of 3) sorted by relevance

/drivers/isdn/hisax/
H A Dhfc_usb.c1266 int i, idx, alt_idx, probe_alt_setting, vend_idx, cfg_used, *vcf, local
1287 alt_idx = 0;
1294 while (alt_idx < intf->num_altsetting) {
1295 iface = intf->altsetting + alt_idx;
1354 alt_idx++;
1355 } /* (alt_idx < intf->num_altsetting) */
/drivers/media/video/gspca/
H A Dgspca.c848 int n, ret, xfer, alt, alt_idx; local
887 alt_idx = 1;
892 alt_idx = build_isoc_ep_tb(gspca_dev, intf, ep_tb);
893 if (alt_idx <= 0) {
904 gspca_dev->alt = ep_tb[--alt_idx].alt;
981 if (alt_idx <= 0) {
986 gspca_dev->alt = ep_tb[--alt_idx].alt;
/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c1939 int ifnum = iface->desc.bInterfaceNumber, i, idx, alt_idx, local
1967 alt_idx = 0;
1974 while (alt_idx < intf->num_altsetting) {
1975 iface = intf->altsetting + alt_idx;
2029 alt_idx++;
2030 } /* (alt_idx < intf->num_altsetting) */

Completed in 71 milliseconds