Home
last modified time | relevance | path

Searched refs:rdvel (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/iio/resolver/
H A Dad2s1200.c43 struct gpio_desc *rdvel; member
80 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()