Home
last modified time | relevance | path

Searched refs:wMaxPacketSize (Results 1 – 25 of 55) sorted by relevance

123

/USBX-v6.2.1/common/core/src/
Dux_host_stack_new_endpoint_create.c124 if (endpoint -> ux_endpoint_descriptor.wMaxPacketSize == 0) in _ux_host_stack_new_endpoint_create()
136 if (packet_size == endpoint -> ux_endpoint_descriptor.wMaxPacketSize) in _ux_host_stack_new_endpoint_create()
153 packet_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_host_stack_new_endpoint_create()
161 … n_tran = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_NUMBER_OF_TRANSACTIONS_MASK; in _ux_host_stack_new_endpoint_create()
Dux_device_stack_interface_set.c237 UX_ASSERT(endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize != 0); in _ux_device_stack_interface_set()
241 endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize & in _ux_device_stack_interface_set()
246 n_trans = endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize & in _ux_device_stack_interface_set()
Dux_host_stack_bandwidth_claim.c126 max_packet_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_host_stack_bandwidth_claim()
141 … (((endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_NUMBER_OF_TRANSACTIONS_MASK) >> in _ux_host_stack_bandwidth_claim()
Dux_host_stack_bandwidth_release.c125 max_packet_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_host_stack_bandwidth_release()
140 … (((endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_NUMBER_OF_TRANSACTIONS_MASK) >> in _ux_host_stack_bandwidth_release()
Dux_host_stack_bandwidth_check.c127 max_packet_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_host_stack_bandwidth_check()
142 … (((endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_NUMBER_OF_TRANSACTIONS_MASK) >> in _ux_host_stack_bandwidth_check()
Dux_hcd_sim_host_request_isochronous_transfer.c114 packet_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_hcd_sim_host_request_isochronous_transfer()
115 … n_trans = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_NUMBER_OF_TRANSACTIONS_MASK; in _ux_hcd_sim_host_request_isochronous_transfer()
Dux_host_stack_new_device_create.c214 control_endpoint -> ux_endpoint_descriptor.wMaxPacketSize = UX_DEFAULT_HS_MPS; in _ux_host_stack_new_device_create()
216 control_endpoint -> ux_endpoint_descriptor.wMaxPacketSize = UX_DEFAULT_MPS; in _ux_host_stack_new_device_create()
Dux_device_stack_alternate_setting_set.c320 … UX_ASSERT(endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize != 0); in _ux_device_stack_alternate_setting_set()
324 … endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize & in _ux_device_stack_alternate_setting_set()
329 … n_trans = endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize & in _ux_device_stack_alternate_setting_set()
Dux_hcd_sim_host_least_traffic_list_get.c113 bandwidth_used += (ULONG) endpoint -> ux_endpoint_descriptor.wMaxPacketSize; in _ux_hcd_sim_host_least_traffic_list_get()
Dux_dcd_sim_slave_initialize_complete.c136 …sfer_request -> ux_slave_transfer_request_endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize = in _ux_dcd_sim_slave_initialize_complete()
Dux_device_stack_transfer_request.c171 (slave_length % endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize) == 0) in _ux_device_stack_transfer_request()
/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_printer_read.c141 if (requested_length > endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize) in _ux_device_class_printer_read()
144 local_requested_length = endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize; in _ux_device_class_printer_read()
175 endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize) in _ux_device_class_printer_read()
Dux_device_class_cdc_acm_bulkout_thread.c141 …e_stack_transfer_request(transfer_request, endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize, in _ux_device_class_cdc_acm_bulkout_thread()
142 … endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize); in _ux_device_class_cdc_acm_bulkout_thread()
Dux_device_class_cdc_acm_read.c191 if (requested_length > endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize) in _ux_device_class_cdc_acm_read()
194 local_requested_length = endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize; in _ux_device_class_cdc_acm_read()
223 … ux_slave_transfer_request_actual_length < endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize) in _ux_device_class_cdc_acm_read()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_interrupt_endpoint_destroy.c140 … max_packet_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_hcd_ehci_interrupt_endpoint_destroy()
144 …max_packet_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_NUMBER_OF_TRANSACTION… in _ux_hcd_ehci_interrupt_endpoint_destroy()
148 … max_packet_size *= endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_hcd_ehci_interrupt_endpoint_destroy()
Dux_hcd_ohci_isochronous_endpoint_create.c111 endpoint -> ux_endpoint_descriptor.wMaxPacketSize; in _ux_hcd_ohci_isochronous_endpoint_create()
123 ((ULONG) (endpoint -> ux_endpoint_descriptor.wMaxPacketSize)) << 16; in _ux_hcd_ohci_isochronous_endpoint_create()
Dux_hcd_ehci_isochronous_endpoint_destroy.c215 … max_packet_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_hcd_ehci_isochronous_endpoint_destroy()
218 …max_packet_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_NUMBER_OF_TRANSACTION… in _ux_hcd_ehci_isochronous_endpoint_destroy()
Dux_hcd_ehci_interrupt_endpoint_create.c161 max_packet_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_PACKET_SIZE_MASK; in _ux_hcd_ehci_interrupt_endpoint_create()
171 …num_transaction = (endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_NUMBER_OF_TRANSACTIO… in _ux_hcd_ehci_interrupt_endpoint_create()
/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_hid_wMaxPacketSize_test.c341 ULONG wMaxPacketSize; in tx_demo_thread_host_simulation_entry() member
391 …_short_put(device_framework_high_speed+DEVICE_FRAMEWORK_OFFSET_HS_EP_MPS, tests[i].wMaxPacketSize); in tx_demo_thread_host_simulation_entry()
393 …_short_put(device_framework_full_speed+DEVICE_FRAMEWORK_OFFSET_FS_EP_MPS, tests[i].wMaxPacketSize); in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_stack_enum_wMaxPacketSize_test.c347 ULONG wMaxPacketSize; in ux_test_thread_host_simulation_entry() member
422 _ux_utility_short_put(device_framework_high_speed + offset, tests[i].wMaxPacketSize); in ux_test_thread_host_simulation_entry()
433 _ux_utility_short_put(device_framework_full_speed + offset, tests[i].wMaxPacketSize); in ux_test_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_video_read.c121 … (video -> ux_host_class_video_isochronous_endpoint -> ux_endpoint_descriptor.wMaxPacketSize == 0)) in _ux_host_class_video_read()
Dux_host_class_audio_read.c122 …if (audio -> ux_host_class_audio_isochronous_endpoint -> ux_endpoint_descriptor.wMaxPacketSize == … in _ux_host_class_audio_read()
Dux_host_class_audio_write.c118 …if (audio -> ux_host_class_audio_isochronous_endpoint -> ux_endpoint_descriptor.wMaxPacketSize == … in _ux_host_class_audio_write()
Dux_host_class_hid_interrupt_endpoint_search.c108 …ted_length = hid -> ux_host_class_hid_interrupt_endpoint -> ux_endpoint_descriptor.wMaxPacketSize; in _ux_host_class_hid_interrupt_endpoint_search()
Dux_host_class_video_transfer_buffer_add.c126 (endpoint -> ux_endpoint_descriptor.wMaxPacketSize == 0)) in _ux_host_class_video_transfer_buffer_add()

123