Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/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-v5.4/drivers/nvmem/
Dsc27xx-efuse.c208 ret = of_hwspin_lock_get_id(np, 0); in sc27xx_efuse_probe()
/Linux-v5.4/drivers/mfd/
Dsyscon.c86 ret = of_hwspin_lock_get_id(np, 0); in of_syscon_register()
/Linux-v5.4/drivers/iio/adc/
Dsc27xx_adc.c517 ret = of_hwspin_lock_get_id(np, 0); in sc27xx_adc_probe()
/Linux-v5.4/drivers/spi/
Dspi-sprd-adi.c485 ret = of_hwspin_lock_get_id(np, 0); in sprd_adi_probe()
/Linux-v5.4/drivers/soc/qcom/
Dsmem.c954 hwlock_id = of_hwspin_lock_get_id(pdev->dev.of_node, 0); in qcom_smem_probe()
/Linux-v5.4/drivers/irqchip/
Dirq-stm32-exti.c821 ret = of_hwspin_lock_get_id(np, 0); in stm32_exti_probe()
/Linux-v5.4/Documentation/
Dhwspinlock.txt65 int of_hwspin_lock_get_id(struct device_node *np, int index);
/Linux-v5.4/drivers/pinctrl/stm32/
Dpinctrl-stm32.c1393 hwlock_id = of_hwspin_lock_get_id(pdev->dev.of_node, 0); in stm32_pctl_probe()