Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/core/
H A Dslot-gpio.c78 int cansleep; in mmc_gpio_get_ro() local
83 cansleep = gpiod_cansleep(ctx->ro_gpio); in mmc_gpio_get_ro()
84 return cansleep ? in mmc_gpio_get_ro()
93 int cansleep; in mmc_gpio_get_cd() local
98 cansleep = gpiod_cansleep(ctx->cd_gpio); in mmc_gpio_get_cd()
99 return cansleep ? in mmc_gpio_get_cd()
/openbmc/linux/Documentation/translations/zh_CN/driver-api/gpio/
H A Dlegacy.rst197 访问函数替换那些没有 cansleep()后缀的自旋锁安全访问函数。
/openbmc/linux/Documentation/translations/zh_TW/
H A Dgpio.txt204 訪問函數替換那些沒有 cansleep()後綴的自旋鎖安全訪問函數。
/openbmc/linux/Documentation/driver-api/gpio/
H A Dconsumer.rst252 accessors without the cansleep() name suffix.
H A Dlegacy.rst212 spinlock-safe accessors without the cansleep() name suffix.