Home
last modified time | relevance | path

Searched refs:of_hwspin_lock_get_id (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
H A Dhwspinlock.h64 int of_hwspin_lock_get_id(struct device_node *np, int index);
136 static inline int of_hwspin_lock_get_id(struct device_node *np, int index) in of_hwspin_lock_get_id() function
/linux/drivers/hwspinlock/
H A Dhwspinlock_core.c370 int of_hwspin_lock_get_id(struct device_node *np, int index) in of_hwspin_lock_get_id() function
421 EXPORT_SYMBOL_GPL(of_hwspin_lock_get_id);
449 return of_hwspin_lock_get_id(np, index); in of_hwspin_lock_get_id_byname()
/linux/drivers/mfd/
H A Dsyscon.c85 ret = of_hwspin_lock_get_id(np, 0); in of_syscon_register()
/linux/drivers/spi/
H A Dspi-sprd-adi.c550 ret = of_hwspin_lock_get_id(np, 0); in sprd_adi_probe()
/linux/drivers/iio/adc/
H A Dsc27xx_adc.c897 ret = of_hwspin_lock_get_id(np, 0); in sc27xx_adc_probe()
/linux/drivers/irqchip/
H A Dirq-stm32mp-exti.c639 ret = of_hwspin_lock_get_id(np, 0); in stm32mp_exti_probe()
/linux/drivers/soc/qcom/
H A Dsmem.c1182 hwlock_id = of_hwspin_lock_get_id(pdev->dev.of_node, 0); in qcom_smem_probe()
/linux/Documentation/locking/
H A Dhwspinlock.rst65 int of_hwspin_lock_get_id(struct device_node *np, int index);
/linux/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c1550 hwlock_id = of_hwspin_lock_get_id(pdev->dev.of_node, 0); in stm32_pctl_probe()