Searched refs:debugfs_lookup (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/debugfs/ |
D | inode.c | 299 struct dentry *debugfs_lookup(const char *name, struct dentry *parent) in debugfs_lookup() function 314 EXPORT_SYMBOL_GPL(debugfs_lookup); 749 dentry = debugfs_lookup(name, parent); in debugfs_lookup_and_remove()
|
/kernel/linux/linux-5.10/include/linux/ |
D | debugfs.h | 73 struct dentry *debugfs_lookup(const char *name, struct dentry *parent); 179 static inline struct dentry *debugfs_lookup(const char *name, in debugfs_lookup() function
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
D | nouveau_debugfs.c | 247 dentry = debugfs_lookup("vbios.rom", minor->debugfs_root); in nouveau_drm_debugfs_init()
|
/kernel/linux/linux-5.10/drivers/thermal/qcom/ |
D | tsens.c | 674 root = debugfs_lookup("tsens", NULL); in tsens_debug_init() 680 file = debugfs_lookup("version", priv->debug_root); in tsens_debug_init()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
D | debugfs.c | 861 root = debugfs_lookup("ath11k", NULL); in ath11k_debugfs_soc_create()
|
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
D | gadget.c | 2768 debugfs_remove_recursive(debugfs_lookup(dep->name, dwc->root)); in dwc3_gadget_free_endpoints()
|
/kernel/linux/linux-5.10/virt/kvm/ |
D | kvm_main.c | 756 dent = debugfs_lookup(dir_name, kvm_debugfs_dir); in kvm_create_vm_debugfs()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 1628 + pdentry = debugfs_lookup(clk_hw_get_name(&pll->hw), rootdir); 1657 + rootdir = debugfs_lookup("clk", NULL);
|