Searched refs:mhi_is_active (Results 1 – 2 of 2) sorted by relevance
22 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()
625 static inline bool mhi_is_active(struct mhi_controller *mhi_cntrl) in mhi_is_active() function