Lines Matching refs:azx_dev
444 struct hdac_stream *azx_dev; in azx_int_disable() local
447 list_for_each_entry(azx_dev, &bus->stream_list, list) in azx_int_disable()
448 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_INT_MASK, 0); in azx_int_disable()
460 struct hdac_stream *azx_dev; in azx_int_clear() local
463 list_for_each_entry(azx_dev, &bus->stream_list, list) in azx_int_clear()
464 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); in azx_int_clear()
547 struct hdac_stream *azx_dev; in snd_hdac_bus_handle_stream_irq() local
551 list_for_each_entry(azx_dev, &bus->stream_list, list) { in snd_hdac_bus_handle_stream_irq()
552 if (status & azx_dev->sd_int_sta_mask) { in snd_hdac_bus_handle_stream_irq()
553 sd_status = snd_hdac_stream_readb(azx_dev, SD_STS); in snd_hdac_bus_handle_stream_irq()
554 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); in snd_hdac_bus_handle_stream_irq()
555 handled |= 1 << azx_dev->index; in snd_hdac_bus_handle_stream_irq()
556 if (!azx_dev->substream || !azx_dev->running || in snd_hdac_bus_handle_stream_irq()
560 ack(bus, azx_dev); in snd_hdac_bus_handle_stream_irq()