Lines Matching refs:lock
78 unsigned int lock; member
178 exceptions = cpu_spin_lock_xsave(&exti->lock); in stm32_exti_set_type()
183 cpu_spin_unlock_xrestore(&exti->lock, exceptions); in stm32_exti_set_type()
192 exceptions = cpu_spin_lock_xsave(&exti->lock); in stm32_exti_mask()
197 cpu_spin_unlock_xrestore(&exti->lock, exceptions); in stm32_exti_mask()
207 exceptions = cpu_spin_lock_xsave(&exti->lock); in stm32_exti_unmask()
212 cpu_spin_unlock_xrestore(&exti->lock, exceptions); in stm32_exti_unmask()
222 exceptions = cpu_spin_lock_xsave(&exti->lock); in stm32_exti_enable_wake()
226 cpu_spin_unlock_xrestore(&exti->lock, exceptions); in stm32_exti_enable_wake()
236 exceptions = cpu_spin_lock_xsave(&exti->lock); in stm32_exti_disable_wake()
240 cpu_spin_unlock_xrestore(&exti->lock, exceptions); in stm32_exti_disable_wake()
249 exceptions = cpu_spin_lock_xsave(&exti->lock); in stm32_exti_clear()
254 cpu_spin_unlock_xrestore(&exti->lock, exceptions); in stm32_exti_clear()
264 exceptions = cpu_spin_lock_xsave(&exti->lock); in stm32_exti_set_tz()
268 cpu_spin_unlock_xrestore(&exti->lock, exceptions); in stm32_exti_set_tz()
754 exti->lock = SPINLOCK_UNLOCK; in stm32_exti_probe()