Home
last modified time | relevance | path

Searched refs:hwspin_unlock_irqrestore (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-sprd-adi.c226 hwspin_unlock_irqrestore(sadi->hwlock, &flags); in sprd_adi_read()
271 hwspin_unlock_irqrestore(sadi->hwlock, &flags); in sprd_adi_write()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhwspinlock.h392 static inline void hwspin_unlock_irqrestore(struct hwspinlock *hwlock, in hwspin_unlock_irqrestore() function
/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dsmem.c475 hwspin_unlock_irqrestore(__smem->hwlock, &flags); in qcom_smem_alloc()
607 hwspin_unlock_irqrestore(__smem->hwlock, &flags); in qcom_smem_get()
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dhwspinlock.rst274 hwspin_unlock_irqrestore(struct hwspinlock *hwlock, unsigned long *flags);
/OK3568_Linux_fs/kernel/drivers/base/regmap/
H A Dregmap.c489 hwspin_unlock_irqrestore(map->hwlock, &map->spinlock_flags); in regmap_unlock_hwlock_irqrestore()