Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_device_class_ccid_basic_tests.c132 static UX_DEVICE_CLASS_CCID *device_ccid = UX_NULL; variable
335 if (device_ccid == UX_NULL) in test_ccid_instance_activate()
336 device_ccid = (UX_DEVICE_CLASS_CCID *)dummy_instance; in test_ccid_instance_activate()
340 if ((VOID*)device_ccid == dummy_instance) in test_ccid_instance_deactivate()
341 device_ccid = UX_NULL; in test_ccid_instance_deactivate()
515 if (device_ccid && host_ccid) in _test_check_host_connection_error()
524 if (device_ccid && host_ccid) in _test_check_host_connection_success()
531 if (device_ccid == UX_NULL && host_ccid == UX_NULL) in _test_check_host_disconnection_success()
808 ux_device_class_ccid_icc_insert(device_ccid, 0, 0); in _ccid_icc_insert_test()
809 ux_device_class_ccid_icc_insert(device_ccid, 1, 0); in _ccid_icc_insert_test()
[all …]
Dusbx_device_class_ccid_busy_abort_tests.c145 static UX_DEVICE_CLASS_CCID *device_ccid = UX_NULL; variable
348 if (device_ccid == UX_NULL) in test_ccid_instance_activate()
349 device_ccid = (UX_DEVICE_CLASS_CCID *)dummy_instance; in test_ccid_instance_activate()
353 if ((VOID*)device_ccid == dummy_instance) in test_ccid_instance_deactivate()
354 device_ccid = UX_NULL; in test_ccid_instance_deactivate()
531 if (device_ccid && host_ccid) in _test_check_host_connection_error()
540 if (device_ccid && host_ccid) in _test_check_host_connection_success()
547 if (device_ccid == UX_NULL && host_ccid == UX_NULL) in _test_check_host_disconnection_success()
679 ux_device_class_ccid_icc_insert(device_ccid, 0, 0); in _ccid_icc_insert_test()
680 ux_device_class_ccid_icc_insert(device_ccid, 1, 0); in _ccid_icc_insert_test()
[all …]