Home
last modified time | relevance | path

Searched refs:__be16_to_cpu (Results 1 – 13 of 13) sorted by relevance

/linux-6.1.9/include/uapi/linux/
Dtipc_config.h268 (__be16_to_cpu(((struct tlv_desc *)tlv)->tlv_len) <= space); in TLV_OK()
274 (__be16_to_cpu(((struct tlv_desc *)tlv)->tlv_type) == exp_type); in TLV_CHECK()
279 return __be16_to_cpu(tlv->tlv_len); in TLV_GET_LEN()
289 return (__be16_to_cpu(tlv->tlv_type) == type); in TLV_CHECK_TYPE()
347 __u16 tlv_space = TLV_ALIGN(__be16_to_cpu(list->tlv_ptr->tlv_len)); in TLV_LIST_STEP()
Dmap_to_14segment.h90 return __be16_to_cpu(map->table[c]); in map_to_seg14()
/linux-6.1.9/include/linux/byteorder/
Dgeneric.h97 #define be16_to_cpu __be16_to_cpu
137 #define ___ntohs(x) __be16_to_cpu(x)
/linux-6.1.9/drivers/media/radio/si470x/
Dradio-si470x-i2c.c99 radio->registers[regnr] = __be16_to_cpu(buf[READ_INDEX(regnr)]); in si470x_get_register()
155 radio->registers[i] = __be16_to_cpu(buf[READ_INDEX(i)]); in si470x_get_all_registers()
/linux-6.1.9/drivers/iio/proximity/
Dmb1232.c100 distance = __be16_to_cpu(buf); in mb1232_read_distance()
/linux-6.1.9/include/uapi/linux/byteorder/
Dbig_endian.h43 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x)) macro
Dlittle_endian.h43 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x)) macro
/linux-6.1.9/fs/nls/
Dnls_base.c182 return __be16_to_cpu(c); in get_utf16()
/linux-6.1.9/drivers/media/radio/
Dradio-tea5764.c155 p[i] = __be16_to_cpu((__force __be16)p[i]); in tea5764_i2c_read()
/linux-6.1.9/drivers/net/wireless/intersil/hostap/
Dhostap_main.c545 __be16_to_cpu(rx->len)); in hostap_dump_rx_header()
573 __be16_to_cpu(tx->len)); in hostap_dump_tx_header()
/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dspectral.c19 length = __be16_to_cpu(fft_sample_tlv->length) + in send_fft_sample()
/linux-6.1.9/tools/testing/selftests/net/
Dioam6_parser.c132 if (__be16_to_cpu(ioam6h->namespace_id) != ioam_ns || in check_ioam_header()
/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dcommon-spectral.c35 length = __be16_to_cpu(fft_sample_tlv->length) + in ath_debug_send_fft_sample()