Home
last modified time | relevance | path

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 Ddhd_config.h294 } dhd_conf_t; typedef
H A Ddhd_config.c3837 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 Ddhd_config.h390 } dhd_conf_t; typedef
H A Ddhd_config.c5182 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 Ddhd_config.h393 } dhd_conf_t; typedef
H A Ddhd_config.c5342 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()