Home
last modified time | relevance | path

Searched refs:hwspinlock_unlock (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dhwspinlock.c28 ut_assertok(hwspinlock_unlock(&hws)); in dm_test_hwspinlock_base()
34 ut_assertok(hwspinlock_unlock(&hws)); in dm_test_hwspinlock_base()
35 ut_assertok(!hwspinlock_unlock(&hws)); in dm_test_hwspinlock_base()
/openbmc/u-boot/include/
H A Dhwspinlock.h64 int hwspinlock_unlock(struct hwspinlock *hws);
81 static inline int hwspinlock_unlock(struct hwspinlock *hws) in hwspinlock_unlock() function
/openbmc/u-boot/drivers/hwspinlock/
H A Dhwspinlock-uclass.c104 int hwspinlock_unlock(struct hwspinlock *hws) in hwspinlock_unlock() function
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c268 hwspinlock_unlock(&ctrl_priv->hws); in stm32_gpio_config()