Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/iio/adc/
Dad7816.c50 u16 busy_pin; member
82 while (gpio_get_value(chip->busy_pin)) in ad7816_spi_read()
371 chip->busy_pin = pins[2]; in ad7816_probe()
389 ret = devm_gpio_request(&spi_dev->dev, chip->busy_pin, in ad7816_probe()
393 chip->busy_pin); in ad7816_probe()
396 gpio_direction_input(chip->busy_pin); in ad7816_probe()