Home
last modified time | relevance | path

Searched refs:debugfs_lookup (Results 1 – 9 of 9) sorted by relevance

/linux/fs/debugfs/
H A Dinode.c345 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 Ddebugfs.c70 dentry = debugfs_lookup("identity", pdsc->dentry); in pdsc_debugfs_add_ident()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_debugfs.c287 dentry = debugfs_lookup("vbios.rom", minor->debugfs_root); in nouveau_drm_debugfs_init()
/linux/sound/soc/codecs/
H A Dcs-amp-lib.c838 /* debugfs_lookup() can return NULL or ERR_PTR on error */
839 dir = debugfs_lookup("cirrus_logic", NULL);
/linux/drivers/thunderbolt/
H A Ddebugfs.c1770 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 Dtsens.c862 priv->debug_root = debugfs_lookup("tsens", NULL); in tsens_debug_init()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs.c886 root = debugfs_lookup("ath11k", NULL); in ath11k_debugfs_soc_create()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c3947 struct dentry *dir = debugfs_lookup("crc", crtc->debugfs_entry); in crtc_debugfs_init()
/linux/virt/kvm/
H A Dkvm_main.c1013 dent = debugfs_lookup(dir_name, kvm_debugfs_dir); in kvm_create_vm_debugfs()