Searched refs:debug_show (Results 1 – 4 of 4) sorted by relevance
84 if (data->domain && data->domain->ops && data->domain->ops->debug_show) in irq_debug_show_data()85 data->domain->ops->debug_show(m, NULL, data, ind + 1); in irq_debug_show_data()
1747 if (d->ops && d->ops->debug_show) in irq_domain_debug_show_one()1748 d->ops->debug_show(m, d, NULL, ind + 1); in irq_domain_debug_show_one()
125 void (*debug_show)(struct seq_file *m, struct irq_domain *d, member
636 .debug_show = x86_vector_debug_show,