Searched refs:dbgfs (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/ntb/test/ |
D | ntb_tool.c | 112 struct dentry *dbgfs; member 449 tc->dbgfs = NULL; in tool_setup_dbgfs() 453 tc->dbgfs = debugfs_create_dir(dev_name(&tc->ntb->dev), in tool_setup_dbgfs() 455 if (!tc->dbgfs) in tool_setup_dbgfs() 458 debugfs_create_file("db", S_IRUSR | S_IWUSR, tc->dbgfs, in tool_setup_dbgfs() 461 debugfs_create_file("mask", S_IRUSR | S_IWUSR, tc->dbgfs, in tool_setup_dbgfs() 464 debugfs_create_file("peer_db", S_IRUSR | S_IWUSR, tc->dbgfs, in tool_setup_dbgfs() 467 debugfs_create_file("peer_mask", S_IRUSR | S_IWUSR, tc->dbgfs, in tool_setup_dbgfs() 470 debugfs_create_file("spad", S_IRUSR | S_IWUSR, tc->dbgfs, in tool_setup_dbgfs() 473 debugfs_create_file("peer_spad", S_IRUSR | S_IWUSR, tc->dbgfs, in tool_setup_dbgfs() [all …]
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 261 if (phb->has_dbgfs || !phb->dbgfs) in pnv_eeh_post_init() 266 phb->dbgfs, hose, in pnv_eeh_post_init() 270 phb->dbgfs, hose, in pnv_eeh_post_init() 273 phb->dbgfs, hose, in pnv_eeh_post_init() 276 phb->dbgfs, hose, in pnv_eeh_post_init()
|
D | pci.h | 96 struct dentry *dbgfs; member
|
D | pci-ioda.c | 2915 phb->dbgfs = debugfs_create_dir(name, powerpc_debugfs_root); in pnv_pci_ioda_create_dbgfs() 2916 if (!phb->dbgfs) in pnv_pci_ioda_create_dbgfs()
|