Home
last modified time | relevance | path

Searched refs:hwspin_lock_request_specific (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dhwspinlock.h68 struct hwspinlock *hwspin_lock_request_specific(unsigned int id);
97 static inline struct hwspinlock *hwspin_lock_request_specific(unsigned int id) in hwspin_lock_request_specific() function
/linux-4.4.14/drivers/hwspinlock/
Dhwspinlock_core.c590 struct hwspinlock *hwspin_lock_request_specific(unsigned int id) in hwspin_lock_request_specific() function
624 EXPORT_SYMBOL_GPL(hwspin_lock_request_specific);
/linux-4.4.14/Documentation/
Dhwspinlock.txt44 struct hwspinlock *hwspin_lock_request_specific(unsigned int id);
55 be requested using the normal hwspin_lock_request_specific() API.
211 hwlock = hwspin_lock_request_specific(PREDEFINED_LOCK_ID);
/linux-4.4.14/drivers/soc/qcom/
Dsmem.c748 smem->hwlock = hwspin_lock_request_specific(hwlock_id); in qcom_smem_probe()