Lines Matching defs:gpiod_power
59 struct gpio_desc *gpiod_power;
102 if (data->gpiod_power) {
120 if (data->gpiod_power) {
283 data->gpiod_power = devm_gpiod_get_optional(dev, "power",
285 if (IS_ERR(data->gpiod_power)) {
287 PTR_ERR(data->gpiod_power));
288 return PTR_ERR(data->gpiod_power);
290 if (data->gpiod_power) {
330 if (data->gpiod_power) {
354 if (data->gpiod_power) {
369 gpiod_set_value(data->gpiod_power, 0);
381 gpiod_set_value(data->gpiod_power, 1);