Lines Matching refs:debugfs_soc
980 debugfs_create_file("simulate_fw_crash", 0600, ab->debugfs_soc, ab, in ath11k_debugfs_pdev_create()
983 debugfs_create_file("soc_dp_stats", 0400, ab->debugfs_soc, ab, in ath11k_debugfs_pdev_create()
987 debugfs_create_file("sram", 0400, ab->debugfs_soc, ab, in ath11k_debugfs_pdev_create()
995 debugfs_remove_recursive(ab->debugfs_soc); in ath11k_debugfs_pdev_destroy()
996 ab->debugfs_soc = NULL; in ath11k_debugfs_pdev_destroy()
1021 ab->debugfs_soc = debugfs_create_dir(name, root); in ath11k_debugfs_soc_create()
1022 if (IS_ERR_OR_NULL(ab->debugfs_soc)) { in ath11k_debugfs_soc_create()
1023 ret = PTR_ERR(ab->debugfs_soc); in ath11k_debugfs_soc_create()
1038 debugfs_remove_recursive(ab->debugfs_soc); in ath11k_debugfs_soc_destroy()
1039 ab->debugfs_soc = NULL; in ath11k_debugfs_soc_destroy()
1600 ar->debug.debugfs_pdev = debugfs_create_dir(pdev_name, ab->debugfs_soc); in ath11k_debugfs_register()