Home
last modified time | relevance | path

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

/linux-4.4.14/sound/hda/
Dhdac_bus.c141 bus->unsol_queue[wp] = res; in snd_hdac_bus_queue_event()
142 bus->unsol_queue[wp + 1] = res_ex; in snd_hdac_bus_queue_event()
162 res = bus->unsol_queue[rp]; in process_unsol_events()
163 caddr = bus->unsol_queue[rp + 1]; in process_unsol_events()
/linux-4.4.14/include/sound/
Dhdaudio.h265 u32 unsol_queue[HDA_UNSOL_QUEUE_SIZE * 2]; /* ring buffer */ member