/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
D | dbus.c | 80 dbus_pub_t pub; /* MUST BE FIRST */ member 461 dbus_flowctrl_rx(dbus_pub_t *pub, bool on) in dbus_flowctrl_rx() 497 dbus_send_irb(dbus_pub_t *pub, uint8 *buf, int len, void *pkt, void *info) in dbus_send_irb() 1430 dbus_attach(osl_t *osh, int rxsize, int nrxq, int ntxq, dhd_pub_t *pub, in dbus_attach() 1522 dbus_detach(dhd_bus_t *pub) in dbus_detach() 1568 int dbus_dlneeded(dhd_bus_t *pub) in dbus_dlneeded() 1592 int dbus_download_firmware(dhd_bus_t *pub, char *pfw_path, char *pnv_path) in dbus_download_firmware() 1625 dbus_up(struct dhd_bus *pub) in dbus_up() 1655 dbus_down(dbus_pub_t *pub) in dbus_down() 1676 dbus_shutdown(dbus_pub_t *pub) in dbus_shutdown() [all …]
|
D | dhd_common.c | 5085 void init_dhd_timeouts(dhd_pub_t *pub) in init_dhd_timeouts() 5110 deinit_dhd_timeouts(dhd_pub_t *pub) in deinit_dhd_timeouts() 5149 dhd_pub_t *pub = (dhd_pub_t *)ctx; in dhd_cmd_timeout() local 5182 dhd_start_cmd_timer(dhd_pub_t *pub) in dhd_start_cmd_timer() 5223 dhd_stop_cmd_timer(dhd_pub_t *pub) in dhd_stop_cmd_timer() 5252 __dhd_stop_join_timer(dhd_pub_t *pub) in __dhd_stop_join_timer() 5276 dhd_pub_t *pub = (dhd_pub_t *)ctx; in dhd_join_timeout() local 5309 dhd_start_join_timer(dhd_pub_t *pub) in dhd_start_join_timer() 5348 dhd_stop_join_timer(dhd_pub_t *pub) in dhd_stop_join_timer() 5362 dhd_pub_t *pub = (dhd_pub_t *)ctx; in dhd_scan_timeout() local [all …]
|
D | dhd_linux.c | 607 dhd_pub_t pub; member 2429 dhd_find_sta(void *pub, int ifidx, void *ea) in dhd_find_sta() 2463 dhd_add_sta(void *pub, int ifidx, void *ea) in dhd_add_sta() 2509 dhd_del_all_sta(void *pub, int ifidx) in dhd_del_all_sta() 2553 dhd_del_sta(void *pub, int ifidx, void *ea) in dhd_del_sta() 2600 dhd_findadd_sta(void *pub, int ifidx, void *ea) in dhd_findadd_sta() 2664 dhd_sta_t *dhd_findadd_sta(void *pub, int ifidx, void *ea) { return NULL; } in dhd_findadd_sta() 2665 dhd_sta_t *dhd_find_sta(void *pub, int ifidx, void *ea) { return NULL; } in dhd_find_sta() 2666 void dhd_del_sta(void *pub, int ifidx, void *ea) {} in dhd_del_sta() 3864 struct net_device * dhd_idx2net(void *pub, int ifidx) in dhd_idx2net() [all …]
|
D | dhd_flowring.h | 81 #define DHD_IF_ROLE(pub, idx) (((if_flow_lkup_t *)(pub)->if_flow_lkup)[idx].role) argument 82 #define DHD_IF_ROLE_AP(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_AP) argument 83 #define DHD_IF_ROLE_STA(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_STA) argument 84 #define DHD_IF_ROLE_P2PGO(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_P2P_GO) argument 85 #define DHD_IF_ROLE_WDS(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_WDS) argument
|
D | dhd.h | 1240 #define DHD_OS_WAKE_LOCK(pub) \ argument 1245 #define DHD_OS_WAKE_UNLOCK(pub) \ argument 1250 #define DHD_EVENT_WAKE_LOCK(pub) \ argument 1255 #define DHD_EVENT_WAKE_UNLOCK(pub) \ argument 1260 #define DHD_PM_WAKE_LOCK_TIMEOUT(pub, val) \ argument 1265 #define DHD_PM_WAKE_UNLOCK(pub) \ argument 1270 #define DHD_TXFL_WAKE_LOCK_TIMEOUT(pub, val) \ argument 1275 #define DHD_TXFL_WAKE_UNLOCK(pub) \ argument 1280 #define DHD_OS_WAKE_LOCK_TIMEOUT(pub) \ argument 1285 #define DHD_OS_WAKE_LOCK_RX_TIMEOUT_ENABLE(pub, val) \ argument [all …]
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
D | dbus.c | 81 dbus_pub_t pub; /* MUST BE FIRST */ member 463 dbus_flowctrl_rx(dbus_pub_t *pub, bool on) in dbus_flowctrl_rx() 499 dbus_send_irb(dbus_pub_t *pub, uint8 *buf, int len, void *pkt, void *info) in dbus_send_irb() 1432 dbus_attach(osl_t *osh, int rxsize, int nrxq, int ntxq, dhd_pub_t *pub, in dbus_attach() 1524 dbus_detach(dhd_bus_t *pub) in dbus_detach() 1569 int dbus_dlneeded(dhd_bus_t *pub) in dbus_dlneeded() 1593 int dbus_download_firmware(dhd_bus_t *pub, char *pfw_path, char *pnv_path) in dbus_download_firmware() 1626 dbus_up(struct dhd_bus *pub) in dbus_up() 1656 dbus_down(dbus_pub_t *pub) in dbus_down() 1677 dbus_shutdown(dbus_pub_t *pub) in dbus_shutdown() [all …]
|
D | dhd_flowring.h | 66 #define DHD_IS_FLOWID_HTPUT(pub, flowid) \ argument 118 #define DHD_IF_ROLE(pub, idx) (((if_flow_lkup_t *)(pub)->if_flow_lkup)[idx].role) argument 119 #define DHD_IF_ROLE_AP(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_AP) argument 120 #define DHD_IF_ROLE_STA(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_STA) argument 121 #define DHD_IF_ROLE_P2PGC(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_P2P_CLIENT) argument 122 #define DHD_IF_ROLE_P2PGO(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_P2P_GO) argument 123 #define DHD_IF_ROLE_WDS(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_WDS) argument 124 #define DHD_IF_ROLE_IBSS(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_IBSS) argument 125 #define DHD_IF_ROLE_NAN(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_NAN) argument 127 #define DHD_IF_ROLE_GENERIC_STA(pub, idx) \ argument [all …]
|
D | dhd.h | 1954 static INLINE int dhd_wifi_platform_set_power(dhd_pub_t *pub, bool on) { return 0; } in dhd_wifi_platform_set_power() 2172 #define DHD_OS_WAKE_LOCK(pub) \ argument 2178 #define DHD_OS_WAKE_UNLOCK(pub) \ argument 2184 #define DHD_EVENT_WAKE_LOCK(pub) \ argument 2190 #define DHD_EVENT_WAKE_UNLOCK(pub) \ argument 2196 #define DHD_PM_WAKE_LOCK_TIMEOUT(pub, val) \ argument 2201 #define DHD_PM_WAKE_UNLOCK(pub) \ argument 2206 #define DHD_TXFL_WAKE_LOCK_TIMEOUT(pub, val) \ argument 2211 #define DHD_TXFL_WAKE_UNLOCK(pub) \ argument 2216 #define DHD_NAN_WAKE_LOCK_TIMEOUT(pub, val) \ argument [all …]
|
D | dhd_linux.c | 1593 dhd_find_sta(void *pub, int ifidx, void *ea) in dhd_find_sta() 1623 dhd_add_sta(void *pub, int ifidx, void *ea) in dhd_add_sta() 1669 dhd_del_all_sta(void *pub, int ifidx) in dhd_del_all_sta() 1702 dhd_del_sta(void *pub, int ifidx, void *ea) in dhd_del_sta() 1738 dhd_findadd_sta(void *pub, int ifidx, void *ea) in dhd_findadd_sta() 1799 dhd_sta_t *dhd_findadd_sta(void *pub, int ifidx, void *ea) { return NULL; } in dhd_findadd_sta() 1800 dhd_sta_t *dhd_find_sta(void *pub, int ifidx, void *ea) { return NULL; } in dhd_find_sta() 1801 void dhd_del_sta(void *pub, int ifidx, void *ea) {} in dhd_del_sta() 2791 struct net_device * dhd_idx2net(void *pub, int ifidx) in dhd_idx2net() 3691 dhd_os_wlfc_block(dhd_pub_t *pub) in dhd_os_wlfc_block() [all …]
|
D | dhd_common.c | 8391 init_dhd_timeouts(dhd_pub_t *pub) in init_dhd_timeouts() 8417 deinit_dhd_timeouts(dhd_pub_t *pub) in deinit_dhd_timeouts() 8455 dhd_pub_t *pub = (dhd_pub_t *)ctx; in dhd_cmd_timeout() local 8488 dhd_start_cmd_timer(dhd_pub_t *pub) in dhd_start_cmd_timer() 8529 dhd_stop_cmd_timer(dhd_pub_t *pub) in dhd_stop_cmd_timer() 8564 __dhd_stop_join_timer(dhd_pub_t *pub) in __dhd_stop_join_timer() 8592 dhd_pub_t *pub = (dhd_pub_t *)ctx; in dhd_join_timeout() local 8621 dhd_start_join_timer(dhd_pub_t *pub) in dhd_start_join_timer() 8662 dhd_stop_join_timer(dhd_pub_t *pub) in dhd_stop_join_timer() 8680 dhd_set_join_error(dhd_pub_t *pub, uint32 mask) in dhd_set_join_error() [all …]
|
D | dbus_usb.c | 60 dbus_pub_t *pub; member 235 dbus_usb_attach(dbus_pub_t *pub, void *cbarg, dbus_intf_callbacks_t *cbs) in dbus_usb_attach() 278 dbus_usb_detach(dbus_pub_t *pub, void *info) in dbus_usb_detach()
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
D | dbus.c | 78 dbus_pub_t pub; /* MUST BE FIRST */ member 471 void dbus_flowctrl_rx(dbus_pub_t *pub, bool on) in dbus_flowctrl_rx() 508 static int dbus_send_irb(dbus_pub_t *pub, uint8 *buf, int len, void *pkt, in dbus_send_irb() 1484 dhd_pub_t *pub, dbus_callbacks_t *cbs, in dbus_attach() 1582 void dbus_detach(dhd_bus_t *pub) in dbus_detach() 1628 int dbus_dlneeded(dhd_bus_t *pub) in dbus_dlneeded() 1652 int dbus_download_firmware(dhd_bus_t *pub, char *pfw_path, char *pnv_path) in dbus_download_firmware() 1684 int dbus_up(struct dhd_bus *pub) in dbus_up() 1712 int dbus_down(dbus_pub_t *pub) in dbus_down() 1734 int dbus_shutdown(dbus_pub_t *pub) in dbus_shutdown() [all …]
|
D | dhd_flowring.h | 79 #define DHD_IF_ROLE(pub, idx) \ argument 81 #define DHD_IF_ROLE_AP(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_AP) argument 82 #define DHD_IF_ROLE_STA(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_STA) argument 83 #define DHD_IF_ROLE_P2PGC(pub, idx) \ argument 85 #define DHD_IF_ROLE_P2PGO(pub, idx) \ argument 87 #define DHD_IF_ROLE_WDS(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_WDS) argument 88 #define DHD_IF_ROLE_IBSS(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_IBSS) argument 90 #define DHD_IF_ROLE_NAN(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_NAN) argument 92 #define DHD_IF_ROLE_NAN(pub, idx) (FALSE) argument 94 #define DHD_IF_ROLE_AWDL(pub, idx) (FALSE) argument [all …]
|
D | dhd_linux.c | 1373 dhd_sta_t *dhd_find_sta(void *pub, int ifidx, void *ea) in dhd_find_sta() 1408 dhd_sta_t *dhd_add_sta(void *pub, int ifidx, void *ea) in dhd_add_sta() 1452 void dhd_del_all_sta(void *pub, int ifidx) in dhd_del_all_sta() 1490 void dhd_del_sta(void *pub, int ifidx, void *ea) in dhd_del_sta() 1532 dhd_sta_t *dhd_findadd_sta(void *pub, int ifidx, void *ea) in dhd_findadd_sta() 1606 dhd_sta_t *dhd_findadd_sta(void *pub, int ifidx, void *ea) in dhd_findadd_sta() 1610 dhd_sta_t *dhd_find_sta(void *pub, int ifidx, void *ea) in dhd_find_sta() 1614 void dhd_del_sta(void *pub, int ifidx, void *ea) in dhd_del_sta() 2531 struct net_device *dhd_idx2net(void *pub, int ifidx) in dhd_idx2net() 3347 int dhd_os_wlfc_block(dhd_pub_t *pub) in dhd_os_wlfc_block() [all …]
|
D | dhd.h | 1622 #define DHD_OS_WAKE_LOCK(pub) \ argument 1627 #define DHD_OS_WAKE_UNLOCK(pub) \ argument 1632 #define DHD_EVENT_WAKE_LOCK(pub) \ argument 1637 #define DHD_EVENT_WAKE_UNLOCK(pub) \ argument 1642 #define DHD_PM_WAKE_LOCK_TIMEOUT(pub, val) \ argument 1647 #define DHD_PM_WAKE_UNLOCK(pub) \ argument 1652 #define DHD_TXFL_WAKE_LOCK_TIMEOUT(pub, val) \ argument 1657 #define DHD_TXFL_WAKE_UNLOCK(pub) \ argument 1662 #define DHD_OS_WAKE_LOCK_TIMEOUT(pub) \ argument 1667 #define DHD_OS_WAKE_LOCK_RX_TIMEOUT_ENABLE(pub, val) \ argument [all …]
|
D | dbus_usb.c | 57 dbus_pub_t *pub; member 232 void *dbus_usb_attach(dbus_pub_t *pub, void *cbarg, dbus_intf_callbacks_t *cbs) in dbus_usb_attach() 276 void dbus_usb_detach(dbus_pub_t *pub, void *info) in dbus_usb_detach()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
D | dbus.c | 81 dbus_pub_t pub; /* MUST BE FIRST */ member 463 dbus_flowctrl_rx(dbus_pub_t *pub, bool on) in dbus_flowctrl_rx() 499 dbus_send_irb(dbus_pub_t *pub, uint8 *buf, int len, void *pkt, void *info) in dbus_send_irb() 1432 dbus_attach(osl_t *osh, int rxsize, int nrxq, int ntxq, dhd_pub_t *pub, in dbus_attach() 1524 dbus_detach(dhd_bus_t *pub) in dbus_detach() 1569 int dbus_dlneeded(dhd_bus_t *pub) in dbus_dlneeded() 1593 int dbus_download_firmware(dhd_bus_t *pub, char *pfw_path, char *pnv_path) in dbus_download_firmware() 1626 dbus_up(struct dhd_bus *pub) in dbus_up() 1656 dbus_down(dbus_pub_t *pub) in dbus_down() 1677 dbus_shutdown(dbus_pub_t *pub) in dbus_shutdown() [all …]
|
D | dhd_flowring.h | 78 #define DHD_IF_ROLE(pub, idx) (((if_flow_lkup_t *)(pub)->if_flow_lkup)[idx].role) argument 79 #define DHD_IF_ROLE_AP(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_AP) argument 80 #define DHD_IF_ROLE_STA(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_STA) argument 81 #define DHD_IF_ROLE_P2PGC(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_P2P_CLIENT) argument 82 #define DHD_IF_ROLE_P2PGO(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_P2P_GO) argument 83 #define DHD_IF_ROLE_WDS(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_WDS) argument 84 #define DHD_IF_ROLE_IBSS(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_IBSS) argument 86 #define DHD_IF_ROLE_NAN(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_NAN) argument 88 #define DHD_IF_ROLE_NAN(pub, idx) (FALSE) argument 90 #define DHD_IF_ROLE_AWDL(pub, idx) (FALSE) argument [all …]
|
D | dhd_linux.c | 1326 dhd_find_sta(void *pub, int ifidx, void *ea) in dhd_find_sta() 1360 dhd_add_sta(void *pub, int ifidx, void *ea) in dhd_add_sta() 1403 dhd_del_all_sta(void *pub, int ifidx) in dhd_del_all_sta() 1441 dhd_del_sta(void *pub, int ifidx, void *ea) in dhd_del_sta() 1481 dhd_findadd_sta(void *pub, int ifidx, void *ea) in dhd_findadd_sta() 1543 dhd_sta_t *dhd_findadd_sta(void *pub, int ifidx, void *ea) { return NULL; } in dhd_findadd_sta() 1544 dhd_sta_t *dhd_find_sta(void *pub, int ifidx, void *ea) { return NULL; } in dhd_find_sta() 1545 void dhd_del_sta(void *pub, int ifidx, void *ea) {} in dhd_del_sta() 2452 struct net_device * dhd_idx2net(void *pub, int ifidx) in dhd_idx2net() 3230 dhd_os_wlfc_block(dhd_pub_t *pub) in dhd_os_wlfc_block() [all …]
|
D | dhd.h | 1609 #define DHD_OS_WAKE_LOCK(pub) \ argument 1615 #define DHD_OS_WAKE_UNLOCK(pub) \ argument 1621 #define DHD_EVENT_WAKE_LOCK(pub) \ argument 1627 #define DHD_EVENT_WAKE_UNLOCK(pub) \ argument 1633 #define DHD_PM_WAKE_LOCK_TIMEOUT(pub, val) \ argument 1638 #define DHD_PM_WAKE_UNLOCK(pub) \ argument 1643 #define DHD_TXFL_WAKE_LOCK_TIMEOUT(pub, val) \ argument 1648 #define DHD_TXFL_WAKE_UNLOCK(pub) \ argument 1653 #define DHD_OS_WAKE_LOCK_TIMEOUT(pub) \ argument 1659 #define DHD_OS_WAKE_LOCK_RX_TIMEOUT_ENABLE(pub, val) \ argument [all …]
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/include/mesh/ |
D | model_srv.h | 24 #define BT_MESH_MODEL_GEN_ONOFF_SRV(srv, pub) \ argument 38 #define BT_MESH_MODEL_GEN_LEVEL_SRV(srv, pub) \ argument 52 #define BT_MESH_MODEL_LIGHT_LIGHTNESS_SRV(srv, pub) \ argument
|
D | model_cli.h | 25 #define BT_MESH_MODEL_GEN_ONOFF_CLI(cli_data, pub) \ argument 32 #define BT_MESH_MODEL_GEN_LEVEL_CLI(cli_data, pub) \ argument
|
D | health_srv.h | 88 #define BT_MESH_MODEL_HEALTH_SRV(srv, pub) \ argument
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/ |
D | access.c | 96 struct bt_mesh_model_pub *pub = mod->pub; in next_period() local 136 struct bt_mesh_model_pub *pub = mod->pub; in publish_start() local 157 struct bt_mesh_model_pub *pub = mod->pub; in publish_retransmit() local 190 struct bt_mesh_model_pub *pub = ble_npl_event_get_arg(work); in mod_publish() local 676 struct bt_mesh_model_pub *pub = model->pub; in bt_mesh_model_publish() local
|
D | cfg_cli.c | 263 struct bt_mesh_cfg_mod_pub *pub; member 420 struct bt_mesh_cfg_hb_pub *pub; member 1122 struct bt_mesh_cfg_mod_pub *pub, u8_t *status) in mod_pub_get() 1171 u16_t mod_id, struct bt_mesh_cfg_mod_pub *pub, in bt_mesh_cfg_mod_pub_get() 1180 struct bt_mesh_cfg_mod_pub *pub, u8_t *status) in bt_mesh_cfg_mod_pub_get_vnd() 1191 struct bt_mesh_cfg_mod_pub *pub, u8_t *status) in mod_pub_set() 1245 u16_t mod_id, struct bt_mesh_cfg_mod_pub *pub, in bt_mesh_cfg_mod_pub_set() 1254 struct bt_mesh_cfg_mod_pub *pub, u8_t *status) in bt_mesh_cfg_mod_pub_set_vnd() 1345 const struct bt_mesh_cfg_hb_pub *pub, u8_t *status) in bt_mesh_cfg_hb_pub_set() 1389 struct bt_mesh_cfg_hb_pub *pub, u8_t *status) in bt_mesh_cfg_hb_pub_get()
|