Lines Matching refs:azx_dev
57 struct azx_dev {
73 #define stream_to_azx_dev(s) container_of(s, struct azx_dev, core)
84 int (*position_check)(struct azx *chip, struct azx_dev *azx_dev);
97 typedef unsigned int (*azx_get_pos_callback_t)(struct azx *, struct azx_dev *);
98 typedef int (*azx_get_delay_callback_t)(struct azx *, struct azx_dev *, unsigned int pos);
156 struct azx_dev saved_azx_dev;
189 static inline struct azx_dev *get_azx_dev(struct snd_pcm_substream *substream)
193 unsigned int azx_get_position(struct azx *chip, struct azx_dev *azx_dev);
194 unsigned int azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev);
195 unsigned int azx_get_pos_posbuf(struct azx *chip, struct azx_dev *azx_dev);