Searched refs:gpiod_cansleep (Results 1 – 9 of 9) sorted by relevance
109 return gpiod_cansleep(gpio_to_desc(gpio)); in __gpio_cansleep()
365 if (gpiod_cansleep(drvdata->gpio_data) || in ps2_gpio_probe()366 gpiod_cansleep(drvdata->gpio_clk)) { in ps2_gpio_probe()
318 if (gpiod_cansleep(priv->sda) || gpiod_cansleep(priv->scl)) in i2c_gpio_probe()
142 int gpiod_cansleep(const struct gpio_desc *desc);454 static inline int gpiod_cansleep(const struct gpio_desc *desc) in gpiod_cansleep() function
252 if (gpiod_cansleep(data->gpiod_echo)) { in srf04_probe()
87 cansleep = gpiod_cansleep(ctx->cd_gpio); in mmc_gpio_get_cd()
115 led_dat->can_sleep = gpiod_cansleep(led_dat->gpiod); in create_gpio_led()
3203 int gpiod_cansleep(const struct gpio_desc *desc) in gpiod_cansleep() function3208 EXPORT_SYMBOL_GPL(gpiod_cansleep);
237 int gpiod_cansleep(const struct gpio_desc *desc)