Home
last modified time | relevance | path

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

/drivers/bus/mhi/host/
Ddebugfs.c22 mhi_is_active(mhi_cntrl) ? "Active" : "Inactive", in mhi_debugfs_states_show()
45 if (!mhi_is_active(mhi_cntrl)) { in mhi_debugfs_events_show()
88 if (!mhi_is_active(mhi_cntrl)) { in mhi_debugfs_channels_show()
157 if (!mhi_is_active(mhi_cntrl)) { in mhi_debugfs_devices_show()
236 if (!mhi_is_active(mhi_cntrl)) { in mhi_debugfs_device_wake_show()
Dinternal.h301 static inline bool mhi_is_active(struct mhi_controller *mhi_cntrl) in mhi_is_active() function
Dmain.c513 if (mhi_cntrl->rddm_image && mhi_is_active(mhi_cntrl)) { in mhi_intvec_threaded_handler()