Home
last modified time | relevance | path

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

/linux-4.1.27/tools/include/tools/
Dendian.h8 #ifndef htole16
9 #define htole16(x) (x) macro
32 #ifndef htole16
33 #define htole16(x) __bswap_16(x) macro
/linux-4.1.27/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c106 .wMaxPacketSize = htole16(512),
113 .wMaxPacketSize = htole16(512),
134 htole16(0x0409), /* en-us */
/linux-4.1.27/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c108 .wMaxPacketSize = htole16(512),
115 .wMaxPacketSize = htole16(512),
136 htole16(0x0409), /* en-us */
/linux-4.1.27/Documentation/mic/mpssd/
Dmpssd.c93 .num = htole16(MIC_VRING_ENTRIES),
96 .num = htole16(MIC_VRING_ENTRIES),
113 .num = htole16(MIC_VRING_ENTRIES),
116 .num = htole16(MIC_VRING_ENTRIES),
146 .num = htole16(MIC_VRING_ENTRIES),
/linux-4.1.27/tools/usb/
Dffs-test.c47 #define cpu_to_le16(x) htole16(x)