Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mmc/
Dcore.h148 extern int mmc_interrupt_hpi(struct mmc_card *);
/linux-4.4.14/drivers/mmc/core/
Dcore.c502 if (!mmc_interrupt_hpi(host->card)) { in mmc_wait_for_req_done()
664 int mmc_interrupt_hpi(struct mmc_card *card) in mmc_interrupt_hpi() function
722 EXPORT_SYMBOL(mmc_interrupt_hpi);
767 err = mmc_interrupt_hpi(card); in mmc_stop_bkops()