Searched refs:gpiod_cansleep (Results 1 – 11 of 11) sorted by relevance
109 return gpiod_cansleep(gpio_to_desc(gpio)); in __gpio_cansleep()
72 if (!gpiod_cansleep(pwrseq->reset_gpio)) { in mmc_pwrseq_emmc_probe()
82 cansleep = gpiod_cansleep(ctx->cd_gpio); in mmc_gpio_get_cd()
363 if (gpiod_cansleep(drvdata->gpio_data) || in ps2_gpio_probe()364 gpiod_cansleep(drvdata->gpio_clk)) { in ps2_gpio_probe()
411 if (gpiod_cansleep(priv->sda) || gpiod_cansleep(priv->scl)) in i2c_gpio_probe()
163 int gpiod_cansleep(const struct gpio_desc *desc);488 static inline int gpiod_cansleep(const struct gpio_desc *desc) in gpiod_cansleep() function
271 if (gpiod_cansleep(data->gpiod_echo)) { in srf04_probe()
178 if (gpiod_cansleep(gpiod)) in clk_hw_register_gpio_gate()
82 led_dat->can_sleep = gpiod_cansleep(led_dat->gpiod); in create_gpio_led()
239 int gpiod_cansleep(const struct gpio_desc *desc)
3776 int gpiod_cansleep(const struct gpio_desc *desc) in gpiod_cansleep() function3781 EXPORT_SYMBOL_GPL(gpiod_cansleep);