Home
last modified time | relevance | path

Searched defs:hws (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/hwspinlock/
H A Dhwspinlock-uclass.c18 static int hwspinlock_of_xlate_default(struct hwspinlock *hws, in hwspinlock_of_xlate_default()
35 struct hwspinlock *hws) in hwspinlock_get_by_index()
76 int hwspinlock_lock_timeout(struct hwspinlock *hws, unsigned int timeout) in hwspinlock_lock_timeout()
104 int hwspinlock_unlock(struct hwspinlock *hws) in hwspinlock_unlock()
/openbmc/u-boot/include/
H A Dhwspinlock.h70 struct hwspinlock *hws) in hwspinlock_get_by_index()
75 static inline int hwspinlock_lock_timeout(struct hwspinlock *hws, in hwspinlock_lock_timeout()
81 static inline int hwspinlock_unlock(struct hwspinlock *hws) in hwspinlock_unlock()
/openbmc/u-boot/test/dm/
H A Dhwspinlock.c18 struct hwspinlock hws; in dm_test_hwspinlock_base() local
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c19 struct hwspinlock hws; member