Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c1319 struct dentry *dir_drv, *dir_data, *dir_rf, *dir_debug; in il_dbgfs_register() local
1326 dir_debug = debugfs_create_dir("debug", dir_drv); in il_dbgfs_register()
1336 DEBUGFS_ADD_FILE(rx_stats, dir_debug, 0400); in il_dbgfs_register()
1337 DEBUGFS_ADD_FILE(tx_stats, dir_debug, 0400); in il_dbgfs_register()
1338 DEBUGFS_ADD_FILE(rx_queue, dir_debug, 0400); in il_dbgfs_register()
1339 DEBUGFS_ADD_FILE(tx_queue, dir_debug, 0400); in il_dbgfs_register()
1340 DEBUGFS_ADD_FILE(power_save_status, dir_debug, 0400); in il_dbgfs_register()
1341 DEBUGFS_ADD_FILE(clear_ucode_stats, dir_debug, 0200); in il_dbgfs_register()
1342 DEBUGFS_ADD_FILE(clear_traffic_stats, dir_debug, 0200); in il_dbgfs_register()
1343 DEBUGFS_ADD_FILE(fh_reg, dir_debug, 0400); in il_dbgfs_register()
[all …]