Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dosdep_service.c136 dup = rtw_malloc(src_len); in rtw_buf_update()
227 cbuf = rtw_malloc(struct_size(cbuf, bufs, size)); in rtw_cbuf_alloc()
H A Dioctl_linux.c472 param = rtw_malloc(p->length); in wpa_supplicant_ioctl()
999 pmlmepriv->wps_beacon_ie = rtw_malloc(ie_len); in rtw_set_wps_beacon()
1030 pmlmepriv->wps_probe_resp_ie = rtw_malloc(ie_len); in rtw_set_wps_probe_resp()
1057 pmlmepriv->wps_assoc_resp_ie = rtw_malloc(ie_len); in rtw_set_wps_assoc_resp()
1174 param = rtw_malloc(p->length); in rtw_hostapd_ioctl()
H A Dioctl_cfg80211.c854 param = rtw_malloc(param_len); in cfg80211_rtw_add_key()
1176 pmlmepriv->wps_probe_req_ie = rtw_malloc(wps_ielen); in rtw_cfg80211_set_probe_req_wpsp2pie()
1727 pwep = rtw_malloc(wep_total_len); in cfg80211_rtw_connect()
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dsdio_ops.c184 tmpbuf = rtw_malloc(8); in sdio_read32()
231 tmpbuf = rtw_malloc(n); in sdio_readN()
334 tmpbuf = rtw_malloc(n); in sdio_writeN()
506 tmpbuf = rtw_malloc(n); in _sdio_local_read()
547 tmpbuf = rtw_malloc(n); in sdio_local_read()
586 tmpbuf = rtw_malloc(cnt); in sdio_local_write()
886 status = rtw_malloc(4); in sd_int_dpc()
H A Drtl8723b_hal_init.c743 efuseTbl = rtw_malloc(EFUSE_MAX_MAP_LEN); in hal_ReadEFuse_WiFi()
843 efuseTbl = rtw_malloc(EFUSE_BT_MAP_LEN); in hal_ReadEFuse_BT()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dosdep_service.h65 #define rtw_malloc(sz) _rtw_malloc((sz)) macro
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c119 pbackup_remainder_ie = rtw_malloc(remainder_ielen); in update_BCNTIM()
1493 pbackup_remainder_ie = rtw_malloc(remainder_ielen); in update_bcn_wps_ie()
H A Drtw_cmd.c1710 c2h_evt = rtw_malloc(16); in c2h_wk_callback()
H A Drtw_mlme_ext.c596 pbss = rtw_malloc(sizeof(struct wlan_bssid_ex)); in OnBeacon()