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()
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()1753 u8 trig_type; in altr_edac_a10_device_trig() local1755 if (!user_buf || get_user(trig_type, user_buf)) in altr_edac_a10_device_trig()1759 if (trig_type == ALTR_UE_TRIGGER_CHAR) in altr_edac_a10_device_trig()1785 u8 trig_type; in altr_edac_a10_device_trig2() local1787 if (!user_buf || get_user(trig_type, user_buf)) in altr_edac_a10_device_trig2()1791 if (trig_type == ALTR_UE_TRIGGER_CHAR) { in altr_edac_a10_device_trig2()
273 drvdata->dsb->trig_type = false; in tpdm_reset_datasets()371 if (drvdata->dsb->trig_type) in tpdm_enable_dsb()910 (unsigned int)drvdata->dsb->trig_type); in dsb_trig_type_show()931 drvdata->dsb->trig_type = true; in dsb_trig_type_store()933 drvdata->dsb->trig_type = false; in dsb_trig_type_store()
257 bool trig_type; member