Searched refs:mmc_cmd (Results 1 – 6 of 6) sorted by relevance
135 static int stm32_sdmmc2_send_cmd_req(struct mmc_cmd *cmd);136 static int stm32_sdmmc2_send_cmd(struct mmc_cmd *cmd);211 struct mmc_cmd cmd_stop; in stm32_sdmmc2_stop_transfer()213 zeromem(&cmd_stop, sizeof(struct mmc_cmd)); in stm32_sdmmc2_stop_transfer()221 static int stm32_sdmmc2_send_cmd_req(struct mmc_cmd *cmd) in stm32_sdmmc2_send_cmd_req()441 static int stm32_sdmmc2_send_cmd(struct mmc_cmd *cmd) in stm32_sdmmc2_send_cmd()525 struct mmc_cmd cmd; in stm32_sdmmc2_prepare()552 zeromem(&cmd, sizeof(struct mmc_cmd)); in stm32_sdmmc2_prepare()
127 struct mmc_cmd { struct136 int (*send_cmd)(struct mmc_cmd *cmd); argument
21 static int imx_usdhc_send_cmd(struct mmc_cmd *cmd);110 static int imx_usdhc_send_cmd(struct mmc_cmd *cmd) in imx_usdhc_send_cmd()
124 static int dw_send_cmd(struct mmc_cmd *cmd);226 static int dw_send_cmd(struct mmc_cmd *cmd) in dw_send_cmd()
21 static int rpi3_sdhost_send_cmd(struct mmc_cmd *cmd);258 static int rpi3_sdhost_send_cmd(struct mmc_cmd *cmd) in rpi3_sdhost_send_cmd()
57 struct mmc_cmd cmd; in mmc_send_cmd()60 zeromem(&cmd, sizeof(struct mmc_cmd)); in mmc_send_cmd()
Completed in 10 milliseconds