Home
last modified time | relevance | path

Searched refs:slave_endpoint (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_cdc_acm_timeout_test.c540 UX_SLAVE_ENDPOINT *slave_endpoint; in tx_test_thread_host_simulation_entry() local
589slave_endpoint = cdc_acm_slave->ux_slave_class_cdc_acm_interface->ux_slave_interface_first_endpoin… in tx_test_thread_host_simulation_entry()
590 …x_slave_class_cdc_acm_interface->ux_slave_interface_first_endpoint = slave_endpoint->ux_slave_endp… in tx_test_thread_host_simulation_entry()
591 …acm_interface->ux_slave_interface_first_endpoint->ux_slave_endpoint_next_endpoint = slave_endpoint; in tx_test_thread_host_simulation_entry()
592 slave_endpoint->ux_slave_endpoint_next_endpoint = UX_NULL; in tx_test_thread_host_simulation_entry()
599slave_endpoint = cdc_acm_slave->ux_slave_class_cdc_acm_interface->ux_slave_interface_first_endpoin… in tx_test_thread_host_simulation_entry()
600 …x_slave_class_cdc_acm_interface->ux_slave_interface_first_endpoint = slave_endpoint->ux_slave_endp… in tx_test_thread_host_simulation_entry()
601 …acm_interface->ux_slave_interface_first_endpoint->ux_slave_endpoint_next_endpoint = slave_endpoint; in tx_test_thread_host_simulation_entry()
602 slave_endpoint->ux_slave_endpoint_next_endpoint = UX_NULL; in tx_test_thread_host_simulation_entry()
642slave_endpoint = cdc_acm_slave->ux_slave_class_cdc_acm_interface->ux_slave_interface_first_endpoin… in tx_test_thread_host_simulation_entry()
[all …]
Dusbx_ux_host_class_cdc_acm_transfer_request_completed_test.c510 UX_SLAVE_ENDPOINT *slave_endpoint; in tx_test_thread_host_simulation_entry() local
535 slave_endpoint = slave_interface->ux_slave_interface_first_endpoint; in tx_test_thread_host_simulation_entry()
536 while(slave_endpoint) in tx_test_thread_host_simulation_entry()
538 …if ((slave_endpoint->ux_slave_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTE… in tx_test_thread_host_simulation_entry()
540 slave_interrupt_endpoint = slave_endpoint; in tx_test_thread_host_simulation_entry()
543 slave_endpoint = slave_endpoint->ux_slave_endpoint_next_endpoint; in tx_test_thread_host_simulation_entry()
Dusbx_ux_device_stack_control_request_process_test.c446 UX_SLAVE_ENDPOINT *slave_endpoint; in ux_test_thread_simulation_0_entry() local
549 slave_endpoint = &slave_device -> ux_slave_device_control_endpoint; in ux_test_thread_simulation_0_entry()
551 slave_transfer_request = &slave_endpoint -> ux_slave_endpoint_transfer_request; in ux_test_thread_simulation_0_entry()
Dusbx_ux_device_class_storage_control_request_test.c528 UX_SLAVE_ENDPOINT *slave_endpoint; in tx_demo_thread_host_simulation_entry() local
636 slave_endpoint = slave_interface->ux_slave_interface_first_endpoint; in tx_demo_thread_host_simulation_entry()
637 …slave_interface->ux_slave_interface_first_endpoint = slave_endpoint->ux_slave_endpoint_next_endpoi… in tx_demo_thread_host_simulation_entry()
638 …ave_interface->ux_slave_interface_first_endpoint->ux_slave_endpoint_next_endpoint = slave_endpoint; in tx_demo_thread_host_simulation_entry()
639 slave_endpoint->ux_slave_endpoint_next_endpoint = UX_NULL; in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_transaction_schedule.c109 UX_SLAVE_ENDPOINT *slave_endpoint; in _ux_hcd_sim_host_transaction_schedule() local
165 slave_endpoint = slave_ed -> ux_sim_slave_ed_endpoint; in _ux_hcd_sim_host_transaction_schedule()
168 slave_transfer_request = &slave_endpoint -> ux_slave_endpoint_transfer_request; in _ux_hcd_sim_host_transaction_schedule()
457 …if (slave_endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize == 0) /* Special for tests (avoi… in _ux_hcd_sim_host_transaction_schedule()
467 … (transaction_length % slave_endpoint -> ux_slave_endpoint_descriptor.wMaxPacketSize)) in _ux_hcd_sim_host_transaction_schedule()