Home
last modified time | relevance | path

Searched refs:debug_show (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/kernel/irq/
Ddebugfs.c84 if (data->domain && data->domain->ops && data->domain->ops->debug_show) in irq_debug_show_data()
85 data->domain->ops->debug_show(m, NULL, data, ind + 1); in irq_debug_show_data()
Dirqdomain.c1747 if (d->ops && d->ops->debug_show) in irq_domain_debug_show_one()
1748 d->ops->debug_show(m, d, NULL, ind + 1); in irq_domain_debug_show_one()
/Linux-v5.4/include/linux/
Dirqdomain.h125 void (*debug_show)(struct seq_file *m, struct irq_domain *d, member
/Linux-v5.4/arch/x86/kernel/apic/
Dvector.c636 .debug_show = x86_vector_debug_show,