Lines Matching full:ath12k
17 struct ath12k *ar = file->private_data; in ath12k_write_simulate_radar()
54 struct ath12k *ar = NULL; in ath12k_write_simulate_fw_crash()
110 struct ath12k *ar = file->private_data; in ath12k_write_tpc_stats_type()
128 static int ath12k_debug_tpc_stats_request(struct ath12k *ar) in ath12k_debug_tpc_stats_request()
248 static s16 ath12k_tpc_get_rate(struct ath12k *ar, in ath12k_tpc_get_rate()
400 static bool ath12k_he_supports_extra_mcs(struct ath12k *ar, int freq) in ath12k_he_supports_extra_mcs()
418 static int ath12k_tpc_fill_pream(struct ath12k *ar, char *buf, int buf_len, int len, in ath12k_tpc_fill_pream()
512 static int ath12k_tpc_stats_print(struct ath12k *ar, in ath12k_tpc_stats_print()
704 static void ath12k_tpc_stats_fill(struct ath12k *ar, in ath12k_tpc_stats_fill()
743 struct ath12k *ar = inode->i_private; in ath12k_open_tpc_stats()
818 struct ath12k *ar = file->private_data; in ath12k_write_extd_rx_stats()
888 struct ath12k *ar = file->private_data; in ath12k_read_extd_rx_stats()
1031 struct ath12k *ar; in ath12k_debugfs_dump_device_dp_stats()
1223 debugfs_ath12k = debugfs_lookup("ath12k", NULL); in ath12k_debugfs_soc_create()
1228 debugfs_ath12k = debugfs_create_dir("ath12k", NULL); in ath12k_debugfs_soc_create()
1247 /* We are not removing ath12k directory on purpose, even if it in ath12k_debugfs_soc_destroy()
1249 * a minor cosmetic issue to leave an empty ath12k directory to in ath12k_debugfs_soc_destroy()
1256 struct ath12k *ar = inode->i_private; in ath12k_open_vdev_stats()
1319 struct ath12k *ar = inode->i_private; in ath12k_open_bcn_stats()
1391 struct ath12k *ar = inode->i_private; in ath12k_open_pdev_stats()
1450 void ath12k_debugfs_fw_stats_register(struct ath12k *ar) in ath12k_debugfs_fw_stats_register()
1468 void ath12k_debugfs_register(struct ath12k *ar) in ath12k_debugfs_register()
1480 scnprintf(buf, sizeof(buf), "../../ath12k/%pd2", ar->debug.debugfs_pdev); in ath12k_debugfs_register()
1481 ar->debug.debugfs_pdev_symlink = debugfs_create_symlink("ath12k", in ath12k_debugfs_register()
1505 void ath12k_debugfs_unregister(struct ath12k *ar) in ath12k_debugfs_unregister()