Searched refs:of_hwspin_lock_get_id (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ |
H A D | hwspinlock.h | 64 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 D | hwspinlock_core.c | 370 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 D | syscon.c | 85 ret = of_hwspin_lock_get_id(np, 0); in of_syscon_register()
|
/linux/drivers/spi/ |
H A D | spi-sprd-adi.c | 550 ret = of_hwspin_lock_get_id(np, 0); in sprd_adi_probe()
|
/linux/drivers/iio/adc/ |
H A D | sc27xx_adc.c | 897 ret = of_hwspin_lock_get_id(np, 0); in sc27xx_adc_probe()
|
/linux/drivers/irqchip/ |
H A D | irq-stm32mp-exti.c | 639 ret = of_hwspin_lock_get_id(np, 0); in stm32mp_exti_probe()
|
/linux/drivers/soc/qcom/ |
H A D | smem.c | 1182 hwlock_id = of_hwspin_lock_get_id(pdev->dev.of_node, 0); in qcom_smem_probe()
|
/linux/Documentation/locking/ |
H A D | hwspinlock.rst | 65 int of_hwspin_lock_get_id(struct device_node *np, int index);
|
/linux/drivers/pinctrl/stm32/ |
H A D | pinctrl-stm32.c | 1550 hwlock_id = of_hwspin_lock_get_id(pdev->dev.of_node, 0); in stm32_pctl_probe()
|