Lines Matching refs:cdesc
454 usb_config_descriptor_t *cdesc; in uaudio_attach() local
476 cdesc = usbd_get_config_descriptor(sc->sc_udev); in uaudio_attach()
477 if (cdesc == NULL) { in uaudio_attach()
483 err = uaudio_identify(sc, cdesc); in uaudio_attach()
2046 uaudio_identify(struct uaudio_softc *sc, const usb_config_descriptor_t *cdesc) in uaudio_identify() argument
2050 err = uaudio_identify_ac(sc, cdesc); in uaudio_identify()
2053 err = uaudio_identify_as(sc, cdesc); in uaudio_identify()
2419 const usb_config_descriptor_t *cdesc) in uaudio_identify_as() argument
2425 size = UGETW(cdesc->wTotalLength); in uaudio_identify_as()
2426 tbuf = (const char *)cdesc; in uaudio_identify_as()
2642 uaudio_identify_ac(struct uaudio_softc *sc, const usb_config_descriptor_t *cdesc) in uaudio_identify_ac() argument
2653 size = UGETW(cdesc->wTotalLength); in uaudio_identify_ac()
2654 tbuf = (const char *)cdesc; in uaudio_identify_ac()