Home
last modified time | relevance | path

Searched refs:rtw_malloc (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dsdio_ops.c209 tmpbuf = rtw_malloc(8); in sdio_read32()
258 tmpbuf = rtw_malloc(n); in sdio_readN()
361 tmpbuf = rtw_malloc(n); in sdio_writeN()
561 tmpbuf = rtw_malloc(n); in _sdio_local_read()
602 tmpbuf = rtw_malloc(n); in sdio_local_read()
647 tmpbuf = rtw_malloc(cnt); in sdio_local_write()
1045 status = rtw_malloc(4); in sd_int_dpc()
Drtl8723b_hal_init.c885 efuseTbl = rtw_malloc(EFUSE_MAX_MAP_LEN); in hal_ReadEFuse_WiFi()
1025 efuseTbl = rtw_malloc(EFUSE_BT_MAP_LEN); in hal_ReadEFuse_BT()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dosdep_service.h65 #define rtw_malloc(sz) _rtw_malloc((sz)) macro
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/
Dosdep_service.c101 dup = rtw_malloc(src_len); in rtw_buf_update()
Dmlme_linux.c96 buff = rtw_malloc(IW_CUSTOM_MAX); in rtw_report_sec_ie()
Dioctl_linux.c395 pwep = (struct ndis_802_11_wep *)rtw_malloc(wep_total_len); in wpa_set_encryption()
1866 param = (struct ieee_param *)rtw_malloc(param_len); in rtw_wx_set_enc_ext()
2031 param = (struct ieee_param *)rtw_malloc(p->length); in wpa_supplicant_ioctl()
2240 pwep = (struct ndis_802_11_wep *)rtw_malloc(wep_total_len); in rtw_set_encryption()
2658 pmlmepriv->wps_beacon_ie = rtw_malloc(ie_len); in rtw_set_wps_beacon()
2693 pmlmepriv->wps_probe_resp_ie = rtw_malloc(ie_len); in rtw_set_wps_probe_resp()
2723 pmlmepriv->wps_assoc_resp_ie = rtw_malloc(ie_len); in rtw_set_wps_assoc_resp()
2824 param = (struct ieee_param *)rtw_malloc(p->length); in rtw_hostapd_ioctl()
2934 pmlmepriv->wps_probe_req_ie = rtw_malloc(cp_sz); in rtw_wx_set_priv()
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dosdep_service.c360 dup = rtw_malloc(src_len); in rtw_buf_update()
453 cbuf = rtw_malloc(sizeof(*cbuf) + sizeof(void *) * size); in rtw_cbuf_alloc()
Dioctl_linux.c481 pwep = rtw_malloc(wep_total_len); in wpa_set_encryption()
2147 param = rtw_malloc(param_len); in rtw_wx_set_enc_ext()
2256 ptmp = rtw_malloc(len); in rtw_wx_read32()
3408 param = rtw_malloc(p->length); in wpa_supplicant_ioctl()
3529 pwep = rtw_malloc(wep_total_len); in rtw_set_encryption()
4029 pmlmepriv->wps_beacon_ie = rtw_malloc(ie_len); in rtw_set_wps_beacon()
4067 pmlmepriv->wps_probe_resp_ie = rtw_malloc(ie_len); in rtw_set_wps_probe_resp()
4100 pmlmepriv->wps_assoc_resp_ie = rtw_malloc(ie_len); in rtw_set_wps_assoc_resp()
4244 param = rtw_malloc(p->length); in rtw_hostapd_ioctl()
4424 pmlmepriv->wps_probe_req_ie = rtw_malloc(cp_sz); in rtw_wx_set_priv()
[all …]
Dioctl_cfg80211.c1081 param = rtw_malloc(param_len); in cfg80211_rtw_add_key()
1496 pmlmepriv->wps_probe_req_ie = rtw_malloc(wps_ielen); in rtw_cfg80211_set_probe_req_wpsp2pie()
2170 pwep = rtw_malloc(wep_total_len); in cfg80211_rtw_connect()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dosdep_service.h100 #define rtw_malloc(sz) _rtw_malloc((sz)) macro
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_ap.c107 pbackup_remainder_ie = rtw_malloc(remainder_ielen); in update_BCNTIM()
1178 pbackup_remainder_ie = rtw_malloc(remainder_ielen); in update_bcn_wps_ie()
Drtw_mlme_ext.c2590 pbss = (struct wlan_bssid_ex *)rtw_malloc(sizeof(struct wlan_bssid_ex)); in OnBeacon()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_ap.c140 pbackup_remainder_ie = rtw_malloc(remainder_ielen); in update_BCNTIM()
1830 pbackup_remainder_ie = rtw_malloc(remainder_ielen); in update_bcn_wps_ie()
Drtw_security.c2266 rk = rtw_malloc(AES_PRIV_SIZE); in aes_encrypt_init()
Drtw_cmd.c1960 c2h_evt = rtw_malloc(16); in c2h_wk_callback()
Drtw_mlme_ext.c813 pbss = rtw_malloc(sizeof(struct wlan_bssid_ex)); in OnBeacon()