| /USBX-v6.2.1/common/core/src/ |
| D | ux_host_stack_new_endpoint_create.c | 124 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()
|
| D | ux_device_stack_interface_set.c | 237 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()
|
| D | ux_host_stack_bandwidth_claim.c | 126 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()
|
| D | ux_host_stack_bandwidth_release.c | 125 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()
|
| D | ux_host_stack_bandwidth_check.c | 127 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()
|
| D | ux_hcd_sim_host_request_isochronous_transfer.c | 114 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()
|
| D | ux_host_stack_new_device_create.c | 214 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()
|
| D | ux_device_stack_alternate_setting_set.c | 320 … 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()
|
| D | ux_hcd_sim_host_least_traffic_list_get.c | 113 bandwidth_used += (ULONG) endpoint -> ux_endpoint_descriptor.wMaxPacketSize; in _ux_hcd_sim_host_least_traffic_list_get()
|
| D | ux_dcd_sim_slave_initialize_complete.c | 136 …sfer_request -> ux_slave_transfer_request_endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize = in _ux_dcd_sim_slave_initialize_complete()
|
| D | ux_device_stack_transfer_request.c | 171 (slave_length % endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize) == 0) in _ux_device_stack_transfer_request()
|
| /USBX-v6.2.1/common/usbx_device_classes/src/ |
| D | ux_device_class_printer_read.c | 141 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()
|
| D | ux_device_class_cdc_acm_bulkout_thread.c | 141 …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()
|
| D | ux_device_class_cdc_acm_read.c | 191 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/ |
| D | ux_hcd_ehci_interrupt_endpoint_destroy.c | 140 … 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()
|
| D | ux_hcd_ohci_isochronous_endpoint_create.c | 111 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()
|
| D | ux_hcd_ehci_isochronous_endpoint_destroy.c | 215 … 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()
|
| D | ux_hcd_ehci_interrupt_endpoint_create.c | 161 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/ |
| D | usbx_ux_device_class_hid_wMaxPacketSize_test.c | 341 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()
|
| D | usbx_ux_host_stack_enum_wMaxPacketSize_test.c | 347 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/ |
| D | ux_host_class_video_read.c | 121 … (video -> ux_host_class_video_isochronous_endpoint -> ux_endpoint_descriptor.wMaxPacketSize == 0)) in _ux_host_class_video_read()
|
| D | ux_host_class_audio_read.c | 122 …if (audio -> ux_host_class_audio_isochronous_endpoint -> ux_endpoint_descriptor.wMaxPacketSize == … in _ux_host_class_audio_read()
|
| D | ux_host_class_audio_write.c | 118 …if (audio -> ux_host_class_audio_isochronous_endpoint -> ux_endpoint_descriptor.wMaxPacketSize == … in _ux_host_class_audio_write()
|
| D | ux_host_class_hid_interrupt_endpoint_search.c | 108 …ted_length = hid -> ux_host_class_hid_interrupt_endpoint -> ux_endpoint_descriptor.wMaxPacketSize; in _ux_host_class_hid_interrupt_endpoint_search()
|
| D | ux_host_class_video_transfer_buffer_add.c | 126 (endpoint -> ux_endpoint_descriptor.wMaxPacketSize == 0)) in _ux_host_class_video_transfer_buffer_add()
|