Home
last modified time | relevance | path

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

/linux/kernel/irq/
H A 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()
/linux/arch/powerpc/sysdev/xive/
H A Dxive-internal.h60 int (*debug_show)(struct seq_file *m, void *private); member
H A Dcommon.c1460 .debug_show = xive_irq_domain_debug_show,
1790 if (xive_ops->debug_show) in xive_ipi_debug_show()
1791 xive_ops->debug_show(m, private); in xive_ipi_debug_show()
/linux/lib/
H A Dclosure.c259 static int debug_show(struct seq_file *f, void *data) in debug_show() function
/linux/fs/smb/server/
H A Dserver.c469 static ssize_t debug_show(const struct class *class, const struct class_attribute *attr, in debug_show() function
/linux/include/linux/
H A Dirqdomain.h122 void (*debug_show)(struct seq_file *m, struct irq_domain *d, member
/linux/arch/x86/kernel/apic/
H A Dvector.c713 .debug_show = x86_vector_debug_show,