sound/usb/helper.c
58
while ((p = snd_usb_find_desc(buffer, buflen, p,
sound/usb/helper.h
7
void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype);
sound/usb/mixer.c
180
while ((hdr = snd_usb_find_desc(state->buffer, state->buflen, hdr,
sound/usb/stream.c
596
csep = snd_usb_find_desc(alts->endpoint[0].extra, alts->endpoint[0].extralen, NULL, USB_DT_CS_ENDPOINT);
sound/usb/stream.c
600
csep = snd_usb_find_desc(alts->endpoint[1].extra, alts->endpoint[1].extralen, NULL, USB_DT_CS_ENDPOINT);
sound/usb/stream.c
608
csep = snd_usb_find_desc(alts->extra, alts->extralen, NULL, USB_DT_CS_ENDPOINT);