Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Ddev-smartcard-reader.c64 OBJECT_DECLARE_SIMPLE_TYPE(USBCCIDState, USB_CCID_DEV)
288 struct USBCCIDState { struct
511 static bool ccid_has_pending_answers(USBCCIDState *s) in ccid_has_pending_answers()
516 static void ccid_clear_pending_answers(USBCCIDState *s) in ccid_clear_pending_answers()
523 static void ccid_print_pending_answers(USBCCIDState *s) in ccid_print_pending_answers()
544 static void ccid_add_pending_answer(USBCCIDState *s, CCID_Header *hdr) in ccid_add_pending_answer()
557 static void ccid_remove_pending_answer(USBCCIDState *s, in ccid_remove_pending_answer()
571 static void ccid_bulk_in_clear(USBCCIDState *s) in ccid_bulk_in_clear()
578 static void ccid_bulk_in_release(USBCCIDState *s) in ccid_bulk_in_release()
585 static void ccid_bulk_in_get(USBCCIDState *s) in ccid_bulk_in_get()
[all …]