Searched refs:debugfs_lookup (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ |
| A D | debugfs.c | 40 debugfs_ath12k = debugfs_lookup("ath12k", NULL); in ath12k_debugfs_soc_create()
|
| /linux/fs/debugfs/ |
| A D | inode.c | 326 struct dentry *debugfs_lookup(const char *name, struct dentry *parent) in debugfs_lookup() function 341 EXPORT_SYMBOL_GPL(debugfs_lookup); 841 dentry = debugfs_lookup(name, parent); in debugfs_lookup_and_remove()
|
| /linux/include/linux/ |
| A D | debugfs.h | 72 struct dentry *debugfs_lookup(const char *name, struct dentry *parent); 202 static inline struct dentry *debugfs_lookup(const char *name,
|
| /linux/drivers/gpu/drm/i915/display/ |
| A D | intel_display_debugfs_params.c | 161 dir = debugfs_lookup(dirname, minor->debugfs_root); in intel_display_debugfs_params()
|
| /linux/drivers/net/ethernet/amd/pds_core/ |
| A D | debugfs.c | 68 if (debugfs_lookup("identity", pdsc->dentry)) in pdsc_debugfs_add_ident()
|
| /linux/drivers/gpu/drm/nouveau/ |
| A D | nouveau_debugfs.c | 287 dentry = debugfs_lookup("vbios.rom", minor->debugfs_root); in nouveau_drm_debugfs_init()
|
| /linux/drivers/phy/realtek/ |
| A D | phy-rtk-usb3.c | 349 phy_debug_root = debugfs_lookup("phy", usb_debug_root); in create_phy_debug_root()
|
| A D | phy-rtk-usb2.c | 715 phy_debug_root = debugfs_lookup("phy", usb_debug_root); in create_phy_debug_root()
|
| /linux/drivers/gpu/drm/ |
| A D | drm_debugfs.c | 271 struct dentry *dent = debugfs_lookup(files[i].name, root); in drm_debugfs_remove_files()
|
| /linux/mm/damon/ |
| A D | dbgfs.c | 926 dir = debugfs_lookup(name, root); in dbgfs_rm_context()
|
| /linux/drivers/thunderbolt/ |
| A D | debugfs.c | 1492 parent = debugfs_lookup(dir_name, port->sw->debugfs_dir); in margining_port_init() 1507 parent = debugfs_lookup(dir_name, port->sw->debugfs_dir); in margining_port_remove()
|
| /linux/drivers/thermal/qcom/ |
| A D | tsens.c | 862 priv->debug_root = debugfs_lookup("tsens", NULL); in tsens_debug_init()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| A D | debugfs.c | 1006 root = debugfs_lookup("ath11k", NULL); in ath11k_debugfs_soc_create()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm_debugfs.c | 3671 struct dentry *dir = debugfs_lookup("crc", crtc->debugfs_entry); in crtc_debugfs_init()
|
| /linux/virt/kvm/ |
| A D | kvm_main.c | 1058 dent = debugfs_lookup(dir_name, kvm_debugfs_dir); in kvm_create_vm_debugfs()
|
Completed in 65 milliseconds