Searched refs:int_gpiod (Results 1 – 1 of 1) sorted by relevance
50 struct gpio_desc *int_gpiod; member210 result = gpiod_get_value(c->int_gpiod); in omap2_onenand_wait()507 c->int_gpiod = devm_gpiod_get_optional(dev, "int", GPIOD_IN); in omap2_onenand_probe()508 if (IS_ERR(c->int_gpiod)) { in omap2_onenand_probe()509 r = PTR_ERR(c->int_gpiod); in omap2_onenand_probe()516 if (c->int_gpiod) { in omap2_onenand_probe()517 r = devm_request_irq(dev, gpiod_to_irq(c->int_gpiod), in omap2_onenand_probe()