Searched refs:intp_gpiod (Results 1 – 1 of 1) sorted by relevance
278 struct gpio_desc *intp_gpiod; member1331 ctx->intp_gpiod = devm_gpiod_get_optional(dev, "interrupt", GPIOD_IN); in anx7411_get_gpio_irq()1332 if (IS_ERR_OR_NULL(ctx->intp_gpiod)) { in anx7411_get_gpio_irq()1337 ctx->intp_irq = gpiod_to_irq(ctx->intp_gpiod); in anx7411_get_gpio_irq()