Searched refs:dhd_conf_t (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_config.h | 294 } dhd_conf_t; typedef
|
| H A D | dhd_config.c | 3837 memset(conf, 0, sizeof(dhd_conf_t)); in dhd_conf_reset() 3844 dhd_conf_t *conf; in dhd_conf_attach() 3853 if (!(conf = MALLOC(dhd->osh, sizeof(dhd_conf_t)))) { in dhd_conf_attach() 3857 memset(conf, 0, sizeof(dhd_conf_t)); in dhd_conf_attach() 3865 MFREE(dhd->osh, conf, sizeof(dhd_conf_t)); in dhd_conf_attach() 3899 MFREE(dhd->osh, conf, sizeof(dhd_conf_t)); in dhd_conf_detach()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.h | 390 } dhd_conf_t; typedef
|
| H A D | dhd_config.c | 5182 memset(conf, 0, sizeof(dhd_conf_t)); in dhd_conf_reset() 5189 dhd_conf_t *conf; in dhd_conf_attach() 5198 if (!(conf = MALLOC(dhd->osh, sizeof(dhd_conf_t)))) { in dhd_conf_attach() 5202 memset(conf, 0, sizeof(dhd_conf_t)); in dhd_conf_attach() 5210 MFREE(dhd->osh, conf, sizeof(dhd_conf_t)); in dhd_conf_attach() 5250 MFREE(dhd->osh, conf, sizeof(dhd_conf_t)); in dhd_conf_detach()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.h | 393 } dhd_conf_t; typedef
|
| H A D | dhd_config.c | 5342 memset(conf, 0, sizeof(dhd_conf_t)); in dhd_conf_reset() 5349 dhd_conf_t *conf; in dhd_conf_attach() 5358 if (!(conf = MALLOC(dhd->osh, sizeof(dhd_conf_t)))) { in dhd_conf_attach() 5362 memset(conf, 0, sizeof(dhd_conf_t)); in dhd_conf_attach() 5370 MFREE(dhd->osh, conf, sizeof(dhd_conf_t)); in dhd_conf_attach() 5382 MFREE(dhd->osh, conf, sizeof(dhd_conf_t)); in dhd_conf_detach()
|