Searched refs:dbgfs (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/drivers/ntb/test/
H A Dntb_tool.c112 struct dentry *dbgfs; member in struct:tool_ctx
447 /* This modules is useless without dbgfs... */ tool_setup_dbgfs()
449 tc->dbgfs = NULL; tool_setup_dbgfs()
453 tc->dbgfs = debugfs_create_dir(dev_name(&tc->ntb->dev), tool_setup_dbgfs()
455 if (!tc->dbgfs) tool_setup_dbgfs()
458 debugfs_create_file("db", S_IRUSR | S_IWUSR, tc->dbgfs, tool_setup_dbgfs()
461 debugfs_create_file("mask", S_IRUSR | S_IWUSR, tc->dbgfs, tool_setup_dbgfs()
464 debugfs_create_file("peer_db", S_IRUSR | S_IWUSR, tc->dbgfs, tool_setup_dbgfs()
467 debugfs_create_file("peer_mask", S_IRUSR | S_IWUSR, tc->dbgfs, tool_setup_dbgfs()
470 debugfs_create_file("spad", S_IRUSR | S_IWUSR, tc->dbgfs, tool_setup_dbgfs()
473 debugfs_create_file("peer_spad", S_IRUSR | S_IWUSR, tc->dbgfs, tool_setup_dbgfs()
508 debugfs_remove_recursive(tc->dbgfs); tool_probe()
521 debugfs_remove_recursive(tc->dbgfs); tool_remove()
/linux-4.4.14/drivers/net/wireless/rsi/
H A Drsi_91x_debugfs.c278 * rsi_init_dbgfs() - This function initializes the dbgfs entry.
321 * rsi_remove_dbgfs() - Removes the previously created dbgfs file entries
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dpci.h96 struct dentry *dbgfs; member in struct:pnv_phb
H A Deeh-powernv.c261 if (phb->has_dbgfs || !phb->dbgfs) pnv_eeh_post_init()
266 phb->dbgfs, hose, pnv_eeh_post_init()
270 phb->dbgfs, hose, pnv_eeh_post_init()
273 phb->dbgfs, hose, pnv_eeh_post_init()
276 phb->dbgfs, hose, pnv_eeh_post_init()
H A Dpci-ioda.c2915 phb->dbgfs = debugfs_create_dir(name, powerpc_debugfs_root); pnv_pci_ioda_create_dbgfs()
2916 if (!phb->dbgfs) pnv_pci_ioda_create_dbgfs()
/linux-4.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-trans.h529 * @dbgfs_register: add the dbgfs files under this directory. Files will be
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
H A Dmain.c1538 /*TODO: Update dbgfs with ISR error stats obtained below */ iwl_dump_nic_error_log()

Completed in 295 milliseconds