Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/iio/adc/
Dad7816.c49 u16 busy_pin; member
81 while (gpio_get_value(chip->busy_pin)) in ad7816_spi_read()
369 chip->busy_pin = pins[2]; in ad7816_probe()
387 ret = devm_gpio_request(&spi_dev->dev, chip->busy_pin, in ad7816_probe()
391 chip->busy_pin); in ad7816_probe()
394 gpio_direction_input(chip->busy_pin); in ad7816_probe()