Lines Matching refs:azx_dev
440 struct hdac_stream *azx_dev; in azx_int_disable() local
443 list_for_each_entry(azx_dev, &bus->stream_list, list) in azx_int_disable()
444 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_INT_MASK, 0); in azx_int_disable()
456 struct hdac_stream *azx_dev; in azx_int_clear() local
459 list_for_each_entry(azx_dev, &bus->stream_list, list) in azx_int_clear()
460 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); in azx_int_clear()
543 struct hdac_stream *azx_dev; in snd_hdac_bus_handle_stream_irq() local
547 list_for_each_entry(azx_dev, &bus->stream_list, list) { in snd_hdac_bus_handle_stream_irq()
548 if (status & azx_dev->sd_int_sta_mask) { in snd_hdac_bus_handle_stream_irq()
549 sd_status = snd_hdac_stream_readb(azx_dev, SD_STS); in snd_hdac_bus_handle_stream_irq()
550 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); in snd_hdac_bus_handle_stream_irq()
551 handled |= 1 << azx_dev->index; in snd_hdac_bus_handle_stream_irq()
552 if (!azx_dev->substream || !azx_dev->running || in snd_hdac_bus_handle_stream_irq()
556 ack(bus, azx_dev); in snd_hdac_bus_handle_stream_irq()