Searched refs:le16toh (Results 1 – 8 of 8) sorted by relevance
12 #ifndef le16toh14 # define le16toh(x) (x) macro16 # define le16toh(x) __bswap_16 (x) macro25 return val ? (long long) le16toh(*val) : 0; in process___le16_to_cpup()
19 #ifndef le16toh20 #define le16toh(x) (x) macro43 #ifndef le16toh44 #define le16toh(x) __bswap_16(x) macro
20 # define le16toh(x) (x) macro24 # define le16toh(x) bswap_16(x) macro285 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()
298 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()
25 ((dev)->attr = le16toh((descr)->attr)) \
141 #define elf16toh(x) le16toh(x)
96 input = le16toh(input); in print2byte()
51 #define le16_to_cpu(x) le16toh(x)