Searched refs:claimer (Results 1 – 2 of 2) sorted by relevance
795 return host->claimer == ctx || in mmc_ctx_matches()796 (!ctx && task && host->claimer->task == task); in mmc_ctx_matches()803 if (!host->claimer) { in mmc_ctx_set_claimer()805 host->claimer = ctx; in mmc_ctx_set_claimer()807 host->claimer = &host->default_ctx; in mmc_ctx_set_claimer()810 host->claimer->task = task; in mmc_ctx_set_claimer()885 host->claimer->task = NULL; in mmc_release_host()886 host->claimer = NULL; in mmc_release_host()914 WARN_ON(ctx && host->claimer != ctx); in mmc_put_card()
412 struct mmc_ctx *claimer; /* context that has host claimed */ member