Home
last modified time | relevance | path

Searched refs:usbInterfaces (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/sanei/
H A Dusb_manager.cpp107 void InterfaceConvert(std::vector<UsbInterface> &usbInterfaces, std::vector<UsbAltInterface> &usbAlt) in InterfaceConvert() argument
111 des.bInterfaceClass = static_cast<uint8_t>(usbInterfaces[i].GetClass()); in InterfaceConvert()
112 std::vector<USBEndpoint> &endPoints = usbInterfaces[i].GetEndpoints(); in InterfaceConvert()
121 for (size_t i = 0; i < usbInterfaces.size(); i++) { in InterfaceConvert()
122 UsbInterface& inter = usbInterfaces[i]; in InterfaceConvert()
128 int id = usbInterfaces[i].GetId(); in InterfaceConvert()
145 std::vector<UsbInterface> &usbInterfaces = usbConfig.GetInterfaces(); in GetRetConfigAndInterface() local
146 InterfaceConvert(usbInterfaces, usbAlt); in GetRetConfigAndInterface()

Completed in 2 milliseconds