Searched refs:debugfs_soc (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs.c | 980 debugfs_create_file("simulate_fw_crash", 0600, ab->debugfs_soc, ab, in ath11k_debugfs_pdev_create() 983 debugfs_create_file("soc_dp_stats", 0600, 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() [all …]
|
H A D | core.h | 930 struct dentry *debugfs_soc; member
|