Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Ddebugfs.h59 struct dentry *debugfs_lookup(const char *name, struct dentry *parent);
162 static inline struct dentry *debugfs_lookup(const char *name, in debugfs_lookup() function
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_debugfs.c245 dentry = debugfs_lookup("vbios.rom", minor->debugfs_root); in nouveau_drm_debugfs_init()
/Linux-v5.4/fs/debugfs/
Dinode.c292 struct dentry *debugfs_lookup(const char *name, struct dentry *parent) in debugfs_lookup() function
311 EXPORT_SYMBOL_GPL(debugfs_lookup);
/Linux-v5.4/kernel/
Dfail_function.c168 dir = debugfs_lookup(attr->kp.symbol_name, fei_debugfs_dir); in fei_debugfs_remove_attr()
/Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_debugfs.c706 mvpp2_root = debugfs_lookup(MVPP2_DRIVER_NAME, NULL); in mvpp2_dbgfs_init()
/Linux-v5.4/kernel/trace/
Dblktrace.c512 dir = debugfs_lookup(buts->name, blk_debugfs_root); in do_blk_trace_setup()