Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/device/src/
Dadapter_if_liteos.c1042 struct RawUsbRamTestList *testEntry = OsalMemCalloc(sizeof(struct RawUsbRamTestList)); in UsbFnMemCalloc() local
1043 if (testEntry == NULL) { in UsbFnMemCalloc()
1048 testEntry->address = (uintptr_t)buf; in UsbFnMemCalloc()
1049 testEntry->size = size; in UsbFnMemCalloc()
1054 DListInsertTail(&testEntry->list, &g_usbRamTestHead->list); in UsbFnMemCalloc()
Dadapter_if.c1235 struct RawUsbRamTestList *testEntry = OsalMemCalloc(sizeof(struct RawUsbRamTestList)); in UsbFnMemCalloc() local
1236 if (testEntry == NULL) { in UsbFnMemCalloc()
1241 testEntry->address = (uintptr_t)buf; in UsbFnMemCalloc()
1242 testEntry->size = size; in UsbFnMemCalloc()
1247 DListInsertTail(&testEntry->list, &g_usbRamTestHead->list); in UsbFnMemCalloc()
/drivers/peripheral/usb/ddk/host/src/
Dusb_raw_api_library.c1578 struct RawUsbRamTestList *testEntry = OsalMemCalloc(sizeof(struct RawUsbRamTestList)); in RawUsbMemCalloc() local
1579 if (testEntry == NULL) { in RawUsbMemCalloc()
1584 testEntry->address = (uintptr_t)buf; in RawUsbMemCalloc()
1585 testEntry->size = size; in RawUsbMemCalloc()
1590 DListInsertTail(&testEntry->list, &g_usbRamTestHead->list); in RawUsbMemCalloc()