Searched refs:fops_ani (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | debug.c | 798 static const struct file_operations fops_ani = { variable 996 debugfs_create_file("ani", 0600, phydir, ah, &fops_ani); in ath5k_debug_init_device()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | debug.c | 798 static const struct file_operations fops_ani = { variable 994 debugfs_create_file("ani", 0600, phydir, ah, &fops_ani); in ath5k_debug_init_device()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | debug.c | 220 static const struct file_operations fops_ani = { variable 1407 sc->debug.debugfs_phy, sc, &fops_ani); in ath9k_init_debug()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | debug.c | 210 static const struct file_operations fops_ani = { variable 1416 sc->debug.debugfs_phy, sc, &fops_ani); in ath9k_init_debug()
|
Completed in 8 milliseconds