Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Dosdep_service.h64 u8 *_rtw_malloc(u32 sz);
65 #define rtw_malloc(sz) _rtw_malloc((sz))
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Dosdep_service.h92 void *_rtw_malloc(u32 sz);
99 #define rtw_malloc(sz) _rtw_malloc((sz))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Dioctl_efuse.c56 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_get_map_size()
79 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_get_available_size()
108 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_fake2map()
133 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_read_map2shadow()
156 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_get_shadow_map()
181 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_renew_update()
226 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_compare_data()
422 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_map_file_load()
450 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_mask_file_load()
1484 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_get_map_from()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dioctl_efuse.c56 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_get_map_size()
79 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_get_available_size()
108 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_fake2map()
133 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_read_map2shadow()
156 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_get_shadow_map()
181 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_renew_update()
226 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_compare_data()
422 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_map_file_load()
450 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_mask_file_load()
1484 efuse_arg = _rtw_malloc(sizeof(struct rtw_efuse_phl_arg)); in rtw_efuse_get_map_from()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/os_dep/
H A Dosdep_service.c25 void *_rtw_malloc(u32 sz) in _rtw_malloc() function
32 void *pbuf = _rtw_malloc(sz); in _rtw_zmalloc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dosdep_service.h201 u8* _rtw_malloc(u32 sz);
224 #define rtw_vmalloc(sz) _rtw_malloc((sz))
227 #define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz))
231 #define rtw_malloc(sz) _rtw_malloc((sz))
234 #define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dosdep_service.h201 u8 *_rtw_malloc(u32 sz);
224 #define rtw_vmalloc(sz) _rtw_malloc((sz))
227 #define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz))
231 #define rtw_malloc(sz) _rtw_malloc((sz))
234 #define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dosdep_service.h201 u8* _rtw_malloc(u32 sz);
224 #define rtw_vmalloc(sz) _rtw_malloc((sz))
227 #define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz))
231 #define rtw_malloc(sz) _rtw_malloc((sz))
234 #define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dosdep_service.h216 u8 *_rtw_malloc(u32 sz);
245 #define rtw_vmalloc(sz) _rtw_malloc((sz))
248 #define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz))
252 #define rtw_malloc(sz) _rtw_malloc((sz))
255 #define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dosdep_service.h218 void *_rtw_malloc(u32 sz);
239 #define rtw_vmalloc(sz) _rtw_malloc((sz))
242 #define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz))
246 #define rtw_malloc(sz) _rtw_malloc((sz))
249 #define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dosdep_service.h218 void *_rtw_malloc(u32 sz);
239 #define rtw_vmalloc(sz) _rtw_malloc((sz))
242 #define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz))
246 #define rtw_malloc(sz) _rtw_malloc((sz))
249 #define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz))
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/os_dep/
H A Dosdep_service.c16 u8 *_rtw_malloc(u32 sz) in _rtw_malloc() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Dosdep_service.h234 void *_rtw_malloc(u32 sz);
263 #define rtw_vmalloc(sz) _rtw_malloc((sz))
266 #define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz))
270 #define rtw_malloc(sz) _rtw_malloc((sz))
273 #define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Dosdep_service.h227 void *_rtw_malloc(u32 sz);
256 #define rtw_vmalloc(sz) _rtw_malloc((sz))
259 #define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz))
263 #define rtw_malloc(sz) _rtw_malloc((sz))
266 #define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Dosdep_service.h227 void *_rtw_malloc(u32 sz);
256 #define rtw_vmalloc(sz) _rtw_malloc((sz))
259 #define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz))
263 #define rtw_malloc(sz) _rtw_malloc((sz))
266 #define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Dosdep_service.h238 void *_rtw_malloc(u32 sz);
267 #define rtw_vmalloc(sz) _rtw_malloc((sz))
270 #define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz))
274 #define rtw_malloc(sz) _rtw_malloc((sz))
277 #define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dosdep_service.h228 void *_rtw_malloc(u32 sz);
257 #define rtw_vmalloc(sz) _rtw_malloc((sz))
260 #define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz))
264 #define rtw_malloc(sz) _rtw_malloc((sz))
267 #define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dosdep_service.h238 void *_rtw_malloc(u32 sz);
267 #define rtw_vmalloc(sz) _rtw_malloc((sz))
270 #define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz))
274 #define rtw_malloc(sz) _rtw_malloc((sz))
277 #define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dosdep_service.h239 void *_rtw_malloc(u32 sz);
268 #define rtw_vmalloc(sz) _rtw_malloc((sz))
271 #define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz))
275 #define rtw_malloc(sz) _rtw_malloc((sz))
278 #define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dosdep_service.h237 void *_rtw_malloc(u32 sz);
266 #define rtw_vmalloc(sz) _rtw_malloc((sz))
269 #define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz))
273 #define rtw_malloc(sz) _rtw_malloc((sz))
276 #define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Dosdep_service.h237 void *_rtw_malloc(u32 sz);
266 #define rtw_vmalloc(sz) _rtw_malloc((sz))
269 #define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz))
273 #define rtw_malloc(sz) _rtw_malloc((sz))
276 #define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Dosdep_service.h238 void *_rtw_malloc(u32 sz);
267 #define rtw_vmalloc(sz) _rtw_malloc((sz))
270 #define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz))
274 #define rtw_malloc(sz) _rtw_malloc((sz))
277 #define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Dosdep_service.h243 void *_rtw_malloc(u32 sz);
272 #define rtw_vmalloc(sz) _rtw_malloc((sz))
275 #define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz))
279 #define rtw_malloc(sz) _rtw_malloc((sz))
282 #define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A 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))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/
H A Dosdep_service.c146 u8* _rtw_malloc(u32 sz) in _rtw_malloc() function
188 u8 *pbuf = _rtw_malloc(sz); in _rtw_zmalloc()
244 skb = (struct sk_buff *)_rtw_malloc(sizeof(struct sk_buff)); in dev_alloc_skb()
247 data = _rtw_malloc(size); in dev_alloc_skb()
596 p=_rtw_malloc((sz)); in dbg_rtw_malloc()

123