Searched refs:mmc_ctx (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/mmc/core/ |
| D | core.h | 120 int __mmc_claim_host(struct mmc_host *host, struct mmc_ctx *ctx, 123 void mmc_get_card(struct mmc_card *card, struct mmc_ctx *ctx); 124 void mmc_put_card(struct mmc_card *card, struct mmc_ctx *ctx);
|
| D | queue.h | 76 struct mmc_ctx ctx;
|
| D | core.c | 763 static inline bool mmc_ctx_matches(struct mmc_host *host, struct mmc_ctx *ctx, in mmc_ctx_matches() 771 struct mmc_ctx *ctx, in mmc_ctx_set_claimer() 796 int __mmc_claim_host(struct mmc_host *host, struct mmc_ctx *ctx, in __mmc_claim_host() 873 void mmc_get_card(struct mmc_card *card, struct mmc_ctx *ctx) in mmc_get_card() 884 void mmc_put_card(struct mmc_card *card, struct mmc_ctx *ctx) in mmc_put_card()
|
| /Linux-v5.4/include/linux/mmc/ |
| D | host.h | 267 struct mmc_ctx { struct 416 struct mmc_ctx *claimer; /* context that has host claimed */ 418 struct mmc_ctx default_ctx; /* default context */
|