Home
last modified time | relevance | path

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

/packages/modules/adb/daemon/
Dusb_ffs.cpp44 #define cpu_to_le32(x) htole32(x) macro
74 uint32_t dwPropertyDataType = cpu_to_le32(USB_EXT_PROP_UNICODE);
81 uint32_t dwPropertyDataLength = cpu_to_le32(PropertyDataLength);
207 .Reserved1 = cpu_to_le32(1),
214 .interface = cpu_to_le32(0),
215 .dwLength = cpu_to_le32(sizeof(os_desc_header) + sizeof(os_desc_compat)),
216 .bcdVersion = cpu_to_le32(1),
217 .wIndex = cpu_to_le32(4),
218 .bCount = cpu_to_le32(1),
219 .Reserved = cpu_to_le32(0),
[all …]