Lines Matching refs:irq_gpio
50 int irq_gpio;
202 if (!gpio_get_value(pn54x_dev->irq_gpio)) {
220 if (gpio_get_value(pn54x_dev->irq_gpio))
408 pdata->irq_gpio = val;
499 ret = gpio_request(pdata->irq_gpio, "nfc_int");
501 pr_err("%s :not able to get GPIO irq_gpio\n", __func__);
504 ret = gpio_to_irq(pdata->irq_gpio);
506 pr_err("%s :not able to map GPIO irq_gpio to an IRQ\n", __func__);
543 pn54x_dev->irq_gpio = pdata->irq_gpio;
555 ret = gpio_direction_input(pn54x_dev->irq_gpio);
557 pr_err("%s :not able to set irq_gpio as input\n", __func__);
630 gpio_free(pdata->irq_gpio);
642 gpio_free(pn54x_dev->irq_gpio);