Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7921/
Ddebugfs.c413 DEFINE_DEBUGFS_ATTRIBUTE(fops_reset, NULL, mt7921_chip_reset, "%lld\n");
453 debugfs_create_file("chip_reset", 0600, dir, dev, &fops_reset); in mt7921_init_debugfs()
/Linux-v6.1/drivers/net/wireless/ath/ath5k/
Ddebug.c266 static const struct file_operations fops_reset = { variable
991 debugfs_create_file("reset", 0200, phydir, ah, &fops_reset); in ath5k_debug_init_device()
/Linux-v6.1/drivers/net/wireless/ath/ath9k/
Ddebug.c822 static const struct file_operations fops_reset = { variable
1446 sc, &fops_reset); in ath9k_init_debug()