Searched refs:debugfs_lookup (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/debugfs/ |
| H A D | inode.c | 345 struct dentry *debugfs_lookup(const char *name, struct dentry *parent) in debugfs_lookup() function 360 EXPORT_SYMBOL_GPL(debugfs_lookup); 799 dentry = debugfs_lookup(name, parent); in debugfs_lookup_and_remove()
|
| /linux/drivers/net/ethernet/amd/pds_core/ |
| H A D | debugfs.c | 70 dentry = debugfs_lookup("identity", pdsc->dentry); in pdsc_debugfs_add_ident()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_debugfs.c | 287 dentry = debugfs_lookup("vbios.rom", minor->debugfs_root); in nouveau_drm_debugfs_init()
|
| /linux/sound/soc/codecs/ |
| H A D | cs-amp-lib.c | 838 /* debugfs_lookup() can return NULL or ERR_PTR on error */ 839 dir = debugfs_lookup("cirrus_logic", NULL);
|
| /linux/drivers/thunderbolt/ |
| H A D | debugfs.c | 1770 parent = debugfs_lookup(dir_name, port->sw->debugfs_dir); in margining_port_init() 1785 parent = debugfs_lookup(dir_name, port->sw->debugfs_dir); in margining_port_remove()
|
| /linux/drivers/thermal/qcom/ |
| H A D | tsens.c | 862 priv->debug_root = debugfs_lookup("tsens", NULL); in tsens_debug_init()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | debugfs.c | 886 root = debugfs_lookup("ath11k", NULL); in ath11k_debugfs_soc_create()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_debugfs.c | 3947 struct dentry *dir = debugfs_lookup("crc", crtc->debugfs_entry); in crtc_debugfs_init()
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 1013 dent = debugfs_lookup(dir_name, kvm_debugfs_dir); in kvm_create_vm_debugfs()
|