Searched refs:suspend_type (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/scsi/isci/ |
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 …]
|
D | remote_node_context.h | 171 u32 suspend_type; member
|
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-v6.1/kernel/power/ |
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-v6.1/drivers/cpuidle/ |
D | cpuidle-riscv-sbi.c | 76 static int sbi_suspend_finisher(unsigned long suspend_type, in sbi_suspend_finisher() argument 83 suspend_type, resume_addr, opaque, 0, 0, 0); in sbi_suspend_finisher()
|