Searched refs:debugfs_soc (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/net/wireless/ath/ath11k/ |
D | debugfs.c | 979 debugfs_create_file("simulate_fw_crash", 0600, ab->debugfs_soc, ab, in ath11k_debugfs_pdev_create() 982 debugfs_create_file("soc_dp_stats", 0600, ab->debugfs_soc, ab, in ath11k_debugfs_pdev_create() 986 debugfs_create_file("sram", 0400, ab->debugfs_soc, ab, in ath11k_debugfs_pdev_create() 994 debugfs_remove_recursive(ab->debugfs_soc); in ath11k_debugfs_pdev_destroy() 995 ab->debugfs_soc = NULL; in ath11k_debugfs_pdev_destroy() 1020 ab->debugfs_soc = debugfs_create_dir(name, root); in ath11k_debugfs_soc_create() 1021 if (IS_ERR_OR_NULL(ab->debugfs_soc)) { in ath11k_debugfs_soc_create() 1022 ret = PTR_ERR(ab->debugfs_soc); in ath11k_debugfs_soc_create() 1037 debugfs_remove_recursive(ab->debugfs_soc); in ath11k_debugfs_soc_destroy() 1038 ab->debugfs_soc = NULL; in ath11k_debugfs_soc_destroy() [all …]
|
D | core.h | 930 struct dentry *debugfs_soc; member
|