Home
last modified time | relevance | path

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

/linux/sound/hda/core/
H A Dbus.c174 while (bus->unsol_rp != bus->unsol_wp) { in snd_hdac_bus_process_unsol_events()
175 rp = (bus->unsol_rp + 1) % HDA_UNSOL_QUEUE_SIZE; in snd_hdac_bus_process_unsol_events()
176 bus->unsol_rp = rp; in snd_hdac_bus_process_unsol_events()
/linux/include/sound/
H A Dhdaudio.h316 unsigned int unsol_rp, unsol_wp; member