Home
last modified time | relevance | path

Searched refs:_rtw_malloc (Results 1 – 3 of 3) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dosdep_service.h243 void *_rtw_malloc(u32 sz);
275 #define rtw_vmalloc(sz) _rtw_malloc((sz))
278 #define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz))
282 #define rtw_malloc(sz) _rtw_malloc((sz))
285 #define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz))
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/
Dosdep_service.c301 void *_rtw_malloc(u32 sz) in _rtw_malloc() function
347 void *pbuf = _rtw_malloc(sz); in _rtw_zmalloc()
407 skb = _rtw_malloc(sizeof(struct sk_buff)); in dev_alloc_skb()
410 data = _rtw_malloc(size); in dev_alloc_skb()
454 skb = _rtw_malloc(sizeof(struct sk_buff)); in dev_alloc_skb_coherent()
830 p = _rtw_malloc((sz)); in dbg_rtw_malloc()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dmlme_linux.c170 bssInfo.mgmt = (struct ieee80211_mgmt*)_rtw_malloc(bssInfo.mgmtLen); in indicate_wx_scan_get_result_event()