Searched refs:slave_endpoint (Results 1 – 5 of 5) sorted by relevance
540 UX_SLAVE_ENDPOINT *slave_endpoint; in tx_test_thread_host_simulation_entry() local589 …slave_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()599 …slave_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()642 …slave_endpoint = cdc_acm_slave->ux_slave_class_cdc_acm_interface->ux_slave_interface_first_endpoin… in tx_test_thread_host_simulation_entry()[all …]
510 UX_SLAVE_ENDPOINT *slave_endpoint; in tx_test_thread_host_simulation_entry() local535 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()
446 UX_SLAVE_ENDPOINT *slave_endpoint; in ux_test_thread_simulation_0_entry() local549 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()
528 UX_SLAVE_ENDPOINT *slave_endpoint; in tx_demo_thread_host_simulation_entry() local636 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()
109 UX_SLAVE_ENDPOINT *slave_endpoint; in _ux_hcd_sim_host_transaction_schedule() local165 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()