Lines Matching full:hwspinlock
10 #include <linux/hwspinlock.h>
68 struct hwspinlock *hwlock;
309 struct hwspinlock *hwlock = chip_data->host_data->hwlock; in stm32_irq_set_type()
318 pr_err("%s can't get hwspinlock (%d)\n", __func__, err); in stm32_irq_set_type()
511 struct hwspinlock *hwlock = chip_data->host_data->hwlock; in stm32_exti_h_set_type()
521 pr_err("%s can't get hwspinlock (%d)\n", __func__, err); in stm32_exti_h_set_type()
859 /* check for optional hwspinlock which may be not available yet */ in stm32_exti_probe()
862 /* hwspinlock framework not yet ready */ in stm32_exti_probe()
868 dev_err(dev, "Failed to request hwspinlock\n"); in stm32_exti_probe()
872 /* note: ENOENT is a valid case (means 'no hwspinlock') */ in stm32_exti_probe()
873 dev_err(dev, "Failed to get hwspinlock\n"); in stm32_exti_probe()