Searched refs:coresight_state_to_string (Results 1 – 1 of 1) sorted by relevance
30 static const char *coresight_state_to_string(enum kbase_debug_coresight_csf_state state) in coresight_state_to_string() function236 coresight_state_to_string(config->state), in coresight_config_enable()237 coresight_state_to_string(KBASE_DEBUG_CORESIGHT_CSF_ENABLED)); in coresight_config_enable()266 coresight_state_to_string(config->state), in coresight_config_disable()267 coresight_state_to_string(KBASE_DEBUG_CORESIGHT_CSF_DISABLED)); in coresight_config_disable()687 coresight_state_to_string(KBASE_DEBUG_CORESIGHT_CSF_ENABLED)); in kbase_debug_coresight_csf_disable_pmode_enter()708 coresight_state_to_string(KBASE_DEBUG_CORESIGHT_CSF_DISABLED)); in kbase_debug_coresight_csf_enable_pmode_exit()727 dev_dbg(kbdev->dev, "Coresight state %s requested", coresight_state_to_string(state)); in kbase_debug_coresight_csf_state_request()749 dev_dbg(kbdev->dev, "Coresight check for state: %s", coresight_state_to_string(state)); in kbase_debug_coresight_csf_state_check()774 dev_dbg(kbdev->dev, "Coresight wait for state: %s", coresight_state_to_string(state)); in kbase_debug_coresight_csf_state_wait()[all …]