Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath5k/
Ddebug.c893 sc->debug.debugfs_phydir = debugfs_create_dir("ath5k", in ath5k_debug_init_device()
898 sc->debug.debugfs_phydir, sc, &fops_debug); in ath5k_debug_init_device()
901 sc->debug.debugfs_phydir, sc, &fops_registers); in ath5k_debug_init_device()
905 sc->debug.debugfs_phydir, sc, &fops_beacon); in ath5k_debug_init_device()
908 sc->debug.debugfs_phydir, sc, &fops_reset); in ath5k_debug_init_device()
912 sc->debug.debugfs_phydir, sc, &fops_antenna); in ath5k_debug_init_device()
916 sc->debug.debugfs_phydir, sc, &fops_misc); in ath5k_debug_init_device()
920 sc->debug.debugfs_phydir, sc, in ath5k_debug_init_device()
925 sc->debug.debugfs_phydir, sc, in ath5k_debug_init_device()
930 sc->debug.debugfs_phydir, sc, in ath5k_debug_init_device()
[all …]
Ddebug.h72 struct dentry *debugfs_phydir; member