Lines Matching refs:avs_dev
15 struct avs_dev;
27 static inline int avs_log_buffer_status_locked(struct avs_dev *adev, union avs_notify_msg *msg) in avs_log_buffer_status_locked()
53 int avs_register_probe_component(struct avs_dev *adev, const char *name);
58 bool avs_logging_fw(struct avs_dev *adev);
59 void avs_dump_fw_log(struct avs_dev *adev, const void __iomem *src, unsigned int len);
60 void avs_dump_fw_log_wakeup(struct avs_dev *adev, const void __iomem *src, unsigned int len);
62 void avs_debugfs_init(struct avs_dev *adev);
63 void avs_debugfs_exit(struct avs_dev *adev);
66 static inline int avs_register_probe_component(struct avs_dev *adev, const char *name) in avs_register_probe_component()
73 static inline bool avs_logging_fw(struct avs_dev *adev) in avs_logging_fw()
78 static inline void avs_dump_fw_log(struct avs_dev *adev, const void __iomem *src, unsigned int len) in avs_dump_fw_log()
82 static inline void avs_dump_fw_log_wakeup(struct avs_dev *adev, const void __iomem *src, in avs_dump_fw_log_wakeup()
87 static inline void avs_debugfs_init(struct avs_dev *adev) { } in avs_debugfs_init()
88 static inline void avs_debugfs_exit(struct avs_dev *adev) { } in avs_debugfs_exit()