Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dusb_quirks.c258 { UQ_AU_INP_ASYNC, NULL }},
260 { UQ_AU_INP_ASYNC, NULL }},
262 { UQ_AU_INP_ASYNC, NULL }},
264 { UQ_AU_INP_ASYNC, NULL }},
Dusb_quirks.h45 #define UQ_AU_INP_ASYNC 0x0800 /* input is async despite claim of adaptive */ macro
Duaudio.c2240 if ((usbd_get_quirks(sc->sc_udev)->uq_flags & UQ_AU_INP_ASYNC) && in uaudio_process_as()