Searched refs:suspend_type (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/scsi/isci/ |
H A D | remote_node_context.c | 491 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() 583 "%s: current state %s, current suspend_type %x dest state %d," in sci_remote_node_context_suspend() 584 " arg suspend_reason %d, arg suspend_type %x", in sci_remote_node_context_suspend() 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() local 614 sci_rnc->suspend_type = suspend_type; in sci_remote_node_context_suspend() 570 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 [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()
|
/kernel/linux/linux-6.6/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() 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() local 607 sci_rnc->suspend_type = suspend_type; in sci_remote_node_context_suspend() 563 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 [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()
|
/kernel/linux/linux-6.6/drivers/cpuidle/ |
H A 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()
|
Completed in 9 milliseconds