Searched refs:suspend_type (Results 1 - 9 of 9) sorted by relevance

/linux-master/kernel/power/
H A Dsuspend_test.c154 char *suspend_type; local
158 suspend_type = strsep(&value, ",");
159 if (!suspend_type)
169 if (!strcmp(pm_labels[i], suspend_type)) {
174 printk(warn_bad_state, suspend_type);
/linux-master/drivers/scsi/isci/
H A Dremote_node_context.c484 sci_rnc->suspend_type = scu_get_event_type(event_code);
488 sci_rnc->suspend_type = scu_get_event_type(event_code);
505 if (sci_rnc->suspend_type == scu_get_event_type(event_code))
566 u32 suspend_type)
576 "%s: current state %s, current suspend_type %x dest state %d,"
577 " arg suspend_reason %d, arg suspend_type %x",
578 __func__, rnc_state_name(state), sci_rnc->suspend_type,
580 suspend_type); local
607 sci_rnc->suspend_type = suspend_type;
563 sci_remote_node_context_suspend( struct sci_remote_node_context *sci_rnc, enum sci_remote_node_suspension_reasons suspend_reason, u32 suspend_type) argument
[all...]
H A Dremote_node_context.h171 u32 suspend_type; member in struct:sci_remote_node_context
H A Dremote_device.c235 "suspend_type %x dest state %d;\n"
242 idev->rnc.suspend_type,
269 "suspend_type %x dest state %d\n",
276 idev->rnc.suspend_type,
/linux-master/arch/riscv/kernel/
H A Dsuspend.c135 static int sbi_suspend_finisher(unsigned long suspend_type, argument
142 suspend_type, resume_addr, opaque, 0, 0, 0);
/linux-master/drivers/md/dm-vdo/
H A Dvdo.h236 const struct admin_state_code *suspend_type; member in struct:vdo
H A Ddm-vdo-target.c1955 get_vdo_for_target(ti)->suspend_type =
2009 vdo_start_operation(state, vdo->suspend_type));
2747 vdo->suspend_type = VDO_ADMIN_STATE_STOPPING;
H A Ddedupe.c2553 vdo_schedule_operation(zones->manager, parent->vdo->suspend_type, suspend_index,
H A Dslab-depot.c2585 if (allocator->depot->vdo->suspend_type == VDO_ADMIN_STATE_SAVING)

Completed in 187 milliseconds