Lines Matching refs:iface
32 unsigned int iface;
40 .iface = (ifnum) }
43 .iface = (ifnum) }
71 .ep_num = 0x84, .iface = 0 }, /* MOTU MicroBook II */
87 struct usb_interface *iface;
90 iface = usb_ifnum_to_if(chip->dev, ifnum);
91 if (!iface || iface->num_altsetting < 2)
93 alts = &iface->altsetting[1];
102 "%d:%d: added %s implicit_fb sync_ep %x, iface %d:%d\n",
103 fmt->iface, fmt->altsetting,
109 /* Check whether the given UAC2 iface:altset points to an implicit fb source */
201 /* Playback and capture EPs on Pioneer devices share the same iface/altset
237 int iface, int altset)
242 alts = snd_usb_get_host_interface(chip, iface, altset);
255 iface, alts);
308 p->iface, NULL);
369 p->iface, NULL);
467 if (target->iface == target->sync_iface &&