Searched refs:debugfs_lookup (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/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-v6.6/fs/debugfs/ |
D | inode.c | 322 struct dentry *debugfs_lookup(const char *name, struct dentry *parent) in debugfs_lookup() function 337 EXPORT_SYMBOL_GPL(debugfs_lookup); 782 dentry = debugfs_lookup(name, parent); in debugfs_lookup_and_remove()
|
/Linux-v6.6/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,
|
/Linux-v6.6/drivers/gpu/drm/nouveau/ |
D | nouveau_debugfs.c | 287 dentry = debugfs_lookup("vbios.rom", minor->debugfs_root); in nouveau_drm_debugfs_init()
|
/Linux-v6.6/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() 962 debugfs_remove_recursive(debugfs_lookup("margining", parent)); in margining_port_remove()
|
/Linux-v6.6/drivers/phy/realtek/ |
D | phy-rtk-usb3.c | 349 phy_debug_root = debugfs_lookup("phy", usb_debug_root); in create_phy_debug_root()
|
D | phy-rtk-usb2.c | 715 phy_debug_root = debugfs_lookup("phy", usb_debug_root); in create_phy_debug_root()
|
/Linux-v6.6/mm/damon/ |
D | dbgfs.c | 915 dir = debugfs_lookup(name, root); in dbgfs_rm_context()
|
/Linux-v6.6/drivers/thermal/qcom/ |
D | tsens.c | 861 priv->debug_root = debugfs_lookup("tsens", NULL); in tsens_debug_init()
|
/Linux-v6.6/drivers/net/wireless/ath/ath11k/ |
D | debugfs.c | 1005 root = debugfs_lookup("ath11k", NULL); in ath11k_debugfs_soc_create()
|
/Linux-v6.6/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-v6.6/virt/kvm/ |
D | kvm_main.c | 1063 dent = debugfs_lookup(dir_name, kvm_debugfs_dir); in kvm_create_vm_debugfs()
|