suspend_type      242 drivers/scsi/isci/remote_device.c 					 idev->rnc.suspend_type,
suspend_type      276 drivers/scsi/isci/remote_device.c 					idev->rnc.suspend_type,
suspend_type      491 drivers/scsi/isci/remote_node_context.c 			sci_rnc->suspend_type = scu_get_event_type(event_code);
suspend_type      495 drivers/scsi/isci/remote_node_context.c 			sci_rnc->suspend_type = scu_get_event_type(event_code);
suspend_type      512 drivers/scsi/isci/remote_node_context.c 		if (sci_rnc->suspend_type == scu_get_event_type(event_code))
suspend_type      573 drivers/scsi/isci/remote_node_context.c 			u32 suspend_type)
suspend_type      585 drivers/scsi/isci/remote_node_context.c 		__func__, rnc_state_name(state), sci_rnc->suspend_type,
suspend_type      587 drivers/scsi/isci/remote_node_context.c 		suspend_type);
suspend_type      614 drivers/scsi/isci/remote_node_context.c 		sci_rnc->suspend_type = suspend_type;
suspend_type      619 drivers/scsi/isci/remote_node_context.c 		if (suspend_type == SCU_EVENT_TL_RNC_SUSPEND_TX)
suspend_type      623 drivers/scsi/isci/remote_node_context.c 		if (suspend_type == SCU_EVENT_TL_RNC_SUSPEND_TX_RX)
suspend_type      627 drivers/scsi/isci/remote_node_context.c 		if ((sci_rnc->suspend_type == SCU_EVENT_TL_RNC_SUSPEND_TX_RX)
suspend_type      628 drivers/scsi/isci/remote_node_context.c 		    || (suspend_type == sci_rnc->suspend_type))
suspend_type      638 drivers/scsi/isci/remote_node_context.c 	sci_rnc->suspend_type = suspend_type;
suspend_type      171 drivers/scsi/isci/remote_node_context.h 	u32 suspend_type;
suspend_type      154 kernel/power/suspend_test.c 	char *suspend_type;
suspend_type      158 kernel/power/suspend_test.c 	suspend_type = strsep(&value, ",");
suspend_type      159 kernel/power/suspend_test.c 	if (!suspend_type)
suspend_type      169 kernel/power/suspend_test.c 		if (!strcmp(pm_labels[i], suspend_type)) {
suspend_type      174 kernel/power/suspend_test.c 	printk(warn_bad_state, suspend_type);