Home
last modified time | relevance | path

Searched refs:gic_configure_irq (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/irqchip/
H A Dirq-gic-common.h23 int gic_configure_irq(unsigned int irq, unsigned int type,
H A Dirq-gic-common.c48 int gic_configure_irq(unsigned int irq, unsigned int type, in gic_configure_irq() function
H A Dirq-hip04.c133 ret = gic_configure_irq(irq, type, base + GIC_DIST_CONFIG); in hip04_irq_set_type()
H A Dirq-gic.c306 ret = gic_configure_irq(gicirq, type, base + GIC_DIST_CONFIG); in gic_set_type()
H A Dirq-gic-v3.c776 ret = gic_configure_irq(index, type, base + offset); in gic_set_type()