Searched refs:fnInterface (Results 1 – 2 of 2) sorted by relevance
223 struct UsbFnInterface *fnInterface = nullptr; variable227 EXPECT_NE(nullptr, fnInterface);232 struct UsbFnInterface *fnInterface = nullptr; variable236 EXPECT_NE(nullptr, fnInterface);241 struct UsbFnInterface *fnInterface = nullptr; variable245 EXPECT_EQ(nullptr, fnInterface);250 struct UsbFnInterface *fnInterface = nullptr; variable254 EXPECT_EQ(nullptr, fnInterface);261 EXPECT_EQ(nullptr, fnInterface);267 struct UsbFnInterface *fnInterface = nullptr; variable[all …]
266 …struct UsbFnInterface *fnInterface = (struct UsbFnInterface *)UsbFnGetInterface(g_acmDevice->fnDev… in UsbFnDviceTestGetInterface() local267 if (fnInterface == NULL) { in UsbFnDviceTestGetInterface()281 …struct UsbFnInterface *fnInterface = (struct UsbFnInterface *)UsbFnGetInterface(g_acmDevice->fnDev… in UsbFnDviceTestGetInterface002() local282 if (fnInterface == NULL) { in UsbFnDviceTestGetInterface002()298 if (fnInterface != NULL) { in UsbFnDviceTestGetInterface003()313 if (fnInterface != NULL) { in UsbFnDviceTestGetInterface004()323 struct UsbFnInterface *fnInterface = (struct UsbFnInterface *)UsbFnGetInterface(fnDevice, 0); in UsbFnDviceTestGetInterface005() local324 if (fnInterface != NULL) { in UsbFnDviceTestGetInterface005()338 struct UsbFnInterface *fnInterface = NULL; in UsbFnDviceTestGetInterface006() local340 fnInterface = (struct UsbFnInterface *)UsbFnGetInterface(g_acmDevice->fnDev, idCount); in UsbFnDviceTestGetInterface006()[all …]