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

/linux-master/drivers/iio/adc/
H A Dhx711.c82 struct gpio_desc *gpiod_dout; member in struct:hx711_data
137 return gpiod_get_value(hx711_data->gpiod_dout);
144 int val = gpiod_get_value(hx711_data->gpiod_dout);
175 val = gpiod_get_value(hx711_data->gpiod_dout);
494 hx711_data->gpiod_dout = devm_gpiod_get(dev, "dout", GPIOD_IN);
495 if (IS_ERR(hx711_data->gpiod_dout)) {
497 PTR_ERR(hx711_data->gpiod_dout));
498 return PTR_ERR(hx711_data->gpiod_dout);

Completed in 74 milliseconds