Home
last modified time | relevance | path

Searched refs:gpiod_cansleep (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.10/drivers/leds/
Dleds-ns2.c213 led->can_sleep = gpiod_cansleep(led->cmd) || gpiod_cansleep(led->slow); in ns2_led_register()
Dleds-gpio.c82 led_dat->can_sleep = gpiod_cansleep(led_dat->gpiod); in create_gpio_led()
/Linux-v5.10/include/asm-generic/
Dgpio.h107 return gpiod_cansleep(gpio_to_desc(gpio)); in __gpio_cansleep()
/Linux-v5.10/drivers/mmc/core/
Dpwrseq_emmc.c72 if (!gpiod_cansleep(pwrseq->reset_gpio)) { in mmc_pwrseq_emmc_probe()
Dslot-gpio.c81 cansleep = gpiod_cansleep(ctx->cd_gpio); in mmc_gpio_get_cd()
/Linux-v5.10/drivers/input/serio/
Dps2-gpio.c363 if (gpiod_cansleep(drvdata->gpio_data) || in ps2_gpio_probe()
364 gpiod_cansleep(drvdata->gpio_clk)) { in ps2_gpio_probe()
/Linux-v5.10/drivers/i2c/busses/
Di2c-gpio.c411 if (gpiod_cansleep(priv->sda) || gpiod_cansleep(priv->scl)) in i2c_gpio_probe()
/Linux-v5.10/drivers/clk/
Dclk-gpio.c179 if (gpiod_cansleep(gpiod)) in clk_hw_register_gpio_gate()
/Linux-v5.10/include/linux/gpio/
Dconsumer.h166 int gpiod_cansleep(const struct gpio_desc *desc);
510 static inline int gpiod_cansleep(const struct gpio_desc *desc) in gpiod_cansleep() function
/Linux-v5.10/drivers/iio/proximity/
Dping.c304 if (gpiod_cansleep(data->gpiod_ping)) { in ping_probe()
Dsrf04.c298 if (gpiod_cansleep(data->gpiod_echo)) { in srf04_probe()
/Linux-v5.10/drivers/gpio/
Dgpio-aggregator.c476 if (gpiod_cansleep(descs[i])) in gpiochip_fwd_create()
Dgpiolib.c3145 int gpiod_cansleep(const struct gpio_desc *desc) in gpiod_cansleep() function
3150 EXPORT_SYMBOL_GPL(gpiod_cansleep);
/Linux-v5.10/Documentation/driver-api/gpio/
Dconsumer.rst239 int gpiod_cansleep(const struct gpio_desc *desc)