Home
last modified time | relevance | path

Searched refs:trig_type (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pinctrl/samsung/
H A Dpinctrl-exynos.c160 unsigned int con, trig_type; in exynos_irq_set_type() local
166 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()
/linux/drivers/edac/
H A Daltera_edac.c579 u8 trig_type; in altr_edac_device_trig() local
586 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() local
1755 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() local
1787 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()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-tpdm.c273 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()
H A Dcoresight-tpdm.h257 bool trig_type; member