Lines Matching refs:dir_debug
1354 struct dentry *dir_drv, *dir_data, *dir_rf, *dir_debug; in il_dbgfs_register() local
1368 dir_debug = debugfs_create_dir("debug", dir_drv); in il_dbgfs_register()
1369 if (!dir_debug) in il_dbgfs_register()
1380 DEBUGFS_ADD_FILE(rx_stats, dir_debug, S_IRUSR); in il_dbgfs_register()
1381 DEBUGFS_ADD_FILE(tx_stats, dir_debug, S_IRUSR); in il_dbgfs_register()
1382 DEBUGFS_ADD_FILE(rx_queue, dir_debug, S_IRUSR); in il_dbgfs_register()
1383 DEBUGFS_ADD_FILE(tx_queue, dir_debug, S_IRUSR); in il_dbgfs_register()
1384 DEBUGFS_ADD_FILE(power_save_status, dir_debug, S_IRUSR); in il_dbgfs_register()
1385 DEBUGFS_ADD_FILE(clear_ucode_stats, dir_debug, S_IWUSR); in il_dbgfs_register()
1386 DEBUGFS_ADD_FILE(clear_traffic_stats, dir_debug, S_IWUSR); in il_dbgfs_register()
1387 DEBUGFS_ADD_FILE(fh_reg, dir_debug, S_IRUSR); in il_dbgfs_register()
1388 DEBUGFS_ADD_FILE(missed_beacon, dir_debug, S_IWUSR); in il_dbgfs_register()
1389 DEBUGFS_ADD_FILE(force_reset, dir_debug, S_IWUSR | S_IRUSR); in il_dbgfs_register()
1390 DEBUGFS_ADD_FILE(ucode_rx_stats, dir_debug, S_IRUSR); in il_dbgfs_register()
1391 DEBUGFS_ADD_FILE(ucode_tx_stats, dir_debug, S_IRUSR); in il_dbgfs_register()
1392 DEBUGFS_ADD_FILE(ucode_general_stats, dir_debug, S_IRUSR); in il_dbgfs_register()
1395 DEBUGFS_ADD_FILE(sensitivity, dir_debug, S_IRUSR); in il_dbgfs_register()
1397 DEBUGFS_ADD_FILE(chain_noise, dir_debug, S_IRUSR); in il_dbgfs_register()
1398 DEBUGFS_ADD_FILE(rxon_flags, dir_debug, S_IWUSR); in il_dbgfs_register()
1399 DEBUGFS_ADD_FILE(rxon_filter_flags, dir_debug, S_IWUSR); in il_dbgfs_register()
1400 DEBUGFS_ADD_FILE(wd_timeout, dir_debug, S_IWUSR); in il_dbgfs_register()