Lines Matching defs:ops
91 const struct hda_dai_widget_dma_ops *ops = in hda_dai_get_ops() local
109 const struct hda_dai_widget_dma_ops *ops = hda_dai_get_ops(substream, cpu_dai); in hda_link_dma_cleanup() local
146 const struct hda_dai_widget_dma_ops *ops = hda_dai_get_ops(substream, cpu_dai); in hda_link_dma_hw_params() local
201 const struct hda_dai_widget_dma_ops *ops = hda_dai_get_ops(substream, cpu_dai); in hda_dai_hw_free() local
224 const struct hda_dai_widget_dma_ops *ops = hda_dai_get_ops(substream, dai); in hda_dai_hw_params_data() local
267 const struct hda_dai_widget_dma_ops *ops = hda_dai_get_ops(substream, dai); in hda_dai_trigger() local
357 const struct hda_dai_widget_dma_ops *ops; in non_hda_dai_hw_params_data() local
480 const struct hda_dai_widget_dma_ops *ops; in sdw_hda_dai_hw_params() local
634 const struct hda_dai_widget_dma_ops *ops; in hda_dai_suspend() local
669 static void ssp_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) in ssp_set_dai_drv_ops()
684 static void dmic_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) in dmic_set_dai_drv_ops()
701 static inline void ssp_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) {} in ssp_set_dai_drv_ops()
702 static inline void dmic_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) {} in dmic_set_dai_drv_ops()
706 void hda_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) in hda_set_dai_drv_ops()