| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_rtt.c | 2310 if (dhd->rtt_state) { in dhd_rtt_init() 2313 dhd->rtt_state = kzalloc(sizeof(rtt_status_info_t), GFP_KERNEL); in dhd_rtt_init() 2314 if (dhd->rtt_state == NULL) { in dhd_rtt_init() 2319 bzero(dhd->rtt_state, sizeof(rtt_status_info_t)); in dhd_rtt_init() 2369 kfree(dhd->rtt_state); in dhd_rtt_init() 2418 kfree(dhd->rtt_state); in dhd_rtt_deinit() 2419 dhd->rtt_state = NULL; in dhd_rtt_deinit()
|
| H A D | dhd_rtt.h | 65 #define GET_RTTSTATE(dhd) ((rtt_status_info_t *)dhd->rtt_state)
|
| H A D | dhd.h | 821 void *rtt_state; member
|
| H A D | dhd_linux.c | 7971 if (dhd->pub.rtt_state) { in dhd_bus_put() 12065 if (!dhd->rtt_state) { in dhd_preinit_ioctls() 12376 if (!dhd->rtt_state) { in dhd_alive_postinit() 13458 if (dhdp->rtt_state) { in dhd_detach() 14620 if (dhd->pub.rtt_state) { in dhd_net_bus_devreset()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_rtt.h | 70 #define GET_RTTSTATE(dhd) ((rtt_status_info_t *)dhd->rtt_state)
|
| H A D | dhd_rtt.c | 3923 if (dhd->rtt_state) { in dhd_rtt_init() 3926 dhd->rtt_state = (rtt_status_info_t *)MALLOCZ(dhd->osh, in dhd_rtt_init() 3928 if (dhd->rtt_state == NULL) { in dhd_rtt_init() 3933 bzero(dhd->rtt_state, sizeof(rtt_status_info_t)); in dhd_rtt_init() 3998 kfree(dhd->rtt_state); in dhd_rtt_init() 4042 kfree(dhd->rtt_state); in dhd_rtt_deinit() 4043 dhd->rtt_state = NULL; in dhd_rtt_deinit()
|
| H A D | dhd.h | 1095 void *rtt_state; member
|
| H A D | dhd_linux.c | 6582 if (dhd->pub.rtt_state) { 11476 if (!dhd->rtt_state) { 12647 if (dhdp->rtt_state) { 13773 if (dhd->pub.rtt_state) {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_rtt.h | 70 #define GET_RTTSTATE(dhd) ((rtt_status_info_t *)dhd->rtt_state)
|
| H A D | dhd_rtt.c | 3923 if (dhd->rtt_state) { in dhd_rtt_init() 3926 dhd->rtt_state = (rtt_status_info_t *)MALLOCZ(dhd->osh, in dhd_rtt_init() 3928 if (dhd->rtt_state == NULL) { in dhd_rtt_init() 3933 bzero(dhd->rtt_state, sizeof(rtt_status_info_t)); in dhd_rtt_init() 3998 kfree(dhd->rtt_state); in dhd_rtt_init() 4042 kfree(dhd->rtt_state); in dhd_rtt_deinit() 4043 dhd->rtt_state = NULL; in dhd_rtt_deinit()
|
| H A D | dhd.h | 1095 void *rtt_state; member
|
| H A D | dhd_linux.c | 6582 if (dhd->pub.rtt_state) { 11411 if (!dhd->rtt_state) { 12582 if (dhdp->rtt_state) { 13708 if (dhd->pub.rtt_state) {
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_rtt.h | 70 #define GET_RTTSTATE(dhd) ((rtt_status_info_t *)dhd->rtt_state)
|
| H A D | dhd_rtt.c | 3923 if (dhd->rtt_state) { in dhd_rtt_init() 3926 dhd->rtt_state = (rtt_status_info_t *)MALLOCZ(dhd->osh, in dhd_rtt_init() 3928 if (dhd->rtt_state == NULL) { in dhd_rtt_init() 3933 bzero(dhd->rtt_state, sizeof(rtt_status_info_t)); in dhd_rtt_init() 3998 kfree(dhd->rtt_state); in dhd_rtt_init() 4042 kfree(dhd->rtt_state); in dhd_rtt_deinit() 4043 dhd->rtt_state = NULL; in dhd_rtt_deinit()
|
| H A D | dhd.h | 1097 void *rtt_state; member
|
| H A D | dhd_linux.c | 6036 if (dhd->pub.rtt_state) { 11596 if (!dhd->rtt_state) { 12764 if (dhdp->rtt_state) { 13900 if (dhd->pub.rtt_state) {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_rtt.h | 66 #define GET_RTTSTATE(dhd) ((rtt_status_info_t *)dhd->rtt_state)
|
| H A D | dhd_rtt.c | 4641 if (dhd->rtt_state) { in dhd_rtt_attach() 4645 dhd->rtt_state = (rtt_status_info_t *)MALLOCZ(dhd->osh, in dhd_rtt_attach() 4647 if (dhd->rtt_state == NULL) { in dhd_rtt_attach() 4652 bzero(dhd->rtt_state, sizeof(rtt_status_info_t)); in dhd_rtt_attach() 4679 MFREE(dhd->osh, dhd->rtt_state, sizeof(rtt_status_info_t)); in dhd_rtt_attach() 4711 MFREE(dhd->osh, dhd->rtt_state, sizeof(rtt_status_info_t)); in dhd_rtt_detach()
|
| H A D | dhd.h | 1411 void *rtt_state; member
|
| H A D | dhd_linux.c | 7844 if (dhd->pub.rtt_state) { in dhd_bus_put() 14486 if (dhd->rtt_state) { in dhd_optimised_preinit_ioctls() 16261 if (dhd->rtt_state) { in dhd_legacy_preinit_ioctls() 17627 if (dhdp->rtt_state) { in dhd_detach() 19015 if (dhd->pub.rtt_state) { in dhd_net_bus_devreset()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_rtt.h | 66 #define GET_RTTSTATE(dhd) ((rtt_status_info_t *)dhd->rtt_state)
|
| H A D | dhd_rtt.c | 4641 if (dhd->rtt_state) { in dhd_rtt_attach() 4645 dhd->rtt_state = (rtt_status_info_t *)MALLOCZ(dhd->osh, in dhd_rtt_attach() 4647 if (dhd->rtt_state == NULL) { in dhd_rtt_attach() 4652 bzero(dhd->rtt_state, sizeof(rtt_status_info_t)); in dhd_rtt_attach() 4679 MFREE(dhd->osh, dhd->rtt_state, sizeof(rtt_status_info_t)); in dhd_rtt_attach() 4711 MFREE(dhd->osh, dhd->rtt_state, sizeof(rtt_status_info_t)); in dhd_rtt_detach()
|
| H A D | dhd.h | 1413 void *rtt_state; member
|
| H A D | dhd_linux.c | 7858 if (dhd->pub.rtt_state) { in dhd_bus_put() 14370 if (dhd->rtt_state) { in dhd_optimised_preinit_ioctls() 16151 if (dhd->rtt_state) { in dhd_legacy_preinit_ioctls() 17520 if (dhdp->rtt_state) { in dhd_detach() 18909 if (dhd->pub.rtt_state) { in dhd_net_bus_devreset()
|
| H A D | wl_cfg80211.c | 17943 if (dhdp->rtt_state) { in wl_cfg80211_down()
|