Searched refs:sof_ops (Results 1 – 9 of 9) sorted by relevance
412 if (sof_ops(sdev) && sof_ops(sdev)->pcm_open) in snd_sof_pcm_platform_open()423 if (sof_ops(sdev) && sof_ops(sdev)->pcm_close) in snd_sof_pcm_platform_close()436 if (sof_ops(sdev) && sof_ops(sdev)->pcm_hw_params) in snd_sof_pcm_platform_hw_params()448 if (sof_ops(sdev) && sof_ops(sdev)->pcm_hw_free) in snd_sof_pcm_platform_hw_free()459 if (sof_ops(sdev) && sof_ops(sdev)->pcm_trigger) in snd_sof_pcm_platform_trigger()498 if (sof_ops(sdev) && sof_ops(sdev)->pcm_pointer) in snd_sof_pcm_platform_pointer()508 if (sof_ops(sdev) && sof_ops(sdev)->pcm_ack) in snd_sof_pcm_platform_ack()528 if (sof_ops(sdev) && sof_ops(sdev)->machine_register) in snd_sof_machine_register()537 if (sof_ops(sdev) && sof_ops(sdev)->machine_unregister) in snd_sof_machine_unregister()544 if (sof_ops(sdev) && sof_ops(sdev)->machine_select) in snd_sof_machine_select()[all …]
274 sof_ops(sdev)->drv, in sof_probe_continue()275 sof_ops(sdev)->num_drv); in sof_probe_continue()300 if (!sof_ops(sdev)->runtime_suspend || !sof_ops(sdev)->runtime_resume) in sof_probe_continue()381 if (!sof_ops(sdev) || !sof_ops(sdev)->probe || !sof_ops(sdev)->run || in snd_sof_device_probe()382 !sof_ops(sdev)->block_read || !sof_ops(sdev)->block_write || in snd_sof_device_probe()383 !sof_ops(sdev)->send_msg || !sof_ops(sdev)->load_firmware || in snd_sof_device_probe()384 !sof_ops(sdev)->ipc_msg_data) { in snd_sof_device_probe()
82 if (!runtime_resume && !sof_ops(sdev)->resume) in sof_resume()85 if (runtime_resume && !sof_ops(sdev)->runtime_resume) in sof_resume()111 if (!runtime_resume && sof_ops(sdev)->set_power_state && in sof_resume()189 if (!runtime_suspend && !sof_ops(sdev)->suspend) in sof_suspend()192 if (runtime_suspend && !sof_ops(sdev)->runtime_suspend) in sof_suspend()282 if (sof_ops(sdev)->remove && pm_ops && pm_ops->ctx_save) in snd_sof_dsp_power_down_notify()
148 if (sof_ops(sdev) && sof_ops(sdev)->register_ipc_clients) in sof_register_clients()149 ret = sof_ops(sdev)->register_ipc_clients(sdev); in sof_register_clients()164 if (sof_ops(sdev) && sof_ops(sdev)->unregister_ipc_clients) in sof_unregister_clients()165 sof_ops(sdev)->unregister_ipc_clients(sdev); in sof_unregister_clients()
333 struct snd_sof_dsp_ops *ops = sof_ops(sdev); in snd_sof_dbg_init()405 if (sof_ops(sdev)->dbg_dump && !sdev->dbg_dump_printed) { in snd_sof_dsp_dbg_dump()411 sof_ops(sdev)->dbg_dump(sdev, flags); in snd_sof_dsp_dbg_dump()424 if (sof_ops(sdev)->ipc_dump && !sdev->ipc_dump_printed) { in snd_sof_ipc_dump()426 sof_ops(sdev)->ipc_dump(sdev); in snd_sof_ipc_dump()
372 if (sof_ops(sdev)->pcm_pointer) in sof_pcm_pointer()373 return sof_ops(sdev)->pcm_pointer(sdev, substream); in sof_pcm_pointer()396 struct snd_sof_dsp_ops *ops = sof_ops(sdev); in sof_pcm_open()
324 load_module = sof_ops(sdev)->load_module; in sof_ipc3_load_fw_to_dsp()
339 sof_ops(sdev)->irq_thread(irq, sdev); in acp_irq_thread()
1025 sof_ops(sdev)->irq_thread(irq, sdev); in hda_dsp_interrupt_thread()1104 hdev->no_ipc_position = sof_ops(sdev)->pcm_pointer ? 1 : 0; in hda_dsp_probe()
Completed in 15 milliseconds