Searched refs:gpiod_cansleep (Results 1 – 15 of 15) sorted by relevance
213 led->can_sleep = gpiod_cansleep(led->cmd) || gpiod_cansleep(led->slow); in ns2_led_register()
83 led_dat->can_sleep = gpiod_cansleep(led_dat->gpiod); in create_gpio_led()
107 return gpiod_cansleep(gpio_to_desc(gpio)); in __gpio_cansleep()
72 if (!gpiod_cansleep(pwrseq->reset_gpio)) { in mmc_pwrseq_emmc_probe()
81 cansleep = gpiod_cansleep(ctx->cd_gpio); in mmc_gpio_get_cd()
418 if (gpiod_cansleep(drvdata->gpio_data) || in ps2_gpio_probe()419 gpiod_cansleep(drvdata->gpio_clk)) { in ps2_gpio_probe()
411 if (gpiod_cansleep(priv->sda) || gpiod_cansleep(priv->scl)) in i2c_gpio_probe()
179 if (gpiod_cansleep(gpiod)) in clk_hw_register_gpio_gate()
165 int gpiod_cansleep(const struct gpio_desc *desc);515 static inline int gpiod_cansleep(const struct gpio_desc *desc) in gpiod_cansleep() function
303 if (gpiod_cansleep(data->gpiod_ping)) { in ping_probe()
297 if (gpiod_cansleep(data->gpiod_echo)) { in srf04_probe()
434 if (gpiod_cansleep(descs[i])) in gpiochip_fwd_create()
3192 int gpiod_cansleep(const struct gpio_desc *desc) in gpiod_cansleep() function3197 EXPORT_SYMBOL_GPL(gpiod_cansleep);
578 !gpiod_cansleep(bdata->gpiod); in gpio_keys_setup_key()
243 int gpiod_cansleep(const struct gpio_desc *desc)