Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/tools/
Dendian.h12 #ifndef htole32
13 #define htole32(x) (x) macro
36 #ifndef htole32
37 #define htole32(x) __bswap_32(x) macro
/Linux-v4.19/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c65 .magic = htole32(FUNCTIONFS_DESCRIPTORS_MAGIC_V2),
66 .flags = htole32(FUNCTIONFS_HAS_FS_DESC |
68 .length = htole32(sizeof(descriptors)),
70 .fs_count = htole32(3),
92 .hs_count = htole32(3),
128 .magic = htole32(FUNCTIONFS_STRINGS_MAGIC),
129 .length = htole32(sizeof(strings)),
130 .str_count = htole32(1),
131 .lang_count = htole32(1),
/Linux-v4.19/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c67 .magic = htole32(FUNCTIONFS_DESCRIPTORS_MAGIC_V2),
68 .flags = htole32(FUNCTIONFS_HAS_FS_DESC |
70 .length = htole32(sizeof(descriptors)),
72 .fs_count = htole32(3),
94 .hs_count = htole32(3),
130 .magic = htole32(FUNCTIONFS_STRINGS_MAGIC),
131 .length = htole32(sizeof(strings)),
132 .str_count = htole32(1),
133 .lang_count = htole32(1),
/Linux-v4.19/samples/mic/mpssd/
Dmpssd.c119 .host_features = htole32(
148 htole32(1<<VIRTIO_BLK_F_SEG_MAX),
150 .seg_max = htole32(MIC_VRING_ENTRIES - 2),