Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/irq/
Ddebugfs.c85 if (data->domain && data->domain->ops && data->domain->ops->debug_show) in irq_debug_show_data()
86 data->domain->ops->debug_show(m, NULL, data, ind + 1); in irq_debug_show_data()
Dirqdomain.c1845 if (d->ops && d->ops->debug_show) in irq_domain_debug_show_one()
1846 d->ops->debug_show(m, d, NULL, ind + 1); in irq_domain_debug_show_one()
/Linux-v5.10/arch/powerpc/sysdev/xive/
Dxive-internal.h60 int (*debug_show)(struct seq_file *m, void *private); member
Dcommon.c1642 if (xive_ops->debug_show) in xive_core_debug_show()
1643 xive_ops->debug_show(m, private); in xive_core_debug_show()
Dspapr.c688 .debug_show = xive_spapr_debug_show,
/Linux-v5.10/drivers/md/bcache/
Dclosure.c162 static int debug_show(struct seq_file *f, void *data) in debug_show() function
/Linux-v5.10/include/linux/
Dirqdomain.h127 void (*debug_show)(struct seq_file *m, struct irq_domain *d, member
/Linux-v5.10/arch/x86/kernel/apic/
Dvector.c649 .debug_show = x86_vector_debug_show,