Searched refs:trig_type (Results 1 – 4 of 4) sorted by relevance
160 unsigned int con, trig_type; in exynos_irq_set_type() local166 trig_type = EXYNOS_EINT_EDGE_RISING; in exynos_irq_set_type()169 trig_type = EXYNOS_EINT_EDGE_FALLING; in exynos_irq_set_type()172 trig_type = EXYNOS_EINT_EDGE_BOTH; in exynos_irq_set_type()175 trig_type = EXYNOS_EINT_LEVEL_HIGH; in exynos_irq_set_type()178 trig_type = EXYNOS_EINT_LEVEL_LOW; in exynos_irq_set_type()204 con |= trig_type << shift; in exynos_irq_set_type()
995 unsigned int trig_type; in cy8c95x0_irq_set_type() local1001 trig_type = type; in cy8c95x0_irq_set_type()1004 trig_type = IRQ_TYPE_EDGE_RISING; in cy8c95x0_irq_set_type()1007 trig_type = IRQ_TYPE_EDGE_FALLING; in cy8c95x0_irq_set_type()1014 assign_bit(hwirq, chip->irq_trig_fall, trig_type & IRQ_TYPE_EDGE_FALLING); in cy8c95x0_irq_set_type()1015 assign_bit(hwirq, chip->irq_trig_raise, trig_type & IRQ_TYPE_EDGE_RISING); in cy8c95x0_irq_set_type()
579 u8 trig_type; in altr_edac_device_trig() local586 if (!user_buf || get_user(trig_type, user_buf)) in altr_edac_device_trig()603 if (trig_type == ALTR_UE_TRIGGER_CHAR) in altr_edac_device_trig()1750 u8 trig_type; in altr_edac_a10_device_trig() local1752 if (!user_buf || get_user(trig_type, user_buf)) in altr_edac_a10_device_trig()1756 if (trig_type == ALTR_UE_TRIGGER_CHAR) in altr_edac_a10_device_trig()1782 u8 trig_type; in altr_edac_a10_device_trig2() local1784 if (!user_buf || get_user(trig_type, user_buf)) in altr_edac_a10_device_trig2()1788 if (trig_type == ALTR_UE_TRIGGER_CHAR) { in altr_edac_a10_device_trig2()
257 bool trig_type; member