// SPDX-License-Identifier: BSD-3-Clause-Clear /* * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved. * Copyright (c) 2021-2024 Qualcomm Innovation Center, Inc. All rights reserved. */ #include "core.h" #include "debugfs.h" #include "debugfs_htt_stats.h" static ssize_t ath12k_write_simulate_radar(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) { … } static const struct file_operations fops_simulate_radar = …; void ath12k_debugfs_soc_create(struct ath12k_base *ab) { … } void ath12k_debugfs_soc_destroy(struct ath12k_base *ab) { … } void ath12k_debugfs_register(struct ath12k *ar) { … } void ath12k_debugfs_unregister(struct ath12k *ar) { … }