Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dhwspinlock.h63 int of_hwspin_lock_get_id(struct device_node *np, int index);
128 static inline int of_hwspin_lock_get_id(struct device_node *np, int index) in of_hwspin_lock_get_id() function
/linux-6.15/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-6.15/drivers/nvmem/
H A Dsc27xx-efuse.c226 ret = of_hwspin_lock_get_id(np, 0); in sc27xx_efuse_probe()
H A Dsprd-efuse.c384 ret = of_hwspin_lock_get_id(np, 0); in sprd_efuse_probe()
/linux-6.15/drivers/mfd/
H A Dsyscon.c82 ret = of_hwspin_lock_get_id(np, 0); in of_syscon_register()
/linux-6.15/drivers/spi/
H A Dspi-sprd-adi.c550 ret = of_hwspin_lock_get_id(np, 0); in sprd_adi_probe()
/linux-6.15/drivers/irqchip/
H A Dirq-stm32mp-exti.c639 ret = of_hwspin_lock_get_id(np, 0); in stm32mp_exti_probe()
/linux-6.15/drivers/iio/adc/
H A Dsc27xx_adc.c897 ret = of_hwspin_lock_get_id(np, 0); in sc27xx_adc_probe()
/linux-6.15/drivers/soc/qcom/
H A Dsmem.c1188 hwlock_id = of_hwspin_lock_get_id(pdev->dev.of_node, 0); in qcom_smem_probe()
/linux-6.15/Documentation/locking/
H A Dhwspinlock.rst54 int of_hwspin_lock_get_id(struct device_node *np, int index);
/linux-6.15/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c1535 hwlock_id = of_hwspin_lock_get_id(pdev->dev.of_node, 0); in stm32_pctl_probe()