Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/irq/
Ddebugfs.c232 void irq_add_debugfs_entry(unsigned int irq, struct irq_desc *desc) in irq_add_debugfs_entry() function
257 irq_add_debugfs_entry(irq, irq_to_desc(irq)); in irq_debugfs_init()
Dinternals.h492 void irq_add_debugfs_entry(unsigned int irq, struct irq_desc *desc);
507 static inline void irq_add_debugfs_entry(unsigned int irq, struct irq_desc *d) in irq_add_debugfs_entry() function
Dirqdesc.c506 irq_add_debugfs_entry(start + i, desc); in alloc_descs()