Searched refs:mmc_send_hpi_cmd (Results 1 – 2 of 2) sorted by relevance
832 static int mmc_send_hpi_cmd(struct mmc_card *card) in mmc_send_hpi_cmd() function917 err = mmc_send_hpi_cmd(card); in mmc_interrupt_hpi()
3621 -static int mmc_send_hpi_cmd(struct mmc_card *card)3622 +static int mmc_send_hpi_cmd(struct mmc_card *card, u32 *status)3679 @@ -878,10 +839,11 @@ static int mmc_send_hpi_cmd(struct mmc_card *card)3696 - err = mmc_send_hpi_cmd(card);3697 + err = mmc_send_hpi_cmd(card, &status);