Searched refs:debug_show (Results 1 – 9 of 9) sorted by relevance
| /kernel/linux/linux-5.10/kernel/irq/ |
| D | debugfs.c | 85 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()
|
| D | irqdomain.c | 1852 if (d->ops && d->ops->debug_show) in irq_domain_debug_show_one() 1853 d->ops->debug_show(m, d, NULL, ind + 1); in irq_domain_debug_show_one()
|
| /kernel/linux/linux-5.10/arch/powerpc/sysdev/xive/ |
| D | xive-internal.h | 60 int (*debug_show)(struct seq_file *m, void *private); member
|
| D | common.c | 1648 if (xive_ops->debug_show) in xive_core_debug_show() 1649 xive_ops->debug_show(m, private); in xive_core_debug_show()
|
| D | spapr.c | 692 .debug_show = xive_spapr_debug_show,
|
| /kernel/linux/linux-5.10/drivers/md/bcache/ |
| D | closure.c | 162 static int debug_show(struct seq_file *f, void *data) in debug_show() function
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | irqdomain.h | 127 void (*debug_show)(struct seq_file *m, struct irq_domain *d, member
|
| /kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
| D | vector.c | 649 .debug_show = x86_vector_debug_show,
|
| /kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
| D | linux-5.10.patch | 41352 +static ssize_t debug_show(struct class *class, 41632 + ret = debug_show(NULL, NULL, buf); 46561 +static ssize_t debug_show(struct class *class,
|