Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/
H A Danx7411.c278 struct gpio_desc *intp_gpiod; member
1331 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()