Lines Matching defs:sdev
352 #define sof_dsp_arch_ops(sdev) ((sdev)->pdata->desc->ops->dsp_arch_ops) argument
368 struct snd_sof_dev *sdev; member
507 struct snd_sof_dev *sdev; member
524 #define sof_ipc_get_ops(sdev, ops_name) \ argument
711 static inline void snd_sof_ipc_msgs_rx(struct snd_sof_dev *sdev) in snd_sof_ipc_msgs_rx()
734 static inline void snd_sof_ipc_process_reply(struct snd_sof_dev *sdev, u32 msg_id) in snd_sof_ipc_process_reply()
767 static inline void sof_stack(struct snd_sof_dev *sdev, const char *level, in sof_stack()
774 static inline void sof_oops(struct snd_sof_dev *sdev, const char *level, void *oops) in sof_oops()
829 static inline int sof_client_dev_register(struct snd_sof_dev *sdev, const char *name, in sof_client_dev_register()
835 static inline void sof_client_dev_unregister(struct snd_sof_dev *sdev, in sof_client_dev_unregister()
840 static inline int sof_register_clients(struct snd_sof_dev *sdev) in sof_register_clients()
845 static inline void sof_unregister_clients(struct snd_sof_dev *sdev) in sof_unregister_clients()
849 static inline void sof_client_ipc_rx_dispatcher(struct snd_sof_dev *sdev, void *msg_buf) in sof_client_ipc_rx_dispatcher()
853 static inline void sof_client_fw_state_dispatcher(struct snd_sof_dev *sdev) in sof_client_fw_state_dispatcher()
857 static inline int sof_suspend_clients(struct snd_sof_dev *sdev, pm_message_t state) in sof_suspend_clients()
862 static inline int sof_resume_clients(struct snd_sof_dev *sdev) in sof_resume_clients()