Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dmhi.h658 int mhi_pm_suspend(struct mhi_controller *mhi_cntrl);
/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dmhi.c502 ret = mhi_pm_suspend(ab_pci->mhi_ctrl); in ath11k_mhi_suspend()
/linux-6.1.9/drivers/bus/mhi/host/
Dpm.c808 int mhi_pm_suspend(struct mhi_controller *mhi_cntrl) in mhi_pm_suspend() function
894 EXPORT_SYMBOL_GPL(mhi_pm_suspend);
Dpci_generic.c1091 err = mhi_pm_suspend(mhi_cntrl); in mhi_pci_runtime_suspend()