Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-gic-v4.c357 const struct irq_domain_ops *sgi_ops) in its_init_v4() argument
363 sgi_domain_ops = sgi_ops; in its_init_v4()
H A Dirq-gic-v3-its.c5486 const struct irq_domain_ops *sgi_ops; in its_init() local
5489 sgi_ops = &its_sgi_domain_ops; in its_init()
5491 sgi_ops = NULL; in its_init()
5494 its_init_v4(parent_domain, &its_vpe_domain_ops, sgi_ops)) { in its_init()
/OK3568_Linux_fs/kernel/include/linux/irqchip/
H A Darm-gic-v4.h146 const struct irq_domain_ops *sgi_ops);