Searched refs:debug_show (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/kernel/irq/ |
D | debugfs.c | 83 if (data->domain && data->domain->ops && data->domain->ops->debug_show) in irq_debug_show_data() 84 data->domain->ops->debug_show(m, NULL, data, ind + 1); in irq_debug_show_data()
|
D | irqdomain.c | 1708 if (d->ops && d->ops->debug_show) in irq_domain_debug_show_one() 1709 d->ops->debug_show(m, d, NULL, ind + 1); in irq_domain_debug_show_one()
|
/Linux-v4.19/drivers/staging/android/ion/ |
D | ion.h | 183 int (*debug_show)(struct ion_heap *heap, struct seq_file *s, member
|
D | ion_system_heap.c | 284 heap->heap.debug_show = ion_system_heap_debug_show; in __ion_system_heap_create()
|
/Linux-v4.19/include/linux/ |
D | irqdomain.h | 122 void (*debug_show)(struct seq_file *m, struct irq_domain *d, member
|
/Linux-v4.19/arch/x86/kernel/apic/ |
D | vector.c | 628 .debug_show = x86_vector_debug_show,
|