gpiod_cansleep
if (gpiod_cansleep(gpiod))
if (gpiod_cansleep(clk->clk_gpio.gpiod))
if (gpiod_cansleep(desc))
if (gpiod_cansleep(priv->clk_gpios->desc[i]))
if (gpiod_cansleep(priv->latched_gpios->desc[i]))
if (gpiod_cansleep(priv->descs->desc[i]))
shared_desc->can_sleep = gpiod_cansleep(shared_desc->desc);
EXPORT_SYMBOL_GPL(gpiod_cansleep);
if (gpiod_cansleep(priv->sda) || gpiod_cansleep(priv->scl))
if (gpiod_cansleep(tu->gpio)) {
if (gpiod_cansleep(data->gpiod_ping)) {
if (gpiod_cansleep(data->gpiod_echo)) {
!gpiod_cansleep(bdata->gpiod);
if (gpiod_cansleep(drvdata->gpio_data) ||
gpiod_cansleep(drvdata->gpio_clk)) {
led_dat->can_sleep = gpiod_cansleep(led_dat->gpiod);
led->can_sleep = gpiod_cansleep(led->cmd) || gpiod_cansleep(led->slow);
if (!gpiod_cansleep(pwrseq->reset_gpio)) {
cansleep = gpiod_cansleep(ctx->ro_gpio);
cansleep = gpiod_cansleep(ctx->cd_gpio);
if (gpiod_cansleep(gpwm->gpio))
int gpiod_cansleep(const struct gpio_desc *desc);