Searched refs:fops_reset (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | debugfs.c | 248 DEFINE_DEBUGFS_ATTRIBUTE(fops_reset, NULL, mt7921_chip_reset, "%lld\n"); 288 debugfs_create_file("chip_reset", 0600, dir, dev, &fops_reset); in mt7921_init_debugfs()
|
/openbmc/linux/drivers/net/wireless/ath/ath5k/ |
H A D | debug.c | 266 static const struct file_operations fops_reset = { variable 989 debugfs_create_file("reset", 0200, phydir, ah, &fops_reset); in ath5k_debug_init_device()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | debug.c | 802 static const struct file_operations fops_reset = { variable 1404 sc, &fops_reset); in ath9k_init_debug()
|