Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-gic-v4.c378 const struct irq_domain_ops *sgi_ops) in its_init_v4() argument
384 sgi_domain_ops = sgi_ops; in its_init_v4()
H A Dirq-gic-v3-its.c5853 const struct irq_domain_ops *sgi_ops; in its_init() local
5856 sgi_ops = &its_sgi_domain_ops; in its_init()
5858 sgi_ops = NULL; in its_init()
5861 its_init_v4(parent_domain, &its_vpe_domain_ops, sgi_ops)) { in its_init()
/linux/include/linux/irqchip/
H A Darm-gic-v4.h156 const struct irq_domain_ops *sgi_ops);