Searched refs:mmc_ctx (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/mmc/core/ |
| A D | core.h | 132 int __mmc_claim_host(struct mmc_host *host, struct mmc_ctx *ctx, 135 void mmc_get_card(struct mmc_card *card, struct mmc_ctx *ctx); 136 void mmc_put_card(struct mmc_card *card, struct mmc_ctx *ctx);
|
| A D | queue.h | 76 struct mmc_ctx ctx;
|
| A D | core.c | 751 static inline bool mmc_ctx_matches(struct mmc_host *host, struct mmc_ctx *ctx, in mmc_ctx_matches() 759 struct mmc_ctx *ctx, in mmc_ctx_set_claimer() 784 int __mmc_claim_host(struct mmc_host *host, struct mmc_ctx *ctx, in __mmc_claim_host() 861 void mmc_get_card(struct mmc_card *card, struct mmc_ctx *ctx) in mmc_get_card() 872 void mmc_put_card(struct mmc_card *card, struct mmc_ctx *ctx) in mmc_put_card()
|
| /linux/include/linux/mmc/ |
| A D | host.h | 293 struct mmc_ctx { struct 451 struct mmc_ctx *claimer; /* context that has host claimed */ 453 struct mmc_ctx default_ctx; /* default context */
|
Completed in 13 milliseconds