Searched refs:__mmc_claim_host (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | core.h | 116 int __mmc_claim_host(struct mmc_host *host, struct mmc_ctx *ctx, 130 __mmc_claim_host(host, NULL, NULL); in mmc_claim_host()
|
H A D | sdio_irq.c | 174 ret = __mmc_claim_host(host, NULL, in sdio_irq_thread()
|
H A D | core.c | 773 * __mmc_claim_host - exclusively claim a host 784 int __mmc_claim_host(struct mmc_host *host, struct mmc_ctx *ctx, in __mmc_claim_host() function 823 EXPORT_SYMBOL(__mmc_claim_host); variable 864 __mmc_claim_host(card->host, ctx, NULL); in mmc_get_card()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | core.h | 132 int __mmc_claim_host(struct mmc_host *host, struct mmc_ctx *ctx, 148 __mmc_claim_host(host, NULL, NULL); in mmc_claim_host()
|
H A D | sdio_irq.c | 174 ret = __mmc_claim_host(host, NULL, in sdio_irq_thread()
|
H A D | core.c | 773 * __mmc_claim_host - exclusively claim a host 784 int __mmc_claim_host(struct mmc_host *host, struct mmc_ctx *ctx, in __mmc_claim_host() function 823 EXPORT_SYMBOL(__mmc_claim_host); variable 864 __mmc_claim_host(card->host, ctx, NULL); in mmc_get_card()
|
Completed in 9 milliseconds