Searched refs:shutdown_type (Results 1 – 5 of 5) sorted by relevance
429 void tpm2_shutdown(struct tpm_chip *chip, u16 shutdown_type) in tpm2_shutdown() argument437 tpm_buf_append_u16(&buf, shutdown_type); in tpm2_shutdown()
225 void tpm2_shutdown(struct tpm_chip *chip, u16 shutdown_type);
9176 enum ipr_shutdown_type shutdown_type = ipr_cmd->u.shutdown_type; in ipr_reset_shutdown_ioa() local9181 if (shutdown_type == IPR_SHUTDOWN_QUIESCE) in ipr_reset_shutdown_ioa()9183 else if (shutdown_type != IPR_SHUTDOWN_NONE && in ipr_reset_shutdown_ioa()9188 ipr_cmd->ioarcb.cmd_pkt.cdb[1] = shutdown_type; in ipr_reset_shutdown_ioa()9190 if (shutdown_type == IPR_SHUTDOWN_NORMAL) in ipr_reset_shutdown_ioa()9192 else if (shutdown_type == IPR_SHUTDOWN_PREPARE_FOR_NORMAL) in ipr_reset_shutdown_ioa()9265 enum ipr_shutdown_type shutdown_type) in _ipr_initiate_ioa_reset() argument9286 ipr_cmd->u.shutdown_type = shutdown_type; in _ipr_initiate_ioa_reset()9304 enum ipr_shutdown_type shutdown_type) in ipr_initiate_ioa_reset() argument9343 shutdown_type = IPR_SHUTDOWN_NONE; in ipr_initiate_ioa_reset()[all …]
2321 u8 shutdown_type, in pmcraid_reset_reload() argument2360 if (shutdown_type == SHUTDOWN_NORMAL) in pmcraid_reset_reload()2363 pinstance->ioa_shutdown_type = shutdown_type; in pmcraid_reset_reload()
1629 enum ipr_shutdown_type shutdown_type; member