Home
last modified time | relevance | path

Searched refs:__swab16p (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/include/linux/
Dswab.h148 static inline __u16 __swab16p(const __u16 *p) in __swab16p() function
222 *p = __swab16p(p); in __swab16s()
287 # define swab16p __swab16p
/linux-3.4.99/drivers/staging/rtl8712/
Dbig_endian.h70 #define __cpu_to_le16p(x) __swab16p((x))
71 #define __le16_to_cpup(x) __swab16p((x))
Dlittle_endian.h76 #define __cpu_to_be16p(x) __swab16p((x))
77 #define __be16_to_cpup(x) __swab16p((x))
Dswab.h123 #define swab16p __swab16p
/linux-3.4.99/include/linux/byteorder/
Dbig_endian.h61 return (__force __le16)__swab16p(p); in __cpu_to_le16p()
65 return __swab16p((__u16 *)p); in __le16_to_cpup()
Dlittle_endian.h85 return (__force __be16)__swab16p(p); in __cpu_to_be16p()
89 return __swab16p((__u16 *)p); in __be16_to_cpup()