Searched refs:busy_pin (Results 1 – 1 of 1) sorted by relevance
49 struct gpio_desc *busy_pin; member88 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()