Home
last modified time | relevance | path

Searched refs:azx_dev (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/sound/hda/
Dhdac_stream.c60 void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev, in snd_hdac_stream_init() argument
63 azx_dev->bus = bus; in snd_hdac_stream_init()
65 azx_dev->sd_addr = bus->remap_addr + (0x20 * idx + 0x80); in snd_hdac_stream_init()
67 azx_dev->sd_int_sta_mask = 1 << idx; in snd_hdac_stream_init()
68 azx_dev->index = idx; in snd_hdac_stream_init()
69 azx_dev->direction = direction; in snd_hdac_stream_init()
70 azx_dev->stream_tag = tag; in snd_hdac_stream_init()
71 snd_hdac_dsp_lock_init(azx_dev); in snd_hdac_stream_init()
72 list_add_tail(&azx_dev->list, &bus->stream_list); in snd_hdac_stream_init()
83 void snd_hdac_stream_start(struct hdac_stream *azx_dev, bool fresh_start) in snd_hdac_stream_start() argument
[all …]
Dtrace.h56 TP_PROTO(struct hdac_bus *bus, struct hdac_stream *azx_dev),
58 TP_ARGS(bus, azx_dev),
65 __entry->stream_tag = (azx_dev)->stream_tag;
72 TP_PROTO(struct hdac_bus *bus, struct hdac_stream *azx_dev),
73 TP_ARGS(bus, azx_dev)
77 TP_PROTO(struct hdac_bus *bus, struct hdac_stream *azx_dev),
78 TP_ARGS(bus, azx_dev)
Dhdac_controller.c471 struct hdac_stream *azx_dev; in azx_int_disable() local
474 list_for_each_entry(azx_dev, &bus->stream_list, list) in azx_int_disable()
475 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_INT_MASK, 0); in azx_int_disable()
487 struct hdac_stream *azx_dev; in azx_int_clear() local
490 list_for_each_entry(azx_dev, &bus->stream_list, list) in azx_int_clear()
491 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); in azx_int_clear()
575 struct hdac_stream *azx_dev; in snd_hdac_bus_handle_stream_irq() local
579 list_for_each_entry(azx_dev, &bus->stream_list, list) { in snd_hdac_bus_handle_stream_irq()
580 if (status & azx_dev->sd_int_sta_mask) { in snd_hdac_bus_handle_stream_irq()
581 sd_status = snd_hdac_stream_readb(azx_dev, SD_STS); in snd_hdac_bus_handle_stream_irq()
[all …]
/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_controller_trace.h12 struct azx_dev;
16 TP_PROTO(struct azx *chip, struct azx_dev *dev, int cmd),
37 TP_PROTO(struct azx *chip, struct azx_dev *dev, unsigned int pos, unsigned int delay),
59 TP_PROTO(struct azx *chip, struct azx_dev *azx_dev),
61 TP_ARGS(chip, azx_dev),
68 __entry->stream_tag = (azx_dev)->core.stream_tag;
75 TP_PROTO(struct azx *chip, struct azx_dev *azx_dev),
76 TP_ARGS(chip, azx_dev)
80 TP_PROTO(struct azx *chip, struct azx_dev *azx_dev),
81 TP_ARGS(chip, azx_dev)
[all …]
Dhda_controller.c39 static inline struct azx_dev *
51 static inline void azx_release_device(struct azx_dev *azx_dev) in azx_release_device() argument
53 snd_hdac_stream_release(azx_stream(azx_dev)); in azx_release_device()
92 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_close() local
94 trace_azx_pcm_close(chip, azx_dev); in azx_pcm_close()
96 azx_release_device(azx_dev); in azx_pcm_close()
110 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_hw_params() local
113 trace_azx_pcm_hw_params(chip, azx_dev); in azx_pcm_hw_params()
114 dsp_lock(azx_dev); in azx_pcm_hw_params()
115 if (dsp_is_locked(azx_dev)) { in azx_pcm_hw_params()
[all …]
Dhda_controller.h56 struct azx_dev { struct
69 #define stream_to_azx_dev(s) container_of(s, struct azx_dev, core) argument
80 int (*position_check)(struct azx *chip, struct azx_dev *azx_dev);
93 typedef unsigned int (*azx_get_pos_callback_t)(struct azx *, struct azx_dev *);
94 typedef int (*azx_get_delay_callback_t)(struct azx *, struct azx_dev *, unsigned int pos);
152 struct azx_dev saved_azx_dev;
185 static inline struct azx_dev *get_azx_dev(struct snd_pcm_substream *substream) in get_azx_dev()
189 unsigned int azx_get_position(struct azx *chip, struct azx_dev *azx_dev);
190 unsigned int azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev);
191 unsigned int azx_get_pos_posbuf(struct azx *chip, struct azx_dev *azx_dev);
Dhda_intel.c616 static int azx_get_delay_from_lpib(struct azx *chip, struct azx_dev *azx_dev, in azx_get_delay_from_lpib() argument
619 struct snd_pcm_substream *substream = azx_dev->core.substream; in azx_get_delay_from_lpib()
621 unsigned int lpib_pos = azx_get_pos_lpib(chip, azx_dev); in azx_get_delay_from_lpib()
629 if (delay >= azx_dev->core.delay_negative_threshold) in azx_get_delay_from_lpib()
632 delay += azx_dev->core.bufsize; in azx_get_delay_from_lpib()
635 if (delay >= azx_dev->core.period_bytes) { in azx_get_delay_from_lpib()
638 delay, azx_dev->core.period_bytes); in azx_get_delay_from_lpib()
647 static int azx_position_ok(struct azx *chip, struct azx_dev *azx_dev);
650 static int azx_position_check(struct azx *chip, struct azx_dev *azx_dev) in azx_position_check() argument
655 ok = azx_position_ok(chip, azx_dev); in azx_position_check()
[all …]
/kernel/linux/linux-5.10/include/sound/
Dhdaudio.h549 void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev,
553 void snd_hdac_stream_release(struct hdac_stream *azx_dev);
557 int snd_hdac_stream_setup(struct hdac_stream *azx_dev);
558 void snd_hdac_stream_cleanup(struct hdac_stream *azx_dev);
559 int snd_hdac_stream_setup_periods(struct hdac_stream *azx_dev);
560 int snd_hdac_stream_set_params(struct hdac_stream *azx_dev,
562 void snd_hdac_stream_start(struct hdac_stream *azx_dev, bool fresh_start);
563 void snd_hdac_stream_clear(struct hdac_stream *azx_dev);
564 void snd_hdac_stream_stop(struct hdac_stream *azx_dev);
567 void snd_hdac_stream_reset(struct hdac_stream *azx_dev);
[all …]
Dhdaudio_ext.h90 void snd_hdac_ext_stream_release(struct hdac_ext_stream *azx_dev, int type);
92 struct hdac_ext_stream *azx_dev, bool decouple);
94 struct hdac_ext_stream *azx_dev, bool decouple);