Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/fs/xfs/
Dxfs_trans_priv.h111 int shutdown_type)
117 int shutdown_type) __releases(ailp->xa_lock) in xfs_trans_ail_delete() argument
119 xfs_trans_ail_delete_bulk(ailp, &lip, 1, shutdown_type); in xfs_trans_ail_delete()
Dxfs_trans_ail.c712 int shutdown_type) __releases(ailp->xa_lock) in xfs_trans_ail_delete_bulk() argument
730 xfs_force_shutdown(mp, shutdown_type); in xfs_trans_ail_delete_bulk()
/linux-4.1.27/arch/x86/kernel/
Dtboot.c222 void tboot_shutdown(u32 shutdown_type) in tboot_shutdown() argument
238 if (shutdown_type == TB_SHUTDOWN_S3) in tboot_shutdown()
242 tboot->shutdown_type = shutdown_type; in tboot_shutdown()
/linux-4.1.27/drivers/char/tpm/
Dtpm2-cmd.c460 void tpm2_shutdown(struct tpm_chip *chip, u16 shutdown_type) in tpm2_shutdown() argument
466 cmd.params.startup_in.startup_type = cpu_to_be16(shutdown_type); in tpm2_shutdown()
Dtpm.h442 extern void tpm2_shutdown(struct tpm_chip *chip, u16 shutdown_type);
/linux-4.1.27/drivers/scsi/
Dipr.c8793 enum ipr_shutdown_type shutdown_type = ipr_cmd->u.shutdown_type; in ipr_reset_shutdown_ioa() local
8798 if (shutdown_type == IPR_SHUTDOWN_QUIESCE) in ipr_reset_shutdown_ioa()
8800 else if (shutdown_type != IPR_SHUTDOWN_NONE && in ipr_reset_shutdown_ioa()
8805 ipr_cmd->ioarcb.cmd_pkt.cdb[1] = shutdown_type; in ipr_reset_shutdown_ioa()
8807 if (shutdown_type == IPR_SHUTDOWN_NORMAL) in ipr_reset_shutdown_ioa()
8809 else if (shutdown_type == IPR_SHUTDOWN_PREPARE_FOR_NORMAL) in ipr_reset_shutdown_ioa()
8882 enum ipr_shutdown_type shutdown_type) in _ipr_initiate_ioa_reset() argument
8900 ipr_cmd->u.shutdown_type = shutdown_type; in _ipr_initiate_ioa_reset()
8918 enum ipr_shutdown_type shutdown_type) in ipr_initiate_ioa_reset() argument
8958 shutdown_type = IPR_SHUTDOWN_NONE; in ipr_initiate_ioa_reset()
[all …]
Dpmcraid.c2359 u8 shutdown_type, in pmcraid_reset_reload() argument
2401 if (shutdown_type == SHUTDOWN_NORMAL) in pmcraid_reset_reload()
2404 pinstance->ioa_shutdown_type = shutdown_type; in pmcraid_reset_reload()
Dipr.h1611 enum ipr_shutdown_type shutdown_type; member