#include <linux/export.h>
#include <linux/kernel.h>
#include "adf_gen4_tl.h"
#include "adf_telemetry.h"
#include "adf_tl_debugfs.h"
#define ADF_GEN4_TL_DEV_REG_OFF(reg) …
#define ADF_GEN4_TL_RP_REG_OFF(reg) …
#define ADF_GEN4_TL_SL_UTIL_COUNTER(_name) …
#define ADF_GEN4_TL_SL_EXEC_COUNTER(_name) …
static const struct adf_tl_dbg_counter dev_counters[] = …;
static const struct adf_tl_dbg_counter sl_util_counters[ADF_TL_SL_CNT_COUNT] = …;
static const struct adf_tl_dbg_counter sl_exec_counters[ADF_TL_SL_CNT_COUNT] = …;
static const struct adf_tl_dbg_counter rp_counters[] = …;
void adf_gen4_init_tl_data(struct adf_tl_hw_data *tl_data)
{ … }
EXPORT_SYMBOL_GPL(…);