Lines Matching refs:event_code
429 u32 event_code) in sci_remote_node_context_event_handler() argument
437 switch (scu_get_event_code(event_code)) { in sci_remote_node_context_event_handler()
446 if (scu_get_event_code(event_code) == SCU_EVENT_POST_RNC_INVALIDATE_COMPLETE) { in sci_remote_node_context_event_handler()
453 switch (scu_get_event_type(event_code)) { in sci_remote_node_context_event_handler()
469 if (scu_get_event_code(event_code) == SCU_EVENT_POST_RCN_RELEASE) { in sci_remote_node_context_event_handler()
472 switch (scu_get_event_type(event_code)) { in sci_remote_node_context_event_handler()
488 switch (scu_get_event_type(event_code)) { in sci_remote_node_context_event_handler()
491 sci_rnc->suspend_type = scu_get_event_type(event_code); in sci_remote_node_context_event_handler()
495 sci_rnc->suspend_type = scu_get_event_type(event_code); in sci_remote_node_context_event_handler()
502 switch (scu_get_event_type(event_code)) { in sci_remote_node_context_event_handler()
512 if (sci_rnc->suspend_type == scu_get_event_type(event_code)) in sci_remote_node_context_event_handler()
525 "%s: code: %#x state: %s\n", __func__, event_code, in sci_remote_node_context_event_handler()