Home
last modified time | relevance | path

Searched refs:le16toh (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/tools/include/tools/
A Dendian.h19 #ifndef le16toh
20 #define le16toh(x) (x) macro
43 #ifndef le16toh
44 #define le16toh(x) __bswap_16(x) macro
/linux-6.3-rc2/arch/mips/tools/
A Dloongson3-llsc-check.c20 # define le16toh(x) (x) macro
24 # define le16toh(x) bswap_16(x) macro
285 for (i = 0; i < le16toh(eh->e_shnum); i++) { in main()
286 sh = vmlinux + le64toh(eh->e_shoff) + (i * le16toh(eh->e_shentsize)); in main()
/linux-6.3-rc2/tools/usb/usbip/src/
A Dusbip_list.c298 idVendor = le16toh(d_desc->idVendor); in list_gadget_devices()
300 idProduct = le16toh(d_desc->idProduct); in list_gadget_devices()
306 le16toh(idVendor), in list_gadget_devices()
307 le16toh(idProduct)); in list_gadget_devices()
/linux-6.3-rc2/tools/usb/usbip/libsrc/
A Dusbip_device_driver.c25 ((dev)->attr = le16toh((descr)->attr)) \
/linux-6.3-rc2/arch/arm64/kvm/hyp/nvhe/
A Dgen-hyprel.c141 #define elf16toh(x) le16toh(x)
/linux-6.3-rc2/tools/iio/
A Diio_generic_buffer.c96 input = le16toh(input); in print2byte()
/linux-6.3-rc2/tools/usb/
A Dffs-test.c51 #define le16_to_cpu(x) le16toh(x)

Completed in 9 milliseconds