Searched refs:B43legacy_DEBUGFS_FOPS (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/net/wireless/b43legacy/ |
D | debugfs.c | 323 #define B43legacy_DEBUGFS_FOPS(name, _read, _write, _take_irqlock) \ macro 338 B43legacy_DEBUGFS_FOPS(tsf, tsf_read_file, tsf_write_file, 1); 339 B43legacy_DEBUGFS_FOPS(ucode_regs, ucode_regs_read_file, NULL, 1); 340 B43legacy_DEBUGFS_FOPS(shm, shm_read_file, NULL, 1); 341 B43legacy_DEBUGFS_FOPS(txstat, txstat_read_file, NULL, 0); 342 B43legacy_DEBUGFS_FOPS(restart, NULL, restart_write_file, 1);
|