Lines Matching refs:eoc_gpiod
387 struct gpio_desc *eoc_gpiod;
543 irq = gpiod_to_irq(data->eoc_gpiod);
592 if (data->eoc_gpiod || client->irq > 0) {
617 if (gpiod_get_value(data->eoc_gpiod))
689 else if (data->eoc_gpiod)
884 struct gpio_desc *eoc_gpiod;
897 eoc_gpiod = devm_gpiod_get_optional(&client->dev, NULL, GPIOD_IN);
898 if (IS_ERR(eoc_gpiod))
899 return PTR_ERR(eoc_gpiod);
900 if (eoc_gpiod)
901 gpiod_set_consumer_name(eoc_gpiod, "ak_8975");
922 data->eoc_gpiod = eoc_gpiod;