Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/typec/
Danx7411.c279 struct gpio_desc *intp_gpiod; member
1332 ctx->intp_gpiod = devm_gpiod_get_optional(dev, "interrupt", GPIOD_IN); in anx7411_get_gpio_irq()
1333 if (IS_ERR_OR_NULL(ctx->intp_gpiod)) { in anx7411_get_gpio_irq()
1338 ctx->intp_irq = gpiod_to_irq(ctx->intp_gpiod); in anx7411_get_gpio_irq()