Searched refs:cansleep (Results 1 – 5 of 5) sorted by relevance
78 int cansleep; in mmc_gpio_get_ro() local83 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() local98 cansleep = gpiod_cansleep(ctx->cd_gpio); in mmc_gpio_get_cd()99 return cansleep ? in mmc_gpio_get_cd()
197 访问函数替换那些没有 cansleep()后缀的自旋锁安全访问函数。
204 訪問函數替換那些沒有 cansleep()後綴的自旋鎖安全訪問函數。
252 accessors without the cansleep() name suffix.
212 spinlock-safe accessors without the cansleep() name suffix.