Home
last modified time | relevance | path

Searched refs:debugfs_lookup (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/drivers/staging/rtl8192u/
A Dr8192U_debugfs.c154 struct dentry *parent_dir = debugfs_lookup(KBUILD_MODNAME, NULL); in rtl8192_debugfs_init_one()
175 struct dentry *parent_dir = debugfs_lookup(KBUILD_MODNAME, NULL); in rtl8192_debugfs_rename_one()
187 debugfs_remove_recursive(debugfs_lookup(KBUILD_MODNAME, NULL)); in rtl8192_debugfs_exit()
/linux-6.3-rc2/fs/debugfs/
A Dinode.c323 struct dentry *debugfs_lookup(const char *name, struct dentry *parent) in debugfs_lookup() function
338 EXPORT_SYMBOL_GPL(debugfs_lookup);
783 dentry = debugfs_lookup(name, parent); in debugfs_lookup_and_remove()
/linux-6.3-rc2/include/linux/
A Ddebugfs.h73 struct dentry *debugfs_lookup(const char *name, struct dentry *parent);
184 static inline struct dentry *debugfs_lookup(const char *name,
/linux-6.3-rc2/drivers/gpu/drm/nouveau/
A Dnouveau_debugfs.c247 dentry = debugfs_lookup("vbios.rom", minor->debugfs_root); in nouveau_drm_debugfs_init()
/linux-6.3-rc2/drivers/mtd/spi-nor/
A Ddebugfs.c235 rootdir = debugfs_lookup(SPI_NOR_DEBUGFS_ROOT, NULL); in spi_nor_debugfs_register()
/linux-6.3-rc2/drivers/thunderbolt/
A Ddebugfs.c871 parent = debugfs_lookup(dir_name, port->sw->debugfs_dir); in margining_port_init()
944 parent = debugfs_lookup(dir_name, port->sw->debugfs_dir); in margining_port_remove()
945 debugfs_remove_recursive(debugfs_lookup("margining", parent)); in margining_port_remove()
/linux-6.3-rc2/mm/damon/
A Ddbgfs.c915 dir = debugfs_lookup(name, root); in dbgfs_rm_context()
/linux-6.3-rc2/drivers/thermal/qcom/
A Dtsens.c847 priv->debug_root = debugfs_lookup("tsens", NULL); in tsens_debug_init()
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/
A Ddebugfs.c1005 root = debugfs_lookup("ath11k", NULL); in ath11k_debugfs_soc_create()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_debugfs.c3219 struct dentry *dir = debugfs_lookup("crc", crtc->debugfs_entry); in crtc_debugfs_init()
/linux-6.3-rc2/virt/kvm/
A Dkvm_main.c1034 dent = debugfs_lookup(dir_name, kvm_debugfs_dir); in kvm_create_vm_debugfs()

Completed in 36 milliseconds