Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/isci/
Dremote_node_context.c491 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()
512 if (sci_rnc->suspend_type == scu_get_event_type(event_code)) in sci_remote_node_context_event_handler()
573 u32 suspend_type) in sci_remote_node_context_suspend() argument
585 __func__, rnc_state_name(state), sci_rnc->suspend_type, in sci_remote_node_context_suspend()
587 suspend_type); in sci_remote_node_context_suspend()
614 sci_rnc->suspend_type = suspend_type; in sci_remote_node_context_suspend()
619 if (suspend_type == SCU_EVENT_TL_RNC_SUSPEND_TX) in sci_remote_node_context_suspend()
623 if (suspend_type == SCU_EVENT_TL_RNC_SUSPEND_TX_RX) in sci_remote_node_context_suspend()
627 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-v4.19/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()