Home
last modified time | relevance | path

Searched refs:mmc_sd_get_cid (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/mmc/core/
Dsd.h8 int mmc_sd_get_cid(struct mmc_host *host, u32 ocr, u32 *cid, u32 *rocr);
Dsd.c729 int mmc_sd_get_cid(struct mmc_host *host, u32 ocr, u32 *cid, u32 *rocr) in mmc_sd_get_cid() function
924 err = mmc_sd_get_cid(host, ocr, cid, &rocr); in mmc_sd_init_card()
Dsdio.c632 mmc_sd_get_cid(host, ocr & rocr, card->raw_cid, NULL) == 0) { in mmc_sdio_init_card()