Searched refs:gpiod_cansleep (Results 1 – 13 of 13) sorted by relevance
120 if (gpiod_cansleep(priv->clk_gpios->desc[i])) in gpio_latch_can_sleep()124 if (gpiod_cansleep(priv->latched_gpios->desc[i])) in gpio_latch_can_sleep()
272 if (gpiod_cansleep(priv->descs->desc[i])) in gpio_la_poll_probe()
755 if (gpiod_cansleep(desc)) in gpiochip_fwd_desc_add()
4099 int gpiod_cansleep(const struct gpio_desc *desc) in gpiod_cansleep() function4104 EXPORT_SYMBOL_GPL(gpiod_cansleep);
83 cansleep = gpiod_cansleep(ctx->ro_gpio); in mmc_gpio_get_ro()98 cansleep = gpiod_cansleep(ctx->cd_gpio); in mmc_gpio_get_cd()
213 led->can_sleep = gpiod_cansleep(led->cmd) || gpiod_cansleep(led->slow); in ns2_led_register()
181 if (gpiod_cansleep(gpiod)) in clk_hw_register_gpio_gate()392 if (gpiod_cansleep(clk->clk_gpio.gpiod)) in clk_gated_fixed_probe()
418 if (gpiod_cansleep(drvdata->gpio_data) || in ps2_gpio_probe()419 gpiod_cansleep(drvdata->gpio_clk)) { in ps2_gpio_probe()
201 if (gpiod_cansleep(gpwm->gpio)) in pwm_gpio_probe()
300 if (gpiod_cansleep(data->gpiod_ping)) { in ping_probe()
292 if (gpiod_cansleep(data->gpiod_echo)) { in srf04_probe()
576 if (gpiod_cansleep(priv->sda) || gpiod_cansleep(priv->scl->gpio)) in i2c_gpio_probe()
245 int gpiod_cansleep(const struct gpio_desc *desc)