Home
last modified time | relevance | path

Searched refs:mmc_send_hpi_cmd (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/core/
Dmmc_ops.c832 static int mmc_send_hpi_cmd(struct mmc_card *card) in mmc_send_hpi_cmd() function
917 err = mmc_send_hpi_cmd(card); in mmc_interrupt_hpi()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch3621 -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);