Searched refs:suspend_type (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/kernel/power/ |
H A D | suspend_test.c | 155 char *suspend_type; setup_test_suspend() local 159 suspend_type = strsep(&value, ","); setup_test_suspend() 160 if (!suspend_type) setup_test_suspend() 170 if (!strcmp(pm_labels[i], suspend_type)) { setup_test_suspend() 175 printk(warn_bad_state, suspend_type); setup_test_suspend()
|
/linux-4.4.14/drivers/scsi/isci/ |
H A D | remote_node_context.c | 488 sci_rnc->suspend_type = scu_get_event_type(event_code); sci_remote_node_context_event_handler() 492 sci_rnc->suspend_type = scu_get_event_type(event_code); sci_remote_node_context_event_handler() 509 if (sci_rnc->suspend_type == scu_get_event_type(event_code)) sci_remote_node_context_event_handler() 570 u32 suspend_type) sci_remote_node_context_suspend() 580 "%s: current state %s, current suspend_type %x dest state %d," sci_remote_node_context_suspend() 581 " arg suspend_reason %d, arg suspend_type %x", sci_remote_node_context_suspend() 582 __func__, rnc_state_name(state), sci_rnc->suspend_type, sci_remote_node_context_suspend() 584 suspend_type); sci_remote_node_context_suspend() local 611 sci_rnc->suspend_type = suspend_type; sci_remote_node_context_suspend() 616 if (suspend_type == SCU_EVENT_TL_RNC_SUSPEND_TX) sci_remote_node_context_suspend() 620 if (suspend_type == SCU_EVENT_TL_RNC_SUSPEND_TX_RX) sci_remote_node_context_suspend() 624 if ((sci_rnc->suspend_type == SCU_EVENT_TL_RNC_SUSPEND_TX_RX) sci_remote_node_context_suspend() 625 || (suspend_type == sci_rnc->suspend_type)) sci_remote_node_context_suspend() 635 sci_rnc->suspend_type = suspend_type; sci_remote_node_context_suspend() 567 sci_remote_node_context_suspend( struct sci_remote_node_context *sci_rnc, enum sci_remote_node_suspension_reasons suspend_reason, u32 suspend_type) sci_remote_node_context_suspend() argument
|
H A D | remote_node_context.h | 171 u32 suspend_type; member in struct:sci_remote_node_context
|
H A D | remote_device.c | 235 "suspend_type %x dest state %d;\n" isci_remote_device_terminate_requests() 242 idev->rnc.suspend_type, isci_remote_device_terminate_requests() 269 "suspend_type %x dest state %d\n", isci_remote_device_terminate_requests() 276 idev->rnc.suspend_type, isci_remote_device_terminate_requests()
|
Completed in 111 milliseconds