Searched refs:ux_host_class_hid_interrupt_out_endpoint (Results 1 – 4 of 4) sorted by relevance
214 if (hid -> ux_host_class_hid_interrupt_out_endpoint != UX_NULL) in _ux_host_class_hid_report_set()218 …transfer_request = &hid -> ux_host_class_hid_interrupt_out_endpoint -> ux_endpoint_transfer_reques… in _ux_host_class_hid_report_set()276 if ((hid -> ux_host_class_hid_interrupt_out_endpoint != UX_NULL) && (status == UX_SUCCESS)) in _ux_host_class_hid_report_set()290 if ((hid -> ux_host_class_hid_interrupt_out_endpoint != UX_NULL) && (status != UX_SUCCESS)) in _ux_host_class_hid_report_set()
138 if (hid -> ux_host_class_hid_interrupt_out_endpoint != UX_NULL) in _ux_host_class_hid_report_set_run()142 …transfer_request = &hid -> ux_host_class_hid_interrupt_out_endpoint -> ux_endpoint_transfer_reques… in _ux_host_class_hid_report_set_run()
151 hid -> ux_host_class_hid_interrupt_out_endpoint = endpoint; in _ux_host_class_hid_interrupt_endpoint_search()
959 UX_ENDPOINT *ux_host_class_hid_interrupt_out_endpoint; member