Searched refs:hid_class (Results 1 – 6 of 6) sorted by relevance
76 UINT _ux_host_class_hid_tasks_run(UX_HOST_CLASS *hid_class) in _ux_host_class_hid_tasks_run() argument81 if (hid_class -> ux_host_class_status != UX_USED || in _ux_host_class_hid_tasks_run()82 hid_class -> ux_host_class_entry_function != _ux_host_class_hid_entry) in _ux_host_class_hid_tasks_run()86 hid = (UX_HOST_CLASS_HID *)hid_class -> ux_host_class_first_instance; in _ux_host_class_hid_tasks_run()
91 VOID _ux_device_class_hid_interrupt_thread(ULONG hid_class) in _ux_device_class_hid_interrupt_thread() argument105 UX_THREAD_EXTENSION_PTR_GET(class_ptr, UX_SLAVE_CLASS, hid_class) in _ux_device_class_hid_interrupt_thread()
262 UX_SLAVE_CLASS_HID *hid_class; in set_hid_descriptor() local272 hid_class = (UX_SLAVE_CLASS_HID*)class->ux_slave_class_instance; in set_hid_descriptor()274 hid_class->ux_device_class_hid_report_address = descriptor; in set_hid_descriptor()275 hid_class->ux_device_class_hid_report_length = length; in set_hid_descriptor()
331 UX_SLAVE_CLASS_HID *hid_class; in set_hid_descriptor() local341 hid_class = (UX_SLAVE_CLASS_HID*)class->ux_slave_class_instance; in set_hid_descriptor()343 hid_class->ux_device_class_hid_report_address = descriptor; in set_hid_descriptor()344 hid_class->ux_device_class_hid_report_length = length; in set_hid_descriptor()
397 VOID _ux_device_class_hid_interrupt_thread(ULONG hid_class);418 VOID _ux_device_class_hid_receiver_thread(ULONG hid_class);
1099 UINT _ux_host_class_hid_tasks_run(UX_HOST_CLASS *hid_class);