Lines Matching refs:event_code
422 u32 event_code) in sci_remote_node_context_event_handler() argument
430 switch (scu_get_event_code(event_code)) { in sci_remote_node_context_event_handler()
439 if (scu_get_event_code(event_code) == SCU_EVENT_POST_RNC_INVALIDATE_COMPLETE) { in sci_remote_node_context_event_handler()
446 switch (scu_get_event_type(event_code)) { in sci_remote_node_context_event_handler()
462 if (scu_get_event_code(event_code) == SCU_EVENT_POST_RCN_RELEASE) { in sci_remote_node_context_event_handler()
465 switch (scu_get_event_type(event_code)) { in sci_remote_node_context_event_handler()
481 switch (scu_get_event_type(event_code)) { in sci_remote_node_context_event_handler()
484 sci_rnc->suspend_type = scu_get_event_type(event_code); in sci_remote_node_context_event_handler()
488 sci_rnc->suspend_type = scu_get_event_type(event_code); in sci_remote_node_context_event_handler()
495 switch (scu_get_event_type(event_code)) { in sci_remote_node_context_event_handler()
505 if (sci_rnc->suspend_type == scu_get_event_type(event_code)) in sci_remote_node_context_event_handler()
518 "%s: code: %#x state: %s\n", __func__, event_code, in sci_remote_node_context_event_handler()