Home
last modified time | relevance | path

Searched defs:hx711_data (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/iio/adc/
H A Dhx711.c94 struct hx711_data { struct
95 struct device *dev;
96 struct gpio_desc *gpiod_pd_sck;
97 struct gpio_desc *gpiod_dout;
121 static int hx711_cycle(struct hx711_data *hx711_data) in hx711_cycle()
159 static int hx711_read(struct hx711_data *hx711_data, int trailing_pulses) in hx711_read()
185 static int hx711_wait_for_ready(struct hx711_data *hx711_data) in hx711_wait_for_ready()
207 static int hx711_reset(struct hx711_data *hx711_data) in hx711_reset()
235 static int hx711_set_gain_for_channel(struct hx711_data *hx711_data, int chan) in hx711_set_gain_for_channel()
270 static int hx711_set_hx711_channel(struct hx711_data *hx711_data, in hx711_set_hx711_channel()
[all …]