Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
A Ddebugfs.c839 ab->debugfs_soc = debugfs_create_dir(ab->hw_params.name, ab->debugfs_ath11k); in ath11k_debugfs_pdev_create()
860 ab->debugfs_ath11k = debugfs_create_dir("ath11k", NULL); in ath11k_debugfs_soc_create()
862 return PTR_ERR_OR_ZERO(ab->debugfs_ath11k); in ath11k_debugfs_soc_create()
867 debugfs_remove_recursive(ab->debugfs_ath11k); in ath11k_debugfs_soc_destroy()
868 ab->debugfs_ath11k = NULL; in ath11k_debugfs_soc_destroy()
A Dcore.h741 struct dentry *debugfs_ath11k; member

Completed in 9 milliseconds