Home
last modified time | relevance | path

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

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