le16toh           330 samples/mic/mpssd/mpssd.c 	if (!(le16toh(desc->flags) & VRING_DESC_F_NEXT))
le16toh           332 samples/mic/mpssd/mpssd.c 	next = le16toh(desc->next);
le16toh           515 samples/mic/mpssd/mpssd.c 	while (avail_idx == le16toh(READ_ONCE(vr->vr.avail->idx))) {
le16toh           519 samples/mic/mpssd/mpssd.c 			le16toh(vr->vr.avail->idx), vr->info->avail_idx);
le16toh           657 samples/mic/mpssd/mpssd.c 				le16toh(rx_vr.vr.avail->idx)) {
le16toh           856 samples/mic/mpssd/mpssd.c 				le16toh(rx_vr.vr.avail->idx)) {
le16toh          1087 samples/mic/mpssd/mpssd.c 	if (!(le16toh(desc->flags) & VRING_DESC_F_NEXT)) {
le16toh          1092 samples/mic/mpssd/mpssd.c 	if (le16toh(desc->flags) & VRING_DESC_F_WRITE) {
le16toh          1216 samples/mic/mpssd/mpssd.c 				le16toh(vring.vr.avail->idx)) {
le16toh          1221 samples/mic/mpssd/mpssd.c 				desc_idx = le16toh(
le16toh            94 tools/iio/iio_generic_buffer.c 		input = le16toh(input);
le16toh            19 tools/include/tools/endian.h #ifndef le16toh
le16toh            43 tools/include/tools/endian.h #ifndef le16toh
le16toh            12 tools/lib/traceevent/plugins/plugin_cfg80211.c #ifndef le16toh
le16toh            25 tools/lib/traceevent/plugins/plugin_cfg80211.c 	return val ? (long long) le16toh(*val) : 0;
le16toh            51 tools/usb/ffs-test.c #define le16_to_cpu(x)  le16toh(x)
le16toh            25 tools/usb/usbip/libsrc/usbip_device_driver.c 		((dev)->attr = le16toh((descr)->attr))		\
le16toh           297 tools/usb/usbip/src/usbip_list.c 		idVendor = le16toh(d_desc->idVendor);
le16toh           299 tools/usb/usbip/src/usbip_list.c 		idProduct = le16toh(d_desc->idProduct);
le16toh           305 tools/usb/usbip/src/usbip_list.c 					le16toh(idVendor),
le16toh           306 tools/usb/usbip/src/usbip_list.c 					le16toh(idProduct));