Searched refs:TpmType (Results 1 - 3 of 3) sorted by relevance

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h1546 typedef enum TpmType enum
1550 } TpmType; typedef in typeref:enum:TpmType
1555 TpmType value;
H A Dqapi-visit.h336 void visit_type_TpmType(Visitor *m, TpmType * obj, const char *name, Error **errp);
H A Dqapi-visit.c5617 void visit_type_TpmType(Visitor *m, TpmType * obj, const char *name, Error **errp)
5619 visit_type_enum(m, (int *)obj, TpmType_lookup, "TpmType", name, errp);

Completed in 568 milliseconds