Home
last modified time | relevance | path

Searched defs:MALLOCZ (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dbcmxtlv.c48 INLINE void* MALLOCZ(void *o, size_t s) { BCM_REFERENCE(o); return calloc(1, s); } in MALLOCZ() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dlinux_osl.h180 #define MALLOCZ(osh, size) osl_debug_mallocz((osh), (size), __LINE__, __FILE__) macro
201 #define MALLOCZ(osh, size) osl_mallocz((osh), (size)) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dlinux_osl.h184 #define MALLOCZ(osh, size) osl_debug_mallocz((osh), (size), __LINE__, __FILE__) macro
205 #define MALLOCZ(osh, size) osl_mallocz((osh), (size)) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dlinux_osl.h174 #define MALLOCZ(osh, size) osl_mallocz((osh), (size)) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dlinux_osl.h174 #define MALLOCZ(osh, size) osl_mallocz((osh), (size)) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dlinux_osl.h182 #define MALLOCZ(osh, size) osl_mallocz((osh), (size)) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dlinux_osl.h163 #define MALLOCZ(osh, size) osl_mallocz((osh), (size)) macro