Home
last modified time | relevance | path

Searched refs:sgi_ops (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v4.c377 const struct irq_domain_ops *sgi_ops) in its_init_v4() argument
383 sgi_domain_ops = sgi_ops; in its_init_v4()
H A Dirq-gic-v3-its.c5690 const struct irq_domain_ops *sgi_ops; in its_init() local
5693 sgi_ops = &its_sgi_domain_ops; in its_init()
5695 sgi_ops = NULL; in its_init()
5698 its_init_v4(parent_domain, &its_vpe_domain_ops, sgi_ops)) { in its_init()
/openbmc/linux/include/linux/irqchip/
H A Darm-gic-v4.h148 const struct irq_domain_ops *sgi_ops);