Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bus/mhi/core/
H A 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()
234 if (!mhi_is_active(mhi_cntrl)) { in mhi_debugfs_device_wake_show()
H A Dinternal.h625 static inline bool mhi_is_active(struct mhi_controller *mhi_cntrl) in mhi_is_active() function