Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/qcom_tlmm/
HDqcom_tlmm_ipq4018_hw.c74 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_set_function()
102 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_get_function()
127 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_set_oe_output()
152 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_set_oe_input()
176 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_get_oe_state()
198 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_set_output_value()
224 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_get_output_value()
247 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_get_input_value()
269 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_toggle_output_value()
298 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_set_pupd_config()
[all …]
HDqcom_tlmm_var.h35 #define GPIO_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->gpio_mtx, MA_OWNED) macro
HDqcom_tlmm_pin.c74 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_pin_configure()