Lines Matching refs:dentry
1351 struct dentry *par_entry) in wmi_debugfs_create()
1389 struct dentry *dentry = wmi_handle->log_info.wmi_log_debugfs_dir; in wmi_debugfs_remove() local
1391 if (dentry) { in wmi_debugfs_remove()
1398 if (dentry) in wmi_debugfs_remove()
1399 qdf_debugfs_remove_dir_recursive(dentry); in wmi_debugfs_remove()
1667 qdf_dentry_t dentry; in wmi_ext_dbgfs_init() local
1675 dentry = qdf_debugfs_create_dir(WMI_EXT_DBG_DIR, NULL); in wmi_ext_dbgfs_init()
1679 dentry = qdf_debugfs_create_dir(buf, NULL); in wmi_ext_dbgfs_init()
1682 if (!dentry) { in wmi_ext_dbgfs_init()
1691 dentry, &wmi_ext_dbgfs_ops[pdev_idx])) { in wmi_ext_dbgfs_init()
1692 qdf_debugfs_remove_dir(dentry); in wmi_ext_dbgfs_init()
1697 wmi_handle->wmi_ext_dbg_dentry = dentry; in wmi_ext_dbgfs_init()