Home
last modified time | relevance | path

Searched refs:g_dhd_pub (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_exportfs.c47 extern dhd_pub_t* g_dhd_pub;
86 ASSERT(g_dhd_pub); in dhd_ring_proc_read()
88 trace_buf_info = (trace_buf_info_t *)MALLOCZ(g_dhd_pub->osh, sizeof(trace_buf_info_t)); in dhd_ring_proc_read()
105 MFREE(g_dhd_pub->osh, trace_buf_info, sizeof(trace_buf_info_t)); in dhd_ring_proc_read()
815 ASSERT(g_dhd_pub); in show_pwrstats_path()
818 iovar_buf = (char *)MALLOCZ(g_dhd_pub->osh, len); in show_pwrstats_path()
827 p_query = (wl_pwrstats_query_t *)MALLOCZ(g_dhd_pub->osh, len); in show_pwrstats_path()
1025 MFREE(g_dhd_pub->osh, p_query, len); in show_pwrstats_path()
1028 MFREE(g_dhd_pub->osh, iovar_buf, PWRSTATS_IOV_BUF_LEN); in show_pwrstats_path()
H A Ddhd_linux_lb.c29 extern dhd_pub_t* g_dhd_pub;
238 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_startup_callback()
250 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_teardown_callback()
H A Ddhd_linux.c496 dhd_pub_t *g_dhd_pub = NULL; variable
11608 g_dhd_pub = &dhd->pub; in dhd_attach()
12248 pom_handler->handler = (void *)g_dhd_pub; in dhd_attach()
12675 DHD_ERROR(("%s: g_dhd_pub %p\n", __FUNCTION__, g_dhd_pub)); in dhd_bt_get_pub_hndl()
12677 return (wlan_bt_handle_t) g_dhd_pub; in dhd_bt_get_pub_hndl()
18523 ret = request_firmware(fw, file_path, dhd_bus_to_dev(g_dhd_pub->bus)); in dhd_os_get_img_fwreq()
27458 dhd_pub_t *dhdp = g_dhd_pub;
28269 dhd_pub_t *dhdp = (dhd_pub_t *)g_dhd_pub;
30086 dhd_pub = g_dhd_pub;
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_exportfs.c47 extern dhd_pub_t* g_dhd_pub;
88 ASSERT(g_dhd_pub); in dhd_ring_proc_read()
90 trace_buf_info = (trace_buf_info_t *)MALLOCZ(g_dhd_pub->osh, sizeof(trace_buf_info_t)); in dhd_ring_proc_read()
107 MFREE(g_dhd_pub->osh, trace_buf_info, sizeof(trace_buf_info_t)); in dhd_ring_proc_read()
817 ASSERT(g_dhd_pub); in show_pwrstats_path()
820 iovar_buf = (char *)MALLOCZ(g_dhd_pub->osh, len); in show_pwrstats_path()
829 p_query = (wl_pwrstats_query_t *)MALLOCZ(g_dhd_pub->osh, len); in show_pwrstats_path()
1027 MFREE(g_dhd_pub->osh, p_query, len); in show_pwrstats_path()
1030 MFREE(g_dhd_pub->osh, iovar_buf, PWRSTATS_IOV_BUF_LEN); in show_pwrstats_path()
H A Ddhd_linux_lb.c29 extern dhd_pub_t* g_dhd_pub;
238 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_startup_callback()
250 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_teardown_callback()
H A Ddhd_linux.c497 dhd_pub_t *g_dhd_pub = NULL; variable
11483 g_dhd_pub = &dhd->pub; in dhd_attach()
12127 pom_handler->handler = (void *)g_dhd_pub; in dhd_attach()
12554 DHD_ERROR(("%s: g_dhd_pub %p\n", __FUNCTION__, g_dhd_pub)); in dhd_bt_get_pub_hndl()
12556 return (wlan_bt_handle_t) g_dhd_pub; in dhd_bt_get_pub_hndl()
18417 ret = request_firmware(fw, file_path, dhd_bus_to_dev(g_dhd_pub->bus)); in dhd_os_get_img_fwreq()
27339 dhd_pub_t *dhdp = g_dhd_pub;
28150 dhd_pub_t *dhdp = (dhd_pub_t *)g_dhd_pub;
29955 dhd_pub = g_dhd_pub;
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_exportfs.c57 extern dhd_pub_t* g_dhd_pub;
96 ASSERT(g_dhd_pub); in dhd_ring_proc_read()
98 trace_buf_info = (trace_buf_info_t *)MALLOCZ(g_dhd_pub->osh, sizeof(trace_buf_info_t)); in dhd_ring_proc_read()
115 MFREE(g_dhd_pub->osh, trace_buf_info, sizeof(trace_buf_info_t)); in dhd_ring_proc_read()
H A Ddhd_linux_lb.c35 extern dhd_pub_t* g_dhd_pub;
236 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_startup_callback()
248 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_teardown_callback()
H A Ddhd_linux.c390 dhd_pub_t *g_dhd_pub = NULL; variable
8447 g_dhd_pub = &dhd->pub;
8951 pom_handler->handler = (void *)g_dhd_pub;
9465 DHD_ERROR(("%s: g_dhd_pub %p\n", __FUNCTION__, g_dhd_pub));
9467 return (wlan_bt_handle_t) g_dhd_pub;
22615 dhd_pub_t *dhdp = (dhd_pub_t *)g_dhd_pub;
22658 dhd_pub = g_dhd_pub;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_exportfs.c57 extern dhd_pub_t* g_dhd_pub;
104 ASSERT(g_dhd_pub); in dhd_ring_proc_read()
106 trace_buf_info = (trace_buf_info_t *)MALLOCZ(g_dhd_pub->osh, sizeof(trace_buf_info_t)); in dhd_ring_proc_read()
123 MFREE(g_dhd_pub->osh, trace_buf_info, sizeof(trace_buf_info_t)); in dhd_ring_proc_read()
H A Ddhd_linux_lb.c35 extern dhd_pub_t* g_dhd_pub;
236 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_startup_callback()
248 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_teardown_callback()
H A Ddhd_linux.c391 dhd_pub_t *g_dhd_pub = NULL; variable
8470 g_dhd_pub = &dhd->pub;
8966 pom_handler->handler = (void *)g_dhd_pub;
9304 DHD_ERROR(("%s: g_dhd_pub %p\n", __FUNCTION__, g_dhd_pub));
9306 return (wlan_bt_handle_t) g_dhd_pub;
22460 dhd_pub_t *dhdp = (dhd_pub_t *)g_dhd_pub;
22503 dhd_pub = g_dhd_pub;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_exportfs.c57 extern dhd_pub_t* g_dhd_pub;
104 ASSERT(g_dhd_pub); in dhd_ring_proc_read()
106 trace_buf_info = (trace_buf_info_t *)MALLOCZ(g_dhd_pub->osh, sizeof(trace_buf_info_t)); in dhd_ring_proc_read()
123 MFREE(g_dhd_pub->osh, trace_buf_info, sizeof(trace_buf_info_t)); in dhd_ring_proc_read()
H A Ddhd_linux_lb.c35 extern dhd_pub_t* g_dhd_pub;
236 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_startup_callback()
248 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_teardown_callback()
H A Ddhd_linux.c391 dhd_pub_t *g_dhd_pub = NULL; variable
8470 g_dhd_pub = &dhd->pub;
8966 pom_handler->handler = (void *)g_dhd_pub;
9369 DHD_ERROR(("%s: g_dhd_pub %p\n", __FUNCTION__, g_dhd_pub));
9371 return (wlan_bt_handle_t) g_dhd_pub;
22525 dhd_pub_t *dhdp = (dhd_pub_t *)g_dhd_pub;
22568 dhd_pub = g_dhd_pub;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_sdio.c503 extern dhd_pub_t *g_dhd_pub;
8303 g_dhd_pub = bus->dhd; in dhdsdio_probe()
8304 DHD_ERROR(("%s: g_dhd_pub %p\n", __FUNCTION__, g_dhd_pub)); in dhdsdio_probe()
H A Ddhd_linux.c493 dhd_pub_t *g_dhd_pub = NULL; variable
10307 DHD_ERROR(("%s: g_dhd_pub %p\n", __FUNCTION__, g_dhd_pub)); in dhd_bt_get_pub_hndl()
10309 return (wlan_bt_handle_t) g_dhd_pub; in dhd_bt_get_pub_hndl()