Home
last modified time | relevance | path

Searched refs:dhd_pub (Results 1 – 25 of 93) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_common.c629 void* dhd_get_fwdump_buf(dhd_pub_t *dhd_pub, uint32 length) in dhd_get_fwdump_buf() argument
631 if (!dhd_pub->soc_ram) { in dhd_get_fwdump_buf()
633 dhd_pub->soc_ram = (uint8*)DHD_OS_PREALLOC(dhd_pub, in dhd_get_fwdump_buf()
636 dhd_pub->soc_ram = (uint8*) MALLOC(dhd_pub->osh, length); in dhd_get_fwdump_buf()
640 if (dhd_pub->soc_ram == NULL) { in dhd_get_fwdump_buf()
643 dhd_pub->soc_ram_length = 0; in dhd_get_fwdump_buf()
645 memset(dhd_pub->soc_ram, 0, length); in dhd_get_fwdump_buf()
646 dhd_pub->soc_ram_length = length; in dhd_get_fwdump_buf()
650 return dhd_pub->soc_ram; in dhd_get_fwdump_buf()
770 dhd_wl_ioctl_cmd(dhd_pub_t *dhd_pub, int cmd, void *arg, int len, uint8 set, int ifidx) in dhd_wl_ioctl_cmd() argument
[all …]
H A Dwl_linux_mon.c57 int dhd_monitor_init(void *dhd_pub);
76 void *dhd_pub; member
125 ndev = dhd_idx2net(g_monitor.dhd_pub, i); in lookup_real_netdev()
378 int dhd_monitor_init(void *dhd_pub) in dhd_monitor_init() argument
381 g_monitor.dhd_pub = dhd_pub; in dhd_monitor_init()
H A Dwl_android.h126 void wl_ext_update_wlfc_maxcount(struct dhd_pub *dhd);
127 int wl_ext_get_wlfc_maxcount(struct dhd_pub *dhd, int ifidx);
172 void wl_ext_user_sync(struct dhd_pub *dhd, int ifidx, bool lock);
173 bool wl_ext_event_complete(struct dhd_pub *dhd, int ifidx);
H A Ddhd.h668 typedef struct dhd_pub { struct
1136 dhd_pub_t *dhd_pub; member
1714 extern int dhd_dev_start_mkeep_alive(dhd_pub_t *dhd_pub, uint8 mkeep_alive_id, uint8 *ip_pkt,
1716 extern int dhd_dev_stop_mkeep_alive(dhd_pub_t *dhd_pub, uint8 mkeep_alive_id);
1749 extern int wl_host_event(dhd_pub_t *dhd_pub, int *idx, void *pktdata, uint pktlen,
1751 extern int wl_process_host_event(dhd_pub_t *dhd_pub, int *idx, void *pktdata, uint pktlen,
1755 extern int dhd_wl_ioctl(dhd_pub_t *dhd_pub, int ifindex, wl_ioctl_t *ioc, void *buf, int len);
1756 extern int dhd_wl_ioctl_cmd(dhd_pub_t *dhd_pub, int cmd, void *arg, int len, uint8 set,
1758 extern int dhd_wl_ioctl_get_intiovar(dhd_pub_t *dhd_pub, char *name, uint *pval,
1760 extern int dhd_wl_ioctl_set_intiovar(dhd_pub_t *dhd_pub, char *name, uint val,
[all …]
H A Dwl_cfgvendor.c2488 dhd_pub_t *dhd_pub = cfg->pub; in wl_cfgvendor_dbg_start_logging() local
2515 ret = dhd_os_start_logging(dhd_pub, ring_name, log_level, flags, time_intval, threshold); in wl_cfgvendor_dbg_start_logging()
2528 dhd_pub_t *dhd_pub = cfg->pub; in wl_cfgvendor_dbg_reset_logging() local
2530 ret = dhd_os_reset_logging(dhd_pub); in wl_cfgvendor_dbg_reset_logging()
2727 dhd_pub_t *dhd_pub = cfg->pub; in wl_cfgvendor_dbg_get_ring_status() local
2731 ret = dhd_os_get_ring_status(dhd_pub, ring_id, &ring_status); in wl_cfgvendor_dbg_get_ring_status()
2768 dhd_pub_t *dhd_pub = cfg->pub; in wl_cfgvendor_dbg_get_ring_data() local
2783 ret = dhd_os_trigger_get_ring_data(dhd_pub, ring_name); in wl_cfgvendor_dbg_get_ring_data()
2797 dhd_pub_t *dhd_pub = cfg->pub; in wl_cfgvendor_dbg_get_feature() local
2799 ret = dhd_os_dbg_get_feature(dhd_pub, &supported_features); in wl_cfgvendor_dbg_get_feature()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_common.c691 dhd_fw_download_status(dhd_pub_t * dhd_pub) in dhd_fw_download_status() argument
693 return dhd_pub->fw_download_status; in dhd_fw_download_status()
1491 void* dhd_get_fwdump_buf(dhd_pub_t *dhd_pub, uint32 length) in dhd_get_fwdump_buf() argument
1493 if (!dhd_pub->soc_ram) { in dhd_get_fwdump_buf()
1495 dhd_pub->soc_ram = (uint8*)DHD_OS_PREALLOC(dhd_pub, in dhd_get_fwdump_buf()
1498 dhd_pub->soc_ram = (uint8*) MALLOC(dhd_pub->osh, length); in dhd_get_fwdump_buf()
1500 if ((dhd_pub->soc_ram == NULL) && CAN_SLEEP()) { in dhd_get_fwdump_buf()
1503 dhd_pub->soc_ram = (uint8*) VMALLOC(dhd_pub->osh, length); in dhd_get_fwdump_buf()
1508 if (dhd_pub->soc_ram == NULL) { in dhd_get_fwdump_buf()
1511 dhd_pub->soc_ram_length = 0; in dhd_get_fwdump_buf()
[all …]
H A Dwl_iapsta.h39 void wl_ext_iapsta_get_vif_macaddr(struct dhd_pub *dhd, int ifidx, u8 *mac_addr);
63 int wl_ext_any_sta_handshaking(struct dhd_pub *dhd);
65 void wl_iapsta_wait_event_complete(struct dhd_pub *dhd);
105 int wl_ext_get_wlfc_maxcount(struct dhd_pub *dhd, int ifidx);
H A Dwl_linux_mon.c58 int dhd_monitor_init(void *dhd_pub);
77 void *dhd_pub; member
127 ndev = dhd_idx2net(g_monitor.dhd_pub, i); in lookup_real_netdev()
383 int dhd_monitor_init(void *dhd_pub) in dhd_monitor_init() argument
386 g_monitor.dhd_pub = dhd_pub; in dhd_monitor_init()
H A Dwl_android_ext.h26 void wl_ext_wait_event_complete(struct dhd_pub *dhd, int ifidx);
50 chanspec_t wl_ext_chspec_driver_to_host(struct dhd_pub *dhd, chanspec_t chanspec);
51 chanspec_t wl_ext_chspec_host_to_driver(struct dhd_pub *dhd, chanspec_t chanspec);
61 void wl_ext_user_sync(struct dhd_pub *dhd, int ifidx, bool lock);
H A Dwl_iapsta.c641 struct dhd_pub *dhd = dhd_get_pub(dev); in wl_ext_set_emode()
746 struct dhd_pub *dhd = dhd_get_pub(dev); in wl_ext_get_chanspec()
797 struct dhd_pub *dhd = dhd_get_pub(dev); in wl_ext_chan_to_chanspec()
900 struct dhd_pub *dhd = dhd_get_pub(dev); in wl_ext_send_event_msg()
927 struct dhd_pub *dhd = dhd_get_pub(net); in wl_ext_iapsta_if_2g_enabled()
952 struct dhd_pub *dhd = dhd_get_pub(dev); in wl_ext_btc_config()
1131 struct dhd_pub *dhd; in wl_mesh_timer()
1220 struct dhd_pub *dhd = dhd_get_pub(mesh_if->dev); in wl_mesh_clear_mesh_info()
1412 struct dhd_pub *dhd = dhd_get_pub(cur_if->dev); in wl_mesh_event_handler()
1590 struct dhd_pub *dhd = dhd_get_pub(dev); in wl_ext_isam_peer_path()
[all …]
H A Dwl_escan.c378 struct dhd_pub *dhd = dhd_get_pub(dev); in wl_escan_notify_complete()
880 struct dhd_pub *dhdp = dhd_get_pub(dev); in wl_escan_set_scan()
1137 struct dhd_pub *dhdp = dhd_get_pub(dev); in wl_escan_merge_scan_list()
1174 struct dhd_pub *dhdp = dhd_get_pub(dev); in wl_escan_merge_cache_list()
1216 struct dhd_pub *dhdp = dhd_get_pub(dev); in wl_escan_get_scan()
1583 struct dhd_pub *dhdp = dhd_get_pub(dev); in wl_escan_down()
1600 struct dhd_pub *dhdp = dhd_get_pub(dev); in wl_escan_up()
1654 struct dhd_pub *dhdp = dhd_get_pub(dev); in wl_escan_event_dettach()
1673 struct dhd_pub *dhdp = dhd_get_pub(dev); in wl_escan_event_attach()
1696 struct dhd_pub *dhdp = dhd_get_pub(dev); in wl_escan_detach()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_common.c691 dhd_fw_download_status(dhd_pub_t * dhd_pub) in dhd_fw_download_status() argument
693 return dhd_pub->fw_download_status; in dhd_fw_download_status()
1491 void* dhd_get_fwdump_buf(dhd_pub_t *dhd_pub, uint32 length) in dhd_get_fwdump_buf() argument
1493 if (!dhd_pub->soc_ram) { in dhd_get_fwdump_buf()
1495 dhd_pub->soc_ram = (uint8*)DHD_OS_PREALLOC(dhd_pub, in dhd_get_fwdump_buf()
1498 dhd_pub->soc_ram = (uint8*) MALLOC(dhd_pub->osh, length); in dhd_get_fwdump_buf()
1500 if ((dhd_pub->soc_ram == NULL) && CAN_SLEEP()) { in dhd_get_fwdump_buf()
1503 dhd_pub->soc_ram = (uint8*) VMALLOC(dhd_pub->osh, length); in dhd_get_fwdump_buf()
1508 if (dhd_pub->soc_ram == NULL) { in dhd_get_fwdump_buf()
1511 dhd_pub->soc_ram_length = 0; in dhd_get_fwdump_buf()
[all …]
H A Dwl_linux_mon.c58 int dhd_monitor_init(void *dhd_pub);
77 void *dhd_pub; member
127 ndev = dhd_idx2net(g_monitor.dhd_pub, i); in lookup_real_netdev()
383 int dhd_monitor_init(void *dhd_pub) in dhd_monitor_init() argument
386 g_monitor.dhd_pub = dhd_pub; in dhd_monitor_init()
H A Dwl_iapsta.h37 void wl_ext_iapsta_get_vif_macaddr(struct dhd_pub *dhd, int ifidx, u8 *mac_addr);
59 void wl_iapsta_wait_event_complete(struct dhd_pub *dhd);
94 int wl_ext_get_wlfc_maxcount(struct dhd_pub *dhd, int ifidx);
H A Dwl_iapsta.c237 struct dhd_pub *dhd;
617 struct dhd_pub *dhd = apsta_params->dhd; in wl_ext_set_emode()
867 struct dhd_pub *dhd = dhd_get_pub(dev); in wl_ext_send_event_msg()
1044 struct dhd_pub *dhd; in wl_mesh_timer()
1468 struct dhd_pub *dhd = dhd_get_pub(dev); in wl_ext_isam_peer_path()
2062 struct dhd_pub *dhd = dhd_get_pub(net); in wl_ext_iapsta_other_if_enabled()
2106 wl_ext_get_wlfc_maxcount(struct dhd_pub *dhd, int ifidx) in wl_ext_get_wlfc_maxcount()
2131 wl_ext_update_wlfc_maxcount(struct dhd_pub *dhd) in wl_ext_update_wlfc_maxcount()
2304 struct dhd_pub *dhd = dhd_get_pub(dev); in wl_ext_iapsta_update_channel()
2377 struct dhd_pub *dhd = dhd_get_pub(net); in wl_ext_iapsta_update_iftype()
[all …]
H A Dwl_android_ext.h26 void wl_ext_wait_event_complete(struct dhd_pub *dhd, int ifidx);
60 void wl_ext_user_sync(struct dhd_pub *dhd, int ifidx, bool lock);
65 bool wl_extsae_chip(struct dhd_pub *dhd);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_common.c821 void* dhd_get_fwdump_buf(dhd_pub_t *dhd_pub, uint32 length) in dhd_get_fwdump_buf() argument
823 if (!dhd_pub->soc_ram) { in dhd_get_fwdump_buf()
825 dhd_pub->soc_ram = (uint8*)DHD_OS_PREALLOC(dhd_pub, in dhd_get_fwdump_buf()
828 dhd_pub->soc_ram = (uint8*) MALLOC(dhd_pub->osh, length); in dhd_get_fwdump_buf()
832 if (dhd_pub->soc_ram == NULL) { in dhd_get_fwdump_buf()
835 dhd_pub->soc_ram_length = 0; in dhd_get_fwdump_buf()
837 memset(dhd_pub->soc_ram, 0, length); in dhd_get_fwdump_buf()
838 dhd_pub->soc_ram_length = length; in dhd_get_fwdump_buf()
842 return dhd_pub->soc_ram; in dhd_get_fwdump_buf()
958 dhd_wl_ioctl_cmd(dhd_pub_t *dhd_pub, int cmd, void *arg, int len, uint8 set, int ifidx) in dhd_wl_ioctl_cmd() argument
[all …]
H A Dwl_linux_mon.c58 int dhd_monitor_init(void *dhd_pub);
77 void *dhd_pub; member
126 ndev = dhd_idx2net(g_monitor.dhd_pub, i); in lookup_real_netdev()
379 int dhd_monitor_init(void *dhd_pub) in dhd_monitor_init() argument
382 g_monitor.dhd_pub = dhd_pub; in dhd_monitor_init()
H A Ddhd.h776 void *dhd_pub; member
911 void *dhd_pub; member
939 typedef struct dhd_pub { struct
1518 dhd_pub_t *dhd_pub; member
2202 extern int dhd_dev_start_mkeep_alive(dhd_pub_t *dhd_pub, uint8 mkeep_alive_id, uint8 *ip_pkt,
2204 extern int dhd_dev_stop_mkeep_alive(dhd_pub_t *dhd_pub, uint8 mkeep_alive_id);
2237 extern int wl_host_event(dhd_pub_t *dhd_pub, int *idx, void *pktdata, uint pktlen,
2239 extern int wl_process_host_event(dhd_pub_t *dhd_pub, int *idx, void *pktdata, uint pktlen,
2243 extern int dhd_wl_ioctl(dhd_pub_t *dhd_pub, int ifindex, wl_ioctl_t *ioc, void *buf, int len);
2244 extern int dhd_wl_ioctl_cmd(dhd_pub_t *dhd_pub, int cmd, void *arg, int len, uint8 set,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_common.c821 void* dhd_get_fwdump_buf(dhd_pub_t *dhd_pub, uint32 length) in dhd_get_fwdump_buf() argument
823 if (!dhd_pub->soc_ram) { in dhd_get_fwdump_buf()
825 dhd_pub->soc_ram = (uint8*)DHD_OS_PREALLOC(dhd_pub, in dhd_get_fwdump_buf()
828 dhd_pub->soc_ram = (uint8*) MALLOC(dhd_pub->osh, length); in dhd_get_fwdump_buf()
832 if (dhd_pub->soc_ram == NULL) { in dhd_get_fwdump_buf()
835 dhd_pub->soc_ram_length = 0; in dhd_get_fwdump_buf()
837 memset(dhd_pub->soc_ram, 0, length); in dhd_get_fwdump_buf()
838 dhd_pub->soc_ram_length = length; in dhd_get_fwdump_buf()
842 return dhd_pub->soc_ram; in dhd_get_fwdump_buf()
958 dhd_wl_ioctl_cmd(dhd_pub_t *dhd_pub, int cmd, void *arg, int len, uint8 set, int ifidx) in dhd_wl_ioctl_cmd() argument
[all …]
H A Dwl_linux_mon.c58 int dhd_monitor_init(void *dhd_pub);
77 void *dhd_pub; member
126 ndev = dhd_idx2net(g_monitor.dhd_pub, i); in lookup_real_netdev()
379 int dhd_monitor_init(void *dhd_pub) in dhd_monitor_init() argument
382 g_monitor.dhd_pub = dhd_pub; in dhd_monitor_init()
H A Ddhd.h776 void *dhd_pub; member
911 void *dhd_pub; member
939 typedef struct dhd_pub { struct
1518 dhd_pub_t *dhd_pub; member
2202 extern int dhd_dev_start_mkeep_alive(dhd_pub_t *dhd_pub, uint8 mkeep_alive_id, uint8 *ip_pkt,
2204 extern int dhd_dev_stop_mkeep_alive(dhd_pub_t *dhd_pub, uint8 mkeep_alive_id);
2237 extern int wl_host_event(dhd_pub_t *dhd_pub, int *idx, void *pktdata, uint pktlen,
2239 extern int wl_process_host_event(dhd_pub_t *dhd_pub, int *idx, void *pktdata, uint pktlen,
2243 extern int dhd_wl_ioctl(dhd_pub_t *dhd_pub, int ifindex, wl_ioctl_t *ioc, void *buf, int len);
2244 extern int dhd_wl_ioctl_cmd(dhd_pub_t *dhd_pub, int cmd, void *arg, int len, uint8 set,
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_common.c820 void* dhd_get_fwdump_buf(dhd_pub_t *dhd_pub, uint32 length) in dhd_get_fwdump_buf() argument
822 if (!dhd_pub->soc_ram) { in dhd_get_fwdump_buf()
824 dhd_pub->soc_ram = (uint8*)DHD_OS_PREALLOC(dhd_pub, in dhd_get_fwdump_buf()
827 dhd_pub->soc_ram = (uint8*) MALLOC(dhd_pub->osh, length); in dhd_get_fwdump_buf()
831 if (dhd_pub->soc_ram == NULL) { in dhd_get_fwdump_buf()
834 dhd_pub->soc_ram_length = 0; in dhd_get_fwdump_buf()
836 memset(dhd_pub->soc_ram, 0, length); in dhd_get_fwdump_buf()
837 dhd_pub->soc_ram_length = length; in dhd_get_fwdump_buf()
841 return dhd_pub->soc_ram; in dhd_get_fwdump_buf()
957 dhd_wl_ioctl_cmd(dhd_pub_t *dhd_pub, int cmd, void *arg, int len, uint8 set, int ifidx) in dhd_wl_ioctl_cmd() argument
[all …]
H A Dwl_linux_mon.c58 int dhd_monitor_init(void *dhd_pub);
77 void *dhd_pub; member
126 ndev = dhd_idx2net(g_monitor.dhd_pub, i); in lookup_real_netdev()
379 int dhd_monitor_init(void *dhd_pub) in dhd_monitor_init() argument
382 g_monitor.dhd_pub = dhd_pub; in dhd_monitor_init()
H A Ddhd.h776 void *dhd_pub; member
913 void *dhd_pub; member
941 typedef struct dhd_pub { struct
1520 dhd_pub_t *dhd_pub; member
2204 extern int dhd_dev_start_mkeep_alive(dhd_pub_t *dhd_pub, uint8 mkeep_alive_id, uint8 *ip_pkt,
2206 extern int dhd_dev_stop_mkeep_alive(dhd_pub_t *dhd_pub, uint8 mkeep_alive_id);
2239 extern int wl_host_event(dhd_pub_t *dhd_pub, int *idx, void *pktdata, uint pktlen,
2241 extern int wl_process_host_event(dhd_pub_t *dhd_pub, int *idx, void *pktdata, uint pktlen,
2245 extern int dhd_wl_ioctl(dhd_pub_t *dhd_pub, int ifindex, wl_ioctl_t *ioc, void *buf, int len);
2246 extern int dhd_wl_ioctl_cmd(dhd_pub_t *dhd_pub, int cmd, void *arg, int len, uint8 set,
[all …]

1234