Searched refs:bMessageType (Results 1 – 5 of 5) sorted by relevance
386 #define UX_DEVICE_CLASS_CCID_COMMAND_ABORTABLE(bMessageType) \ argument387 (((bMessageType) == 0x62) || ((bMessageType) == 0x6F) || \388 ((bMessageType) == 0x6B) || ((bMessageType) == 0x69) || \389 ((bMessageType) == 0x71) || ((bMessageType) == 0x72))391 #define UX_DEVICE_CLASS_CCID_COMMAND_HW_ERROR_CHECK(bMessageType) \ argument392 (((bMessageType) != 0x63) && ((bMessageType) != 0x6B) && \393 ((bMessageType) != 0x6A) && ((bMessageType) != 0x72) && \394 ((bMessageType) != 0x73))396 #define UX_DEVICE_CLASS_CCID_COMMAND_AUTO_SEQUENCE_CHECK(bMessageType) \ argument397 (((bMessageType) != 0x62) && ((bMessageType) != 0x65) && \[all …]
157 if (cmd -> bMessageType == in _ux_device_class_ccid_thread_entry()174 rsp -> bMessageType = cmd_sett -> ux_device_class_ccid_command_sett_response_type; in _ux_device_class_ccid_thread_entry()179 if (rsp -> bMessageType == 0 || in _ux_device_class_ccid_thread_entry()222 if (cmd -> bMessageType != UX_DEVICE_CLASS_CCID_PC_TO_RDR_ABORT || in _ux_device_class_ccid_thread_entry()294 if (cmd -> bMessageType == UX_DEVICE_CLASS_CCID_PC_TO_RDR_ABORT) in _ux_device_class_ccid_thread_entry()
196 if (cmd -> bMessageType == in _ux_device_class_ccid_cmd_task()238 rsp -> bMessageType = cmd_sett -> ux_device_class_ccid_command_sett_response_type; in _ux_device_class_ccid_cmd_task()243 if (rsp -> bMessageType == 0 || in _ux_device_class_ccid_cmd_task()290 if (cmd -> bMessageType != UX_DEVICE_CLASS_CCID_PC_TO_RDR_ABORT || in _ux_device_class_ccid_cmd_task()341 if (cmd -> bMessageType == UX_DEVICE_CLASS_CCID_PC_TO_RDR_ABORT) in _ux_device_class_ccid_cmd_task()
175 switch(rsp -> bMessageType) in _ux_device_class_ccid_runner_thread_entry()
181 switch(rsp -> bMessageType) in _ux_device_class_ccid_runner_task_run()