Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dosl.h333 #ifndef MALLOC_NOPERSIST
334 #define MALLOC_NOPERSIST MALLOC macro
341 #ifndef MALLOC_NOPERSIST
342 #define MALLOC_NOPERSIST MALLOC macro
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dosl.h333 #ifndef MALLOC_NOPERSIST
334 #define MALLOC_NOPERSIST MALLOC macro
341 #ifndef MALLOC_NOPERSIST
342 #define MALLOC_NOPERSIST MALLOC macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dosl.h333 #ifndef MALLOC_NOPERSIST
334 #define MALLOC_NOPERSIST MALLOC macro
341 #ifndef MALLOC_NOPERSIST
342 #define MALLOC_NOPERSIST MALLOC macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dosl.h418 #ifndef MALLOC_NOPERSIST
419 #define MALLOC_NOPERSIST MALLOC macro
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dosl.h418 #ifndef MALLOC_NOPERSIST
419 #define MALLOC_NOPERSIST MALLOC macro
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmsrom.c1224 old = MALLOC_NOPERSIST(osh, SROM_MAXW * sizeof(uint16));
1225 new = MALLOC_NOPERSIST(osh, SROM_MAXW * sizeof(uint16));
2130 base = MALLOC_NOPERSIST(osh, var_cis_size);
4663 if ((otp = MALLOC_NOPERSIST(osh, OTP_SZ_MAX)) == NULL) {
4812 if (!(flash = MALLOC_NOPERSIST(osh, MAX_NVRAM_SPACE)))
4906 base = vp = MALLOC_NOPERSIST(osh, MAXSZ_NVRAM_VARS);
4976 sromh = (srom_info_t *) MALLOC_NOPERSIST(osh, sizeof(srom_info_t));
5361 srom = MALLOC_NOPERSIST(osh, SROM_MAX);
5598 base = vp = MALLOC_NOPERSIST(osh, MAXSZ_NVRAM_VARS);
5710 if ((cisbuf = (uint16*)MALLOC_NOPERSIST(osh, sz))) {
[all …]
H A Dbcmutils.c349 name_with_prefix = (char *) MALLOC_NOPERSIST(osh, sz); in BCMATTACHFN()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmsrom.c1224 old = MALLOC_NOPERSIST(osh, SROM_MAXW * sizeof(uint16));
1225 new = MALLOC_NOPERSIST(osh, SROM_MAXW * sizeof(uint16));
2130 base = MALLOC_NOPERSIST(osh, var_cis_size);
4663 if ((otp = MALLOC_NOPERSIST(osh, OTP_SZ_MAX)) == NULL) {
4812 if (!(flash = MALLOC_NOPERSIST(osh, MAX_NVRAM_SPACE)))
4906 base = vp = MALLOC_NOPERSIST(osh, MAXSZ_NVRAM_VARS);
4976 sromh = (srom_info_t *) MALLOC_NOPERSIST(osh, sizeof(srom_info_t));
5361 srom = MALLOC_NOPERSIST(osh, SROM_MAX);
5598 base = vp = MALLOC_NOPERSIST(osh, MAXSZ_NVRAM_VARS);
5710 if ((cisbuf = (uint16*)MALLOC_NOPERSIST(osh, sz))) {
[all …]
H A Dbcmutils.c349 name_with_prefix = (char *) MALLOC_NOPERSIST(osh, sz); in BCMATTACHFN()