Home
last modified time | relevance | path

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

/freebsd/sys/dev/qcom_tlmm/
H A Dqcom_tlmm_ipq4018_hw.c73 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_set_function()
101 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_get_function()
126 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_set_oe_output()
151 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_set_oe_input()
175 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_get_oe_state()
197 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_set_output_value()
223 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_get_output_value()
246 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_get_input_value()
268 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_toggle_output_value()
297 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_ipq4018_hw_pin_set_pupd_config()
[all …]
H A Dqcom_tlmm_var.h35 #define GPIO_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->gpio_mtx, MA_OWNED) macro
H A Dqcom_tlmm_pin.c73 GPIO_LOCK_ASSERT(sc); in qcom_tlmm_pin_configure()