shutdown_type     306 arch/powerpc/include/asm/opal.h s64 opal_quiesce(u64 shutdown_type, s32 cpu);
shutdown_type     218 arch/x86/kernel/tboot.c void tboot_shutdown(u32 shutdown_type)
shutdown_type     234 arch/x86/kernel/tboot.c 	if (shutdown_type == TB_SHUTDOWN_S3)
shutdown_type     238 arch/x86/kernel/tboot.c 	tboot->shutdown_type = shutdown_type;
shutdown_type     455 drivers/char/tpm/tpm.h void tpm2_shutdown(struct tpm_chip *chip, u16 shutdown_type);
shutdown_type     726 drivers/char/tpm/tpm2-cmd.c void tpm2_shutdown(struct tpm_chip *chip, u16 shutdown_type)
shutdown_type     734 drivers/char/tpm/tpm2-cmd.c 	tpm_buf_append_u16(&buf, shutdown_type);
shutdown_type    9153 drivers/scsi/ipr.c 	enum ipr_shutdown_type shutdown_type = ipr_cmd->u.shutdown_type;
shutdown_type    9158 drivers/scsi/ipr.c 	if (shutdown_type == IPR_SHUTDOWN_QUIESCE)
shutdown_type    9160 drivers/scsi/ipr.c 	else if (shutdown_type != IPR_SHUTDOWN_NONE &&
shutdown_type    9165 drivers/scsi/ipr.c 		ipr_cmd->ioarcb.cmd_pkt.cdb[1] = shutdown_type;
shutdown_type    9167 drivers/scsi/ipr.c 		if (shutdown_type == IPR_SHUTDOWN_NORMAL)
shutdown_type    9169 drivers/scsi/ipr.c 		else if (shutdown_type == IPR_SHUTDOWN_PREPARE_FOR_NORMAL)
shutdown_type    9242 drivers/scsi/ipr.c 				    enum ipr_shutdown_type shutdown_type)
shutdown_type    9263 drivers/scsi/ipr.c 	ipr_cmd->u.shutdown_type = shutdown_type;
shutdown_type    9281 drivers/scsi/ipr.c 				   enum ipr_shutdown_type shutdown_type)
shutdown_type    9320 drivers/scsi/ipr.c 			shutdown_type = IPR_SHUTDOWN_NONE;
shutdown_type    9325 drivers/scsi/ipr.c 				shutdown_type);
shutdown_type    10436 drivers/scsi/ipr.c 				       enum ipr_shutdown_type shutdown_type)
shutdown_type    10443 drivers/scsi/ipr.c 	ipr_initiate_ioa_reset(ioa_cfg, shutdown_type);
shutdown_type    10627 drivers/scsi/ipr.c 	enum ipr_shutdown_type shutdown_type = IPR_SHUTDOWN_NORMAL;
shutdown_type    10644 drivers/scsi/ipr.c 		shutdown_type = IPR_SHUTDOWN_QUIESCE;
shutdown_type    10646 drivers/scsi/ipr.c 	ipr_initiate_ioa_bringdown(ioa_cfg, shutdown_type);
shutdown_type    1629 drivers/scsi/ipr.h 		enum ipr_shutdown_type shutdown_type;
shutdown_type    2321 drivers/scsi/pmcraid.c 	u8 shutdown_type,
shutdown_type    2360 drivers/scsi/pmcraid.c 	if (shutdown_type == SHUTDOWN_NORMAL)
shutdown_type    2363 drivers/scsi/pmcraid.c 	pinstance->ioa_shutdown_type = shutdown_type;
shutdown_type     794 fs/xfs/xfs_trans_ail.c 	int			shutdown_type) __releases(ailp->ail_lock)
shutdown_type     805 fs/xfs/xfs_trans_ail.c 			xfs_force_shutdown(mp, shutdown_type);
shutdown_type      96 fs/xfs/xfs_trans_priv.h 		int shutdown_type) __releases(ailp->ail_lock);
shutdown_type     101 fs/xfs/xfs_trans_priv.h 	int			shutdown_type)
shutdown_type     108 fs/xfs/xfs_trans_priv.h 		xfs_trans_ail_delete(ailp, lip, shutdown_type);
shutdown_type      83 include/linux/tboot.h 	u32 shutdown_type;
shutdown_type     132 include/linux/tboot.h extern void tboot_shutdown(u32 shutdown_type);
shutdown_type     141 include/linux/tboot.h #define tboot_shutdown(shutdown_type)	do { } while (0)