Home
last modified time | relevance | path

Searched refs:InterfaceType (Results 1 – 6 of 6) sorted by relevance

/qemu/rust/qemu-api/src/
H A Dprelude.rs16 pub use crate::qom::InterfaceType;
H A Dqdev.rs147 unsafe impl InterfaceType for ResettableClass {
H A Dqom.rs320 pub unsafe trait InterfaceType: Sized { trait
/qemu/include/hw/acpi/
H A Dtpm.h148 FIELD(CRB_INTF_ID, InterfaceType, 0, 4)
/qemu/tests/qtest/
H A Dtpm-crb-test.c37 g_assert_cmpint(FIELD_EX32(intfid, CRB_INTF_ID, InterfaceType), ==, 1); in tpm_crb_test()
/qemu/hw/tpm/
H A Dtpm_crb.c250 InterfaceType, CRB_INTF_TYPE_CRB_ACTIVE); in tpm_crb_reset()