Home
last modified time | relevance | path

Searched refs:irq_domain_debugfs_init (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/irq/
H A Dinternals.h507 void irq_domain_debugfs_init(struct dentry *root);
509 static inline void irq_domain_debugfs_init(struct dentry *root) in irq_domain_debugfs_init() function
H A Ddebugfs.c245 irq_domain_debugfs_init(root_dir); in irq_debugfs_init()