Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/qaic/
H A Dmhi_controller.c476 ret = mhi_async_power_up(mhi_cntrl); in mhi_reset_and_async_power_up()
532 ret = mhi_async_power_up(mhi_cntrl); in qaic_mhi_register_controller()
573 ret = mhi_async_power_up(mhi_cntrl); in qaic_mhi_reset_done()
/openbmc/linux/drivers/bus/mhi/host/
H A Dpm.c1081 int mhi_async_power_up(struct mhi_controller *mhi_cntrl) in mhi_async_power_up() function
1169 EXPORT_SYMBOL_GPL(mhi_async_power_up);
1218 int ret = mhi_async_power_up(mhi_cntrl); in mhi_sync_power_up()
/openbmc/linux/include/linux/
H A Dmhi.h638 int mhi_async_power_up(struct mhi_controller *mhi_cntrl);
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmhi.c546 ret = mhi_async_power_up(ab_pci->mhi_ctrl); in ath12k_mhi_set_state()