Searched refs:DEBUGFS_ADD_FILE (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/ |
| H A D | trans.c | 2552 #define DEBUGFS_ADD_FILE(name, parent, mode) do { \ macro 3038 DEBUGFS_ADD_FILE(rx_queue, dir, 0400); in iwl_trans_pcie_dbgfs_register() 3039 DEBUGFS_ADD_FILE(tx_queue, dir, 0400); in iwl_trans_pcie_dbgfs_register() 3040 DEBUGFS_ADD_FILE(interrupt, dir, 0600); in iwl_trans_pcie_dbgfs_register() 3041 DEBUGFS_ADD_FILE(csr, dir, 0200); in iwl_trans_pcie_dbgfs_register() 3042 DEBUGFS_ADD_FILE(fh_reg, dir, 0400); in iwl_trans_pcie_dbgfs_register() 3043 DEBUGFS_ADD_FILE(rfkill, dir, 0600); in iwl_trans_pcie_dbgfs_register() 3044 DEBUGFS_ADD_FILE(monitor_data, dir, 0400); in iwl_trans_pcie_dbgfs_register() 3045 DEBUGFS_ADD_FILE(rf, dir, 0400); in iwl_trans_pcie_dbgfs_register()
|