Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dcore.h49 void mmc_set_bus_mode(struct mmc_host *host, unsigned int mode);
H A Dmmc.c1674 mmc_set_bus_mode(host, MMC_BUSMODE_OPENDRAIN); in mmc_init_card()
1749 mmc_set_bus_mode(host, MMC_BUSMODE_PUSHPULL); in mmc_init_card()
2360 mmc_set_bus_mode(host, MMC_BUSMODE_OPENDRAIN); in mmc_attach_mmc()
H A Dcore.c954 void mmc_set_bus_mode(struct mmc_host *host, unsigned int mode) in mmc_set_bus_mode() function