Searched refs:claimer (Results 1 – 2 of 2) sorted by relevance
749 return host->claimer == ctx || in mmc_ctx_matches()750 (!ctx && task && host->claimer->task == task); in mmc_ctx_matches()757 if (!host->claimer) { in mmc_ctx_set_claimer()759 host->claimer = ctx; in mmc_ctx_set_claimer()761 host->claimer = &host->default_ctx; in mmc_ctx_set_claimer()764 host->claimer->task = task; in mmc_ctx_set_claimer()839 host->claimer->task = NULL; in mmc_release_host()840 host->claimer = NULL; in mmc_release_host()871 WARN_ON(ctx && host->claimer != ctx); in mmc_put_card()
422 struct mmc_ctx *claimer; /* context that has host claimed */ member