Home
last modified time | relevance | path

Searched refs:debugfs_soc (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs.c980 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 in ath11k_debugfs_soc_destroy()
[all...]