Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dosdep_service.h81 u8 *_rtw_malloc(u32 sz);
82 #define rtw_malloc(sz) _rtw_malloc((sz))
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dosdep_service.c42 u8 *_rtw_malloc(u32 sz) in _rtw_malloc() function