/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | sdio_ops.c | 160 __le16 le_tmp; in sdio_read16() local 163 sd_cmd52_read(intfhdl, ftaddr, 2, (u8 *)&le_tmp); in sdio_read16() 165 return le16_to_cpu(le_tmp); in sdio_read16() 178 __le32 le_tmp; in sdio_read32() local 189 err = sd_cmd52_read(intfhdl, ftaddr, 4, (u8 *)&le_tmp); in sdio_read32() 193 return le32_to_cpu(le_tmp); in sdio_read32() 217 memcpy(&le_tmp, tmpbuf+shift, 4); in sdio_read32() 218 val = le32_to_cpu(le_tmp); in sdio_read32() 284 __le16 le_tmp; in sdio_write16() local 287 le_tmp = cpu_to_le16(val); in sdio_write16() [all …]
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_ieee80211.c | 283 __le16 le_tmp; in rtw_get_wpa_ie() local 297 memcpy((u8 *)&le_tmp, (pbuf + 6), sizeof(val16)); in rtw_get_wpa_ie() 299 val16 = le16_to_cpu(le_tmp); in rtw_get_wpa_ie() 969 __le16 le_tmp; in rtw_get_bcn_info() local 975 memcpy(&le_tmp, rtw_get_capability_from_ie(pnetwork->network.ies), 2); in rtw_get_bcn_info() 976 cap = le16_to_cpu(le_tmp); in rtw_get_bcn_info()
|
D | rtw_mlme_ext.c | 1445 __le16 le_tmp; in _issue_deauth() local 1475 le_tmp = cpu_to_le16(reason); in _issue_deauth() 1476 pframe = rtw_set_fixed_ie(pframe, _RSON_CODE_, &le_tmp, in _issue_deauth() 1548 __le16 le_tmp; in issue_action_BA() local 1605 le_tmp = cpu_to_le16(BA_para_set); in issue_action_BA() 1606 pframe = rtw_set_fixed_ie(pframe, 2, &(le_tmp), in issue_action_BA() 1610 le_tmp = cpu_to_le16(BA_timeout_value); in issue_action_BA() 1611 pframe = rtw_set_fixed_ie(pframe, 2, &(le_tmp), in issue_action_BA() 1624 le_tmp = cpu_to_le16(BA_starting_seqctrl); in issue_action_BA() 1625 pframe = rtw_set_fixed_ie(pframe, 2, &(le_tmp), in issue_action_BA() [all …]
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 2986 __le16 le_tmp; in issue_auth() local 3026 le_tmp = cpu_to_le16(val16); in issue_auth() 3028 pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 3032 le_tmp = cpu_to_le16(val16); in issue_auth() 3033 pframe = rtw_set_fixed_ie(pframe, _AUTH_SEQ_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 3037 le_tmp = cpu_to_le16(val16); in issue_auth() 3038 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 3054 le_tmp = cpu_to_le16(val16); in issue_auth() 3069 pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 3072 le_tmp = cpu_to_le16(pmlmeinfo->auth_seq); in issue_auth() [all …]
|
D | rtw_ieee80211.c | 385 __le16 le_tmp; in rtw_get_wpa_ie() local 397 memcpy((u8 *)&le_tmp, (pbuf + 6), sizeof(val16)); in rtw_get_wpa_ie() 399 val16 = le16_to_cpu(le_tmp); in rtw_get_wpa_ie()
|
D | rtw_security.c | 1949 __le16 le_tmp; in rtw_BIP_verify() local 1980 memcpy(&le_tmp, p+2, 2); in rtw_BIP_verify() 1981 keyid = le16_to_cpu(le_tmp); in rtw_BIP_verify()
|
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 99 __le16 le_tmp; in translate_scan() local 168 memcpy(&le_tmp, rtw_get_capability_from_ie(pnetwork->network.ies), 2); in translate_scan() 170 cap = le16_to_cpu(le_tmp); in translate_scan()
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_linux.c | 161 __le16 le_tmp; in translate_scan() local 164 memcpy((u8 *)&le_tmp, rtw_get_capability_from_ie(pnetwork->network.IEs), 2); in translate_scan() 165 cap = le16_to_cpu(le_tmp); in translate_scan()
|