Lines Matching refs:dhd_info
381 static int dhd_suspend_resume_helper(struct dhd_info *dhd, int val, int force);
441 static void dhd_mem_dump(void *dhd_info, void *event_info, u8 event);
632 static void dhd_inet6_work_handler(void *dhd_info, void *event_data, u8 event);
1932 struct dhd_info *dhd = in dhd_axi_error_dispatcher_fn()
1933 container_of(work, struct dhd_info, axi_error_dispatcher_work); in dhd_axi_error_dispatcher_fn()
2246 struct dhd_info *dhdinfo; in dhd_set_suspend()
2689 static int dhd_suspend_resume_helper(struct dhd_info *dhd, int val, int force) in dhd_suspend_resume_helper()
2711 struct dhd_info *dhd = container_of(h, struct dhd_info, early_suspend); in dhd_early_suspend()
2724 struct dhd_info *dhd = container_of(h, struct dhd_info, early_suspend); in dhd_late_resume()
2815 struct dhd_info *dhd_info; in dhd_idx2net() local
2819 dhd_info = dhd_pub->info; in dhd_idx2net()
2820 if (dhd_info && dhd_info->iflist[ifidx]) in dhd_idx2net()
2821 return dhd_info->iflist[ifidx]->net; in dhd_idx2net()
4220 dhd_info_t *dhd_info = DHD_DEV_INFO(net); in BCMFASTPATH() local
4221 dhd_pub_t *dhdp = &dhd_info->pub; in BCMFASTPATH()
4224 BCM_REFERENCE(dhd_info); in BCMFASTPATH()
5004 struct dhd_info *dhd; in dhd_dpc_tasklet_dispatcher_work()
5007 dhd = container_of(dw, struct dhd_info, dhd_dpc_dispatcher_work); in dhd_dpc_tasklet_dispatcher_work()
5258 struct dhd_info *dhd; in dhd_event_logtrace_process()
5261 dhd = container_of(dw, struct dhd_info, event_log_dispatcher_work); in dhd_event_logtrace_process()
5283 dhd_schedule_logtrace(void *dhd_info) in dhd_schedule_logtrace() argument
5285 dhd_info_t *dhd = (dhd_info_t *)dhd_info; in dhd_schedule_logtrace()
5460 struct dhd_info *dhd; in dhd_bt_log_process()
5466 dhd = container_of(work, struct dhd_info, bt_log_dispatcher_work); in dhd_bt_log_process()
5511 struct dhd_info *dhd_info; in dhd_edl_process_work() local
5514 dhd_info = container_of(dw, struct dhd_info, edl_dispatcher_work); in dhd_edl_process_work()
5517 if (dhd_info) in dhd_edl_process_work()
5518 dhd_prot_process_edl_complete(&dhd_info->pub, &dhd_info->event_data); in dhd_edl_process_work()
6589 dhd_event(struct dhd_info *dhd, char *evpkt, int evlen, int ifidx) in dhd_event()
6930 dhd_info_t *dhd = container_of(nb, struct dhd_info, freq_trans); in dhd_cpufreq_notifier()
8156 dhd_info_t *dhd_info = handle; in dhd_deferred_work_rte_log_time_sync() local
8164 if (!dhd_info) { in dhd_deferred_work_rte_log_time_sync()
8169 dhd = &dhd_info->pub; in dhd_deferred_work_rte_log_time_sync()
9101 struct dhd_info *dhd; in dhd_wifi_accel_on_work_cb()
9106 dhd = container_of(dw, struct dhd_info, wl_accel_work); in dhd_wifi_accel_on_work_cb()
16393 struct dhd_info *dhd = dhdp->info; in dhd_change_mtu()
16656 dhd_inet6_work_handler(void *dhd_info, void *event_data, u8 event) in dhd_inet6_work_handler() argument
16659 dhd_info_t *dhd = (dhd_info_t *)dhd_info; in dhd_inet6_work_handler()
18857 struct dhd_info *dhdinfo = dhd->info; in dhd_wait_for_event()
18871 struct dhd_info *dhdinfo = dhd->info; in dhd_wait_event_wakeup()
20418 struct dhd_info *dhd; in dhd_hang_process()
20479 dhd_info_t *dhd_info = NULL; in dhd_os_send_hang_message() local
20490 dhd_info = (dhd_info_t *)dhdp->info; in dhd_os_send_hang_message()
20491 BCM_REFERENCE(dhd_info); in dhd_os_send_hang_message()
20494 if (!dhd_info->wl_accel_force_reg_on) { in dhd_os_send_hang_message()
20496 dhd_info->wl_accel_force_reg_on = TRUE; in dhd_os_send_hang_message()
20506 if (dhd_info->scheduled_memdump) { in dhd_os_send_hang_message()
21372 static void dhd_wk_lock_trace_init(struct dhd_info *dhd) in dhd_wk_lock_trace_init()
21390 static void dhd_wk_lock_trace_deinit(struct dhd_info *dhd) in dhd_wk_lock_trace_deinit()
21892 void dhd_os_wake_lock_init(struct dhd_info *dhd) in dhd_os_wake_lock_init()
21919 void dhd_os_wake_lock_destroy(struct dhd_info *dhd) in dhd_os_wake_lock_destroy()
22599 dhd_info_t *dhd_info = NULL; in dhd_schedule_memdump() local
22604 dhd_info = (dhd_info_t *)dhdp->info; in dhd_schedule_memdump()
22635 dhd_info->scheduled_memdump = FALSE; in dhd_schedule_memdump()
22659 dhd_info->scheduled_memdump = TRUE; in dhd_schedule_memdump()
23122 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); in dhd_sssr_dump_dig_buf_before() local
23123 dhd_pub_t *dhdp = &dhd_info->pub; in dhd_sssr_dump_dig_buf_before()
23139 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); in dhd_sssr_dump_d11_buf_before() local
23140 dhd_pub_t *dhdp = &dhd_info->pub; in dhd_sssr_dump_d11_buf_before()
23156 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); in dhd_sssr_dump_dig_buf_after() local
23157 dhd_pub_t *dhdp = &dhd_info->pub; in dhd_sssr_dump_dig_buf_after()
23173 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); in dhd_sssr_dump_d11_buf_after() local
23174 dhd_pub_t *dhdp = &dhd_info->pub; in dhd_sssr_dump_d11_buf_after()
23693 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)ndev); in dhd_nla_put_sssr_dump_len() local
23694 dhd_pub_t *dhdp = &dhd_info->pub; in dhd_nla_put_sssr_dump_len()
23719 dhd_info_t *dhd_info; in dhd_get_ext_trap_len() local
23722 dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)ndev); in dhd_get_ext_trap_len()
23723 dhdp = &dhd_info->pub; in dhd_get_ext_trap_len()
23743 dhd_info_t *dhd_info; in dhd_get_health_chk_len() local
23746 dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)ndev); in dhd_get_health_chk_len()
23747 dhdp = &dhd_info->pub; in dhd_get_health_chk_len()
23766 dhd_info_t *dhd_info; in dhd_get_dhd_dump_len() local
23770 dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)ndev); in dhd_get_dhd_dump_len()
23771 dhdp = &dhd_info->pub; in dhd_get_dhd_dump_len()
23796 dhd_info_t *dhd_info; in dhd_get_cookie_log_len() local
23799 dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)ndev); in dhd_get_cookie_log_len()
23800 dhdp = &dhd_info->pub; in dhd_get_cookie_log_len()
23819 dhd_info_t *dhd_info; in dhd_get_flowring_len() local
23824 dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)ndev); in dhd_get_flowring_len()
23825 dhdp = &dhd_info->pub; in dhd_get_flowring_len()
23876 dhd_info_t *dhd_info; in dhd_get_ecntrs_len() local
23882 dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)ndev); in dhd_get_ecntrs_len()
23883 dhdp = &dhd_info->pub; in dhd_get_ecntrs_len()
23904 dhd_info_t *dhd_info; in dhd_get_dld_log_dump() local
23909 dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); in dhd_get_dld_log_dump()
23910 dhdp = &dhd_info->pub; in dhd_get_dld_log_dump()
23946 dhd_info_t *dhd_info = NULL; in dhd_log_flush() local
23948 BCM_REFERENCE(dhd_info); in dhd_log_flush()
23975 dhd_info = (dhd_info_t *)dhdp->info; in dhd_log_flush()
23981 &dhd_info->event_data); in dhd_log_flush()
23990 if (dhd_info->pub.dongle_edl_support) { in dhd_log_flush()
23992 dhd_flush_logtrace_process(dhd_info); in dhd_log_flush()
24002 dhd_flush_logtrace_process(dhd_info); in dhd_log_flush()
24005 dhd_flush_logtrace_process(dhd_info); in dhd_log_flush()
24008 dhd_flush_logtrace_process(dhd_info); in dhd_log_flush()
24028 dhd_info_t *dhd_info; in dhd_get_debug_dump_file_name() local
24031 dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); in dhd_get_debug_dump_file_name()
24032 dhdp = &dhd_info->pub; in dhd_get_debug_dump_file_name()
24137 dhd_info_t *dhd_info; in dhd_print_health_chk_data() local
24140 dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); in dhd_print_health_chk_data()
24141 dhdp = &dhd_info->pub; in dhd_print_health_chk_data()
24182 dhd_info_t *dhd_info; in dhd_print_ext_trap_data() local
24185 dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); in dhd_print_ext_trap_data()
24186 dhdp = &dhd_info->pub; in dhd_print_ext_trap_data()
24228 dhd_info_t *dhd_info; in dhd_print_dump_data() local
24231 dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); in dhd_print_dump_data()
24232 dhdp = &dhd_info->pub; in dhd_print_dump_data()
24269 dhd_info_t *dhd_info; in dhd_print_cookie_data() local
24272 dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); in dhd_print_cookie_data()
24273 dhdp = &dhd_info->pub; in dhd_print_cookie_data()
24293 dhd_info_t *dhd_info; in dhd_print_flowring_data() local
24296 dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); in dhd_print_flowring_data()
24297 dhdp = &dhd_info->pub; in dhd_print_flowring_data()
24348 dhd_info_t *dhd_info; in dhd_print_ecntrs_data() local
24351 dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); in dhd_print_ecntrs_data()
24352 dhdp = &dhd_info->pub; in dhd_print_ecntrs_data()
24378 dhd_info_t *dhd_info; in dhd_print_rtt_data() local
24381 dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); in dhd_print_rtt_data()
24382 dhdp = &dhd_info->pub; in dhd_print_rtt_data()
24404 dhd_info_t *dhd_info; in dhd_print_status_log_data() local
24407 dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); in dhd_print_status_log_data()
24408 dhdp = &dhd_info->pub; in dhd_print_status_log_data()
24421 dhd_info_t *dhd_info; in dhd_get_status_log_len() local
24425 dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)ndev); in dhd_get_status_log_len()
24426 dhdp = &dhd_info->pub; in dhd_get_status_log_len()
25045 dhd_info_t *dhd_info; in dhd_get_rtt_len() local
25051 dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)ndev); in dhd_get_rtt_len()
25052 dhdp = &dhd_info->pub; in dhd_get_rtt_len()
26164 dhd_info_t *dhd_info = dhd->info; in dhd_log_dump_init() local
26195 mutex_init(&dhd_info->logdump_lock); in dhd_log_dump_init()
26371 mutex_destroy(&dhd_info->logdump_lock); in dhd_log_dump_init()
26379 dhd_info_t *dhd_info = dhd->info;
26438 mutex_destroy(&dhd_info->logdump_lock);
26661 dhd_info_t *dhd_info = (dhd_info_t *)handle;
26667 if (dhd_info == NULL) {
26675 dmaxfer_free_prev_dmaaddr(&dhd_info->pub, dmmap);
26681 dhd_info_t *dhd_info = dhdp->info;
26683 dhd_deferred_schedule_work(dhd_info->dhd_deferred_wq, (void *)dmmap,
26694 struct dhd_info *dhd = NULL;
29951 dhd_info_t *dhd_info = NULL;
29958 dhd_info = (dhd_info_t *)dhd_pub->info;
29959 dhd_if = dhd_info->iflist[0];