Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_test_common_hid.h97 if (hid_client -> ux_host_class_hid_client_handler != ux_host_class_hid_keyboard_entry) in demo_class_hid_keyboard_get()
122 if (hid_client -> ux_host_class_hid_client_handler != ux_host_class_hid_mouse_entry) in demo_class_hid_mouse_get()
147 if (hid_client -> ux_host_class_hid_client_handler != ux_host_class_hid_remote_control_entry) in demo_class_hid_remote_control_get()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_client_search.c113 status = hid_client -> ux_host_class_hid_client_handler(&hid_client_command); in _ux_host_class_hid_client_search()
126 status = hid_client -> ux_host_class_hid_client_handler(&hid_client_command); in _ux_host_class_hid_client_search()
Dux_host_class_hid_client_register.c151 hid_client -> ux_host_class_hid_client_handler = hid_client_handler; in UX_OVERFLOW_CHECK_MULC_ULONG()
164 if (hid_client -> ux_host_class_hid_client_handler == hid_client_handler) in UX_OVERFLOW_CHECK_MULC_ULONG()
Dux_host_class_hid_deactivate.c139 hid -> ux_host_class_hid_client -> ux_host_class_hid_client_handler(&hid_client_command); in _ux_host_class_hid_deactivate()
Dux_host_class_hid_entry.c168 client -> ux_host_class_hid_client_handler(&client_command); in _ux_host_class_hid_entry()
470 … status = hid -> ux_host_class_hid_client -> ux_host_class_hid_client_handler(&hid_client_command); in _ux_host_class_hid_client_activate_wait()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h1057 …UINT (*ux_host_class_hid_client_handler) (struct UX_HOST_CLASS_HID_CLIENT_COMMAND_STRUC… member