Searched refs:gpiod_cansleep (Results 1 – 14 of 14) sorted by relevance
121 if (gpiod_cansleep(priv->clk_gpios->desc[i])) in gpio_latch_can_sleep()125 if (gpiod_cansleep(priv->latched_gpios->desc[i])) in gpio_latch_can_sleep()
262 if (gpiod_cansleep(priv->descs->desc[i])) in gpio_la_poll_probe()
3705 int gpiod_cansleep(const struct gpio_desc *desc) in gpiod_cansleep() function3710 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()
87 led_dat->can_sleep = gpiod_cansleep(led_dat->gpiod); in create_gpio_led()
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()
165 int gpiod_cansleep(const struct gpio_desc *desc);508 static inline int gpiod_cansleep(const struct gpio_desc *desc) in gpiod_cansleep() function
202 if (gpiod_cansleep(gpwm->gpio)) in pwm_gpio_probe()
303 if (gpiod_cansleep(data->gpiod_ping)) { in ping_probe()
242 if (gpiod_cansleep(tu->gpio)) { in i2c_slave_testunit_probe()
566 !gpiod_cansleep(bdata->gpiod); in gpio_keys_setup_key()
245 int gpiod_cansleep(const struct gpio_desc *desc)