Lines Matching defs:gpiod
635 struct gpio_desc *gpiod;762 gpiod = devm_gpiod_get_optional(&client->dev,765 if (IS_ERR(gpiod))766 return PTR_ERR(gpiod);767 if (gpiod) {768 config.ena_gpiod = gpiod;779 gpiod = devm_gpiod_get_optional(&client->dev,782 if (IS_ERR(gpiod))783 return PTR_ERR(gpiod);784 if (gpiod)