Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/irq/
Ddebugfs.c83 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()
Dirqdomain.c1708 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/
Dion.h183 int (*debug_show)(struct ion_heap *heap, struct seq_file *s, member
Dion_system_heap.c284 heap->heap.debug_show = ion_system_heap_debug_show; in __ion_system_heap_create()
/Linux-v4.19/include/linux/
Dirqdomain.h122 void (*debug_show)(struct seq_file *m, struct irq_domain *d, member
/Linux-v4.19/arch/x86/kernel/apic/
Dvector.c628 .debug_show = x86_vector_debug_show,