Searched full:suspend_type (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/scsi/isci/ |
H A D | remote_node_context.c | 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() 505 if (sci_rnc->suspend_type == scu_get_event_type(event_code)) in sci_remote_node_context_event_handler() 566 u32 suspend_type) in sci_remote_node_context_suspend() argument 576 "%s: current state %s, current suspend_type %x dest state %d," in sci_remote_node_context_suspend() 577 " arg suspend_reason %d, arg suspend_type %x", in sci_remote_node_context_suspend() 578 __func__, rnc_state_name(state), sci_rnc->suspend_type, in sci_remote_node_context_suspend() 580 suspend_type); in sci_remote_node_context_suspend() 607 sci_rnc->suspend_type = suspend_type; in sci_remote_node_context_suspend() 612 if (suspend_type == SCU_EVENT_TL_RNC_SUSPEND_TX) in sci_remote_node_context_suspend() [all …]
|
H A D | remote_node_context.h | 171 u32 suspend_type; member
|
H A D | remote_device.c | 235 "suspend_type %x dest state %d;\n" in isci_remote_device_terminate_requests() 242 idev->rnc.suspend_type, in isci_remote_device_terminate_requests() 269 "suspend_type %x dest state %d\n", in isci_remote_device_terminate_requests() 276 idev->rnc.suspend_type, in isci_remote_device_terminate_requests()
|
/linux/kernel/power/ |
H A D | suspend_test.c | 154 char *suspend_type; in setup_test_suspend() local 158 suspend_type = strsep(&value, ","); in setup_test_suspend() 159 if (!suspend_type) in setup_test_suspend() 169 if (!strcmp(pm_labels[i], suspend_type)) { in setup_test_suspend() 174 printk(warn_bad_state, suspend_type); in setup_test_suspend()
|
/linux/drivers/md/dm-vdo/ |
H A D | vdo.h | 236 const struct admin_state_code *suspend_type; member
|
H A D | slab-depot.c | 2585 if (allocator->depot->vdo->suspend_type == VDO_ADMIN_STATE_SAVING) in queue_slab()
|
/linux/Documentation/devicetree/bindings/cpu/ |
H A D | idle-states.yaml | 384 suspend_type parameter to pass to the RISC-V SBI HSM suspend call. 387 for RISC-V systems. For more details on the suspend_type parameter
|