Home
last modified time | relevance | path

Searched refs:debug_create (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/sysdev/xive/
H A Dxive-internal.h61 int (*debug_create)(struct dentry *xive_dir); member
H A Dcommon.c1851 if (xive_ops->debug_create) in xive_core_debugfs_create()
1852 xive_ops->debug_create(xive_dir); in xive_core_debugfs_create()
H A Dnative.c490 .debug_create = xive_native_debug_create,