Searched refs:bulk_out (Results 1 – 1 of 1) sorted by relevance
588 UX_ENDPOINT *bulk_out; in get_host_bulk_endpoint() local592 …bulk_out = global_host_device->ux_device_first_configuration->ux_configuration_first_interface->ux… in get_host_bulk_endpoint()593 while (bulk_out) in get_host_bulk_endpoint()596 … if ((bulk_out->ux_endpoint_descriptor.bEndpointAddress & UX_ENDPOINT_DIRECTION) == direction && in get_host_bulk_endpoint()597 … (bulk_out->ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_BULK_ENDPOINT) in get_host_bulk_endpoint()602 bulk_out = bulk_out->ux_endpoint_next_endpoint; in get_host_bulk_endpoint()604 return bulk_out; in get_host_bulk_endpoint()623 UX_ENDPOINT *bulk_out; in _ux_hcd_sim_host_entry_bo_to_cbi() local642 bulk_out = get_host_bulk_out_endpoint(); in _ux_hcd_sim_host_entry_bo_to_cbi()643 bulk_out_transfer_request = &bulk_out->ux_endpoint_transfer_request; in _ux_hcd_sim_host_entry_bo_to_cbi()[all …]