Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Ddev-smartcard-reader.c181 uint8_t bMessageType; member
261 uint8_t bMessageType; /* CCID_MESSAGE_TYPE_RDR_to_PC_NotifySlotChange */ member
747 h->b.hdr.bMessageType = CCID_MESSAGE_TYPE_RDR_to_PC_SlotStatus; in ccid_write_slot_status()
767 h->b.hdr.bMessageType = CCID_MESSAGE_TYPE_RDR_to_PC_Parameters; in ccid_write_parameters()
787 p->b.hdr.bMessageType = CCID_MESSAGE_TYPE_RDR_to_PC_DataBlock; in ccid_write_data_block()
1012 ccid_header->bMessageType, in ccid_handle_bulk_out()
1013 ccid_message_type_to_str(ccid_header->bMessageType)); in ccid_handle_bulk_out()
1014 switch (ccid_header->bMessageType) { in ccid_handle_bulk_out()
1057 ccid_header->bMessageType); in ccid_handle_bulk_out()