Lines Matching full:hwspinlock
10 #include <linux/hwspinlock.h>
63 struct hwspinlock *hwlock;
361 struct hwspinlock *hwlock = chip_data->host_data->hwlock; in stm32_irq_set_type()
370 pr_err("%s can't get hwspinlock (%d)\n", __func__, err); in stm32_irq_set_type()
564 struct hwspinlock *hwlock = chip_data->host_data->hwlock; in stm32_exti_h_set_type()
574 pr_err("%s can't get hwspinlock (%d)\n", __func__, err); in stm32_exti_h_set_type()
920 /* check for optional hwspinlock which may be not available yet */ in stm32_exti_probe()
923 /* hwspinlock framework not yet ready */ in stm32_exti_probe()
929 dev_err(dev, "Failed to request hwspinlock\n"); in stm32_exti_probe()
933 /* note: ENOENT is a valid case (means 'no hwspinlock') */ in stm32_exti_probe()
934 dev_err(dev, "Failed to get hwspinlock\n"); in stm32_exti_probe()