Searched refs:sof_ops (Results 1 – 8 of 8) sorted by relevance
21 #define sof_ops(sdev) \ macro29 return sof_ops(sdev)->probe(sdev); in snd_sof_probe()34 if (sof_ops(sdev)->remove) in snd_sof_remove()35 return sof_ops(sdev)->remove(sdev); in snd_sof_remove()48 return sof_ops(sdev)->run(sdev); in snd_sof_dsp_run()53 if (sof_ops(sdev)->stall) in snd_sof_dsp_stall()54 return sof_ops(sdev)->stall(sdev); in snd_sof_dsp_stall()61 if (sof_ops(sdev)->reset) in snd_sof_dsp_reset()62 return sof_ops(sdev)->reset(sdev); in snd_sof_dsp_reset()71 if (sof_ops(sdev)->core_power_up) in snd_sof_dsp_core_power_up()[all …]
226 sof_ops(sdev)->drv, in sof_probe_continue()227 sof_ops(sdev)->num_drv); in sof_probe_continue()243 if (!sof_ops(sdev)->runtime_suspend || !sof_ops(sdev)->runtime_resume) in sof_probe_continue()305 if (!sof_ops(sdev) || !sof_ops(sdev)->probe || !sof_ops(sdev)->run || in snd_sof_device_probe()306 !sof_ops(sdev)->block_read || !sof_ops(sdev)->block_write || in snd_sof_device_probe()307 !sof_ops(sdev)->send_msg || !sof_ops(sdev)->load_firmware || in snd_sof_device_probe()308 !sof_ops(sdev)->ipc_msg_data || !sof_ops(sdev)->ipc_pcm_params || in snd_sof_device_probe()309 !sof_ops(sdev)->fw_ready) in snd_sof_device_probe()
93 if (!runtime_resume && !sof_ops(sdev)->resume) in sof_resume()96 if (runtime_resume && !sof_ops(sdev)->runtime_resume) in sof_resume()121 if (!runtime_resume && sof_ops(sdev)->set_power_state && in sof_resume()185 if (!runtime_suspend && !sof_ops(sdev)->suspend) in sof_suspend()188 if (runtime_suspend && !sof_ops(sdev)->runtime_suspend) in sof_suspend()267 if (sof_ops(sdev)->remove) in snd_sof_dsp_power_down_notify()
613 load_module = sof_ops(sdev)->load_module; in load_modules()751 if (sof_ops(sdev)->load_firmware) in snd_sof_load_firmware()752 return sof_ops(sdev)->load_firmware(sdev); in snd_sof_load_firmware()
436 if (sof_ops(sdev)->pcm_pointer) in sof_pcm_pointer()437 return sof_ops(sdev)->pcm_pointer(sdev, substream); in sof_pcm_pointer()462 const struct snd_sof_dsp_ops *ops = sof_ops(sdev); in sof_pcm_open()
631 const struct snd_sof_dsp_ops *ops = sof_ops(sdev); in snd_sof_dbg_init()
383 err = sof_ops(sdev)->fw_ready(sdev, cmd); in snd_sof_ipc_msgs_rx()
721 sof_ops(sdev)->irq_thread(irq, sdev); in hda_dsp_interrupt_thread()791 hdev->no_ipc_position = sof_ops(sdev)->pcm_pointer ? 1 : 0; in hda_dsp_probe()