Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/drivers/hwspinlock/
H A Dhwspinlock_core.c367 int of_hwspin_lock_get_id(struct device_node *np, int index) in of_hwspin_lock_get_id() function
418 EXPORT_SYMBOL_GPL(of_hwspin_lock_get_id);
445 return of_hwspin_lock_get_id(np, index); in of_hwspin_lock_get_id_byname()
/openbmc/linux/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()
/openbmc/linux/drivers/mfd/
H A Dsyscon.c88 ret = of_hwspin_lock_get_id(np, 0); in of_syscon_register()
/openbmc/linux/drivers/spi/
H A Dspi-sprd-adi.c555 ret = of_hwspin_lock_get_id(np, 0); in sprd_adi_probe()
/openbmc/linux/drivers/iio/adc/
H A Dsc27xx_adc.c898 ret = of_hwspin_lock_get_id(np, 0); in sc27xx_adc_probe()
/openbmc/linux/drivers/irqchip/
H A Dirq-stm32-exti.c921 ret = of_hwspin_lock_get_id(np, 0); in stm32_exti_probe()
/openbmc/linux/drivers/soc/qcom/
H A Dsmem.c1160 hwlock_id = of_hwspin_lock_get_id(pdev->dev.of_node, 0); in qcom_smem_probe()
/openbmc/linux/Documentation/locking/
H A Dhwspinlock.rst65 int of_hwspin_lock_get_id(struct device_node *np, int index);
/openbmc/linux/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c1547 hwlock_id = of_hwspin_lock_get_id(pdev->dev.of_node, 0); in stm32_pctl_probe()