Lines Matching refs:slot
54 host->slot.handler_priv = ctx; in mmc_gpio_alloc()
55 host->slot.cd_irq = -EINVAL; in mmc_gpio_alloc()
63 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpio_get_ro()
78 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpio_get_cd()
103 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpio_request_ro()
123 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpiod_request_cd_irq()
126 if (host->slot.cd_irq >= 0 || !ctx || !ctx->cd_gpio) in mmc_gpiod_request_cd_irq()
150 host->slot.cd_irq = irq; in mmc_gpiod_request_cd_irq()
163 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpio_set_cd_isr()
188 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpio_request_cd()
234 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpiod_request_cd()
280 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpiod_request_ro()