Home
last modified time | relevance | path

Searched refs:fops_reset (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7921/
H A Ddebugfs.c248 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()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7925/
H A Ddebugfs.c287 DEFINE_DEBUGFS_ATTRIBUTE(fops_reset, NULL, mt7925_chip_reset, "%lld\n");
313 debugfs_create_file("chip_reset", 0600, dir, dev, &fops_reset); in mt7925_init_debugfs()
/linux-6.15/drivers/net/wireless/ath/ath5k/
H A Ddebug.c266 static const struct file_operations fops_reset = { variable
989 debugfs_create_file("reset", 0200, phydir, ah, &fops_reset); in ath5k_debug_init_device()
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Ddebug.c803 static const struct file_operations fops_reset = { variable
1405 sc, &fops_reset); in ath9k_init_debug()