Searched refs:rdvel (Results 1 – 1 of 1) sorted by relevance
43 struct gpio_desc *rdvel; member80 gpiod_set_value(st->rdvel, !!(chan->type == IIO_ANGL)); in ad2s1200_read_raw()154 st->rdvel = devm_gpiod_get(&spi->dev, "adi,rdvel", GPIOD_OUT_LOW); in ad2s1200_probe()155 if (IS_ERR(st->rdvel)) { in ad2s1200_probe()157 PTR_ERR(st->rdvel)); in ad2s1200_probe()158 return PTR_ERR(st->rdvel); in ad2s1200_probe()