Searched refs:ux_host_class_hid_device (Results 1 – 12 of 12) sorted by relevance
94 if (hid -> ux_host_class_hid_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_hid_configure()98 …status = _ux_host_stack_device_configuration_get(hid -> ux_host_class_hid_device, 0, &configurati… in _ux_host_class_hid_configure()106 …_INSERT(UX_TRACE_ERROR, UX_CONFIGURATION_HANDLE_UNKNOWN, hid -> ux_host_class_hid_device, 0, 0, UX… in _ux_host_class_hid_configure()120 if (hid -> ux_host_class_hid_device -> ux_device_power_source == UX_DEVICE_BUS_POWERED) in _ux_host_class_hid_configure()
106 control_endpoint = &hid -> ux_host_class_hid_device -> ux_device_control_endpoint; in _ux_host_class_hid_idle_get()144 if (hid -> ux_host_class_hid_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_class_hid_idle_get()153 hid -> ux_host_class_hid_device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_idle_get()158 …status = _ux_host_semaphore_get(&hid -> ux_host_class_hid_device -> ux_device_protection_semaphor… in _ux_host_class_hid_idle_get()
166 control_endpoint = &hid -> ux_host_class_hid_device -> ux_device_control_endpoint; in _ux_host_class_hid_report_get()173 if (hid -> ux_host_class_hid_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_class_hid_report_get()180 hid -> ux_host_class_hid_device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_report_get()185 …status = _ux_host_semaphore_get(&hid -> ux_host_class_hid_device -> ux_device_protection_semaphor… in _ux_host_class_hid_report_get()
111 control_endpoint = &hid -> ux_host_class_hid_device -> ux_device_control_endpoint; in _ux_host_class_hid_idle_set()121 …status = _ux_host_semaphore_get(&hid -> ux_host_class_hid_device -> ux_device_protection_semaphor… in _ux_host_class_hid_idle_set()
224 control_endpoint = &hid -> ux_host_class_hid_device -> ux_device_control_endpoint; in _ux_host_class_hid_report_set()229 …status = _ux_host_semaphore_get(&hid -> ux_host_class_hid_device -> ux_device_protection_semaphor… in _ux_host_class_hid_report_set()249 _ux_host_semaphore_put(&hid -> ux_host_class_hid_device -> ux_device_protection_semaphore); in _ux_host_class_hid_report_set()
200 control_endpoint = &hid -> ux_host_class_hid_device -> ux_device_control_endpoint; in _ux_host_class_hid_descriptor_read()237 control_endpoint = &hid -> ux_host_class_hid_device -> ux_device_control_endpoint; in _ux_host_class_hid_report_descriptor_read()279 device = hid -> ux_host_class_hid_device; in _ux_host_class_hid_hid_descriptor_parse()366 device = hid -> ux_host_class_hid_device; in _ux_host_class_hid_report_descriptor_parse()547 control_endpoint = &hid -> ux_host_class_hid_device -> ux_device_control_endpoint; in _ux_host_class_hid_activate_wait()
112 …hid -> ux_host_class_hid_device = interface_ptr -> ux_interface_configuration -> ux_configuration… in _ux_host_class_hid_activate()
91 control_endpoint = &hid -> ux_host_class_hid_device -> ux_device_control_endpoint; in _ux_host_class_hid_report_descriptor_get()
100 device = hid -> ux_host_class_hid_device; in _ux_host_class_hid_idle_set_run()
99 device = hid -> ux_host_class_hid_device; in _ux_host_class_hid_descriptor_parse()
120 device = hid -> ux_host_class_hid_device; in _ux_host_class_hid_report_set_run()
956 UX_DEVICE *ux_host_class_hid_device; member