Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-ns2.c213 led->can_sleep = gpiod_cansleep(led->cmd) || gpiod_cansleep(led->slow); in ns2_led_register()
H A Dleds-gpio.c82 led_dat->can_sleep = gpiod_cansleep(led_dat->gpiod); in create_gpio_led()
/OK3568_Linux_fs/kernel/drivers/input/serio/
H A Dps2-gpio.c363 if (gpiod_cansleep(drvdata->gpio_data) || in ps2_gpio_probe()
364 gpiod_cansleep(drvdata->gpio_clk)) { in ps2_gpio_probe()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dgpio.h107 return gpiod_cansleep(gpio_to_desc(gpio)); in __gpio_cansleep()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dpwrseq_emmc.c72 if (!gpiod_cansleep(pwrseq->reset_gpio)) { in mmc_pwrseq_emmc_probe()
H A Dslot-gpio.c88 cansleep = gpiod_cansleep(ctx->cd_gpio); in mmc_gpio_get_cd()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-gpio.c411 if (gpiod_cansleep(priv->sda) || gpiod_cansleep(priv->scl)) in i2c_gpio_probe()
/OK3568_Linux_fs/kernel/include/linux/gpio/
H A 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
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-gpio.c179 if (gpiod_cansleep(gpiod)) in clk_hw_register_gpio_gate()
/OK3568_Linux_fs/kernel/drivers/iio/proximity/
H A Dping.c304 if (gpiod_cansleep(data->gpiod_ping)) { in ping_probe()
H A Dsrf04.c298 if (gpiod_cansleep(data->gpiod_echo)) { in srf04_probe()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-aggregator.c486 if (gpiod_cansleep(descs[i])) in gpiochip_fwd_create()
H A Dgpiolib.c3179 int gpiod_cansleep(const struct gpio_desc *desc) in gpiod_cansleep() function
3184 EXPORT_SYMBOL_GPL(gpiod_cansleep);
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_imx1662 gpiod_cansleep
H A Dabi_gki_aarch64_rockchip555 gpiod_cansleep
H A Dabi_gki_aarch64_galaxy2040 gpiod_cansleep
/OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/
H A Dconsumer.rst239 int gpiod_cansleep(const struct gpio_desc *desc)