Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dhwspinlock.h64 int of_hwspin_lock_get_id(struct device_node *np, int index);
130 static inline int of_hwspin_lock_get_id(struct device_node *np, int index) in of_hwspin_lock_get_id() function
/linux-5.19.10/drivers/hwspinlock/
Dhwspinlock_core.c339 int of_hwspin_lock_get_id(struct device_node *np, int index) in of_hwspin_lock_get_id() function
390 EXPORT_SYMBOL_GPL(of_hwspin_lock_get_id);
417 return of_hwspin_lock_get_id(np, index); in of_hwspin_lock_get_id_byname()
/linux-5.19.10/drivers/nvmem/
Dsc27xx-efuse.c227 ret = of_hwspin_lock_get_id(np, 0); in sc27xx_efuse_probe()
Dsprd-efuse.c384 ret = of_hwspin_lock_get_id(np, 0); in sprd_efuse_probe()
/linux-5.19.10/drivers/mfd/
Dsyscon.c86 ret = of_hwspin_lock_get_id(np, 0); in of_syscon_register()
/linux-5.19.10/drivers/spi/
Dspi-sprd-adi.c557 ret = of_hwspin_lock_get_id(np, 0); in sprd_adi_probe()
/linux-5.19.10/drivers/iio/adc/
Dsc27xx_adc.c897 ret = of_hwspin_lock_get_id(np, 0); in sc27xx_adc_probe()
/linux-5.19.10/drivers/soc/qcom/
Dsmem.c1101 hwlock_id = of_hwspin_lock_get_id(pdev->dev.of_node, 0); in qcom_smem_probe()
/linux-5.19.10/drivers/irqchip/
Dirq-stm32-exti.c908 ret = of_hwspin_lock_get_id(np, 0); in stm32_exti_probe()
/linux-5.19.10/Documentation/locking/
Dhwspinlock.rst65 int of_hwspin_lock_get_id(struct device_node *np, int index);
/linux-5.19.10/drivers/pinctrl/stm32/
Dpinctrl-stm32.c1519 hwlock_id = of_hwspin_lock_get_id(pdev->dev.of_node, 0); in stm32_pctl_probe()