Searched refs:htole16 (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/include/tools/ |
D | endian.h | 9 #ifndef htole16 10 #define htole16(x) (x) macro 33 #ifndef htole16 34 #define htole16(x) __bswap_16(x) macro
|
/Linux-v4.19/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-v4.19/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-v4.19/samples/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), 145 .num = htole16(MIC_VRING_ENTRIES),
|