Searched refs:DEBUGFS_ADD_FILE (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/ |
| H A D | trans.c | 2741 #define DEBUGFS_ADD_FILE(name, parent, mode) do { \ macro 3275 DEBUGFS_ADD_FILE(rx_queue, dir, 0400); in iwl_trans_pcie_dbgfs_register() 3276 DEBUGFS_ADD_FILE(tx_queue, dir, 0400); in iwl_trans_pcie_dbgfs_register() 3277 DEBUGFS_ADD_FILE(interrupt, dir, 0600); in iwl_trans_pcie_dbgfs_register() 3278 DEBUGFS_ADD_FILE(csr, dir, 0200); in iwl_trans_pcie_dbgfs_register() 3279 DEBUGFS_ADD_FILE(fh_reg, dir, 0400); in iwl_trans_pcie_dbgfs_register() 3280 DEBUGFS_ADD_FILE(rfkill, dir, 0600); in iwl_trans_pcie_dbgfs_register() 3281 DEBUGFS_ADD_FILE(monitor_data, dir, 0400); in iwl_trans_pcie_dbgfs_register() 3282 DEBUGFS_ADD_FILE(rf, dir, 0400); in iwl_trans_pcie_dbgfs_register() 3283 DEBUGFS_ADD_FILE(reset, dir, 0200); in iwl_trans_pcie_dbgfs_register()
|