Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtboot.h96 u32 shutdown_type; member
145 extern void tboot_shutdown(u32 shutdown_type);
154 #define tboot_shutdown(shutdown_type) do { } while (0) argument
/Linux-v4.19/fs/xfs/
Dxfs_trans_priv.h98 int shutdown_type) __releases(ailp->ail_lock);
103 int shutdown_type) in xfs_trans_ail_remove() argument
110 xfs_trans_ail_delete(ailp, lip, shutdown_type); in xfs_trans_ail_remove()
Dxfs_trans_ail.c767 int shutdown_type) __releases(ailp->ail_lock) in xfs_trans_ail_delete() argument
778 xfs_force_shutdown(mp, shutdown_type); in xfs_trans_ail_delete()
/Linux-v4.19/arch/x86/kernel/
Dtboot.c231 void tboot_shutdown(u32 shutdown_type) in tboot_shutdown() argument
247 if (shutdown_type == TB_SHUTDOWN_S3) in tboot_shutdown()
251 tboot->shutdown_type = shutdown_type; in tboot_shutdown()
/Linux-v4.19/drivers/char/tpm/
Dtpm2-cmd.c735 void tpm2_shutdown(struct tpm_chip *chip, u16 shutdown_type) in tpm2_shutdown() argument
743 tpm_buf_append_u16(&buf, shutdown_type); in tpm2_shutdown()
Dtpm.h594 void tpm2_shutdown(struct tpm_chip *chip, u16 shutdown_type);
/Linux-v4.19/drivers/scsi/
Dipr.c9164 enum ipr_shutdown_type shutdown_type = ipr_cmd->u.shutdown_type; in ipr_reset_shutdown_ioa() local
9169 if (shutdown_type == IPR_SHUTDOWN_QUIESCE) in ipr_reset_shutdown_ioa()
9171 else if (shutdown_type != IPR_SHUTDOWN_NONE && in ipr_reset_shutdown_ioa()
9176 ipr_cmd->ioarcb.cmd_pkt.cdb[1] = shutdown_type; in ipr_reset_shutdown_ioa()
9178 if (shutdown_type == IPR_SHUTDOWN_NORMAL) in ipr_reset_shutdown_ioa()
9180 else if (shutdown_type == IPR_SHUTDOWN_PREPARE_FOR_NORMAL) in ipr_reset_shutdown_ioa()
9253 enum ipr_shutdown_type shutdown_type) in _ipr_initiate_ioa_reset() argument
9274 ipr_cmd->u.shutdown_type = shutdown_type; in _ipr_initiate_ioa_reset()
9292 enum ipr_shutdown_type shutdown_type) in ipr_initiate_ioa_reset() argument
9331 shutdown_type = IPR_SHUTDOWN_NONE; in ipr_initiate_ioa_reset()
[all …]
Dpmcraid.c2343 u8 shutdown_type, in pmcraid_reset_reload() argument
2382 if (shutdown_type == SHUTDOWN_NORMAL) in pmcraid_reset_reload()
2385 pinstance->ioa_shutdown_type = shutdown_type; in pmcraid_reset_reload()
Dipr.h1641 enum ipr_shutdown_type shutdown_type; member
/Linux-v4.19/arch/powerpc/include/asm/
Dopal.h299 s64 opal_quiesce(u64 shutdown_type, s32 cpu);