Home
last modified time | relevance | path

Searched refs:get_azx_dev (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/sound/pci/hda/
Dhda_controller.c91 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_close()
109 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_hw_params()
133 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_hw_free()
154 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_prepare()
217 azx_dev = get_azx_dev(substream); in azx_pcm_trigger()
247 azx_dev = get_azx_dev(s); in azx_pcm_trigger()
260 azx_dev = get_azx_dev(s); in azx_pcm_trigger()
330 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_pointer()
371 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_get_sync_time()
498 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_get_time_info()
Dhda_controller.h184 static inline struct azx_dev *get_azx_dev(struct snd_pcm_substream *substream) in get_azx_dev() function