Lines Matching refs:azx_dev
335 struct hdac_stream *azx_dev; in azx_int_disable() local
338 list_for_each_entry(azx_dev, &bus->stream_list, list) in azx_int_disable()
339 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_INT_MASK, 0); in azx_int_disable()
351 struct hdac_stream *azx_dev; in azx_int_clear() local
354 list_for_each_entry(azx_dev, &bus->stream_list, list) in azx_int_clear()
355 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); in azx_int_clear()
434 struct hdac_stream *azx_dev; in snd_hdac_bus_handle_stream_irq() local
437 list_for_each_entry(azx_dev, &bus->stream_list, list) { in snd_hdac_bus_handle_stream_irq()
438 if (status & azx_dev->sd_int_sta_mask) { in snd_hdac_bus_handle_stream_irq()
439 sd_status = snd_hdac_stream_readb(azx_dev, SD_STS); in snd_hdac_bus_handle_stream_irq()
440 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); in snd_hdac_bus_handle_stream_irq()
441 if (!azx_dev->substream || !azx_dev->running || in snd_hdac_bus_handle_stream_irq()
445 ack(bus, azx_dev); in snd_hdac_bus_handle_stream_irq()