Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_device (Results 1 – 12 of 12) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_configure.c94 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()
Dux_host_class_hid_idle_get.c106 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()
Dux_host_class_hid_report_get.c166 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()
Dux_host_class_hid_idle_set.c111 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()
Dux_host_class_hid_report_set.c224 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()
Dux_host_class_hid_entry.c200 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()
Dux_host_class_hid_activate.c112 …hid -> ux_host_class_hid_device = interface_ptr -> ux_interface_configuration -> ux_configuration… in _ux_host_class_hid_activate()
Dux_host_class_hid_report_descriptor_get.c91 control_endpoint = &hid -> ux_host_class_hid_device -> ux_device_control_endpoint; in _ux_host_class_hid_report_descriptor_get()
Dux_host_class_hid_idle_set_run.c100 device = hid -> ux_host_class_hid_device; in _ux_host_class_hid_idle_set_run()
Dux_host_class_hid_descriptor_parse.c99 device = hid -> ux_host_class_hid_device; in _ux_host_class_hid_descriptor_parse()
Dux_host_class_hid_report_set_run.c120 device = hid -> ux_host_class_hid_device; in _ux_host_class_hid_report_set_run()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h956 UX_DEVICE *ux_host_class_hid_device; member