Home
last modified time | relevance | path

Searched refs:hwspinlock_ops (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/drivers/hwspinlock/
H A Dhwspinlock-uclass.c12 static inline const struct hwspinlock_ops *
15 return (const struct hwspinlock_ops *)dev->driver->ops; in hwspinlock_dev_ops()
40 const struct hwspinlock_ops *ops; in hwspinlock_get_by_index()
78 const struct hwspinlock_ops *ops; in hwspinlock_lock_timeout()
106 const struct hwspinlock_ops *ops; in hwspinlock_unlock()
123 struct hwspinlock_ops *ops = device_get_ops(dev); in hwspinlock_post_bind()
H A Dsandbox_hwspinlock.c41 static const struct hwspinlock_ops sandbox_hwspinlock_ops = {
H A Dstm32_hwspinlock.c75 static const struct hwspinlock_ops stm32mp1_hwspinlock_ops = {
/openbmc/linux/drivers/hwspinlock/
H A Dhwspinlock_internal.h30 struct hwspinlock_ops { struct
59 const struct hwspinlock_ops *ops;
H A Du8500_hsem.c79 static const struct hwspinlock_ops u8500_hwspinlock_ops = {
H A Domap_hwspinlock.c69 static const struct hwspinlock_ops omap_hwspinlock_ops = {
H A Dsprd_hwspinlock.c73 static const struct hwspinlock_ops sprd_hwspinlock_ops = {
H A Dstm32_hwspinlock.c51 static const struct hwspinlock_ops stm32_hwspinlock_ops = {
H A Dsun6i_hwspinlock.c77 static const struct hwspinlock_ops sun6i_hwspinlock_ops = {
H A Dhwspinlock_core.c515 const struct hwspinlock_ops *ops, int base_id, int num_locks) in hwspin_lock_register()
642 const struct hwspinlock_ops *ops, in devm_hwspin_lock_register()
H A Dqcom_hwspinlock.c67 static const struct hwspinlock_ops qcom_hwspinlock_ops = {
/openbmc/linux/include/linux/
H A Dhwspinlock.h26 struct hwspinlock_ops;
59 const struct hwspinlock_ops *ops, int base_id, int num_locks);
80 const struct hwspinlock_ops *ops,
/openbmc/u-boot/include/
H A Dhwspinlock.h96 struct hwspinlock_ops { struct
/openbmc/linux/Documentation/locking/
H A Dhwspinlock.rst409 const struct hwspinlock_ops *ops, int base_id, int num_locks);
450 const struct hwspinlock_ops *ops;
478 There are three possible callbacks defined in 'struct hwspinlock_ops'::
480 struct hwspinlock_ops {