Home
last modified time | relevance | path

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

/drivers/char/tpm/
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()
Dtpm.h225 void tpm2_shutdown(struct tpm_chip *chip, u16 shutdown_type);
/drivers/scsi/
Dipr.c9176 enum ipr_shutdown_type shutdown_type = ipr_cmd->u.shutdown_type; in ipr_reset_shutdown_ioa() local
9181 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() argument
9286 ipr_cmd->u.shutdown_type = shutdown_type; in _ipr_initiate_ioa_reset()
9304 enum ipr_shutdown_type shutdown_type) in ipr_initiate_ioa_reset() argument
9343 shutdown_type = IPR_SHUTDOWN_NONE; in ipr_initiate_ioa_reset()
[all …]
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()
Dipr.h1629 enum ipr_shutdown_type shutdown_type; member