Searched refs:dfs_regs (Results 1 – 2 of 2) sorted by relevance
117 fhci->dfs_regs = debugfs_create_file("regs", S_IFREG | S_IRUGO, in fhci_dfs_create()124 WARN_ON(!fhci->dfs_regs || !fhci->dfs_irq_stat); in fhci_dfs_create()135 if (fhci->dfs_regs) in fhci_dfs_destroy()136 debugfs_remove(fhci->dfs_regs); in fhci_dfs_destroy()
287 struct dentry *dfs_regs; member