Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmhi.h664 int mhi_pm_suspend(struct mhi_controller *mhi_cntrl);
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmhi.c502 ret = mhi_pm_suspend(ab_pci->mhi_ctrl); in ath11k_mhi_suspend()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmhi.c557 ret = mhi_pm_suspend(ab_pci->mhi_ctrl); in ath12k_mhi_set_state()
/openbmc/linux/drivers/bus/mhi/host/
H A Dpm.c827 int mhi_pm_suspend(struct mhi_controller *mhi_cntrl) in mhi_pm_suspend() function
913 EXPORT_SYMBOL_GPL(mhi_pm_suspend);
H A Dpci_generic.c1166 err = mhi_pm_suspend(mhi_cntrl); in mhi_pci_runtime_suspend()