Lines Matching refs:eoc_gpiod
360 struct gpio_desc *eoc_gpiod;
511 irq = gpiod_to_irq(data->eoc_gpiod);
560 if (data->eoc_gpiod || client->irq > 0) {
585 if (gpiod_get_value(data->eoc_gpiod))
657 else if (data->eoc_gpiod)
852 struct gpio_desc *eoc_gpiod;
865 eoc_gpiod = devm_gpiod_get_optional(&client->dev, NULL, GPIOD_IN);
866 if (IS_ERR(eoc_gpiod))
867 return PTR_ERR(eoc_gpiod);
868 if (eoc_gpiod)
869 gpiod_set_consumer_name(eoc_gpiod, "ak_8975");
890 data->eoc_gpiod = eoc_gpiod;