Searched refs:ux_host_class_hid_interrupt_out_endpoint (Results 1 – 5 of 5) sorted by relevance
213 if (hid -> ux_host_class_hid_interrupt_out_endpoint != UX_NULL) in _ux_host_class_hid_report_set()217 …transfer_request = &hid -> ux_host_class_hid_interrupt_out_endpoint -> ux_endpoint_transfer_reques… in _ux_host_class_hid_report_set()275 if ((hid -> ux_host_class_hid_interrupt_out_endpoint != UX_NULL) && (status == UX_SUCCESS)) in _ux_host_class_hid_report_set()289 if ((hid -> ux_host_class_hid_interrupt_out_endpoint != UX_NULL) && (status != UX_SUCCESS)) in _ux_host_class_hid_report_set()
137 if (hid -> ux_host_class_hid_interrupt_out_endpoint != UX_NULL) in _ux_host_class_hid_report_set_run()141 …transfer_request = &hid -> ux_host_class_hid_interrupt_out_endpoint -> ux_endpoint_transfer_reques… in _ux_host_class_hid_report_set_run()
150 hid -> ux_host_class_hid_interrupt_out_endpoint = endpoint; in _ux_host_class_hid_interrupt_endpoint_search()
310 if (hid -> ux_host_class_hid_interrupt_out_endpoint == UX_NULL) in tx_demo_thread_host_simulation_entry()
970 UX_ENDPOINT *ux_host_class_hid_interrupt_out_endpoint; member