Searched refs:htole16 (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/tools/include/tools/ |
D | endian.h | 8 #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/ |
D | aio_simple.c | 106 .wMaxPacketSize = htole16(512), 113 .wMaxPacketSize = htole16(512), 134 htole16(0x0409), /* en-us */
|
/linux-4.1.27/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 108 .wMaxPacketSize = htole16(512), 115 .wMaxPacketSize = htole16(512), 136 htole16(0x0409), /* en-us */
|
/linux-4.1.27/Documentation/mic/mpssd/ |
D | mpssd.c | 93 .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/ |
D | ffs-test.c | 47 #define cpu_to_le16(x) htole16(x)
|