Lines Matching refs:TPMPassthruState
38 OBJECT_DECLARE_SIMPLE_TYPE(TPMPassthruState, TPM_PASSTHROUGH)
41 struct TPMPassthruState { struct
76 static void tpm_passthrough_unix_tx_bufs(TPMPassthruState *tpm_pt, in tpm_passthrough_unix_tx_bufs()
130 TPMPassthruState *tpm_pt = TPM_PASSTHROUGH(tb); in tpm_passthrough_handle_request()
160 TPMPassthruState *tpm_pt = TPM_PASSTHROUGH(tb); in tpm_passthrough_cancel_cmd()
186 TPMPassthruState *tpm_pt = TPM_PASSTHROUGH(tb); in tpm_passthrough_get_tpm_version()
193 TPMPassthruState *tpm_pt = TPM_PASSTHROUGH(tb); in tpm_passthrough_get_buffer_size()
211 static int tpm_passthrough_open_sysfs_cancel(TPMPassthruState *tpm_pt) in tpm_passthrough_open_sysfs_cancel()
255 tpm_passthrough_handle_device_opts(TPMPassthruState *tpm_pt, QemuOpts *opts) in tpm_passthrough_handle_device_opts()
305 TPMPassthruState *tpm_pt = TPM_PASSTHROUGH(tb); in tpm_passthrough_startup_tpm()
345 TPMPassthruState *tpm_pt = TPM_PASSTHROUGH(obj); in tpm_passthrough_inst_init()
354 TPMPassthruState *tpm_pt = TPM_PASSTHROUGH(obj); in tpm_passthrough_inst_finalize()
390 .instance_size = sizeof(TPMPassthruState),