Home
last modified time | relevance | path

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

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