mmc_ctx
static inline bool mmc_ctx_matches(struct mmc_host *host, struct mmc_ctx *ctx,
struct mmc_ctx *ctx,
int __mmc_claim_host(struct mmc_host *host, struct mmc_ctx *ctx,
void mmc_get_card(struct mmc_card *card, struct mmc_ctx *ctx)
void mmc_put_card(struct mmc_card *card, struct mmc_ctx *ctx)
int __mmc_claim_host(struct mmc_host *host, struct mmc_ctx *ctx,
void mmc_get_card(struct mmc_card *card, struct mmc_ctx *ctx);
void mmc_put_card(struct mmc_card *card, struct mmc_ctx *ctx);
struct mmc_ctx ctx;
struct mmc_ctx *claimer; /* context that has host claimed */
struct mmc_ctx default_ctx; /* default context */