Home
last modified time | relevance | path

Searched defs:mmc_send_tuning (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc.c873 int mmc_send_tuning(struct mmc *mmc, u32 opcode) in mmc_send_tuning() function
946 int mmc_send_tuning(struct mmc *mmc, u32 opcode) { return 0; } function
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dmmc_ops.c660 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error) in mmc_send_tuning() function