Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dhwspinlock.h63 int hwspin_lock_free(struct hwspinlock *hwlock);
107 static inline int hwspin_lock_free(struct hwspinlock *hwlock) in hwspin_lock_free() function
/Linux-v5.4/drivers/nvmem/
Dsc27xx-efuse.c235 hwspin_lock_free(efuse->hwlock); in sc27xx_efuse_probe()
246 hwspin_lock_free(efuse->hwlock); in sc27xx_efuse_remove()
/Linux-v5.4/drivers/hwspinlock/
Dhwspinlock_core.c798 int hwspin_lock_free(struct hwspinlock *hwlock) in hwspin_lock_free() function
840 EXPORT_SYMBOL_GPL(hwspin_lock_free);
854 hwspin_lock_free(*(struct hwspinlock **)res); in devm_hwspin_lock_release()
/Linux-v5.4/Documentation/
Dhwspinlock.txt80 int hwspin_lock_free(struct hwspinlock *hwlock);
349 ret = hwspin_lock_free(hwlock);
384 ret = hwspin_lock_free(hwlock);
/Linux-v5.4/drivers/iio/adc/
Dsc27xx_adc.c484 hwspin_lock_free(hwlock); in sc27xx_adc_free_hwlock()
/Linux-v5.4/drivers/soc/qcom/
Dsmem.c980 hwspin_lock_free(__smem->hwlock); in qcom_smem_remove()
/Linux-v5.4/drivers/base/regmap/
Dregmap.c1164 hwspin_lock_free(map->hwlock); in __regmap_init()
1357 hwspin_lock_free(map->hwlock); in regmap_exit()