Searched refs:sof_ops (Results 1 – 10 of 10) sorted by relevance
424 if (sof_ops(sdev) && sof_ops(sdev)->pcm_open) in snd_sof_pcm_platform_open()435 if (sof_ops(sdev) && sof_ops(sdev)->pcm_close) in snd_sof_pcm_platform_close()448 if (sof_ops(sdev) && sof_ops(sdev)->pcm_hw_params) in snd_sof_pcm_platform_hw_params()460 if (sof_ops(sdev) && sof_ops(sdev)->pcm_hw_free) in snd_sof_pcm_platform_hw_free()471 if (sof_ops(sdev) && sof_ops(sdev)->pcm_trigger) in snd_sof_pcm_platform_trigger()510 if (sof_ops(sdev) && sof_ops(sdev)->pcm_pointer) in snd_sof_pcm_platform_pointer()520 if (sof_ops(sdev) && sof_ops(sdev)->pcm_ack) in snd_sof_pcm_platform_ack()554 if (sof_ops(sdev) && sof_ops(sdev)->machine_register) in snd_sof_machine_register()563 if (sof_ops(sdev) && sof_ops(sdev)->machine_unregister) in snd_sof_machine_unregister()570 if (sof_ops(sdev) && sof_ops(sdev)->machine_select) in snd_sof_machine_select()[all …]
291 if (!sof_ops(sdev) || !sof_ops(sdev)->probe) { in validate_sof_ops()298 (!sof_ops(sdev)->run || !sof_ops(sdev)->block_read || in validate_sof_ops()299 !sof_ops(sdev)->block_write || !sof_ops(sdev)->send_msg || in validate_sof_ops()300 !sof_ops(sdev)->load_firmware || !sof_ops(sdev)->ipc_msg_data)) { in validate_sof_ops()502 sof_ops(sdev)->drv, in sof_probe_continue()503 sof_ops(sdev)->num_drv); in sof_probe_continue()528 if (!sof_ops(sdev)->runtime_suspend || !sof_ops(sdev)->runtime_resume) in sof_probe_continue()
82 if (!runtime_resume && !sof_ops(sdev)->resume) in sof_resume()85 if (runtime_resume && !sof_ops(sdev)->runtime_resume) in sof_resume()116 if (!runtime_resume && sof_ops(sdev)->set_power_state && in sof_resume()207 if (!runtime_suspend && !sof_ops(sdev)->suspend) in sof_suspend()210 if (runtime_suspend && !sof_ops(sdev)->runtime_suspend) in sof_suspend()301 if (sof_ops(sdev)->remove && pm_ops && pm_ops->ctx_save) in snd_sof_dsp_power_down_notify()
314 const struct snd_sof_dsp_ops *ops = sof_ops(sdev); in snd_sof_dbg_init()424 if (sof_ops(sdev)->dbg_dump && !sdev->dbg_dump_printed) { in snd_sof_dsp_dbg_dump()430 sof_ops(sdev)->dbg_dump(sdev, flags); in snd_sof_dsp_dbg_dump()443 if (sof_ops(sdev)->ipc_dump && !sdev->ipc_dump_printed) { in snd_sof_ipc_dump()445 sof_ops(sdev)->ipc_dump(sdev); in snd_sof_ipc_dump()
181 if (sof_ops(sdev) && sof_ops(sdev)->register_ipc_clients) in sof_register_clients()182 ret = sof_ops(sdev)->register_ipc_clients(sdev); in sof_register_clients()200 if (sof_ops(sdev) && sof_ops(sdev)->unregister_ipc_clients) in sof_unregister_clients()201 sof_ops(sdev)->unregister_ipc_clients(sdev); in sof_unregister_clients()
402 if (sof_ops(sdev)->pcm_pointer) in sof_pcm_pointer()403 return sof_ops(sdev)->pcm_pointer(sdev, substream); in sof_pcm_pointer()426 const struct snd_sof_dsp_ops *ops = sof_ops(sdev); in sof_pcm_open()
326 load_module = sof_ops(sdev)->load_module; in sof_ipc3_load_fw_to_dsp()
775 if (!sof_ops(sdev) || !sof_ops(sdev)->get_host_byte_counter) in sof_ipc4_pcm_setup()
671 sof_ops(sdev)->irq_thread(irq, sdev); in hda_dsp_interrupt_thread()766 hdev->no_ipc_position = sof_ops(sdev)->pcm_pointer ? 1 : 0; in hda_dsp_probe()
414 sof_ops(sdev)->irq_thread(irq, sdev); in acp_irq_thread()
Completed in 153 milliseconds