Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dcma_debug_bitmap_hex.c101 tmp = debugfs_lookup(name, root_dentry); in cma_debugfs_add_one()
116 cma_debugfs_root = debugfs_lookup("cma", NULL); in rk_cma_debugfs_init()
H A Dslub.c5889 debugfs_remove_recursive(debugfs_lookup(s->name, slab_debugfs_root)); in debugfs_slab_release()
/OK3568_Linux_fs/kernel/fs/debugfs/
H A Dinode.c296 struct dentry *debugfs_lookup(const char *name, struct dentry *parent) in debugfs_lookup() function
311 EXPORT_SYMBOL_GPL(debugfs_lookup);
746 dentry = debugfs_lookup(name, parent); in debugfs_lookup_and_remove()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddebugfs.h67 struct dentry *debugfs_lookup(const char *name, struct dentry *parent);
171 static inline struct dentry *debugfs_lookup(const char *name, in debugfs_lookup() function
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_debugfs.c247 dentry = debugfs_lookup("vbios.rom", minor->debugfs_root); in nouveau_drm_debugfs_init()
/OK3568_Linux_fs/kernel/kernel/power/
H A Denergy_model.c90 debug_dir = debugfs_lookup(dev_name(dev), rootdir); in em_debug_remove_pd()
/OK3568_Linux_fs/kernel/kernel/
H A Dfail_function.c168 dir = debugfs_lookup(attr->kp.symbol_name, fei_debugfs_dir); in fei_debugfs_remove_attr()
/OK3568_Linux_fs/kernel/drivers/thermal/qcom/
H A Dtsens.c674 root = debugfs_lookup("tsens", NULL); in tsens_debug_init()
680 file = debugfs_lookup("version", priv->debug_root); in tsens_debug_init()
/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk-pll.c2048 pdentry = debugfs_lookup(clk_hw_get_name(&pll->hw), rootdir); in boost_debug_create_one()
2077 rootdir = debugfs_lookup("clk", NULL); in boost_debug_init()
/OK3568_Linux_fs/kernel/mm/damon/
H A Ddbgfs.c799 dir = debugfs_lookup(name, root); in dbgfs_rm_context()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_exynosauto742 debugfs_lookup
H A Dabi_gki_aarch64_vivo271 debugfs_lookup
H A Dabi_gki_aarch64_generic277 debugfs_lookup
H A Dabi_gki_aarch64_db845c1581 debugfs_lookup
H A Dabi_gki_aarch64_qcom347 debugfs_lookup
H A Dabi_gki_aarch64_mtk300 debugfs_lookup
H A Dabi_gki_aarch64_oplus373 debugfs_lookup
H A Dabi_gki_aarch64_galaxy1060 debugfs_lookup
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Ddomain.c225 d = debugfs_lookup(genpd->name, genpd_debugfs_dir); in genpd_debug_remove()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dgadget.c3379 debugfs_remove_recursive(debugfs_lookup(dep->name, dwc->root)); in dwc3_gadget_free_endpoints()
/OK3568_Linux_fs/kernel/virt/kvm/
H A Dkvm_main.c712 dent = debugfs_lookup(dir_name, kvm_debugfs_dir); in kvm_create_vm_debugfs()