Searched defs:hwspinlock_ops (Results 1 – 2 of 2) sorted by relevance
96 struct hwspinlock_ops { struct108 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);
30 struct hwspinlock_ops { struct31 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);