Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/hda/
A Dhdac_bus.c156 wp = (bus->unsol_wp + 1) % HDA_UNSOL_QUEUE_SIZE; in snd_hdac_bus_queue_event()
178 rp = (bus->unsol_rp + 1) % HDA_UNSOL_QUEUE_SIZE; in snd_hdac_bus_process_unsol_events()
/linux-6.3-rc2/include/sound/
A Dhdaudio.h259 #define HDA_UNSOL_QUEUE_SIZE 64 macro
313 u32 unsol_queue[HDA_UNSOL_QUEUE_SIZE * 2]; /* ring buffer */

Completed in 6 milliseconds