Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
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-6.1.9/arch/x86/kernel/
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-6.1.9/fs/xfs/
Dxfs_trans_ail.c872 int shutdown_type) in xfs_trans_ail_delete() argument
881 if (shutdown_type && !xlog_is_shutdown(log)) { in xfs_trans_ail_delete()
885 xlog_force_shutdown(log, shutdown_type); in xfs_trans_ail_delete()
Dxfs_trans_priv.h102 void xfs_trans_ail_delete(struct xfs_log_item *lip, int shutdown_type);
/linux-6.1.9/drivers/char/tpm/
Dtpm.h226 void tpm2_shutdown(struct tpm_chip *chip, u16 shutdown_type);
Dtpm2-cmd.c429 void tpm2_shutdown(struct tpm_chip *chip, u16 shutdown_type) in tpm2_shutdown() argument
437 tpm_buf_append_u16(&buf, shutdown_type); in tpm2_shutdown()
/linux-6.1.9/drivers/scsi/
Dipr.c9179 enum ipr_shutdown_type shutdown_type = ipr_cmd->u.shutdown_type; in ipr_reset_shutdown_ioa() local
9184 if (shutdown_type == IPR_SHUTDOWN_QUIESCE) in ipr_reset_shutdown_ioa()
9186 else if (shutdown_type != IPR_SHUTDOWN_NONE && in ipr_reset_shutdown_ioa()
9191 ipr_cmd->ioarcb.cmd_pkt.cdb[1] = shutdown_type; in ipr_reset_shutdown_ioa()
9193 if (shutdown_type == IPR_SHUTDOWN_NORMAL) in ipr_reset_shutdown_ioa()
9195 else if (shutdown_type == IPR_SHUTDOWN_PREPARE_FOR_NORMAL) in ipr_reset_shutdown_ioa()
9268 enum ipr_shutdown_type shutdown_type) in _ipr_initiate_ioa_reset() argument
9289 ipr_cmd->u.shutdown_type = shutdown_type; in _ipr_initiate_ioa_reset()
9307 enum ipr_shutdown_type shutdown_type) in ipr_initiate_ioa_reset() argument
9346 shutdown_type = IPR_SHUTDOWN_NONE; in ipr_initiate_ioa_reset()
[all …]
Dpmcraid.c2314 u8 shutdown_type, in pmcraid_reset_reload() argument
2353 if (shutdown_type == SHUTDOWN_NORMAL) in pmcraid_reset_reload()
2356 pinstance->ioa_shutdown_type = shutdown_type; in pmcraid_reset_reload()
Dipr.h1630 enum ipr_shutdown_type shutdown_type; member
/linux-6.1.9/arch/powerpc/include/asm/
Dopal.h310 s64 opal_quiesce(u64 shutdown_type, s32 cpu);