Lines Matching refs:iface
1261 struct usb_host_interface *iface = intf->cur_altsetting; in hfc_usb_probe() local
1264 int ifnum = iface->desc.bInterfaceNumber; in hfc_usb_probe()
1282 ifnum, iface->desc.bAlternateSetting, intf->minor); in hfc_usb_probe()
1294 iface = intf->altsetting + alt_idx; in hfc_usb_probe()
1295 probe_alt_setting = iface->desc.bAlternateSetting; in hfc_usb_probe()
1303 ep = iface->endpoint; in hfc_usb_probe()
1308 for (i = 0; i < iface->desc.bNumEndpoints; in hfc_usb_probe()
1348 iface_used = iface; in hfc_usb_probe()
1358 iface = iface_used; in hfc_usb_probe()
1362 ep = iface->endpoint; in hfc_usb_probe()
1365 for (i = 0; i < iface->desc.bNumEndpoints; i++) { in hfc_usb_probe()