Lines Matching refs:azx_dev
189 struct azx_dev { struct
279 int (*position_check)(struct azx *chip, struct azx_dev *azx_dev);
290 typedef unsigned int (*azx_get_pos_callback_t)(struct azx *, struct azx_dev *);
291 typedef int (*azx_get_delay_callback_t)(struct azx *, struct azx_dev *, unsigned int pos);
325 struct azx_dev *azx_dev; member
366 struct azx_dev saved_azx_dev;
410 static inline struct azx_dev *get_azx_dev(struct snd_pcm_substream *substream) in get_azx_dev()
414 unsigned int azx_get_position(struct azx *chip, struct azx_dev *azx_dev);
415 unsigned int azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev);
416 unsigned int azx_get_pos_posbuf(struct azx *chip, struct azx_dev *azx_dev);
419 void azx_stream_stop(struct azx *chip, struct azx_dev *azx_dev);