Searched refs:ux_host_class_cdc_ecm_interrupt_endpoint (Results 1 – 4 of 4) sorted by relevance
116 if (cdc_ecm -> ux_host_class_cdc_ecm_interrupt_endpoint != UX_NULL) in _ux_host_class_cdc_ecm_deactivate()120 …transfer_request = &cdc_ecm -> ux_host_class_cdc_ecm_interrupt_endpoint -> ux_endpoint_transfer_r… in _ux_host_class_cdc_ecm_deactivate()181 if (cdc_ecm -> ux_host_class_cdc_ecm_interrupt_endpoint != UX_NULL) in _ux_host_class_cdc_ecm_deactivate()182 …_ux_utility_memory_free(cdc_ecm -> ux_host_class_cdc_ecm_interrupt_endpoint -> ux_endpoint_transfe… in _ux_host_class_cdc_ecm_deactivate()
296 if (cdc_ecm -> ux_host_class_cdc_ecm_interrupt_endpoint != UX_NULL) in _ux_host_class_cdc_ecm_activate()300 …transfer_request = &cdc_ecm -> ux_host_class_cdc_ecm_interrupt_endpoint -> ux_endpoint_transfer_r… in _ux_host_class_cdc_ecm_activate()362 if (cdc_ecm -> ux_host_class_cdc_ecm_interrupt_endpoint != UX_NULL && in _ux_host_class_cdc_ecm_activate()363 …cdc_ecm -> ux_host_class_cdc_ecm_interrupt_endpoint -> ux_endpoint_transfer_request.ux_transfer_re… in _ux_host_class_cdc_ecm_activate()364 …_ux_utility_memory_free(cdc_ecm -> ux_host_class_cdc_ecm_interrupt_endpoint -> ux_endpoint_transfe… in _ux_host_class_cdc_ecm_activate()
245 cdc_ecm -> ux_host_class_cdc_ecm_interrupt_endpoint = endpoint; in _ux_host_class_cdc_ecm_endpoints_get()248 …transfer_request = &cdc_ecm -> ux_host_class_cdc_ecm_interrupt_endpoint -> ux_endpoint_transfer_r… in _ux_host_class_cdc_ecm_endpoints_get()
269 UX_ENDPOINT *ux_host_class_cdc_ecm_interrupt_endpoint; member