__swab16p         177 include/linux/byteorder.h 	return __swab16p((__force __u16 *)p);
__swab16p         204 include/linux/byteorder.h 	return (__force __le16)__swab16p(p);
__swab16p         231 include/linux/byteorder.h 	return __swab16p((__force __u16 *)p);
__swab16p         258 include/linux/byteorder.h 	return (__force __be16)__swab16p(p);
__swab16p          61 include/linux/byteorder/big_endian.h 	return (__force __le16)__swab16p(p);
__swab16p          65 include/linux/byteorder/big_endian.h 	return __swab16p((__u16 *)p);
__swab16p          85 include/linux/byteorder/little_endian.h 	return (__force __be16)__swab16p(p);
__swab16p          89 include/linux/byteorder/little_endian.h 	return __swab16p((__u16 *)p);
__swab16p         214 include/linux/byteorder/swab.h #define swab16p __swab16p
__swab16p         232 include/linux/swab.h 	*p = __swab16p(p);
__swab16p         297 include/linux/swab.h # define swab16p __swab16p