Lines Matching refs:ret
630 int ret;
635 ret = __bcm2835_gpio_irq_set_type_enabled(pc, gpio, type);
637 ret = __bcm2835_gpio_irq_set_type_disabled(pc, gpio, type);
646 return ret;
664 int ret = -EINVAL;
667 return ret;
676 return ret;
679 ret = enable_irq_wake(pc->wake_irq[irqgroup]);
681 ret = disable_irq_wake(pc->wake_irq[irqgroup]);
683 return ret;