Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
H A Dcore.h44 void mmc_set_chip_select(struct mmc_host *host, int mode);
H A Dmmc_ops.c162 mmc_set_chip_select(host, MMC_CS_HIGH); in mmc_go_idle()
175 mmc_set_chip_select(host, MMC_CS_DONTCARE); in mmc_go_idle()
H A Dcore.c904 void mmc_set_chip_select(struct mmc_host *host, int mode) in mmc_set_chip_select() function