Searched refs:debug_show (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/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 | 1855 if (d->ops && d->ops->debug_show) in irq_domain_debug_show_one() 1856 d->ops->debug_show(m, d, NULL, ind + 1); in irq_domain_debug_show_one()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/sysdev/xive/ |
| H A D | xive-internal.h | 60 int (*debug_show)(struct seq_file *m, void *private); member
|
| H A 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()
|
| H A D | spapr.c | 691 .debug_show = xive_spapr_debug_show,
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | closure.c | 162 static int debug_show(struct seq_file *f, void *data) in debug_show() function
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | irqdomain.h | 128 void (*debug_show)(struct seq_file *m, struct irq_domain *d, member
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/ |
| H A D | ion_protected_heap.c | 500 heap->heap.debug_show = ion_protected_heap_debug_show; in __ion_protected_heap_create()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/apic/ |
| H A D | vector.c | 649 .debug_show = x86_vector_debug_show,
|