Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-qmi-proxy.c43 #define le16toh(x) (uint16_t)(x) macro
65 #define le16toh(x) __bswap16(x) macro
457 …if(le16toh(header->idenity) != MERGE_PACKET_IDENTITY || le16toh(header->version) != MERGE_PACKET_V… in merge_qmi_rsp_packet()
460 if(le16toh(header->cur_len) == le16toh(header->total_len)) { in merge_qmi_rsp_packet()
461 *src_size = le16toh(header->total_len); in merge_qmi_rsp_packet()
467 … memcpy(s_QMIPacket.buf + s_QMIPacket.len, buf + sizeof(QMI_MSG_HEADER), le16toh(header->cur_len)); in merge_qmi_rsp_packet()
468 s_QMIPacket.len += le16toh(header->cur_len); in merge_qmi_rsp_packet()
470 …if (le16toh(header->cur_len) < MERGE_PACKET_MAX_PAYLOAD_SIZE || s_QMIPacket.len >= le16toh(header-… in merge_qmi_rsp_packet()
602 unsigned size = le16toh(pQMI->QMIHdr.Length) + 1; in dump_qmi()
621 ssize_t size = le16toh(pQMI->QMIHdr.Length) + 1; in send_qmi_to_cdc_wdm()
[all …]
H A Dmbim-cm.c40 #define le16toh(x) (uint16_t)(x) macro
62 #define le16toh(x) __bswap16(x) macro
/OK3568_Linux_fs/kernel/tools/lib/traceevent/plugins/
H A 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()
/OK3568_Linux_fs/kernel/tools/include/tools/
H A Dendian.h19 #ifndef le16toh
20 #define le16toh(x) (x) macro
43 #ifndef le16toh
44 #define le16toh(x) __bswap_16(x) macro
/OK3568_Linux_fs/kernel/arch/mips/tools/
H 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()
/OK3568_Linux_fs/kernel/tools/usb/usbip/src/
H A Dusbip_list.c297 idVendor = le16toh(d_desc->idVendor); in list_gadget_devices()
299 idProduct = le16toh(d_desc->idProduct); in list_gadget_devices()
305 le16toh(idVendor), in list_gadget_devices()
306 le16toh(idProduct)); in list_gadget_devices()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dendian.h42 # define le16toh(x) __uint16_identity (x) macro
58 # define le16toh(x) __bswap_16 (x) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dendian.h42 # define le16toh(x) __uint16_identity (x) macro
58 # define le16toh(x) __bswap_16 (x) macro
/OK3568_Linux_fs/buildroot/package/xen/
H A D0002-Fix-build-with-64-bits-time_t.patch71 evdev.type = le16toh(event->type);
72 evdev.code = le16toh(event->code);
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendianess-header.patch46 +# define le16toh(x) (x)
61 +# define le16toh(x) __bswap_16 (x)
H A Dendian-ness_handling.patch23 + return le16toh(x);
344 + (elf_header->e_ident[EI_DATA] == ELFDATA2LSB && le16toh(elf_header->e_type) != ET_DYN))
/OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/
H A Dusbip_device_driver.c25 ((dev)->attr = le16toh((descr)->attr)) \
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c141 #define elf16toh(x) le16toh(x)
/OK3568_Linux_fs/u-boot/tools/
H A Dmips-relocs.c39 _val = is_be ? be16toh(_val) : le16toh(_val); \
/OK3568_Linux_fs/kernel/tools/iio/
H A Diio_generic_buffer.c94 input = le16toh(input); in print2byte()
/OK3568_Linux_fs/kernel/tools/usb/
H A Dffs-test.c51 #define le16_to_cpu(x) le16toh(x)