Searched refs:gpiod_echo (Results 1 – 1 of 1) sorted by relevance
58 struct gpio_desc *gpiod_echo; member84 if (gpiod_get_value(data->gpiod_echo)) { in srf04_handle_irq()276 data->gpiod_echo = devm_gpiod_get(dev, "echo", GPIOD_IN); in srf04_probe()277 if (IS_ERR(data->gpiod_echo)) { in srf04_probe()279 PTR_ERR(data->gpiod_echo)); in srf04_probe()280 return PTR_ERR(data->gpiod_echo); in srf04_probe()297 if (gpiod_cansleep(data->gpiod_echo)) { in srf04_probe()302 data->irqnr = gpiod_to_irq(data->gpiod_echo); in srf04_probe()