Home
last modified time | relevance | path

Searched refs:intp_gpiod (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/typec/
H A Danx7411.c279 struct gpio_desc *intp_gpiod; member
1355 ctx->intp_gpiod = devm_gpiod_get_optional(dev, "interrupt", GPIOD_IN); in anx7411_get_gpio_irq()
1356 if (IS_ERR_OR_NULL(ctx->intp_gpiod)) { in anx7411_get_gpio_irq()
1361 ctx->intp_irq = gpiod_to_irq(ctx->intp_gpiod); in anx7411_get_gpio_irq()