Searched refs:dtype (Results 1 – 3 of 3) sorted by relevance
44 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype) in snd_usb_find_desc() argument56 if (p[1] == dtype && (!after || (void *)p > after)) { in snd_usb_find_desc()
6 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype);
331 int len = 0, dtype; in sound_ioctl() local356 dtype = dev & 0x0f; in sound_ioctl()357 switch (dtype) { in sound_ioctl()