Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/iio/adc/
Dad7816.c49 struct gpio_desc *busy_pin; member
88 while (gpiod_get_value(chip->busy_pin)) in ad7816_spi_read()
386 chip->busy_pin = devm_gpiod_get(&spi_dev->dev, "busy", in ad7816_probe()
388 if (IS_ERR(chip->busy_pin)) { in ad7816_probe()
389 ret = PTR_ERR(chip->busy_pin); in ad7816_probe()