Searched refs:TPMPassthroughOptions (Results 1 - 4 of 4) sorted by relevance

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h1562 typedef struct TPMPassthroughOptions TPMPassthroughOptions; typedef in typeref:struct:TPMPassthroughOptions
1567 TPMPassthroughOptions *value;
3048 struct TPMPassthroughOptions struct
3057 void qapi_free_TPMPassthroughOptions(TPMPassthroughOptions * obj);
3064 TPMPassthroughOptions * passthrough;
H A Dqapi-visit.h339 void visit_type_TPMPassthroughOptions(Visitor *m, TPMPassthroughOptions ** obj, const char *name, Error **errp);
H A Dqapi-types.c3419 void qapi_free_TPMPassthroughOptions(TPMPassthroughOptions * obj)
H A Dqapi-visit.c5622 static void visit_type_TPMPassthroughOptions_fields(Visitor *m, TPMPassthroughOptions ** obj, Error **errp)
5639 void visit_type_TPMPassthroughOptions(Visitor *m, TPMPassthroughOptions ** obj, const char *name, Error **errp)
5643 visit_start_struct(m, (void **)obj, "TPMPassthroughOptions", name, sizeof(TPMPassthroughOptions), &err);

Completed in 479 milliseconds