Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dadapter_if_liteos.c256 static void GetHeaderStr(struct UsbFnStrings ** const strings, struct UsbFunctionfsStringsHead *hea… in GetHeaderStr()
270 …headerStr->length = htole32(sizeof(struct UsbFunctionfsStringsHead) + langCount * sizeof(uint16_t)… in GetHeaderStr()
281 struct UsbFunctionfsStringsHead headerStr = {0}; in UsbFnWriteStrings()
290 ret = memcpy_s(whereDec, headerStr.length, &headerStr, sizeof(struct UsbFunctionfsStringsHead)); in UsbFnWriteStrings()
294 whereDec += sizeof(struct UsbFunctionfsStringsHead); in UsbFnWriteStrings()
H A Dadapter_if.c427 static void GetHeaderStr(struct UsbFnStrings ** const strings, struct UsbFunctionfsStringsHead *hea… in GetHeaderStr()
441 …headerStr->length = htole32(sizeof(struct UsbFunctionfsStringsHead) + langCount * sizeof(uint16_t)… 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()
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h269 struct UsbFunctionfsStringsHead { struct