Home
last modified time | relevance | path

Searched defs:EmulatedState (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dccid-card-emulated.c50 typedef struct EmulatedState EmulatedState; typedef
115 struct EmulatedState { struct
116 CCIDCardState base;
117 uint8_t debug;
118 char *backend_str;
142 EmulatedState *card = EMULATED_CCID_CARD(base); in emulated_apdu_from_guest() argument