Searched refs:cd_gpio (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mmc/core/
H A Dslot-gpio.c21 struct gpio_desc *cd_gpio; member in struct:mmc_gpio
95 if (!ctx || !ctx->cd_gpio)
98 cansleep = gpiod_cansleep(ctx->cd_gpio);
100 gpiod_get_value_cansleep(ctx->cd_gpio) :
101 gpiod_get_value(ctx->cd_gpio);
111 if (host->slot.cd_irq >= 0 || !ctx || !ctx->cd_gpio)
121 irq = gpiod_to_irq(ctx->cd_gpio);
218 ctx->cd_gpio = desc;
228 return ctx->cd_gpio ? true : false;

Completed in 108 milliseconds