Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/bus/mhi/host/
Dpci_generic.c802 err = mhi_sync_power_up(mhi_cntrl); in mhi_pci_recovery_work()
908 err = mhi_sync_power_up(mhi_cntrl); in mhi_pci_probe()
1010 err = mhi_sync_power_up(mhi_cntrl); in mhi_pci_reset_done()
Dpm.c1196 int mhi_sync_power_up(struct mhi_controller *mhi_cntrl) in mhi_sync_power_up() function
1214 EXPORT_SYMBOL(mhi_sync_power_up);
/Linux-v6.1/include/linux/
Dmhi.h639 int mhi_sync_power_up(struct mhi_controller *mhi_cntrl);
/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Dmhi.c482 ret = mhi_sync_power_up(ab_pci->mhi_ctrl); in ath11k_mhi_start()