Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DOption.cpp33 int rxEndpointID = -1; in AddDevice() local
51 rxEndpointID = i; in AddDevice()
60 __func__, index, txEndpointID, rxEndpointID, irEndpointID); in AddDevice()
62 if (txEndpointID < 0 || rxEndpointID < 0 || irEndpointID < 0) in AddDevice()
71 usb_endpoint_info *rxEndpoint = &interface->endpoint[rxEndpointID]; in AddDevice()