Home
last modified time | relevance | path

Searched refs:suspend_type (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/scsi/isci/
Dremote_node_context.c488 sci_rnc->suspend_type = scu_get_event_type(event_code); in sci_remote_node_context_event_handler()
492 sci_rnc->suspend_type = scu_get_event_type(event_code); in sci_remote_node_context_event_handler()
509 if (sci_rnc->suspend_type == scu_get_event_type(event_code)) in sci_remote_node_context_event_handler()
570 u32 suspend_type) in sci_remote_node_context_suspend() argument
582 __func__, rnc_state_name(state), sci_rnc->suspend_type, in sci_remote_node_context_suspend()
584 suspend_type); in sci_remote_node_context_suspend()
611 sci_rnc->suspend_type = suspend_type; in sci_remote_node_context_suspend()
616 if (suspend_type == SCU_EVENT_TL_RNC_SUSPEND_TX) in sci_remote_node_context_suspend()
620 if (suspend_type == SCU_EVENT_TL_RNC_SUSPEND_TX_RX) in sci_remote_node_context_suspend()
624 if ((sci_rnc->suspend_type == SCU_EVENT_TL_RNC_SUSPEND_TX_RX) in sci_remote_node_context_suspend()
[all …]
Dremote_node_context.h171 u32 suspend_type; member
Dremote_device.c242 idev->rnc.suspend_type, in isci_remote_device_terminate_requests()
276 idev->rnc.suspend_type, in isci_remote_device_terminate_requests()
/linux-4.4.14/kernel/power/
Dsuspend_test.c155 char *suspend_type; in setup_test_suspend() local
159 suspend_type = strsep(&value, ","); in setup_test_suspend()
160 if (!suspend_type) in setup_test_suspend()
170 if (!strcmp(pm_labels[i], suspend_type)) { in setup_test_suspend()
175 printk(warn_bad_state, suspend_type); in setup_test_suspend()