Home
last modified time | relevance | path

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

/drivers/net/wireless/broadcom/b43legacy/
A Ddebugfs.c314 #define B43legacy_DEBUGFS_FOPS(name, _read, _write, _take_irqlock) \ macro
323 B43legacy_DEBUGFS_FOPS(tsf, tsf_read_file, tsf_write_file, 1);
324 B43legacy_DEBUGFS_FOPS(ucode_regs, ucode_regs_read_file, NULL, 1);
325 B43legacy_DEBUGFS_FOPS(shm, shm_read_file, NULL, 1);
326 B43legacy_DEBUGFS_FOPS(txstat, txstat_read_file, NULL, 0);
327 B43legacy_DEBUGFS_FOPS(restart, NULL, restart_write_file, 1);

Completed in 4 milliseconds