Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/device/src/
H A Dadapter_if.c427 static void GetHeaderStr(struct UsbFnStrings ** const strings, struct UsbFunctionfsStringsHead *headerStr) in GetHeaderStr()
441 headerStr->length = htole32(sizeof(struct UsbFunctionfsStringsHead) + langCount * sizeof(uint16_t) + len); in GetHeaderStr()
452 struct UsbFunctionfsStringsHead headerStr = {0}; in UsbFnWriteStrings()
461 ret = memcpy_s(whereDec, headerStr.length, &headerStr, sizeof(struct UsbFunctionfsStringsHead)); in UsbFnWriteStrings()
465 whereDec += sizeof(struct UsbFunctionfsStringsHead); in UsbFnWriteStrings()
H A Dadapter_if_liteos.c260 static void GetHeaderStr(struct UsbFnStrings ** const strings, struct UsbFunctionfsStringsHead *headerStr) in GetHeaderStr()
274 headerStr->length = htole32(sizeof(struct UsbFunctionfsStringsHead) + langCount * sizeof(uint16_t) + len); in GetHeaderStr()
285 struct UsbFunctionfsStringsHead headerStr = {0}; in UsbFnWriteStrings()
294 ret = memcpy_s(whereDec, headerStr.length, &headerStr, sizeof(struct UsbFunctionfsStringsHead)); in UsbFnWriteStrings()
298 whereDec += sizeof(struct UsbFunctionfsStringsHead); in UsbFnWriteStrings()
/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h269 struct UsbFunctionfsStringsHead { struct

Completed in 5 milliseconds