Searched defs:sof_ipc_ops (Results 1 – 1 of 1) sorted by relevance
503 struct sof_ipc_ops { struct504 const struct sof_ipc_tplg_ops *tplg;505 const struct sof_ipc_pm_ops *pm;506 const struct sof_ipc_pcm_ops *pcm;507 const struct sof_ipc_fw_loader_ops *fw_loader;508 const struct sof_ipc_fw_tracing_ops *fw_tracing;510 int (*init)(struct snd_sof_dev *sdev);511 void (*exit)(struct snd_sof_dev *sdev);512 int (*post_fw_boot)(struct snd_sof_dev *sdev);537 const struct sof_ipc_ops *ops; argument