Lines Matching defs:adev
64 #define avs_dsp_op(adev, op, ...) \ argument
73 #define avs_platattr_test(adev, attr) \ argument
227 static inline void avs_ipc_err(struct avs_dev *adev, struct avs_ipc_msg *tx, in avs_ipc_err()
339 #define avs_log_buffer_size(adev) \ argument
342 #define avs_log_buffer_addr(adev, core) \ argument
349 static inline int avs_log_buffer_status_locked(struct avs_dev *adev, union avs_notify_msg *msg) in avs_log_buffer_status_locked()
367 #define apl_log_payload_size(adev) \ argument
388 static inline bool avs_logging_fw(struct avs_dev *adev) in avs_logging_fw()
393 static inline void avs_dump_fw_log(struct avs_dev *adev, const void __iomem *src, unsigned int len) in avs_dump_fw_log()
398 avs_dump_fw_log_wakeup(struct avs_dev *adev, const void __iomem *src, unsigned int len) in avs_dump_fw_log_wakeup()
402 static inline int avs_probe_platform_register(struct avs_dev *adev, const char *name) in avs_probe_platform_register()
407 static inline void avs_debugfs_init(struct avs_dev *adev) { } in avs_debugfs_init()
408 static inline void avs_debugfs_exit(struct avs_dev *adev) { } in avs_debugfs_exit()