Lines Matching defs:mmc
192 struct mmc_host *mmc = slot->mmc; in dw_mci_init_debugfs() local
234 static u32 dw_mci_prepare_command(struct mmc_host *mmc, struct mmc_command *cmd) in dw_mci_prepare_command()
709 static void dw_mci_pre_req(struct mmc_host *mmc, in dw_mci_pre_req()
728 static void dw_mci_post_req(struct mmc_host *mmc, in dw_mci_post_req()
1124 static void dw_mci_request(struct mmc_host *mmc, struct mmc_request *mrq) in dw_mci_request()
1150 static void dw_mci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in dw_mci_set_ios()
1254 static int dw_mci_card_busy(struct mmc_host *mmc) in dw_mci_card_busy()
1268 static int dw_mci_switch_voltage(struct mmc_host *mmc, struct mmc_ios *ios) in dw_mci_switch_voltage()
1307 static int dw_mci_get_ro(struct mmc_host *mmc) in dw_mci_get_ro()
1329 static int dw_mci_get_cd(struct mmc_host *mmc) in dw_mci_get_cd()
1360 static void dw_mci_init_card(struct mmc_host *mmc, struct mmc_card *card) in dw_mci_init_card()
1394 static void dw_mci_enable_sdio_irq(struct mmc_host *mmc, int enb) in dw_mci_enable_sdio_irq()
1414 static int dw_mci_execute_tuning(struct mmc_host *mmc, u32 opcode) in dw_mci_execute_tuning()
1426 static int dw_mci_prepare_hs400_tuning(struct mmc_host *mmc, struct mmc_ios *ios) in dw_mci_prepare_hs400_tuning()
2371 struct mmc_host *mmc; in dw_mci_init_slot() local