Home
last modified time | relevance | path

Searched refs:shutdown_type (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
H A Dtboot.h83 u32 shutdown_type; member
126 extern void tboot_shutdown(u32 shutdown_type);
134 #define tboot_shutdown(shutdown_type) do { } while (0) argument
/linux/arch/x86/kernel/
H A Dtboot.c227 void tboot_shutdown(u32 shutdown_type) in tboot_shutdown() argument
243 if (shutdown_type == TB_SHUTDOWN_S3) in tboot_shutdown()
247 tboot->shutdown_type = shutdown_type; in tboot_shutdown()
/linux/fs/xfs/
H A Dxfs_trans_ail.c899 int shutdown_type) in xfs_trans_ail_delete() argument
908 if (shutdown_type && !xlog_is_shutdown(log)) { in xfs_trans_ail_delete()
912 xlog_force_shutdown(log, shutdown_type); in xfs_trans_ail_delete()
H A Dxfs_trans_priv.h103 void xfs_trans_ail_delete(struct xfs_log_item *lip, int shutdown_type);
/linux/drivers/char/tpm/
H A Dtpm2-cmd.c443 void tpm2_shutdown(struct tpm_chip *chip, u16 shutdown_type) in tpm2_shutdown() argument
451 tpm_buf_append_u16(&buf, shutdown_type); in tpm2_shutdown()
/linux/drivers/scsi/
H A Dipr.c8354 enum ipr_shutdown_type shutdown_type = ipr_cmd->u.shutdown_type; in ipr_reset_shutdown_ioa() local
8359 if (shutdown_type == IPR_SHUTDOWN_QUIESCE) in ipr_reset_shutdown_ioa()
8361 else if (shutdown_type != IPR_SHUTDOWN_NONE && in ipr_reset_shutdown_ioa()
8366 ipr_cmd->ioarcb.cmd_pkt.cdb[1] = shutdown_type; in ipr_reset_shutdown_ioa()
8368 if (shutdown_type == IPR_SHUTDOWN_NORMAL) in ipr_reset_shutdown_ioa()
8370 else if (shutdown_type == IPR_SHUTDOWN_PREPARE_FOR_NORMAL) in ipr_reset_shutdown_ioa()
8431 * @shutdown_type: shutdown type
8443 enum ipr_shutdown_type shutdown_type) in _ipr_initiate_ioa_reset() argument
8464 ipr_cmd->u.shutdown_type in _ipr_initiate_ioa_reset()
8482 ipr_initiate_ioa_reset(struct ipr_ioa_cfg * ioa_cfg,enum ipr_shutdown_type shutdown_type) ipr_initiate_ioa_reset() argument
9631 ipr_initiate_ioa_bringdown(struct ipr_ioa_cfg * ioa_cfg,enum ipr_shutdown_type shutdown_type) ipr_initiate_ioa_bringdown() argument
9819 enum ipr_shutdown_type shutdown_type = IPR_SHUTDOWN_NORMAL; ipr_shutdown() local
[all...]
H A Dpmcraid.c2305 * @shutdown_type: shutdown type to be used NONE, NORMAL or ABRREV
2317 u8 shutdown_type, in pmcraid_reset_reload() argument
2356 if (shutdown_type == SHUTDOWN_NORMAL) in pmcraid_reset_reload()
2359 pinstance->ioa_shutdown_type = shutdown_type; in pmcraid_reset_reload()
H A Dipr.h1566 enum ipr_shutdown_type shutdown_type; member
/linux/arch/powerpc/include/asm/
H A Dopal.h307 s64 opal_quiesce(u64 shutdown_type, s32 cpu);