Searched refs:gpiod_get_value (Results 1 – 9 of 9) sorted by relevance
145 return 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()
38 val = gpiod_get_value(gpio_dev->gpiod); in gpio_ir_recv_irq()
105 int gpiod_get_value(const struct gpio_desc *desc);325 static inline int gpiod_get_value(const struct gpio_desc *desc) in gpiod_get_value() function
77 if (gpiod_get_value(data->gpiod_echo)) { in srf04_handle_irq()
54 return gpiod_get_value(clk->gpiod); in clk_gpio_gate_is_enabled()
149 if (!gpio || gpiod_get_value(gpio) == 0) in rk808_buck1_2_get_voltage_sel_regmap()226 gpio_level = gpiod_get_value(gpio); in rk808_buck1_2_set_voltage_sel()
71 gpiod_get_value(master->gpio_data); in sda_clock_in()74 in = gpiod_get_value(master->gpio_data); in sda_clock_in()
175 int wake_state = gpiod_get_value(btdev->wakeup_host); in wakeup_handler()
2949 int gpiod_get_value(const struct gpio_desc *desc) in gpiod_get_value() function2966 EXPORT_SYMBOL_GPL(gpiod_get_value);