Searched refs:debugfs_ath12k (Results 1 – 1 of 1) sorted by relevance
1224 struct dentry *debugfs_ath12k; in ath12k_debugfs_soc_create() local1226 debugfs_ath12k = debugfs_lookup("ath12k", NULL); in ath12k_debugfs_soc_create()1227 if (debugfs_ath12k) { in ath12k_debugfs_soc_create()1231 debugfs_ath12k = debugfs_create_dir("ath12k", NULL); in ath12k_debugfs_soc_create()1232 if (IS_ERR_OR_NULL(debugfs_ath12k)) in ath12k_debugfs_soc_create()1240 ab->debugfs_soc = debugfs_create_dir(soc_name, debugfs_ath12k); in ath12k_debugfs_soc_create()1243 dput(debugfs_ath12k); in ath12k_debugfs_soc_create()