Searched refs:ux_host_class_hid_field_value (Results 1 – 6 of 6) sorted by relevance
318 (report_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_CONSTANT) == 0 || in tx_demo_thread_host_simulation_entry()319 (report_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_VARIABLE) == 0 || in tx_demo_thread_host_simulation_entry()320 (report_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_RELATIVE) != 0 || in tx_demo_thread_host_simulation_entry()321 (report_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_WRAP) == 0 || in tx_demo_thread_host_simulation_entry()322 (report_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_NON_LINEAR) != 0 || in tx_demo_thread_host_simulation_entry()323 …(report_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_NO_PREFERRED_STATE) == 0 || in tx_demo_thread_host_simulation_entry()324 (report_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_NULL_STATE) != 0 || in tx_demo_thread_host_simulation_entry()325 (report_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_VOLATILE) == 0 || in tx_demo_thread_host_simulation_entry()326 (report_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_BUFFERED_BYTES) == 0 in tx_demo_thread_host_simulation_entry()
372 …", hid_field -> ux_host_class_hid_field_report_offset, hid_field -> ux_host_class_hid_field_value); in tx_demo_thread_host_simulation_entry()
132 if (hid_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_VARIABLE) in _ux_host_class_hid_field_decompress()
116 if (hid_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_VARIABLE) in _ux_host_class_hid_report_compress()
237 new_hid_field -> ux_host_class_hid_field_value = hid_field_value; in _ux_host_class_hid_report_add()
888 ULONG ux_host_class_hid_field_value; member