Searched refs:IRQ_GC_INIT_NESTED_LOCK (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/kernel/irq/
H A Dgeneric-chip.c400 if (dgc->gc_flags & IRQ_GC_INIT_NESTED_LOCK) irq_map_generic_chip()
450 if (flags & IRQ_GC_INIT_NESTED_LOCK) irq_setup_generic_chip()
/linux-4.4.14/drivers/irqchip/
H A Dirq-renesas-irqc.c218 0, 0, IRQ_GC_INIT_NESTED_LOCK); irqc_probe()
H A Dirq-imgpdc.c399 IRQ_GC_INIT_NESTED_LOCK); pdc_intc_probe()
/linux-4.4.14/arch/mips/jz4740/
H A Dgpio.c450 IRQ_GC_INIT_NESTED_LOCK, 0, IRQ_NOPROBE | IRQ_LEVEL); jz4740_gpio_chip_init()
/linux-4.4.14/drivers/gpio/
H A Dgpio-mxs.c220 irq_setup_generic_chip(gc, IRQ_MSK(32), IRQ_GC_INIT_NESTED_LOCK, mxs_gpio_init_gc()
H A Dgpio-dwapb.c313 IRQ_GC_INIT_NESTED_LOCK); dwapb_configure_irqs()
H A Dgpio-mxc.c363 irq_setup_generic_chip(gc, IRQ_MSK(32), IRQ_GC_INIT_NESTED_LOCK, mxc_gpio_init_gc()
H A Dgpio-tz1090.c474 IRQ_GC_INIT_NESTED_LOCK); tz1090_gpio_bank_probe()
/linux-4.4.14/include/linux/
H A Dirq.h831 * @IRQ_GC_INIT_NESTED_LOCK: Set the lock class of the irqs to nested for
840 IRQ_GC_INIT_NESTED_LOCK = 1 << 1, enumerator in enum:irq_gc_flags

Completed in 277 milliseconds