Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/adc/
Dhx711.c90 struct gpio_desc *gpiod_dout; member
129 val = gpiod_get_value(hx711_data->gpiod_dout); in hx711_cycle()
152 int val = gpiod_get_value(hx711_data->gpiod_dout); in hx711_read()
183 val = gpiod_get_value(hx711_data->gpiod_dout); in hx711_wait_for_ready()
198 int val = gpiod_get_value(hx711_data->gpiod_dout); in hx711_reset()
515 hx711_data->gpiod_dout = devm_gpiod_get(dev, "dout", GPIOD_IN); in hx711_probe()
516 if (IS_ERR(hx711_data->gpiod_dout)) { in hx711_probe()
518 PTR_ERR(hx711_data->gpiod_dout)); in hx711_probe()
519 return PTR_ERR(hx711_data->gpiod_dout); in hx711_probe()