Home
last modified time | relevance | path

Searched refs:IRQ_TYPE_LEVEL_MASK (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/linux/drivers/irqchip/
H A Dirq-gic-common.c62 if (type & IRQ_TYPE_LEVEL_MASK) in gic_configure_irq()
H A Dirq-qcom-mpm.c183 if (type & IRQ_TYPE_LEVEL_MASK) in qcom_mpm_set_type()
241 if (type & IRQ_TYPE_LEVEL_MASK) in qcom_mpm_alloc()
H A Dirq-ls1x.c160 ct[0].type = IRQ_TYPE_LEVEL_MASK; in ls1x_intc_of_init()
H A Dirq-tb10x.c146 gc->chip_types[0].type = IRQ_TYPE_LEVEL_MASK; in of_tb10x_init_irq()
H A Dirq-loongson-pch-lpc.c79 if (!(type & IRQ_TYPE_LEVEL_MASK)) in lpc_irq_set_type()
H A Dirq-sunxi-nmi.c184 gc->chip_types[0].type = IRQ_TYPE_LEVEL_MASK; in sunxi_sc_nmi_irq_init()
H A Dirq-sp7021-intc.c125 bool is_edge = !(type & IRQ_TYPE_LEVEL_MASK); in sp_intc_set_type()
H A Dirq-pic32-evic.c271 gc->chip_types[0].type = IRQ_TYPE_LEVEL_MASK; in pic32_of_init()
H A Dqcom-pdc.c252 if (type & IRQ_TYPE_LEVEL_MASK) in qcom_pdc_alloc()
H A Dirq-omap-intc.c208 ct->type = IRQ_TYPE_LEVEL_MASK; in omap_alloc_gc_of()
H A Dirq-imgpdc.c427 gc->chip_types[1].type = IRQ_TYPE_LEVEL_MASK; in pdc_intc_probe()
/openbmc/linux/drivers/pinctrl/mediatek/
H A Dmtk-eint.c180 if (((type & IRQ_TYPE_EDGE_BOTH) && (type & IRQ_TYPE_LEVEL_MASK)) || in mtk_eint_set_type()
181 ((type & IRQ_TYPE_LEVEL_MASK) == IRQ_TYPE_LEVEL_MASK)) { in mtk_eint_set_type()
/openbmc/linux/drivers/gpio/
H A Dgpio-lpc18xx.c81 if (type & IRQ_TYPE_LEVEL_MASK || type & IRQ_TYPE_EDGE_RISING) in lpc18xx_gpio_pin_ic_mask()
101 if (type & IRQ_TYPE_LEVEL_MASK || type & IRQ_TYPE_EDGE_RISING) in lpc18xx_gpio_pin_ic_unmask()
H A Dgpio-hisi.c156 if (type & IRQ_TYPE_LEVEL_MASK) in hisi_gpio_irq_set_type()
H A Dgpio-vf610.c198 if (type & IRQ_TYPE_LEVEL_MASK) in vf610_gpio_irq_set_type()
H A Dgpio-xgs-iproc.c155 if (type & IRQ_TYPE_LEVEL_MASK) in iproc_gpio_irq_set_type()
H A Dgpio-pch.c274 if (type & IRQ_TYPE_LEVEL_MASK) in pch_irq_type()
H A Dgpio-npcm-sgpio.c409 if (type & IRQ_TYPE_LEVEL_MASK) in npcm_sgpio_set_type()
H A Dgpio-tangier.c303 if (type & IRQ_TYPE_LEVEL_MASK) { in tng_irq_set_type()
/openbmc/linux/drivers/uio/
H A Duio_pdrv_genirq.c186 irqd_get_trigger_type(irq_data) & IRQ_TYPE_LEVEL_MASK) { in uio_pdrv_genirq_probe()
H A Duio_dmem_genirq.c230 irqd_get_trigger_type(irq_data) & IRQ_TYPE_LEVEL_MASK) { in uio_dmem_genirq_probe()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-keembay.c1302 if (trig & IRQ_TYPE_LEVEL_MASK) in keembay_gpio_clear_irq()
1322 if (trig & IRQ_TYPE_LEVEL_MASK) in keembay_find_free_src()
1424 if (!kpc->max_gpios_level_type && (type & IRQ_TYPE_LEVEL_MASK)) in keembay_gpio_irq_set_type()
1429 else if (type & IRQ_TYPE_LEVEL_MASK) in keembay_gpio_irq_set_type()
H A Dpinctrl-apple-gpio.c325 if (type & IRQ_TYPE_LEVEL_MASK) in apple_gpio_irq_set_type()
/openbmc/linux/drivers/vfio/platform/
H A Dvfio_platform_irq.c312 if (irq_get_trigger_type(hwirq) & IRQ_TYPE_LEVEL_MASK) { in vfio_platform_irq_init()
/openbmc/linux/arch/arm/mach-omap2/
H A Domap-wakeupgen.c166 type &= ~IRQ_TYPE_LEVEL_MASK; in wakeupgen_irq_set_type()

12