Searched refs:gpiod_echo (Results 1 – 1 of 1) sorted by relevance
58 struct gpio_desc *gpiod_echo; member82 if (gpiod_get_value(data->gpiod_echo)) { in srf04_handle_irq()264 data->gpiod_echo = devm_gpiod_get(dev, "echo", GPIOD_IN); in srf04_probe()265 if (IS_ERR(data->gpiod_echo)) { in srf04_probe()267 PTR_ERR(data->gpiod_echo)); in srf04_probe()268 return PTR_ERR(data->gpiod_echo); in srf04_probe()271 if (gpiod_cansleep(data->gpiod_echo)) { in srf04_probe()276 data->irqnr = gpiod_to_irq(data->gpiod_echo); in srf04_probe()