Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/accel/qaic/
Dmhi_controller.c463 ret = mhi_async_power_up(mhi_cntrl); in mhi_reset_and_async_power_up()
519 ret = mhi_async_power_up(mhi_cntrl); in qaic_mhi_register_controller()
560 ret = mhi_async_power_up(mhi_cntrl); in qaic_mhi_reset_done()
/Linux-v6.6/drivers/bus/mhi/host/
Dpm.c1067 int mhi_async_power_up(struct mhi_controller *mhi_cntrl) in mhi_async_power_up() function
1155 EXPORT_SYMBOL_GPL(mhi_async_power_up);
1204 int ret = mhi_async_power_up(mhi_cntrl); in mhi_sync_power_up()
/Linux-v6.6/include/linux/
Dmhi.h638 int mhi_async_power_up(struct mhi_controller *mhi_cntrl);
/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Dmhi.c543 ret = mhi_async_power_up(ab_pci->mhi_ctrl); in ath12k_mhi_set_state()