Home
last modified time | relevance | path

Searched refs:hwspin_lock_free (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/include/linux/
Dhwspinlock.h62 int hwspin_lock_free(struct hwspinlock *hwlock);
106 static inline int hwspin_lock_free(struct hwspinlock *hwlock) in hwspin_lock_free() function
/Linux-v4.19/drivers/nvmem/
Dsc27xx-efuse.c231 hwspin_lock_free(efuse->hwlock); in sc27xx_efuse_probe()
242 hwspin_lock_free(efuse->hwlock); in sc27xx_efuse_remove()
/Linux-v4.19/drivers/hwspinlock/
Dhwspinlock_core.c776 int hwspin_lock_free(struct hwspinlock *hwlock) in hwspin_lock_free() function
818 EXPORT_SYMBOL_GPL(hwspin_lock_free);
832 hwspin_lock_free(*(struct hwspinlock **)res); in devm_hwspin_lock_release()
/Linux-v4.19/Documentation/
Dhwspinlock.txt80 int hwspin_lock_free(struct hwspinlock *hwlock);
268 ret = hwspin_lock_free(hwlock);
303 ret = hwspin_lock_free(hwlock);
/Linux-v4.19/drivers/iio/adc/
Dsc27xx_adc.c414 hwspin_lock_free(hwlock); in sc27xx_adc_free_hwlock()
/Linux-v4.19/drivers/soc/qcom/
Dsmem.c987 hwspin_lock_free(__smem->hwlock); in qcom_smem_remove()
/Linux-v4.19/drivers/base/regmap/
Dregmap.c1145 hwspin_lock_free(map->hwlock); in __regmap_init()
1337 hwspin_lock_free(map->hwlock); in regmap_exit()