/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dbus.c | 81 dbus_pub_t pub; /* MUST BE FIRST */ member 158 void dbus_detach(dhd_bus_t *pub); 203 static int dbus_send_irb(dbus_pub_t *pub, uint8 *buf, int len, void *pkt, void *info); 378 irb = (dbus_irb_t *) MALLOC(dhd_bus->pub.osh, size_irb); in dbus_irbq_init() 405 MFREE(dhd_bus->pub.osh, irb, size_irb); in dbus_irbq_deinit() 424 if (dhd_bus->pub.busstate != DBUS_STATE_UP) { in dbus_rxirbs_fill() 463 dbus_flowctrl_rx(dbus_pub_t *pub, bool on) in dbus_flowctrl_rx() argument 465 dhd_bus_t *dhd_bus = (dhd_bus_t *) pub; in dbus_flowctrl_rx() 477 if (dhd_bus->pub.busstate == DBUS_STATE_UP) { in dbus_flowctrl_rx() 499 dbus_send_irb(dbus_pub_t *pub, uint argument 1432 dbus_attach(osl_t *osh, int rxsize, int nrxq, int ntxq, dhd_pub_t *pub, dbus_callbacks_t *cbs, dbus_extdl_t *extdl, struct shared_info *sh) dbus_attach() argument 1524 dbus_detach(dhd_bus_t *pub) dbus_detach() argument 1569 dbus_dlneeded(dhd_bus_t *pub) dbus_dlneeded() argument 1593 dbus_download_firmware(dhd_bus_t *pub, char *pfw_path, char *pnv_path) dbus_download_firmware() argument 1626 dbus_up(struct dhd_bus *pub) dbus_up() argument 1656 dbus_down(dbus_pub_t *pub) dbus_down() argument 1677 dbus_shutdown(dbus_pub_t *pub) dbus_shutdown() argument 1693 dbus_stop(struct dhd_bus *pub) dbus_stop() argument 1717 dbus_send_buf(dbus_pub_t *pub, uint8 *buf, int len, void *info) dbus_send_buf() argument 1723 dbus_send_pkt(dbus_pub_t *pub, void *pkt, void *info) dbus_send_pkt() argument 1729 dbus_send_ctl(struct dhd_bus *pub, uint8 *buf, int len) dbus_send_ctl() argument 1750 dbus_recv_ctl(struct dhd_bus *pub, uint8 *buf, int len) dbus_recv_ctl() argument 1768 dbus_recv_bulk(dbus_pub_t *pub, uint32 ep_idx) dbus_recv_bulk() argument 1801 dbus_poll_intr(dbus_pub_t *pub) dbus_poll_intr() argument 1821 dbus_pktget(dbus_pub_t *pub, int len) dbus_pktget() argument 1833 dbus_pktfree(dbus_pub_t *pub, void* pkt) dbus_pktfree() argument 1845 dbus_get_stats(dbus_pub_t *pub, dbus_stats_t *stats) dbus_get_stats() argument 1858 dbus_get_attrib(dhd_bus_t *pub, dbus_attrib_t *attrib) dbus_get_attrib() argument 1876 dbus_get_device_speed(dbus_pub_t *pub) dbus_get_device_speed() argument 1887 dbus_set_config(dbus_pub_t *pub, dbus_config_t *config) dbus_set_config() argument 1910 dbus_get_config(dbus_pub_t *pub, dbus_config_t *config) dbus_get_config() argument 1927 dbus_set_errmask(dbus_pub_t *pub, uint32 mask) dbus_set_errmask() argument 1940 dbus_pnp_resume(dbus_pub_t *pub, int *fw_reload) dbus_pnp_resume() argument 1977 dbus_pnp_sleep(dbus_pub_t *pub) dbus_pnp_sleep() argument 1998 dbus_pnp_disconnect(dbus_pub_t *pub) dbus_pnp_disconnect() argument 2040 dhd_dbus_txq(const dbus_pub_t *pub) dhd_dbus_txq() argument 2046 dhd_dbus_hdrlen(const dbus_pub_t *pub) dhd_dbus_hdrlen() argument 2052 dbus_get_devinfo(dbus_pub_t *pub) dbus_get_devinfo() argument 2717 dhd_pub_t *pub = NULL; dhd_dbus_probe_cb() local 2825 dhd_pub_t *pub = g_pub; dhd_dbus_disconnect_cb() local [all...] |
H A D | dhd_flowring.h | 78 #define DHD_IF_ROLE(pub, idx) (((if_flow_lkup_t *)(pub)->if_flow_lkup)[idx].role) 79 #define DHD_IF_ROLE_AP(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_AP) 80 #define DHD_IF_ROLE_STA(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_STA) 81 #define DHD_IF_ROLE_P2PGC(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_P2P_CLIENT) 82 #define DHD_IF_ROLE_P2PGO(pub, idx) (DHD_IF_ROLE(pub, id [all...] |
H A D | dhd.h | 1570 extern int dhd_os_wake_lock(dhd_pub_t *pub); 1571 extern int dhd_os_wake_unlock(dhd_pub_t *pub); 1572 extern int dhd_os_wake_lock_waive(dhd_pub_t *pub); 1573 extern int dhd_os_wake_lock_restore(dhd_pub_t *pub); 1574 extern void dhd_event_wake_lock(dhd_pub_t *pub); 1575 extern void dhd_event_wake_unlock(dhd_pub_t *pub); 1576 extern void dhd_pm_wake_lock_timeout(dhd_pub_t *pub, int val); 1577 extern void dhd_pm_wake_unlock(dhd_pub_t *pub); 1578 extern void dhd_txfl_wake_lock_timeout(dhd_pub_t *pub, int val); 1579 extern void dhd_txfl_wake_unlock(dhd_pub_t *pub); 2001 dhd_wakeup_ioctl_event(dhd_pub_t *pub, dhd_ioctl_recieved_status_t reason) dhd_wakeup_ioctl_event() argument 2299 dhd_os_tput_test_wait(dhd_pub_t *pub, uint *condition, uint timeout_ms) dhd_os_tput_test_wait() argument 2302 dhd_os_tput_test_wake(dhd_pub_t * pub) dhd_os_tput_test_wake() argument [all...] |
H A D | dhd_linux.c | 270 #define DBUS_RX_BUFFER_SIZE_DHD(net) (net->mtu + net->hard_header_len + dhd->pub.hdrlen) 272 #define DBUS_RX_BUFFER_SIZE_DHD(net) (net->mtu + net->hard_header_len + dhd->pub.hdrlen + 128) 886 __FUNCTION__, action, suspend, dhdinfo->pub.conf->suspend_mode); in dhd_pm_callback() 888 DHD_OS_WAKE_LOCK_WAIVE(&dhdinfo->pub); in dhd_pm_callback() 889 if (dhdinfo->pub.conf->suspend_mode == PM_NOTIFIER) in dhd_pm_callback() 892 dhd_wlfc_suspend(&dhdinfo->pub); in dhd_pm_callback() 894 if (dhdinfo->pub.conf->suspend_mode == PM_NOTIFIER) in dhd_pm_callback() 895 dhd_conf_set_suspend_resume(&dhdinfo->pub, suspend); in dhd_pm_callback() 896 DHD_OS_WAKE_LOCK_RESTORE(&dhdinfo->pub); in dhd_pm_callback() 898 if (dhdinfo->pub in dhd_pm_callback() 1326 dhd_find_sta(void *pub, int ifidx, void *ea) dhd_find_sta() argument 1360 dhd_add_sta(void *pub, int ifidx, void *ea) dhd_add_sta() argument 1403 dhd_del_all_sta(void *pub, int ifidx) dhd_del_all_sta() argument 1441 dhd_del_sta(void *pub, int ifidx, void *ea) dhd_del_sta() argument 1481 dhd_findadd_sta(void *pub, int ifidx, void *ea) dhd_findadd_sta() argument 1543 dhd_findadd_sta(void *pub, int ifidx, void *ea) dhd_findadd_sta() argument 1544 dhd_find_sta(void *pub, int ifidx, void *ea) dhd_find_sta() argument 1545 dhd_del_sta(void *pub, int ifidx, void *ea) dhd_del_sta() argument 2452 dhd_idx2net(void *pub, int ifidx) dhd_idx2net() argument 3230 dhd_os_wlfc_block(dhd_pub_t *pub) dhd_os_wlfc_block() argument 3246 dhd_os_wlfc_unblock(dhd_pub_t *pub) dhd_os_wlfc_unblock() argument 3824 struct dhd_pub * pub; dhd_rx_wq_wakeup() local 5337 dhd_pub_t *pub = &dhd->pub; dhd_rxf_thread() local 6290 dhd_set_monitor(dhd_pub_t *pub, int ifidx, int val) dhd_set_monitor() argument 6354 dhd_ioctl_process(dhd_pub_t *pub, int ifidx, dhd_ioctl_t *ioc, void *data_buf) dhd_ioctl_process() argument 8581 dhd_get_rxsz(dhd_pub_t *pub) dhd_get_rxsz() argument 8597 dhd_set_path(dhd_pub_t *pub) dhd_set_path() argument 11549 dhd_iovar(dhd_pub_t *pub, int ifidx, char *name, char *param_buf, uint param_len, char *res_buf, uint res_len, int set) dhd_iovar() argument 11646 dhd_getiovar(dhd_pub_t *pub, int ifidx, char *name, char *cmd_buf, uint cmd_len, char **resptr, uint resp_len) dhd_getiovar() argument 12952 dhd_os_proto_block(dhd_pub_t *pub) dhd_os_proto_block() argument 12969 dhd_os_proto_unblock(dhd_pub_t *pub) dhd_os_proto_unblock() argument 12982 dhd_os_dhdiovar_lock(dhd_pub_t *pub) dhd_os_dhdiovar_lock() argument 12992 dhd_os_dhdiovar_unlock(dhd_pub_t *pub) dhd_os_dhdiovar_unlock() argument 13002 dhd_os_logdump_lock(dhd_pub_t *pub) dhd_os_logdump_lock() argument 13017 dhd_os_logdump_unlock(dhd_pub_t *pub) dhd_os_logdump_unlock() argument 13066 dhd_os_ioctl_resp_wait(dhd_pub_t *pub, uint *condition) dhd_os_ioctl_resp_wait() argument 13084 dhd_os_ioctl_resp_wake(dhd_pub_t *pub) dhd_os_ioctl_resp_wake() argument 13093 dhd_os_d3ack_wait(dhd_pub_t *pub, uint *condition) dhd_os_d3ack_wait() argument 13111 dhd_os_d3ack_wake(dhd_pub_t *pub) dhd_os_d3ack_wake() argument 13120 dhd_os_busbusy_wait_negation(dhd_pub_t *pub, uint *condition) dhd_os_busbusy_wait_negation() argument 13143 dhd_os_busbusy_wait_condition(dhd_pub_t *pub, uint *var, uint condition) dhd_os_busbusy_wait_condition() argument 13162 dhd_os_busbusy_wait_bitmask(dhd_pub_t *pub, uint *var, uint bitmask, uint condition) dhd_os_busbusy_wait_bitmask() argument 13178 dhd_os_dmaxfer_wait(dhd_pub_t *pub, uint *condition) dhd_os_dmaxfer_wait() argument 13195 dhd_os_dmaxfer_wake(dhd_pub_t *pub) dhd_os_dmaxfer_wake() argument 13213 dhd_os_busbusy_wake(dhd_pub_t *pub) dhd_os_busbusy_wake() argument 13226 dhd_pub_t *pub = bus; dhd_os_wd_timer_extend() local 13240 dhd_pub_t *pub = bus; dhd_os_wd_timer() local 13289 dhd_os_open_image1(dhd_pub_t *pub, char *filename) dhd_os_open_image1() argument 13352 dhd_os_gets_image(dhd_pub_t *pub, char *str, int len, void *image) dhd_os_gets_image() argument 13393 dhd_os_close_image1(dhd_pub_t *pub, void *image) dhd_os_close_image1() argument 13401 dhd_os_sdlock(dhd_pub_t *pub) dhd_os_sdlock() argument 13418 dhd_os_sdunlock(dhd_pub_t *pub) dhd_os_sdunlock() argument 13435 dhd_os_sdlock_txq(dhd_pub_t *pub) dhd_os_sdlock_txq() argument 13448 dhd_os_sdunlock_txq(dhd_pub_t *pub) dhd_os_sdunlock_txq() argument 13461 dhd_os_sdlock_rxq(dhd_pub_t *pub) dhd_os_sdlock_rxq() argument 13466 dhd_os_sdunlock_rxq(dhd_pub_t *pub) dhd_os_sdunlock_rxq() argument 13471 dhd_os_rxflock(dhd_pub_t *pub) dhd_os_rxflock() argument 13481 dhd_os_rxfunlock(dhd_pub_t *pub) dhd_os_rxfunlock() argument 13491 dhd_os_tcpacklock(dhd_pub_t *pub) dhd_os_tcpacklock() argument 13510 dhd_os_tcpackunlock(dhd_pub_t *pub, unsigned long flags) dhd_os_tcpackunlock() argument 15698 dhd_suspend_lock(dhd_pub_t *pub) dhd_suspend_lock() argument 15705 dhd_suspend_unlock(dhd_pub_t *pub) dhd_suspend_unlock() argument 15712 dhd_os_general_spin_lock(dhd_pub_t *pub) dhd_os_general_spin_lock() argument 15723 dhd_os_general_spin_unlock(dhd_pub_t *pub, unsigned long flags) dhd_os_general_spin_unlock() argument 16044 dhd_os_wake_lock_timeout(dhd_pub_t *pub) dhd_os_wake_lock_timeout() argument 16079 dhd_os_wake_lock_rx_timeout_enable(dhd_pub_t *pub, int val) dhd_os_wake_lock_rx_timeout_enable() argument 16093 dhd_os_wake_lock_ctrl_timeout_enable(dhd_pub_t *pub, int val) dhd_os_wake_lock_ctrl_timeout_enable() argument 16107 dhd_os_wake_lock_ctrl_timeout_cancel(dhd_pub_t *pub) dhd_os_wake_lock_ctrl_timeout_cancel() argument 16332 dhd_os_wake_lock(dhd_pub_t *pub) dhd_os_wake_lock() argument 16360 dhd_event_wake_lock(dhd_pub_t *pub) dhd_event_wake_lock() argument 16374 dhd_pm_wake_lock_timeout(dhd_pub_t *pub, int val) dhd_pm_wake_lock_timeout() argument 16386 dhd_txfl_wake_lock_timeout(dhd_pub_t *pub, int val) dhd_txfl_wake_lock_timeout() argument 16407 dhd_os_wake_unlock(dhd_pub_t *pub) dhd_os_wake_unlock() argument 16438 dhd_event_wake_unlock(dhd_pub_t *pub) dhd_event_wake_unlock() argument 16451 dhd_pm_wake_unlock(dhd_pub_t *pub) dhd_pm_wake_unlock() argument 16465 dhd_txfl_wake_unlock(dhd_pub_t *pub) dhd_txfl_wake_unlock() argument 16479 dhd_os_check_wakelock(dhd_pub_t *pub) dhd_os_check_wakelock() argument 16502 dhd_os_check_wakelock_all(dhd_pub_t *pub) dhd_os_check_wakelock_all() argument 16563 dhd_os_wd_wake_lock(dhd_pub_t *pub) dhd_os_wd_wake_lock() argument 16584 dhd_os_wd_wake_unlock(dhd_pub_t *pub) dhd_os_wd_wake_unlock() argument 16607 dhd_os_oob_irq_wake_lock_timeout(dhd_pub_t *pub, int val) dhd_os_oob_irq_wake_lock_timeout() argument 16619 dhd_os_oob_irq_wake_unlock(dhd_pub_t *pub) dhd_os_oob_irq_wake_unlock() argument 16636 dhd_os_scan_wake_lock_timeout(dhd_pub_t *pub, int val) dhd_os_scan_wake_lock_timeout() argument 16648 dhd_os_scan_wake_unlock(dhd_pub_t *pub) dhd_os_scan_wake_unlock() argument 16666 dhd_os_wake_lock_waive(dhd_pub_t *pub) dhd_os_wake_lock_waive() argument 16692 dhd_os_wake_lock_restore(dhd_pub_t *pub) dhd_os_wake_lock_restore() argument 16791 dhd_os_check_if_up(dhd_pub_t *pub) dhd_os_check_if_up() argument [all...] |
H A D | dbus_usb.c | 54 #define USB_DEV_ISBAD(u) (u->pub->attrib.devid == 0xDEAD) 59 dbus_pub_t *pub; member 161 static void *dbus_usb_attach(dbus_pub_t *pub, void *cbarg, dbus_intf_callbacks_t *cbs); 162 static void dbus_usb_detach(dbus_pub_t *pub, void *info); 234 dbus_usb_attach(dbus_pub_t *pub, void *cbarg, dbus_intf_callbacks_t *cbs) in dbus_usb_attach() argument 244 ASSERT(OFFSETOF(usb_info_t, pub) == 0); in dbus_usb_attach() 246 usb_info = MALLOC(pub->osh, sizeof(usb_info_t)); in dbus_usb_attach() 252 usb_info->pub = pub; in dbus_usb_attach() 256 usb_info->usbosl_info = (dbus_pub_t *)g_dbusintf->attach(pub, in dbus_usb_attach() 277 dbus_usb_detach(dbus_pub_t *pub, void *info) dbus_usb_detach() argument [all...] |
H A D | siutils.c | 248 if (PMUCTL_ENAB(&ksii.pub)) { in si_kattach() 257 CCREV(ksii.pub.ccrev), wd_msticks)); in si_kattach() 260 return &ksii.pub; in si_kattach() 336 if (!(sii->pub.cccaps & CC_CAP_PMU)) { in si_get_pmu_reg_addr() 339 if (AOB_ENAB(&sii->pub)) { in si_get_pmu_reg_addr() 344 pmucoreidx = si_findcoreidx(&sii->pub, PMU_CORE_ID, 0); in si_get_pmu_reg_addr() 345 pmu = si_setcoreidx(&sii->pub, pmucoreidx); in si_get_pmu_reg_addr() 367 si_slave_wrapper_add(&sii->pub); in si_buscore_setup() 371 cc = si_setcoreidx(&sii->pub, SI_CC_IDX); in si_buscore_setup() 375 sii->pub in si_buscore_setup() [all...] |
H A D | linux_pkt.c | 178 if (osh->pub.pkttag) in osl_pkt_tonative() 200 if (osh->pub.pkttag) in osl_pkt_frmnative() 275 if (osh->pub.tx_fn) { in linux_pktfree_irq() 276 osh->pub.tx_fn(osh->pub.tx_ctx, p, 0); in linux_pktfree_irq() 279 if (osh->pub.rx_fn) { in linux_pktfree_irq() 280 osh->pub.rx_fn(osh->pub.rx_ctx, p); in linux_pktfree_irq() 344 if (osh->pub.tx_fn) { in linux_pktfree() 345 osh->pub in linux_pktfree() [all...] |
H A D | dbus_usb_linux.c | 302 dbus_pub_t *pub; member 516 static void *dbus_usbos_intf_attach(dbus_pub_t *pub, void *cbarg, dbus_intf_callbacks_t *cbs); 517 static void dbus_usbos_intf_detach(dbus_pub_t *pub, void *info); 682 req = MALLOC(usbos_info->pub->osh, sizeof(urb_req_t)); in dbus_usbos_urbreqs_alloc() 705 req->pkt = MALLOC(usbos_info->pub->osh, usbos_info->rxbuf_len); in dbus_usbos_urbreqs_alloc() 727 MFREE(usbos_info->pub->osh, req->pkt, req->buf_len); in dbus_usbos_urbreqs_alloc() 733 MFREE(usbos_info->pub->osh, req, sizeof(urb_req_t)); in dbus_usbos_urbreqs_alloc() 774 MFREE(usbos_info->pub->osh, req->pkt, req->buf_len); in dbus_usbos_urbreqs_free() 787 MFREE(usbos_info->pub->osh, req, sizeof(urb_req_t)); in dbus_usbos_urbreqs_free() 831 MFREE(usbos_info->pub in dbus_usbos_send_complete() 2593 dbus_usbos_intf_attach(dbus_pub_t *pub, void *cbarg, dbus_intf_callbacks_t *cbs) dbus_usbos_intf_attach() argument 2736 dbus_usbos_intf_detach(dbus_pub_t *pub, void *info) dbus_usbos_intf_detach() argument [all...] |
H A D | dhd_cfg80211.c | 88 dhd_pub_t *dhd = (dhd_pub_t *)(cfg->pub); in dhd_cfg80211_down() 105 dhd_pub_t *dhd = (dhd_pub_t *)(cfg->pub); in dhd_cfg80211_set_p2p_info() 121 dhd_pub_t *dhd = (dhd_pub_t *)(cfg->pub); in dhd_cfg80211_clean_p2p_info() 141 return dhd_update_iflist_info(cfg->pub, ndev, ifidx, addr, bssidx, name, if_state); in wl_cfg80211_update_iflist_info() 148 return dhd_allocate_if(cfg->pub, ifidx, name, mac, bssidx, FALSE, dngl_name); in wl_cfg80211_allocate_if() 154 return dhd_register_if(cfg->pub, ifidx, rtnl_lock_reqd); in wl_cfg80211_register_if() 160 return dhd_remove_if(cfg->pub, ifidx, rtnl_lock_reqd); in wl_cfg80211_remove_if() 306 dhd = cfg->pub; in dhd_cfgvendor_priv_string_handler()
|
H A D | sbutils.c | 115 if (BUSTYPE(sii->pub.bustype) == PCMCIA_BUS) { in sb_write_sbreg() 212 switch (BUSTYPE(sii->pub.bustype)) { in _sb_coresba() 386 if (BUSTYPE(sii->pub.bustype) == SI_BUS) { in sb_corereg() 396 } else if (BUSTYPE(sii->pub.bustype) == PCI_BUS) { in sb_corereg() 405 } else if (sii->pub.buscoreidx == coreidx) { in sb_corereg() 425 origidx = si_coreidx(&sii->pub); in sb_corereg() 428 r = (volatile uint32*) ((volatile uchar*)sb_setcoreidx(&sii->pub, coreidx) + in sb_corereg() 454 sb_setcoreidx(&sii->pub, origidx); in sb_corereg() 485 if (BUSTYPE(sii->pub.bustype) == SI_BUS) { in sb_corereg_addr() 495 } else if (BUSTYPE(sii->pub in sb_corereg_addr() [all...] |
H A D | siutils_priv.h | 135 struct si_pub pub; /**< back plane public state (must be first field) */ member 188 #define PCI(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \ 189 ((si)->pub.buscoretype == PCI_CORE_ID)) 191 #define PCIE_GEN1(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \ 192 ((si)->pub.buscoretype == PCIE_CORE_ID)) 194 #define PCIE_GEN2(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \ 195 ((si)->pub.buscoretype == PCIE2_CORE_ID)) 199 #define PCMCIA(si) ((BUSTYPE((si)->pub.bustype) == PCMCIA_BUS) && ((si)->memseg == TRUE)) 202 #define SI_FAST(si) (PCIE(si) || (PCI(si) && ((si)->pub.buscorerev >= 13)))
|
H A D | aiutils.c | 140 * http://hwnbu-twiki.broadcom.com/twiki/pub/Mwgroup/ArmDocumentation/SystemDiscovery.pdf 240 ((CHIPTYPE(sii->pub.socitype) == SOCI_NAI) && in ai_scan() 906 } else if (sii->pub.buscoreidx == coreidx) { in ai_corereg() 926 origidx = si_coreidx(&sii->pub); in ai_corereg() 929 r = (volatile uint32*) ((volatile uchar*) ai_setcoreidx(&sii->pub, coreidx) + in ai_corereg() 946 ai_setcoreidx(&sii->pub, origidx); in ai_corereg() 1000 } else if (sii->pub.buscoreidx == coreidx) { in ai_corereg_writeonly() 1020 origidx = si_coreidx(&sii->pub); in ai_corereg_writeonly() 1023 r = (volatile uint32*) ((volatile uchar*) ai_setcoreidx(&sii->pub, coreidx) + in ai_corereg_writeonly() 1037 ai_setcoreidx(&sii->pub, origid in ai_corereg_writeonly() [all...] |
H A D | dhd_bus.h | 37 extern int dbus_up(struct dhd_bus *pub); 38 extern int dbus_stop(struct dhd_bus *pub); 39 extern int dbus_send_ctl(struct dhd_bus *pub, uint8 *buf, int len); 40 extern int dbus_recv_ctl(struct dhd_bus *pub, uint8 *buf, int len);
|
H A D | wl_event.c | 78 dhd_pub_t *pub; member 204 DHD_EVENT_WAKE_LOCK(event_params->pub); in wl_ext_event_handler() 240 DHD_EVENT_WAKE_UNLOCK(event_params->pub); in wl_ext_event_handler() 481 event_params->pub = dhdp; in wl_ext_event_attach()
|
H A D | wl_escan.h | 22 dhd_pub_t *pub; member
|
H A D | wl_cfgscan.c | 411 DBG_EVENT_LOG((dhd_pub_t *)cfg->pub, WIFI_EVENT_DRIVER_SCAN_RESULT_FOUND); in wl_escan_handler() 447 if (!dhd_conf_match_channel(cfg->pub, channel)) in wl_escan_handler() 682 DBG_EVENT_LOG((dhd_pub_t *)cfg->pub, WIFI_EVENT_DRIVER_SCAN_COMPLETE); in wl_escan_handler() 921 if (!dhd_conf_match_channel(cfg->pub, channel)) in wl_cfgscan_populate_scan_channels() 1324 DBG_EVENT_LOG((dhd_pub_t *)cfg->pub, WIFI_EVENT_DRIVER_SCAN_REQUESTED); in wl_run_escan() 1578 dhd_pub_t *dhdp = (dhd_pub_t *)(cfg->pub); in wl_cfgscan_handle_scanbusy() 1821 DHD_OS_SCAN_WAKE_LOCK_TIMEOUT((dhd_pub_t *)(cfg->pub), in __wl_cfg80211_scan() 1823 DHD_DISABLE_RUNTIME_PM((dhd_pub_t *)(cfg->pub)); in __wl_cfg80211_scan() 1871 DHD_OS_SCAN_WAKE_UNLOCK((dhd_pub_t *)(cfg->pub)); in __wl_cfg80211_scan() 1877 DHD_OS_SCAN_WAKE_UNLOCK((dhd_pub_t *)(cfg->pub)); in __wl_cfg80211_scan() [all...] |
H A D | dhd_linux_lb.c | 1009 dhd_rx_frame(&dhd->pub, ifid, skb, pkt_count, chan); in dhd_napi_poll() 1013 DHD_LB_STATS_UPDATE_NAPI_HISTO(&dhd->pub, processed); in dhd_napi_poll() 1242 return __dhd_sendpkt(&dhd->pub, ifidx, skb); in dhd_lb_sendpkt() 1255 dhd_lb_tx_dispatch(&dhd->pub); in dhd_lb_sendpkt() 1300 __dhd_sendpkt(&dhd->pub, ifidx, skb); in dhd_lb_tx_process()
|
H A D | wl_cfg80211.c | 1282 dhd = (dhd_pub_t *)(cfg->pub); in wl_add_remove_pm_enable_work() 1292 DHD_PM_WAKE_UNLOCK(cfg->pub); in wl_add_remove_pm_enable_work() 1305 DHD_PM_WAKE_LOCK_TIMEOUT(cfg->pub, wq_duration); in wl_add_remove_pm_enable_work() 1820 dhd = (dhd_pub_t *)(cfg->pub); in wl_wlfc_enable() 1974 dhd_pub_t *dhd = (dhd_pub_t *)(cfg->pub); in wl_cfg80211_check_vif_in_use() 2021 dhd = (dhd_pub_t *)(cfg->pub); in wl_cfg80211_iface_state_ops() 2335 dhd_pub_t *dhd = (dhd_pub_t *)(cfg->pub); in wl_cfg80211_get_sec_iface() 2877 dhd_pub_t *dhd = (dhd_pub_t *)(cfg->pub); in _wl_cfg80211_check_axi_error() 2971 dhd = (dhd_pub_t *)(cfg->pub); in wl_cfg80211_add_if() 3198 dhd = (dhd_pub_t *)(cfg->pub); in _wl_cfg80211_del_if() [all...] |
H A D | wl_android.h | 135 int wl_ext_iapsta_attach(dhd_pub_t *pub); 136 void wl_ext_iapsta_dettach(dhd_pub_t *pub);
|
H A D | dhd_linux_exportfs.c | 191 dhd_wk_lock_stats_dump(&dhd->pub); in show_wklock_trace() 381 dhdp = &dhd->pub; in ecounter_onoff() 649 dhdp = &dev->pub; in show_memdump_info() 664 dhdp = &dev->pub; in set_memdump_info() 1349 n = dhd_csi_dump_list(&dhd->pub, buf); in read_csi_data() 1351 dhd_csi_clean_list(&dhd->pub); in read_csi_data()
|
H A D | linux_osl_priv.h | 138 osl_pubinfo_t pub; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | dbus.h | 222 void* (*attach)(struct dbus_pub *pub, void *cbarg, struct dbus_intf_callbacks *cbs); 223 void (*detach)(struct dbus_pub *pub, void *bus); 294 #define BUS_INFO(bus, type) (((type *) bus)->pub->bus) 315 //extern int dbus_download_firmware(dbus_pub_t *pub); 316 //extern int dbus_up(struct dhd_bus *pub); 317 extern int dbus_down(dbus_pub_t *pub); 318 //extern int dbus_stop(struct dhd_bus *pub); 319 extern int dbus_shutdown(dbus_pub_t *pub); 320 extern void dbus_flowctrl_rx(dbus_pub_t *pub, bool on); 323 extern int dbus_send_buf(dbus_pub_t *pub, uint [all...] |
H A D | etd.h | 618 #define ETD_ENAB(pub) (_etd_enab) 621 #define ETD_ENAB(pub) (0)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | pk_internal.h | 90 int (*check_pair_func)( const void *pub, const void *prv );
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | MQTTAsync.h | 481 } pub; member 516 } pub; member
|