Searched refs:ux_host_class_hid_report_callback_value (Results 1 – 4 of 4) sorted by relevance
95 … ux_host_class_hid_mouse_x_position += (SCHAR) callback -> ux_host_class_hid_report_callback_value; in _ux_host_class_hid_mouse_callback()102 … ux_host_class_hid_mouse_y_position += (SCHAR) callback -> ux_host_class_hid_report_callback_value; in _ux_host_class_hid_mouse_callback()109 if (callback -> ux_host_class_hid_report_callback_value == UX_TRUE) in _ux_host_class_hid_mouse_callback()118 if (callback -> ux_host_class_hid_report_callback_value == UX_TRUE) in _ux_host_class_hid_mouse_callback()127 if (callback -> ux_host_class_hid_report_callback_value == UX_TRUE) in _ux_host_class_hid_mouse_callback()137 …ce -> ux_host_class_hid_mouse_wheel += (SCHAR) callback -> ux_host_class_hid_report_callback_value; in _ux_host_class_hid_mouse_callback()
114 *(array_head + 1) = callback -> ux_host_class_hid_report_callback_value; in _ux_host_class_hid_remote_control_callback()
245 …callback.ux_host_class_hid_report_callback_value = *client_report.ux_host_class_hid_client_report… in _ux_host_class_hid_transfer_request_completed()
814 ULONG ux_host_class_hid_report_callback_value; member