Home
last modified time | relevance | path

Searched refs:debugfs_lookup (Results 1 – 17 of 17) 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/gpu/drm/i915/display/
H A Dintel_display_debugfs_params.c161 dir = debugfs_lookup(dirname, debugfs_root); in intel_display_debugfs_params()
/linux/include/linux/
H A Ddebugfs.h78 struct dentry *debugfs_lookup(const char *name, struct dentry *parent);
263 static inline struct dentry *debugfs_lookup(const char *name,
265 static inline struct dentry *debugfs_lookup(const char *name, debugfs_lookup() function
/linux/drivers/net/ethernet/amd/pds_core/
H A Ddebugfs.c68 if (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/drivers/bus/
H A Dstm32_rifsc.c622 root = debugfs_lookup("stm32_firewall", NULL); in stm32_rifsc_register_debugfs()
/linux/sound/soc/codecs/
H A Dcs-amp-lib.c836 dir = debugfs_lookup("cirrus_logic", NULL);
/linux/drivers/phy/realtek/
H A Dphy-rtk-usb3.c349 phy_debug_root = debugfs_lookup("phy", usb_debug_root); in create_phy_debug_root()
H A Dphy-rtk-usb2.c715 phy_debug_root = debugfs_lookup("phy", usb_debug_root); in create_phy_debug_root()
/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/net/wireless/intel/iwlwifi/mld/
H A Ddebugfs.c998 mld_link_dir = debugfs_lookup("iwlmld", dir); in iwl_mld_add_link_debugfs()
/linux/drivers/thermal/qcom/
H A Dtsens.c862 priv->debug_root = debugfs_lookup("tsens", NULL); in tsens_debug_init()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddebugfs.c1230 debugfs_ath12k = debugfs_lookup("ath12k", NULL); in ath12k_debugfs_soc_create()
/linux/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c1676 vfio_dev_migration = debugfs_lookup("migration", vdev->debug_root); in hisi_acc_vfio_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.c3890 struct dentry *dir = debugfs_lookup("crc", crtc->debugfs_entry); in crtc_debugfs_init()
/linux/virt/kvm/
H A Dkvm_main.c1023 dent = debugfs_lookup(dir_name, kvm_debugfs_dir); in kvm_create_vm_debugfs()