Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/adc/
Dhx711.c82 struct gpio_desc *gpiod_dout; member
136 return gpiod_get_value(hx711_data->gpiod_dout); in hx711_cycle()
143 int val = gpiod_get_value(hx711_data->gpiod_dout); in hx711_read()
174 val = gpiod_get_value(hx711_data->gpiod_dout); in hx711_wait_for_ready()
485 hx711_data->gpiod_dout = devm_gpiod_get(dev, "dout", GPIOD_IN); in hx711_probe()
486 if (IS_ERR(hx711_data->gpiod_dout)) in hx711_probe()
487 return dev_err_probe(dev, PTR_ERR(hx711_data->gpiod_dout), in hx711_probe()