Home
last modified time | relevance | path

Searched defs:cfgdev (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfg80211.h1421 #define cfgdev_to_wlc_ndev(cfgdev, cfg) wdev_to_wlc_ndev(cfgdev, cfg) argument
1422 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_wdev(cfg) argument
1424 #define cfgdev_to_wlc_ndev(cfgdev, cfg) ndev_to_wlc_ndev(cfgdev, cfg) argument
1425 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_ndev(cfg) argument
1427 #define cfgdev_to_wlc_ndev(cfgdev, cfg) (cfgdev) argument
1428 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) (cfgdev) argument
1432 #define cfgdev_to_wdev(cfgdev) (cfgdev) argument
1434 #define cfgdev_to_ndev(cfgdev) (cfgdev ? (cfgdev->netdev) : NULL) argument
1435 #define wdev_to_cfgdev(cfgdev) (cfgdev) argument
1436 #define discover_cfgdev(cfgdev, cfg) (cfgdev->iftype == NL80211_IFTYPE_P2P_DEVICE) argument
[all …]
H A Dwl_cfg80211.c2100 wl_cfg80211_del_virtual_iface(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev) in wl_cfg80211_del_virtual_iface()
3723 bcm_cfg80211_del_ibss_if(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev) in bcm_cfg80211_del_ibss_if()
4443 wl_cfg80211_del_iface(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev) in wl_cfg80211_del_iface()
7535 wl_cfg80211_remain_on_channel(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, in wl_cfg80211_remain_on_channel()
7682 bcm_struct_cfgdev *cfgdev, u64 cookie) in wl_cfg80211_cancel_remain_on_channel()
7994 bcm_struct_cfgdev *cfgdev, wl_af_params_t *af_params, in wl_cfg80211_send_action_frame()
8295 wl_cfg80211_mgmt_tx(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, in wl_cfg80211_mgmt_tx()
8530 wl_cfg80211_mgmt_frame_register(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, in wl_cfg80211_mgmt_frame_register()
12320 bcm_struct_cfgdev *cfgdev = ndev_to_cfgdev(ndev); in wl_notify_connect_status_ap_auth() local
12691 bcm_struct_cfgdev *cfgdev, const wl_event_msg_t *e, void *data) in wl_notify_start_auth()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgscan.c102 #define CFG80211_READY_ON_CHANNEL(cfgdev, cookie, channel, channel_type, duration, flags) \ argument
105 #define CFG80211_READY_ON_CHANNEL(cfgdev, cookie, channel, channel_type, duration, flags) \ argument
781 wl_bcnrecv_result_handler(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_bcnrecv_result_handler()
912 wl_escan_handler(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_escan_handler()
3107 int wl_cfg80211_scan_stop(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev) in wl_cfg80211_scan_stop()
3333 wl_notify_scan_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_scan_status()
4875 wl_notify_pfn_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_pfn_status()
4924 wl_notify_gscan_event(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_gscan_event()
5286 wl_cfgscan_remain_on_channel(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, in wl_cfgscan_remain_on_channel()
5438 bcm_struct_cfgdev *cfgdev, u64 cookie) in wl_cfgscan_cancel_remain_on_channel()
H A Dwl_cfg80211.c3065 bcm_cfg80211_del_ibss_if(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev) in bcm_cfg80211_del_ibss_if()
3931 bcm_struct_cfgdev *cfgdev; in wl_cfg80211_deinit_p2p_discovery() local
8981 bcm_struct_cfgdev *cfgdev, wl_af_params_t *af_params, in wl_cfg80211_send_action_frame()
9332 wl_cfg80211_mgmt_tx(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, in wl_cfg80211_mgmt_tx()
9561 wl_cfg80211_mgmt_frame_register(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, in wl_cfg80211_mgmt_frame_register()
12801 wl_notify_connect_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_connect_status()
12858 wl_notify_aibss_txfail(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_aibss_txfail()
12894 wl_notify_rmc_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_rmc_status()
12920 wl_handle_roam_exp_event(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_handle_roam_exp_event()
12951 static s32 wl_handle_rssi_monitor_event(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_handle_rssi_monitor_event()
[all …]
H A Dwl_cfg80211.h2573 #define cfgdev_to_wlc_ndev(cfgdev, cfg) wdev_to_wlc_ndev(cfgdev, cfg) argument
2574 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_wdev(cfg) argument
2576 #define cfgdev_to_wlc_ndev(cfgdev, cfg) ndev_to_wlc_ndev(cfgdev, cfg) argument
2577 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_ndev(cfg) argument
2579 #define cfgdev_to_wlc_ndev(cfgdev, cfg) (cfgdev) argument
2580 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) (cfgdev) argument
2584 #define cfgdev_to_wdev(cfgdev) (cfgdev) argument
2586 #define cfgdev_to_ndev(cfgdev) (cfgdev ? (cfgdev->netdev) : NULL) argument
2587 #define wdev_to_cfgdev(cfgdev) (cfgdev) argument
2588 #define discover_cfgdev(cfgdev, cfg) (cfgdev->iftype == NL80211_IFTYPE_P2P_DEVICE) argument
[all …]
H A Dwl_cfgp2p.c814 bcm_struct_cfgdev *cfgdev; in wl_cfgp2p_enable_discovery() local
1392 wl_cfgp2p_listen_complete(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_cfgp2p_listen_complete()
1658 wl_cfgp2p_action_tx_complete(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_cfgp2p_action_tx_complete()
H A Dwl_bam.c628 wl_adps_event_handler(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_adps_event_handler()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgscan.c102 #define CFG80211_READY_ON_CHANNEL(cfgdev, cookie, channel, channel_type, duration, flags) \ argument
105 #define CFG80211_READY_ON_CHANNEL(cfgdev, cookie, channel, channel_type, duration, flags) \ argument
777 wl_bcnrecv_result_handler(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_bcnrecv_result_handler()
908 wl_escan_handler(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_escan_handler()
3101 int wl_cfg80211_scan_stop(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev) in wl_cfg80211_scan_stop()
3327 wl_notify_scan_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_scan_status()
4785 wl_notify_pfn_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_pfn_status()
4834 wl_notify_gscan_event(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_gscan_event()
5196 wl_cfgscan_remain_on_channel(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, in wl_cfgscan_remain_on_channel()
5348 bcm_struct_cfgdev *cfgdev, u64 cookie) in wl_cfgscan_cancel_remain_on_channel()
H A Dwl_cfg80211.c3079 bcm_cfg80211_del_ibss_if(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev) in bcm_cfg80211_del_ibss_if()
3945 bcm_struct_cfgdev *cfgdev; in wl_cfg80211_deinit_p2p_discovery() local
9029 bcm_struct_cfgdev *cfgdev, wl_af_params_t *af_params, in wl_cfg80211_send_action_frame()
9380 wl_cfg80211_mgmt_tx(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, in wl_cfg80211_mgmt_tx()
9609 wl_cfg80211_mgmt_frame_register(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, in wl_cfg80211_mgmt_frame_register()
12903 wl_notify_connect_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_connect_status()
12960 wl_notify_aibss_txfail(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_aibss_txfail()
12996 wl_notify_rmc_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_rmc_status()
13022 wl_handle_roam_exp_event(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_handle_roam_exp_event()
13053 static s32 wl_handle_rssi_monitor_event(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_handle_rssi_monitor_event()
[all …]
H A Dwl_cfg80211.h2576 #define cfgdev_to_wlc_ndev(cfgdev, cfg) wdev_to_wlc_ndev(cfgdev, cfg) argument
2577 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_wdev(cfg) argument
2579 #define cfgdev_to_wlc_ndev(cfgdev, cfg) ndev_to_wlc_ndev(cfgdev, cfg) argument
2580 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_ndev(cfg) argument
2582 #define cfgdev_to_wlc_ndev(cfgdev, cfg) (cfgdev) argument
2583 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) (cfgdev) argument
2587 #define cfgdev_to_wdev(cfgdev) (cfgdev) argument
2589 #define cfgdev_to_ndev(cfgdev) (cfgdev ? (cfgdev->netdev) : NULL) argument
2590 #define wdev_to_cfgdev(cfgdev) (cfgdev) argument
2591 #define discover_cfgdev(cfgdev, cfg) (cfgdev->iftype == NL80211_IFTYPE_P2P_DEVICE) argument
[all …]
H A Dwl_cfgp2p.c822 bcm_struct_cfgdev *cfgdev; in wl_cfgp2p_enable_discovery() local
1405 wl_cfgp2p_listen_complete(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_cfgp2p_listen_complete()
1671 wl_cfgp2p_action_tx_complete(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_cfgp2p_action_tx_complete()
H A Dwl_bam.c628 wl_adps_event_handler(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_adps_event_handler()
H A Dwl_cfgvif.c1060 wl_cfg80211_del_virtual_iface(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev) in wl_cfg80211_del_virtual_iface()
4706 wl_tdls_event_handler(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_tdls_event_handler()
5056 wl_cfg80211_set_mac_acl(struct wiphy *wiphy, struct net_device *cfgdev, in wl_cfg80211_set_mac_acl()
5297 wl_ap_start_ind(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_ap_start_ind()
5327 wl_csa_complete_ind(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_csa_complete_ind()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfgscan.c244 wl_bcnrecv_result_handler(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_bcnrecv_result_handler()
377 wl_escan_handler(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_escan_handler()
2382 int wl_cfg80211_scan_stop(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev) in wl_cfg80211_scan_stop()
2607 wl_notify_scan_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_scan_status()
3798 wl_notify_pfn_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_pfn_status()
3845 wl_notify_gscan_event(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_gscan_event()
H A Dwl_cfg80211.c3605 wl_cfg80211_del_virtual_iface(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev)
4266 bcm_cfg80211_del_ibss_if(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev)
5040 bcm_struct_cfgdev *cfgdev; local
6714 bcm_struct_cfgdev *cfgdev, const wl_event_msg_t *e, void *data)
6754 bcm_struct_cfgdev *cfgdev, const wl_event_msg_t *e, void *data)
9343 wl_cfg80211_remain_on_channel(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev,
9513 bcm_struct_cfgdev *cfgdev, u64 cookie)
9895 bcm_struct_cfgdev *cfgdev, wl_af_params_t *af_params,
10214 wl_cfg80211_mgmt_tx(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev,
10503 wl_cfg80211_mgmt_frame_register(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev,
[all …]
H A Dwl_cfg80211.h2138 #define cfgdev_to_wlc_ndev(cfgdev, cfg) wdev_to_wlc_ndev(cfgdev, cfg) argument
2139 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_wdev(cfg) argument
2141 #define cfgdev_to_wlc_ndev(cfgdev, cfg) ndev_to_wlc_ndev(cfgdev, cfg) argument
2142 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_ndev(cfg) argument
2144 #define cfgdev_to_wlc_ndev(cfgdev, cfg) (cfgdev) argument
2145 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) (cfgdev) argument
2149 #define cfgdev_to_wdev(cfgdev) (cfgdev) argument
2151 #define cfgdev_to_ndev(cfgdev) (cfgdev ? (cfgdev->netdev) : NULL) argument
2152 #define wdev_to_cfgdev(cfgdev) (cfgdev) argument
2153 #define discover_cfgdev(cfgdev, cfg) (cfgdev->iftype == NL80211_IFTYPE_P2P_DEVICE) argument
[all …]
H A Dwl_cfgp2p.c831 bcm_struct_cfgdev *cfgdev; in wl_cfgp2p_enable_discovery() local
1384 wl_cfgp2p_listen_complete(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev,
1659 wl_cfgp2p_action_tx_complete(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev,
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfgscan.c244 wl_bcnrecv_result_handler(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_bcnrecv_result_handler()
372 wl_escan_handler(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_escan_handler()
2373 int wl_cfg80211_scan_stop(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev) in wl_cfg80211_scan_stop()
2598 wl_notify_scan_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_scan_status()
3789 wl_notify_pfn_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_pfn_status()
3836 wl_notify_gscan_event(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_gscan_event()
H A Dwl_cfg80211.c3476 wl_cfg80211_del_virtual_iface(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev)
4137 bcm_cfg80211_del_ibss_if(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev)
4911 bcm_struct_cfgdev *cfgdev; local
6595 bcm_struct_cfgdev *cfgdev, const wl_event_msg_t *e, void *data)
6673 bcm_struct_cfgdev *cfgdev, const wl_event_msg_t *e, void *data)
9238 wl_cfg80211_remain_on_channel(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev,
9408 bcm_struct_cfgdev *cfgdev, u64 cookie)
9790 bcm_struct_cfgdev *cfgdev, wl_af_params_t *af_params,
10109 wl_cfg80211_mgmt_tx(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev,
10413 wl_cfg80211_mgmt_frame_register(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev,
[all …]
H A Dwl_cfg80211.h2074 #define cfgdev_to_wlc_ndev(cfgdev, cfg) wdev_to_wlc_ndev(cfgdev, cfg) argument
2075 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_wdev(cfg) argument
2077 #define cfgdev_to_wlc_ndev(cfgdev, cfg) ndev_to_wlc_ndev(cfgdev, cfg) argument
2078 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_ndev(cfg) argument
2080 #define cfgdev_to_wlc_ndev(cfgdev, cfg) (cfgdev) argument
2081 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) (cfgdev) argument
2085 #define cfgdev_to_wdev(cfgdev) (cfgdev) argument
2087 #define cfgdev_to_ndev(cfgdev) (cfgdev ? (cfgdev->netdev) : NULL) argument
2088 #define wdev_to_cfgdev(cfgdev) (cfgdev) argument
2089 #define discover_cfgdev(cfgdev, cfg) (cfgdev->iftype == NL80211_IFTYPE_P2P_DEVICE) argument
[all …]
H A Dwl_cfgp2p.c831 bcm_struct_cfgdev *cfgdev; in wl_cfgp2p_enable_discovery() local
1384 wl_cfgp2p_listen_complete(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev,
1659 wl_cfgp2p_action_tx_complete(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfgscan.c244 wl_bcnrecv_result_handler(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_bcnrecv_result_handler()
377 wl_escan_handler(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_escan_handler()
2382 int wl_cfg80211_scan_stop(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev) in wl_cfg80211_scan_stop()
2607 wl_notify_scan_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_scan_status()
3798 wl_notify_pfn_status(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_pfn_status()
3845 wl_notify_gscan_event(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_notify_gscan_event()
H A Dwl_cfg80211.c3603 wl_cfg80211_del_virtual_iface(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev)
4264 bcm_cfg80211_del_ibss_if(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev)
5038 bcm_struct_cfgdev *cfgdev; local
6712 bcm_struct_cfgdev *cfgdev, const wl_event_msg_t *e, void *data)
6752 bcm_struct_cfgdev *cfgdev, const wl_event_msg_t *e, void *data)
9341 wl_cfg80211_remain_on_channel(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev,
9511 bcm_struct_cfgdev *cfgdev, u64 cookie)
9893 bcm_struct_cfgdev *cfgdev, wl_af_params_t *af_params,
10212 wl_cfg80211_mgmt_tx(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev,
10501 wl_cfg80211_mgmt_frame_register(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev,
[all …]
H A Dwl_cfg80211.h2138 #define cfgdev_to_wlc_ndev(cfgdev, cfg) wdev_to_wlc_ndev(cfgdev, cfg) argument
2139 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_wdev(cfg) argument
2141 #define cfgdev_to_wlc_ndev(cfgdev, cfg) ndev_to_wlc_ndev(cfgdev, cfg) argument
2142 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) bcmcfg_to_prmry_ndev(cfg) argument
2144 #define cfgdev_to_wlc_ndev(cfgdev, cfg) (cfgdev) argument
2145 #define bcmcfg_to_prmry_cfgdev(cfgdev, cfg) (cfgdev) argument
2149 #define cfgdev_to_wdev(cfgdev) (cfgdev) argument
2151 #define cfgdev_to_ndev(cfgdev) (cfgdev ? (cfgdev->netdev) : NULL) argument
2152 #define wdev_to_cfgdev(cfgdev) (cfgdev) argument
2153 #define discover_cfgdev(cfgdev, cfg) (cfgdev->iftype == NL80211_IFTYPE_P2P_DEVICE) argument
[all …]
H A Dwl_cfgp2p.c831 bcm_struct_cfgdev *cfgdev; in wl_cfgp2p_enable_discovery() local
1384 wl_cfgp2p_listen_complete(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev,
1659 wl_cfgp2p_action_tx_complete(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev,

12