Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpio/
Dgpio-msic.c48 unsigned trig_type; member
161 mg->trig_type = type; in msic_irq_type()
195 if (mg->trig_type & IRQ_TYPE_EDGE_RISING) in msic_bus_sync_unlock()
197 if (mg->trig_type & IRQ_TYPE_EDGE_FALLING) in msic_bus_sync_unlock()
/Linux-v5.4/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-v5.4/drivers/edac/
Daltera_edac.c640 u8 trig_type; in altr_edac_device_trig() local
647 if (!user_buf || get_user(trig_type, user_buf)) in altr_edac_device_trig()
664 if (trig_type == ALTR_UE_TRIGGER_CHAR) in altr_edac_device_trig()
1802 u8 trig_type; in altr_edac_a10_device_trig() local
1804 if (!user_buf || get_user(trig_type, user_buf)) in altr_edac_a10_device_trig()
1808 if (trig_type == ALTR_UE_TRIGGER_CHAR) in altr_edac_a10_device_trig()
1834 u8 trig_type; in altr_edac_a10_device_trig2() local
1836 if (!user_buf || get_user(trig_type, user_buf)) in altr_edac_a10_device_trig2()
1840 if (trig_type == ALTR_UE_TRIGGER_CHAR) { in altr_edac_a10_device_trig2()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/
Ddbg.h116 enum iwl_fw_dbg_trigger trig_type);
Ddbg.c2041 u32 trig_type = le32_to_cpu(desc->trig_desc.type); in iwl_fw_dbg_collect_desc() local
2045 ret = iwl_fw_dbg_ini_collect(fwrt, trig_type); in iwl_fw_dbg_collect_desc()
2074 enum iwl_fw_dbg_trigger trig_type) in iwl_fw_dbg_error_collect() argument
2086 iwl_dump_error_desc->trig_desc.type = cpu_to_le32(trig_type); in iwl_fw_dbg_error_collect()