Home
last modified time | relevance | path

Searched refs:cansleep (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/mmc/core/
Dslot-gpio.c77 int cansleep; in mmc_gpio_get_cd() local
82 cansleep = gpiod_cansleep(ctx->cd_gpio); in mmc_gpio_get_cd()
84 int value = cansleep ? in mmc_gpio_get_cd()
90 return cansleep ? in mmc_gpio_get_cd()
/Linux-v5.4/Documentation/translations/zh_CN/
Dgpio.txt211 访问函数替换那些没有 cansleep()后缀的自旋锁安全访问函数。
/Linux-v5.4/Documentation/driver-api/gpio/
Dconsumer.rst248 accessors without the cansleep() name suffix.
Dlegacy.rst221 spinlock-safe accessors without the cansleep() name suffix.