Home
last modified time | relevance | path

Searched refs:tpm_ioc (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/qtest/
H A Dtpm-emu.c47 QIOChannel *ioc = s->tpm_ioc; in tpm_emu_tpm_thread()
90 object_unref(OBJECT(s->tpm_ioc)); in tpm_emu_tpm_thread()
122 s->tpm_ioc = QIO_CHANNEL(qio_channel_socket_new_fd(*pfd, &error_abort)); in tpm_emu_ctrl_thread()
H A Dtpm-emu.h46 QIOChannel *tpm_ioc; member