Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/traceevent/plugins/
Dplugin_cfg80211.c12 #ifndef le16toh
14 # define le16toh(x) (x) macro
16 # define le16toh(x) __bswap_16 (x) macro
25 return val ? (long long) le16toh(*val) : 0; in process___le16_to_cpup()
/linux-6.1.9/tools/include/tools/
Dendian.h19 #ifndef le16toh
20 #define le16toh(x) (x) macro
43 #ifndef le16toh
44 #define le16toh(x) __bswap_16(x) macro
/linux-6.1.9/arch/mips/tools/
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.1.9/tools/usb/usbip/src/
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.1.9/tools/usb/usbip/libsrc/
Dusbip_device_driver.c25 ((dev)->attr = le16toh((descr)->attr)) \
/linux-6.1.9/arch/arm64/kvm/hyp/nvhe/
Dgen-hyprel.c141 #define elf16toh(x) le16toh(x)
/linux-6.1.9/tools/iio/
Diio_generic_buffer.c96 input = le16toh(input); in print2byte()
/linux-6.1.9/tools/usb/
Dffs-test.c51 #define le16_to_cpu(x) le16toh(x)