Searched refs:debug_show (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/powerpc/sysdev/xive/
H A Dxive-internal.h60 int (*debug_show)(struct seq_file *m, void *private); member in struct:xive_ops
H A Dcommon.c1461 .debug_show = xive_irq_domain_debug_show,
1791 if (xive_ops->debug_show)
1792 xive_ops->debug_show(m, private);
H A Dspapr.c700 .debug_show = xive_spapr_debug_show,
/linux-master/kernel/irq/
H A Ddebugfs.c90 if (data->domain && data->domain->ops && data->domain->ops->debug_show)
91 data->domain->ops->debug_show(m, NULL, data, ind + 1);
H A Dirqdomain.c1941 if (d->ops && d->ops->debug_show)
1942 d->ops->debug_show(m, d, NULL, ind + 1);
/linux-master/lib/
H A Dclosure.c173 static int debug_show(struct seq_file *f, void *data) function
/linux-master/include/linux/
H A Dirqdomain.h110 void (*debug_show)(struct seq_file *m, struct irq_domain *d, member in struct:irq_domain_ops
/linux-master/fs/smb/server/
H A Dserver.c472 static ssize_t debug_show(const struct class *class, const struct class_attribute *attr, function
/linux-master/arch/x86/kernel/apic/
H A Dvector.c707 .debug_show = x86_vector_debug_show,

Completed in 209 milliseconds