Home
last modified time | relevance | path

Searched refs:dtype (Results 1 – 3 of 3) sorted by relevance

/sound/usb/
Dhelper.c44 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype) in snd_usb_find_desc() argument
56 if (p[1] == dtype && (!after || (void *)p > after)) { in snd_usb_find_desc()
Dhelper.h6 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype);
/sound/oss/
Dsoundcard.c331 int len = 0, dtype; in sound_ioctl() local
356 dtype = dev & 0x0f; in sound_ioctl()
357 switch (dtype) { in sound_ioctl()