Searched refs:ath9k_debugfs_root (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath9k/
H A Ddebug.c27 static struct dentry *ath9k_debugfs_root; variable in typeref:struct:dentry
905 if (!ath9k_debugfs_root)
909 ath9k_debugfs_root);
980 ath9k_debugfs_root = debugfs_create_dir(KBUILD_MODNAME, NULL);
981 if (!ath9k_debugfs_root)
989 debugfs_remove(ath9k_debugfs_root);
990 ath9k_debugfs_root = NULL;
H A Dhtc_drv_main.c20 static struct dentry *ath9k_debugfs_root; variable in typeref:struct:dentry
623 if (!ath9k_debugfs_root)
627 ath9k_debugfs_root);
670 ath9k_debugfs_root = debugfs_create_dir(KBUILD_MODNAME, NULL);
671 if (!ath9k_debugfs_root)
679 debugfs_remove(ath9k_debugfs_root);
680 ath9k_debugfs_root = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Ddebug.c27 static struct dentry *ath9k_debugfs_root; variable in typeref:struct:dentry
905 if (!ath9k_debugfs_root)
909 ath9k_debugfs_root);
980 ath9k_debugfs_root = debugfs_create_dir(KBUILD_MODNAME, NULL);
981 if (!ath9k_debugfs_root)
989 debugfs_remove(ath9k_debugfs_root);
990 ath9k_debugfs_root = NULL;
H A Dhtc_drv_main.c20 static struct dentry *ath9k_debugfs_root; variable in typeref:struct:dentry
623 if (!ath9k_debugfs_root)
627 ath9k_debugfs_root);
670 ath9k_debugfs_root = debugfs_create_dir(KBUILD_MODNAME, NULL);
671 if (!ath9k_debugfs_root)
679 debugfs_remove(ath9k_debugfs_root);
680 ath9k_debugfs_root = NULL;

Completed in 133 milliseconds