Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpio/
Dgpio-msic.c61 unsigned trig_type; member
174 mg->trig_type = type; in msic_irq_type()
208 if (mg->trig_type & IRQ_TYPE_EDGE_RISING) in msic_bus_sync_unlock()
210 if (mg->trig_type & IRQ_TYPE_EDGE_FALLING) in msic_bus_sync_unlock()
/Linux-v4.19/drivers/pinctrl/samsung/
Dpinctrl-exynos.c113 unsigned int con, trig_type; in exynos_irq_set_type() local
118 trig_type = EXYNOS_EINT_EDGE_RISING; in exynos_irq_set_type()
121 trig_type = EXYNOS_EINT_EDGE_FALLING; in exynos_irq_set_type()
124 trig_type = EXYNOS_EINT_EDGE_BOTH; in exynos_irq_set_type()
127 trig_type = EXYNOS_EINT_LEVEL_HIGH; in exynos_irq_set_type()
130 trig_type = EXYNOS_EINT_LEVEL_LOW; in exynos_irq_set_type()
144 con |= trig_type << shift; in exynos_irq_set_type()
/Linux-v4.19/drivers/edac/
Daltera_edac.c894 u8 trig_type; in altr_edac_device_trig() local
901 if (!user_buf || get_user(trig_type, user_buf)) in altr_edac_device_trig()
918 if (trig_type == ALTR_UE_TRIGGER_CHAR) in altr_edac_device_trig()
1936 u8 trig_type; in altr_edac_a10_device_trig() local
1938 if (!user_buf || get_user(trig_type, user_buf)) in altr_edac_a10_device_trig()
1942 if (trig_type == ALTR_UE_TRIGGER_CHAR) in altr_edac_a10_device_trig()