Lines Matching defs:gpiod
599 struct gpio_desc *gpiod;730 gpiod = devm_gpiod_get_optional(&client->dev,733 if (IS_ERR(gpiod))734 return PTR_ERR(gpiod);735 if (gpiod) {736 config.ena_gpiod = gpiod;747 gpiod = devm_gpiod_get_optional(&client->dev,750 if (IS_ERR(gpiod))751 return PTR_ERR(gpiod);752 if (gpiod)