Lines Matching defs:sdev
318 #define sof_dsp_arch_ops(sdev) ((sdev)->pdata->desc->ops->dsp_arch_ops) argument
334 struct snd_sof_dev *sdev; member
466 struct snd_sof_dev *sdev; member
651 static inline void snd_sof_ipc_msgs_rx(struct snd_sof_dev *sdev) in snd_sof_ipc_msgs_rx()
662 static inline void snd_sof_ipc_process_reply(struct snd_sof_dev *sdev, u32 msg_id) in snd_sof_ipc_process_reply()
695 static inline void sof_stack(struct snd_sof_dev *sdev, const char *level, in sof_stack()
702 static inline void sof_oops(struct snd_sof_dev *sdev, const char *level, void *oops) in sof_oops()
757 static inline int sof_client_dev_register(struct snd_sof_dev *sdev, const char *name, in sof_client_dev_register()
763 static inline void sof_client_dev_unregister(struct snd_sof_dev *sdev, in sof_client_dev_unregister()
768 static inline int sof_register_clients(struct snd_sof_dev *sdev) in sof_register_clients()
773 static inline void sof_unregister_clients(struct snd_sof_dev *sdev) in sof_unregister_clients()
777 static inline void sof_client_ipc_rx_dispatcher(struct snd_sof_dev *sdev, void *msg_buf) in sof_client_ipc_rx_dispatcher()
781 static inline void sof_client_fw_state_dispatcher(struct snd_sof_dev *sdev) in sof_client_fw_state_dispatcher()
785 static inline int sof_suspend_clients(struct snd_sof_dev *sdev, pm_message_t state) in sof_suspend_clients()
790 static inline int sof_resume_clients(struct snd_sof_dev *sdev) in sof_resume_clients()