Home
last modified time | relevance | path

Searched refs:LONG_LE (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/daemon/
Dusb_ffs.h42 #define LONG_LE(x) htole32(x) macro
60 .magic = LONG_LE(FUNCTIONFS_STRINGS_MAGIC),
61 .length = LONG_LE(sizeof(USB_FFS_VALUE)),
62 .str_count = LONG_LE(1),
63 .lang_count = LONG_LE(1),
181 uint32_t propertyDataTypen = LONG_LE(1);
184 uint32_t propertyDataLength = LONG_LE(PropertyDataLength);
204 .Reserved1 = LONG_LE(1),
211 .interface = LONG_LE(0),
212 .dwLength = LONG_LE(sizeof(g_wosHead) + sizeof(g_wosDesc)),
[all …]
Ddaemon_usb.cpp130 descUsbFfs.head.magic = LONG_LE(FUNCTIONFS_DESCRIPTORS_MAGIC_V2); in FillUsbV2Head()
131 descUsbFfs.head.length = LONG_LE(sizeof(descUsbFfs)); in FillUsbV2Head()