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

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h1530 typedef enum TpmModel enum
1534 } TpmModel; typedef in typeref:enum:TpmModel
1539 TpmModel value;
3073 TpmModel model;
H A Dqapi-visit.h333 void visit_type_TpmModel(Visitor *m, TpmModel * obj, const char *name, Error **errp);
H A Dqapi-visit.c5590 void visit_type_TpmModel(Visitor *m, TpmModel * obj, const char *name, Error **errp)
5592 visit_type_enum(m, (int *)obj, TpmModel_lookup, "TpmModel", name, errp);

Completed in 284 milliseconds