Searched refs:RawUsbMemAlloc (Results 1 – 6 of 6) sorted by relevance
136 void *RawUsbMemAlloc(size_t size);
139 dev->descriptors = static_cast<uint8_t *>(RawUsbMemAlloc(DESCRIPTORSLENGTH)); in OsReadDescriptors()156 …static_cast<UsbDeviceConfigDescriptor *>(RawUsbMemAlloc(numConfigs * sizeof(UsbDeviceConfigDescrip… in OsParseConfigDescriptors()
345 extra = RawUsbMemAlloc((size_t)len); in ParseEndpoint()427 ifp->extra = RawUsbMemAlloc((size_t)len); in ParseInterfaceCopy()538 config->extra = RawUsbMemAlloc(len); in ParseConfigurationDes()1192 buf = RawUsbMemAlloc(configLen); in RawGetConfigDescriptor()1549 void *RawUsbMemAlloc(size_t size) in RawUsbMemAlloc() function
35 void *mem = RawUsbMemAlloc(newSize); in OsAdapterRealloc()255 dev->configDescriptors = RawUsbMemAlloc(numConfigs * sizeof(struct UsbDeviceConfigDescriptor)); in OsParseConfigDescriptors()
55 mem = RawUsbMemAlloc(newSize); in OsAdapterRealloc()331 dev->configDescriptors = RawUsbMemAlloc(numConfigs * sizeof(struct UsbDeviceConfigDescriptor)); in OsParseConfigDescriptors()
905 interfacePoolTemp = (struct UsbInterfacePool *)RawUsbMemAlloc(sizeof(struct UsbInterfacePool)); in UsbIfCreatInterfacePool()