Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/irq/
H A Ddebugfs.c228 void irq_add_debugfs_entry(unsigned int irq, struct irq_desc *desc) in irq_add_debugfs_entry() function
253 irq_add_debugfs_entry(irq, irq_to_desc(irq)); in irq_debugfs_init()
H A Dinternals.h490 void irq_add_debugfs_entry(unsigned int irq, struct irq_desc *desc);
505 static inline void irq_add_debugfs_entry(unsigned int irq, struct irq_desc *d) in irq_add_debugfs_entry() function
H A Dirqdesc.c501 irq_add_debugfs_entry(start + i, desc); in alloc_descs()