Searched refs:ux_host_class_hid_report_callback_value (Results 1 – 4 of 4) sorted by relevance
96 … ux_host_class_hid_mouse_x_position += (SCHAR) callback -> ux_host_class_hid_report_callback_value; in _ux_host_class_hid_mouse_callback()103 … ux_host_class_hid_mouse_y_position += (SCHAR) callback -> ux_host_class_hid_report_callback_value; in _ux_host_class_hid_mouse_callback()110 if (callback -> ux_host_class_hid_report_callback_value == UX_TRUE) in _ux_host_class_hid_mouse_callback()119 if (callback -> ux_host_class_hid_report_callback_value == UX_TRUE) in _ux_host_class_hid_mouse_callback()128 if (callback -> ux_host_class_hid_report_callback_value == UX_TRUE) in _ux_host_class_hid_mouse_callback()138 …ce -> ux_host_class_hid_mouse_wheel += (SCHAR) callback -> ux_host_class_hid_report_callback_value; in _ux_host_class_hid_mouse_callback()
115 *(array_head + 1) = callback -> ux_host_class_hid_report_callback_value; in _ux_host_class_hid_remote_control_callback()
246 …callback.ux_host_class_hid_report_callback_value = *client_report.ux_host_class_hid_client_report… in _ux_host_class_hid_transfer_request_completed()
803 ULONG ux_host_class_hid_report_callback_value; member