Home
last modified time | relevance | path

Searched defs:hwspinlock_ops (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dhwspinlock.h96 struct hwspinlock_ops { struct
108 int (*of_xlate)(struct hwspinlock *hws,
118 int (*lock)(struct udevice *dev, int index);
127 int (*unlock)(struct udevice *dev, int index);
137 void (*relax)(struct udevice *dev);
/openbmc/linux/drivers/hwspinlock/
H A Dhwspinlock_internal.h30 struct hwspinlock_ops { struct
31 int (*trylock)(struct hwspinlock *lock);
32 void (*unlock)(struct hwspinlock *lock);
33 int (*bust)(struct hwspinlock *lock, unsigned int id);
34 void (*relax)(struct hwspinlock *lock);