HomeSort by: relevance | last modified time | path
    Searched refs:ifaceno (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/usb/
umidi_quirks.c 619 umidi_search_quirk(int vendor, int product, int ifaceno)
625 vendor, product, ifaceno));
632 (p->iface==ifaceno || p->iface==ANYIFACE)) {
usbdi.c 928 uint8_t ifaceno, struct usbd_interface **iface)
933 if (ifaceno >= dev->ud_cdesc->bNumInterface)
935 *iface = &dev->ud_ifaces[ifaceno];
981 usbd_get_no_alts(usb_config_descriptor_t *cdesc, int ifaceno)
998 if (idesc->bInterfaceNumber == ifaceno) {
ugen.c 489 int ifaceno, endptno, endpt; local in function:ugen_set_config
533 for (ifaceno = 0; ifaceno < niface; ifaceno++) {
534 DPRINTFN(1, "ifaceno %jd", ifaceno, 0, 0, 0);
535 err = usbd_device2interface_handle(dev, ifaceno, &iface);
uvideo.c 723 uvideo_find_stream(struct uvideo_softc *sc, uint8_t ifaceno)
728 if (vs->vs_ifaceno == ifaceno)
1062 DPRINTF(("%s: %s ifaceno=%d vs=%p\n", __func__,
1333 DPRINTF(("%s: ifaceno=%d subtype=%d probelen=%d\n", __func__,

Completed in 16 milliseconds