Home
last modified time | relevance | path

Searched refs:descstart (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/usb/
H A Dhelper.h7 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype);
8 void *snd_usb_find_csint_desc(void *descstart, int desclen, void *after, u8 dsubtype);
H A Dhelper.c31 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype) in snd_usb_find_desc() argument
35 p = descstart; in snd_usb_find_desc()