Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtboot.h83 u32 shutdown_type; member
126 extern void tboot_shutdown(u32 shutdown_type);
135 #define tboot_shutdown(shutdown_type) do { } while (0) argument
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtboot.c221 void tboot_shutdown(u32 shutdown_type) in tboot_shutdown() argument
237 if (shutdown_type == TB_SHUTDOWN_S3) in tboot_shutdown()
241 tboot->shutdown_type = shutdown_type; in tboot_shutdown()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_trans_ail.c857 int shutdown_type) in xfs_trans_ail_delete() argument
866 if (shutdown_type && !XFS_FORCED_SHUTDOWN(mp)) { in xfs_trans_ail_delete()
870 xfs_force_shutdown(mp, shutdown_type); in xfs_trans_ail_delete()
H A Dxfs_trans_priv.h100 void xfs_trans_ail_delete(struct xfs_log_item *lip, int shutdown_type);
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A 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()
H A Dtpm.h225 void tpm2_shutdown(struct tpm_chip *chip, u16 shutdown_type);
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dipr.c9175 enum ipr_shutdown_type shutdown_type = ipr_cmd->u.shutdown_type; in ipr_reset_shutdown_ioa() local
9180 if (shutdown_type == IPR_SHUTDOWN_QUIESCE) in ipr_reset_shutdown_ioa()
9182 else if (shutdown_type != IPR_SHUTDOWN_NONE && in ipr_reset_shutdown_ioa()
9187 ipr_cmd->ioarcb.cmd_pkt.cdb[1] = shutdown_type; in ipr_reset_shutdown_ioa()
9189 if (shutdown_type == IPR_SHUTDOWN_NORMAL) in ipr_reset_shutdown_ioa()
9191 else if (shutdown_type == IPR_SHUTDOWN_PREPARE_FOR_NORMAL) in ipr_reset_shutdown_ioa()
9264 enum ipr_shutdown_type shutdown_type) in _ipr_initiate_ioa_reset() argument
9285 ipr_cmd->u.shutdown_type = shutdown_type; in _ipr_initiate_ioa_reset()
9303 enum ipr_shutdown_type shutdown_type) in ipr_initiate_ioa_reset() argument
9342 shutdown_type = IPR_SHUTDOWN_NONE; in ipr_initiate_ioa_reset()
[all …]
H A Dpmcraid.c2321 u8 shutdown_type, in pmcraid_reset_reload() argument
2360 if (shutdown_type == SHUTDOWN_NORMAL) in pmcraid_reset_reload()
2363 pinstance->ioa_shutdown_type = shutdown_type; in pmcraid_reset_reload()
H A Dipr.h1629 enum ipr_shutdown_type shutdown_type; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dsocket279 enum shutdown_type : int
285 static constexpr shutdown_type shutdown_receive = __shutdown_receive;
286 static constexpr shutdown_type shutdown_send = __shutdown_send;
287 static constexpr shutdown_type shutdown_both = __shutdown_both;
874 void shutdown(shutdown_type __what)
878 shutdown(shutdown_type __what, error_code& __ec)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dsocket279 enum shutdown_type : int
285 static constexpr shutdown_type shutdown_receive = __shutdown_receive;
286 static constexpr shutdown_type shutdown_send = __shutdown_send;
287 static constexpr shutdown_type shutdown_both = __shutdown_both;
874 void shutdown(shutdown_type __what)
878 shutdown(shutdown_type __what, error_code& __ec)
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dopal.h313 s64 opal_quiesce(u64 shutdown_type, s32 cpu);