Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Ddev-smartcard-reader.c314 uint8_t notify_slot_change; member
929 s->notify_slot_change = true; in ccid_on_slot_change()
1125 if (s->notify_slot_change) { in ccid_handle_data()
1130 s->notify_slot_change = false; in ccid_handle_data()
1329 s->notify_slot_change = false; in ccid_realize()
1414 VMSTATE_UINT8(notify_slot_change, USBCCIDState),