Searched refs:debug_show (Results 1 – 7 of 7) sorted by relevance
/linux/kernel/irq/ |
H 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()
|
H A D | irqdomain.c | 2084 if (d->ops && d->ops->debug_show) in irq_domain_debug_show_one() 2085 d->ops->debug_show(m, d, NULL, ind + 1); in irq_domain_debug_show_one()
|
/linux/arch/powerpc/sysdev/xive/ |
H A D | xive-internal.h | 60 int (*debug_show)(struct seq_file *m, void *private); member
|
/linux/lib/ |
H A D | closure.c | 259 static int debug_show(struct seq_file *f, void *data) in debug_show() function
|
/linux/drivers/irqchip/ |
H A D | irq-riscv-imsic-platform.c | 209 .debug_show = imsic_irq_debug_show,
|
/linux/fs/smb/server/ |
H A D | server.c | 468 static ssize_t debug_show(const struct class *class, const struct class_attribute *attr, in debug_show() function
|
/linux/include/linux/ |
H A D | irqdomain.h | 123 void (*debug_show)(struct seq_file *m, struct irq_domain *d, member
|