Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dhwspinlock.h44 int hwspinlock_get_by_index(struct udevice *dev,
68 static inline int hwspinlock_get_by_index(struct udevice *dev, in hwspinlock_get_by_index() function
/openbmc/u-boot/drivers/hwspinlock/
H A Dhwspinlock-uclass.c34 int hwspinlock_get_by_index(struct udevice *dev, int index, in hwspinlock_get_by_index() function
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c226 ret = hwspinlock_get_by_index(dev, 0, &priv->hws); in stm32_pinctrl_probe()