Symbol: __be16_to_cpu
drivers/iio/proximity/mb1232.c
95
distance = __be16_to_cpu(buf);
drivers/media/radio/radio-tea5764.c
155
p[i] = __be16_to_cpu((__force __be16)p[i]);
drivers/media/radio/si470x/radio-si470x-i2c.c
155
radio->registers[i] = __be16_to_cpu(buf[READ_INDEX(i)]);
drivers/media/radio/si470x/radio-si470x-i2c.c
99
radio->registers[regnr] = __be16_to_cpu(buf[READ_INDEX(regnr)]);
drivers/net/wireless/ath/ath10k/spectral.c
19
length = __be16_to_cpu(fft_sample_tlv->length) +
drivers/net/wireless/ath/ath9k/common-spectral.c
36
length = __be16_to_cpu(fft_sample_tlv->length) +
drivers/regulator/max77857-regulator.c
218
return FIELD_GET(MAX77859_VOLTAGE_SEL_MASK, __be16_to_cpu(reg));
fs/nls/nls_base.c
185
return __be16_to_cpu(c);
include/linux/byteorder/generic.h
137
#define ___ntohs(x) __be16_to_cpu(x)
include/linux/byteorder/generic.h
97
#define be16_to_cpu __be16_to_cpu
include/uapi/linux/map_to_14segment.h
90
return __be16_to_cpu(map->table[c]);
include/uapi/linux/tipc_config.h
268
(__be16_to_cpu(((struct tlv_desc *)tlv)->tlv_len) <= space);
include/uapi/linux/tipc_config.h
274
(__be16_to_cpu(((struct tlv_desc *)tlv)->tlv_type) == exp_type);
include/uapi/linux/tipc_config.h
279
return __be16_to_cpu(tlv->tlv_len);
include/uapi/linux/tipc_config.h
289
return (__be16_to_cpu(tlv->tlv_type) == type);
include/uapi/linux/tipc_config.h
347
__u16 tlv_space = TLV_ALIGN(__be16_to_cpu(list->tlv_ptr->tlv_len));
tools/testing/selftests/net/ioam6_parser.c
247
if (__be16_to_cpu(trace->namespace_id) != ioam_ns ||