Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/bus/mhi/core/
Dpm.c910 int mhi_async_power_up(struct mhi_controller *mhi_cntrl) in mhi_async_power_up() function
1032 EXPORT_SYMBOL_GPL(mhi_async_power_up);
1073 int ret = mhi_async_power_up(mhi_cntrl); in mhi_sync_power_up()
/Linux-v5.10/include/linux/
Dmhi.h613 int mhi_async_power_up(struct mhi_controller *mhi_cntrl);
/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dmhi.c405 ret = mhi_async_power_up(ab_pci->mhi_ctrl); in ath11k_mhi_set_state()