Searched refs:suspend_type (Results 1 – 8 of 8) 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 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() 616 if (suspend_type == SCU_EVENT_TL_RNC_SUSPEND_TX_RX) in sci_remote_node_context_suspend() 620 if ((sci_rnc->suspend_type == SCU_EVENT_TL_RNC_SUSPEND_TX_RX) 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 | 242 idev->rnc.suspend_type, 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/arch/riscv/kernel/ |
H A D | suspend.c | 135 static int sbi_suspend_finisher(unsigned long suspend_type, in sbi_suspend_finisher() argument 142 suspend_type, resume_addr, opaque, 0, 0, 0); in sbi_suspend_finisher()
|
/linux/drivers/md/dm-vdo/ |
H A D | vdo.h | 236 const struct admin_state_code *suspend_type; member
|
H A D | dm-vdo-target.c | 1958 get_vdo_for_target(ti)->suspend_type = in vdo_presuspend() 2012 vdo_start_operation(state, vdo->suspend_type)); in suspend_callback() 2757 vdo->suspend_type = VDO_ADMIN_STATE_SUSPENDING; in vdo_preresume_registered() 2771 vdo->suspend_type = VDO_ADMIN_STATE_STOPPING; in vdo_preresume_registered()
|
H A D | dedupe.c | 2552 vdo_schedule_operation(zones->manager, parent->vdo->suspend_type, suspend_index, in vdo_drain_hash_zones()
|