Searched refs:debugfs_lookup (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/drivers/staging/rtl8192u/ |
D | r8192U_debugfs.c | 154 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.6.21/fs/debugfs/ |
D | inode.c | 324 struct dentry *debugfs_lookup(const char *name, struct dentry *parent) in debugfs_lookup() function 339 EXPORT_SYMBOL_GPL(debugfs_lookup); 795 dentry = debugfs_lookup(name, parent); in debugfs_lookup_and_remove()
|
/linux-6.6.21/include/linux/ |
D | debugfs.h | 73 struct dentry *debugfs_lookup(const char *name, struct dentry *parent); 184 static inline struct dentry *debugfs_lookup(const char *name, in debugfs_lookup() function
|
/linux-6.6.21/drivers/net/ethernet/amd/pds_core/ |
D | debugfs.c | 68 if (debugfs_lookup("identity", pdsc->dentry)) in pdsc_debugfs_add_ident()
|
/linux-6.6.21/drivers/gpu/drm/nouveau/ |
D | nouveau_debugfs.c | 287 dentry = debugfs_lookup("vbios.rom", minor->debugfs_root); in nouveau_drm_debugfs_init()
|
/linux-6.6.21/drivers/thunderbolt/ |
D | debugfs.c | 887 parent = debugfs_lookup(dir_name, port->sw->debugfs_dir); in margining_port_init() 960 parent = debugfs_lookup(dir_name, port->sw->debugfs_dir); in margining_port_remove()
|
/linux-6.6.21/mm/damon/ |
D | dbgfs.c | 915 dir = debugfs_lookup(name, root); in dbgfs_rm_context()
|
/linux-6.6.21/drivers/thermal/qcom/ |
D | tsens.c | 861 priv->debug_root = debugfs_lookup("tsens", NULL); in tsens_debug_init()
|
/linux-6.6.21/drivers/net/wireless/ath/ath11k/ |
D | debugfs.c | 1005 root = debugfs_lookup("ath11k", NULL); in ath11k_debugfs_soc_create()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_debugfs.c | 3364 struct dentry *dir = debugfs_lookup("crc", crtc->debugfs_entry); in crtc_debugfs_init()
|
/linux-6.6.21/virt/kvm/ |
D | kvm_main.c | 1063 dent = debugfs_lookup(dir_name, kvm_debugfs_dir); in kvm_create_vm_debugfs()
|