Searched refs:sof_ops (Results 1 – 8 of 8) sorted by relevance
368 if (sof_ops(sdev) && sof_ops(sdev)->pcm_open) in snd_sof_pcm_platform_open()379 if (sof_ops(sdev) && sof_ops(sdev)->pcm_close) in snd_sof_pcm_platform_close()392 if (sof_ops(sdev) && sof_ops(sdev)->pcm_hw_params) in snd_sof_pcm_platform_hw_params()404 if (sof_ops(sdev) && sof_ops(sdev)->pcm_hw_free) in snd_sof_pcm_platform_hw_free()415 if (sof_ops(sdev) && sof_ops(sdev)->pcm_trigger) in snd_sof_pcm_platform_trigger()451 if (sof_ops(sdev) && sof_ops(sdev)->pcm_pointer) in snd_sof_pcm_platform_pointer()493 if (sof_ops(sdev) && sof_ops(sdev)->probe_pointer) in snd_sof_probe_compr_pointer()504 if (sof_ops(sdev) && sof_ops(sdev)->machine_register) in snd_sof_machine_register()513 if (sof_ops(sdev) && sof_ops(sdev)->machine_unregister) in snd_sof_machine_unregister()520 if (sof_ops(sdev) && sof_ops(sdev)->machine_select) in snd_sof_machine_select()[all …]
225 sof_ops(sdev)->drv, in sof_probe_continue()226 sof_ops(sdev)->num_drv); in sof_probe_continue()245 if (!sof_ops(sdev)->runtime_suspend || !sof_ops(sdev)->runtime_resume) in sof_probe_continue()310 if (!sof_ops(sdev) || !sof_ops(sdev)->probe || !sof_ops(sdev)->run || in snd_sof_device_probe()311 !sof_ops(sdev)->block_read || !sof_ops(sdev)->block_write || in snd_sof_device_probe()312 !sof_ops(sdev)->send_msg || !sof_ops(sdev)->load_firmware || in snd_sof_device_probe()313 !sof_ops(sdev)->ipc_msg_data || !sof_ops(sdev)->ipc_pcm_params || in snd_sof_device_probe()314 !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()269 if (sof_ops(sdev)->remove) in snd_sof_dsp_power_down_notify()
763 const struct snd_sof_dsp_ops *ops = sof_ops(sdev); in snd_sof_dbg_init()858 if (sof_ops(sdev)->dbg_dump && !sdev->dbg_dump_printed) { in snd_sof_dsp_dbg_dump()861 sof_ops(sdev)->dbg_dump(sdev, flags); in snd_sof_dsp_dbg_dump()871 if (sof_ops(sdev)->ipc_dump && !sdev->ipc_dump_printed) { in snd_sof_ipc_dump()873 sof_ops(sdev)->ipc_dump(sdev); in snd_sof_ipc_dump()
495 if (sof_ops(sdev)->pcm_pointer) in sof_pcm_pointer()496 return sof_ops(sdev)->pcm_pointer(sdev, substream); in sof_pcm_pointer()521 const struct snd_sof_dsp_ops *ops = sof_ops(sdev); in sof_pcm_open()
653 load_module = sof_ops(sdev)->load_module; in load_modules()
459 err = sof_ops(sdev)->fw_ready(sdev, cmd); in snd_sof_ipc_msgs_rx()
867 sof_ops(sdev)->irq_thread(irq, sdev); in hda_dsp_interrupt_thread()939 hdev->no_ipc_position = sof_ops(sdev)->pcm_pointer ? 1 : 0; in hda_dsp_probe()
Completed in 17 milliseconds