Searched refs:gpiod_echo (Results 1 – 1 of 1) sorted by relevance
57 struct gpio_desc *gpiod_echo; member83 if (gpiod_get_value(data->gpiod_echo)) { in srf04_handle_irq()271 data->gpiod_echo = devm_gpiod_get(dev, "echo", GPIOD_IN); in srf04_probe()272 if (IS_ERR(data->gpiod_echo)) { in srf04_probe()274 PTR_ERR(data->gpiod_echo)); in srf04_probe()275 return PTR_ERR(data->gpiod_echo); in srf04_probe()292 if (gpiod_cansleep(data->gpiod_echo)) { in srf04_probe()297 data->irqnr = gpiod_to_irq(data->gpiod_echo); in srf04_probe()