Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_msrc_81574_standalone_host_hid_allocated_enum_free_test.c52 static UX_HOST_CLASS_HID *host_hid = UX_NULL; variable
277 host_hid = hid_inst; in test_host_change_function()
281 if (host_hid == hid_inst) in test_host_change_function()
282 host_hid = UX_NULL; in test_host_change_function()
443 if (device_hid && host_hid) in _test_check_host_connection_error()
452 if (device_hid && host_hid) in _test_check_host_connection_success()
459 if (device_hid == UX_NULL && host_hid == UX_NULL) in _test_check_host_disconnection_success()
Dusbx_ux_host_stack_class_unregister_test.c64 UX_HOST_CLASS_HID *host_hid = UX_NULL; variable
535 host_hid = UX_NULL; in ux_test_wait_connect()
565 status = ux_host_stack_class_instance_get(host_class, 0, (VOID **)&host_hid); in ux_test_wait_connect()
568 if (host_hid -> ux_host_class_hid_state != UX_HOST_CLASS_INSTANCE_LIVE) in ux_test_wait_connect()