Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mmc/
Dcore.h148 extern int mmc_interrupt_hpi(struct mmc_card *);
/linux-4.1.27/drivers/mmc/core/
Dcore.c458 if (!mmc_interrupt_hpi(host->card)) { in mmc_wait_for_req_done()
622 int mmc_interrupt_hpi(struct mmc_card *card) in mmc_interrupt_hpi() function
680 EXPORT_SYMBOL(mmc_interrupt_hpi);
725 err = mmc_interrupt_hpi(card); in mmc_stop_bkops()