Searched refs:htole16 (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/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-v5.4/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-v5.4/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-v5.4/samples/mic/mpssd/ |
| D | mpssd.c | 82 .num = htole16(MIC_VRING_ENTRIES), 85 .num = htole16(MIC_VRING_ENTRIES), 102 .num = htole16(MIC_VRING_ENTRIES), 105 .num = htole16(MIC_VRING_ENTRIES), 134 .num = htole16(MIC_VRING_ENTRIES),
|