Home
last modified time | relevance | path

Searched refs:mhi_pm_suspend (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dmhi.h669 int mhi_pm_suspend(struct mhi_controller *mhi_cntrl);
/linux/drivers/bus/mhi/host/
H A Dpm.c845 int mhi_pm_suspend(struct mhi_controller *mhi_cntrl) in mhi_pm_suspend() function
931 EXPORT_SYMBOL_GPL(mhi_pm_suspend);
H A Dpci_generic.c1408 err = mhi_pm_suspend(mhi_cntrl); in mhi_pci_runtime_suspend()