Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/bus/mhi/host/
Dinit.c1137 mhi_alloc_bhie_table(mhi_cntrl, &mhi_cntrl->rddm_image, in mhi_prepare_for_power_up()
1139 if (mhi_cntrl->rddm_image) { in mhi_prepare_for_power_up()
1141 mhi_cntrl->rddm_image); in mhi_prepare_for_power_up()
1144 mhi_cntrl->rddm_image); in mhi_prepare_for_power_up()
1171 if (mhi_cntrl->rddm_image) { in mhi_unprepare_after_power_down()
1172 mhi_free_bhie_table(mhi_cntrl, mhi_cntrl->rddm_image); in mhi_unprepare_after_power_down()
1173 mhi_cntrl->rddm_image = NULL; in mhi_unprepare_after_power_down()
Dpm.c735 if (mhi_cntrl->rddm_image) { in mhi_pm_sys_err_handler()
Dmain.c512 if (mhi_cntrl->rddm_image && mhi_is_active(mhi_cntrl)) { in mhi_intvec_threaded_handler()
/linux-6.1.9/include/linux/
Dmhi.h393 struct image_info *rddm_image; member