| /OK3568_Linux_fs/u-boot/fs/reiserfs/ |
| H A D | reiserfs_private.h | 62 #define sb_blocksize(sbp) (__le16_to_cpu((sbp)->s_blocksize)) 64 #define sb_version(sbp) (__le16_to_cpu((sbp)->s_version)) 251 #define ih_version(ih) (__le16_to_cpu((ih)->ih_version)) 307 #define sd_v1_nlink(sdp) (__le16_to_cpu((sdp)->sd_nlink)) 308 #define sd_v1_uid(sdp) (__le16_to_cpu((sdp)->sd_uid)) 309 #define sd_v1_gid(sdp) (__le16_to_cpu((sdp)->sd_gid)) 342 #define sd_v2_mode(sdp) (__le16_to_cpu((sdp)->sd_mode)) 349 #define sd_mode(sdp) (__le16_to_cpu((sdp)->sd_mode)) 370 #define deh_location(p_deh) (__le16_to_cpu((p_deh)->deh_location)) 371 #define deh_state(p_deh) (__le16_to_cpu((p_deh)->deh_state))
|
| H A D | reiserfs.c | 350 INFO->tree_depth = __le16_to_cpu(BLOCKHEAD (cache)->blk_level); in reiserfs_mount() 415 if (__le16_to_cpu(BLOCKHEAD (cache)->blk_level) != depth) in read_tree_node() 441 __le16_to_cpu(INFO->current_ih->ih_version)); in next_key() 444 if (ih == &ITEMHEAD[__le16_to_cpu(BLOCKHEAD (LEAF)->blk_nr_item)]) in next_key() 479 int nr_item = __le16_to_cpu(BLOCKHEAD (cache)->blk_nr_item); in next_key() 498 INFO->current_item = &LEAF[__le16_to_cpu(ih->ih_item_location)]; in next_key() 505 __le16_to_cpu(INFO->current_ih->ih_version)); in next_key() 538 nr_item = __le16_to_cpu(BLOCKHEAD (cache)->blk_nr_item); in search_stat() 564 nr_item = __le16_to_cpu(BLOCKHEAD (LEAF)->blk_nr_item); in search_stat() 577 INFO->current_item = &LEAF[__le16_to_cpu(ih->ih_item_location)]; in search_stat() [all …]
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_event.c | 129 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(rp->handle)); in hci_cc_role_discovery() 148 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(rp->handle)); in hci_cc_read_link_policy() 150 conn->link_policy = __le16_to_cpu(rp->policy); in hci_cc_read_link_policy() 172 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(rp->handle)); in hci_cc_write_link_policy() 189 hdev->link_policy = __le16_to_cpu(rp->policy); in hci_cc_read_def_link_policy() 445 setting = __le16_to_cpu(rp->voice_setting); in hci_cc_read_voice_setting() 576 hdev->hci_rev = __le16_to_cpu(rp->hci_rev); in hci_cc_read_local_version() 578 hdev->manufacturer = __le16_to_cpu(rp->manufacturer); in hci_cc_read_local_version() 579 hdev->lmp_subver = __le16_to_cpu(rp->lmp_subver); in hci_cc_read_local_version() 611 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(rp->handle)); in hci_cc_read_auth_payload_timeout() [all …]
|
| H A D | l2cap_core.c | 586 __le16_to_cpu(chan->psm), chan->dcid); in __l2cap_chan_add() 2398 __le16_to_cpu(chan->psm), len); in l2cap_create_connless_pdu() 4119 u16 dcid = 0, scid = __le16_to_cpu(req->scid); in l2cap_connect() 4122 BT_DBG("psm 0x%2.2x scid 0x%4.4x", __le16_to_cpu(psm), scid); in l2cap_connect() 4285 scid = __le16_to_cpu(rsp->scid); in l2cap_connect_create_rsp() 4286 dcid = __le16_to_cpu(rsp->dcid); in l2cap_connect_create_rsp() 4287 result = __le16_to_cpu(rsp->result); in l2cap_connect_create_rsp() 4288 status = __le16_to_cpu(rsp->status); in l2cap_connect_create_rsp() 4404 dcid = __le16_to_cpu(req->dcid); in l2cap_config_req() 4405 flags = __le16_to_cpu(req->flags); in l2cap_config_req() [all …]
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_unicode.h | 64 while ((*ucs1 == __le16_to_cpu(*ucs2)) && *ucs1 && --n) { in UniStrncmp_le() 68 return (int) *ucs1 - (int) __le16_to_cpu(*ucs2); in UniStrncmp_le() 97 *ucs1++ = __le16_to_cpu(*ucs2++); in UniStrncpy_from_le()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | dm9000x.c | 199 *RxStatus = __le16_to_cpu(tmpdata); in dm9000_rx_status_32bit() 200 *RxLen = __le16_to_cpu(tmpdata >> 16); in dm9000_rx_status_32bit() 207 *RxStatus = __le16_to_cpu(DM9000_inw(DM9000_DATA)); in dm9000_rx_status_16bit() 208 *RxLen = __le16_to_cpu(DM9000_inw(DM9000_DATA)); in dm9000_rx_status_16bit() 216 __le16_to_cpu(DM9000_inb(DM9000_DATA) + in dm9000_rx_status_8bit() 219 __le16_to_cpu(DM9000_inb(DM9000_DATA) + in dm9000_rx_status_8bit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/ |
| H A D | bh.c | 293 *ctrl_reg = __le16_to_cpu( in cw1200_bh_rx_helper() 297 wsm_len = __le16_to_cpu(wsm->len); in cw1200_bh_rx_helper() 306 wsm_id = __le16_to_cpu(wsm->id) & 0xFFF; in cw1200_bh_rx_helper() 307 wsm_seq = (__le16_to_cpu(wsm->id) >> 13) & 7; in cw1200_bh_rx_helper() 383 BUG_ON(__le16_to_cpu(wsm->len) != tx_len); in cw1200_bh_tx_helper() 407 __le16_to_cpu(wsm->len)); in cw1200_bh_tx_helper()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 489 int amsdu_len = __le16_to_cpu(ind_desc->msdu_len); in ath10k_htt_rx_handle_amsdu_mon_32() 503 __le16_to_cpu(ind_desc->msdu_len), in ath10k_htt_rx_handle_amsdu_mon_32() 544 __le16_to_cpu(ind_desc->msdu_len), amsdu_len); in ath10k_htt_rx_handle_amsdu_mon_32() 565 int amsdu_len = __le16_to_cpu(ind_desc->msdu_len); in ath10k_htt_rx_handle_amsdu_mon_64() 579 __le16_to_cpu(ind_desc->msdu_len), in ath10k_htt_rx_handle_amsdu_mon_64() 620 __le16_to_cpu(ind_desc->msdu_len), amsdu_len); in ath10k_htt_rx_handle_amsdu_mon_64() 643 msdu_count = __le16_to_cpu(ev->msdu_count); in ath10k_htt_rx_pop_paddr32_list() 676 skb_put(msdu, __le16_to_cpu(msdu_desc->msdu_len)); in ath10k_htt_rx_pop_paddr32_list() 705 msdu_count = __le16_to_cpu(ev->msdu_count); in ath10k_htt_rx_pop_paddr64_list() 737 skb_put(msdu, __le16_to_cpu(msdu_desc->msdu_len)); in ath10k_htt_rx_pop_paddr64_list() [all …]
|
| H A D | htc.c | 453 payload_len = __le16_to_cpu(hdr->len); in ath10k_htc_rx_completion_handler() 521 switch (__le16_to_cpu(msg->hdr.message_id)) { in ath10k_htc_control_rx_complete() 939 message_id = __le16_to_cpu(msg->hdr.message_id); in ath10k_htc_wait_target() 946 htc->total_transmit_credits = __le16_to_cpu(msg->ready.credit_count); in ath10k_htc_wait_target() 947 htc->target_credit_size = __le16_to_cpu(msg->ready.credit_size); in ath10k_htc_wait_target() 966 __le16_to_cpu(msg->ready_ext.reserved) & in ath10k_htc_wait_target() 1073 message_id = __le16_to_cpu(msg->hdr.message_id); in ath10k_htc_connect_service() 1074 service_id = __le16_to_cpu(resp_msg->service_id); in ath10k_htc_connect_service() 1099 max_msg_size = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service() 1117 conn_resp->max_msg_len = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/ |
| H A D | hostap_main.c | 522 status = __le16_to_cpu(rx->status); in hostap_dump_rx_header() 530 fc = __le16_to_cpu(rx->frame_control); in hostap_dump_rx_header() 535 __le16_to_cpu(rx->duration_id), __le16_to_cpu(rx->seq_ctrl), in hostap_dump_rx_header() 536 __le16_to_cpu(rx->data_len), in hostap_dump_rx_header() 555 name, __le16_to_cpu(tx->status), tx->retry_count, tx->tx_rate, in hostap_dump_tx_header() 556 __le16_to_cpu(tx->tx_control), jiffies); in hostap_dump_tx_header() 558 fc = __le16_to_cpu(tx->frame_control); in hostap_dump_tx_header() 563 __le16_to_cpu(tx->duration_id), __le16_to_cpu(tx->seq_ctrl), in hostap_dump_tx_header() 564 __le16_to_cpu(tx->data_len), in hostap_dump_tx_header()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifs_unicode.h | 247 while ((*ucs1 == __le16_to_cpu(*ucs2)) && *ucs1 && --n) { in UniStrncmp_le() 251 return (int) *ucs1 - (int) __le16_to_cpu(*ucs2); in UniStrncmp_le() 280 *ucs1++ = __le16_to_cpu(*ucs2++); in UniStrncpy_le()
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | r8152.c | 1703 if (INTR_LINK & __le16_to_cpu(d[0])) { in intr_callback() 3546 fw_offset = __le16_to_cpu(phy->fw_offset); in rtl8152_is_fw_phy_nc_ok() 3558 length -= __le16_to_cpu(phy->fw_offset); in rtl8152_is_fw_phy_nc_ok() 3564 if (__le16_to_cpu(phy->fw_reg) != fw_reg) { in rtl8152_is_fw_phy_nc_ok() 3569 if (__le16_to_cpu(phy->ba_reg) != ba_reg) { in rtl8152_is_fw_phy_nc_ok() 3574 if (__le16_to_cpu(phy->patch_en_addr) != patch_en_addr) { in rtl8152_is_fw_phy_nc_ok() 3580 if (__le16_to_cpu(phy->mode_reg) != mode_reg) { in rtl8152_is_fw_phy_nc_ok() 3586 if (__le16_to_cpu(phy->bp_start) != bp_start) { in rtl8152_is_fw_phy_nc_ok() 3592 if (__le16_to_cpu(phy->bp_num) > 4) { in rtl8152_is_fw_phy_nc_ok() 3666 fw_offset = __le16_to_cpu(mac->fw_offset); in rtl8152_is_fw_mac_ok() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/ |
| H A D | txrx.c | 258 fc = __le16_to_cpu(hdr->frame_control); in wcn36xx_rx_skb() 259 sn = IEEE80211_SEQ_TO_SN(__le16_to_cpu(hdr->seq_ctrl)); in wcn36xx_rx_skb() 545 skb, skb->len, __le16_to_cpu(hdr->frame_control), in wcn36xx_start_tx() 546 IEEE80211_SEQ_TO_SN(__le16_to_cpu(hdr->seq_ctrl)), in wcn36xx_start_tx()
|
| /OK3568_Linux_fs/kernel/arch/microblaze/include/asm/ |
| H A D | io.h | 57 #define in_le16(a) __le16_to_cpu(__raw_readw(a))
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | ir-usb.c | 100 dev_dbg(dev, "bcdSpecRevision=%x\n", __le16_to_cpu(desc->bcdSpecRevision)); in irda_usb_dump_class_desc() 104 dev_dbg(dev, "wBaudRate=%x\n", __le16_to_cpu(desc->wBaudRate)); in irda_usb_dump_class_desc()
|
| /OK3568_Linux_fs/kernel/net/nfc/nci/ |
| H A D | rsp.c | 70 __le16_to_cpu(rsp_2->max_routing_table_size); in nci_core_init_rsp_packet() 74 __le16_to_cpu(rsp_2->max_size_for_large_params); in nci_core_init_rsp_packet()
|
| /OK3568_Linux_fs/kernel/net/ieee802154/ |
| H A D | trace.h | 180 __le16_to_cpu(__entry->le16arg)) 195 __le16_to_cpu(__entry->le16arg))
|
| /OK3568_Linux_fs/u-boot/include/linux/byteorder/ |
| H A D | generic.h | 92 #define le16_to_cpu __le16_to_cpu
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/byteorder/ |
| H A D | generic.h | 106 #define le16_to_cpu __le16_to_cpu
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/byteorder/ |
| H A D | generic.h | 106 #define le16_to_cpu __le16_to_cpu
|
| /OK3568_Linux_fs/kernel/drivers/staging/gdm724x/ |
| H A D | gdm_mux.c | 158 packet_type = __le16_to_cpu(mux_header->packet_type); in up_to_host() 506 idVendor = __le16_to_cpu(usbdev->descriptor.idVendor); in gdm_mux_probe() 507 idProduct = __le16_to_cpu(usbdev->descriptor.idProduct); in gdm_mux_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/byteorder/ |
| H A D | generic.h | 106 #define le16_to_cpu __le16_to_cpu
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/byteorder/ |
| H A D | generic.h | 106 #define le16_to_cpu __le16_to_cpu
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/byteorder/ |
| H A D | generic.h | 111 #define le16_to_cpu __le16_to_cpu
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/byteorder/ |
| H A D | generic.h | 107 #define le16_to_cpu __le16_to_cpu
|