Searched refs:DEBUGFS_ADD_FILE (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/iwlwifi/pcie/ |
| H A D | trans.c | 2593 #define DEBUGFS_ADD_FILE(name, parent, mode) do { \ macro 3079 DEBUGFS_ADD_FILE(rx_queue, dir, 0400); in iwl_trans_pcie_dbgfs_register() 3080 DEBUGFS_ADD_FILE(tx_queue, dir, 0400); in iwl_trans_pcie_dbgfs_register() 3081 DEBUGFS_ADD_FILE(interrupt, dir, 0600); in iwl_trans_pcie_dbgfs_register() 3082 DEBUGFS_ADD_FILE(csr, dir, 0200); in iwl_trans_pcie_dbgfs_register() 3083 DEBUGFS_ADD_FILE(fh_reg, dir, 0400); in iwl_trans_pcie_dbgfs_register() 3084 DEBUGFS_ADD_FILE(rfkill, dir, 0600); in iwl_trans_pcie_dbgfs_register() 3085 DEBUGFS_ADD_FILE(monitor_data, dir, 0400); in iwl_trans_pcie_dbgfs_register() 3086 DEBUGFS_ADD_FILE(rf, dir, 0400); in iwl_trans_pcie_dbgfs_register()
|