Searched refs:scu_get_event_type (Results 1 – 4 of 4) sorted by relevance
446 switch (scu_get_event_type(event_code)) { 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()
530 switch (scu_get_event_type(event_code)) { in sci_remote_device_event_handler()573 if (scu_get_event_type(event_code) == SCU_EVENT_TYPE_RNC_SUSPEND_TX || in sci_remote_device_event_handler()574 scu_get_event_type(event_code) == SCU_EVENT_TYPE_RNC_SUSPEND_TX_RX) { in sci_remote_device_event_handler()586 if (scu_get_event_type(event_code) == SCU_EVENT_TYPE_RNC_SUSPEND_TX || in sci_remote_device_event_handler()587 scu_get_event_type(event_code) == SCU_EVENT_TYPE_RNC_SUSPEND_TX_RX) in sci_remote_device_event_handler()
294 #define scu_get_event_type(event_code) \ macro
375 switch (scu_get_event_type(ent)) { in sci_controller_event_completion()