Searched refs:debug_show (Results 1 – 9 of 9) sorted by relevance
/linux/kernel/irq/ |
A 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()
|
A D | irqdomain.c | 1880 if (d->ops && d->ops->debug_show) in irq_domain_debug_show_one() 1881 d->ops->debug_show(m, d, NULL, ind + 1); in irq_domain_debug_show_one()
|
/linux/arch/powerpc/sysdev/xive/ |
A D | xive-internal.h | 60 int (*debug_show)(struct seq_file *m, void *private); member
|
A D | common.c | 1440 .debug_show = xive_irq_domain_debug_show, 1764 if (xive_ops->debug_show) in xive_core_debug_show() 1765 xive_ops->debug_show(m, private); in xive_core_debug_show()
|
A D | spapr.c | 682 .debug_show = xive_spapr_debug_show,
|
/linux/drivers/md/bcache/ |
A D | closure.c | 162 static int debug_show(struct seq_file *f, void *data) in debug_show() function
|
/linux/fs/ksmbd/ |
A D | server.c | 459 static ssize_t debug_show(struct class *class, struct class_attribute *attr, in debug_show() function
|
/linux/include/linux/ |
A D | irqdomain.h | 129 void (*debug_show)(struct seq_file *m, struct irq_domain *d, member
|
/linux/arch/x86/kernel/apic/ |
A D | vector.c | 700 .debug_show = x86_vector_debug_show,
|
Completed in 19 milliseconds