| /OK3568_Linux_fs/kernel/drivers/staging/wfx/ |
| H A D | hwio.c | 29 static int read32(struct wfx_dev *wdev, int reg, u32 *val) in read32() 48 static int write32(struct wfx_dev *wdev, int reg, u32 val) in write32() 65 static int read32_locked(struct wfx_dev *wdev, int reg, u32 *val) in read32_locked() 76 static int write32_locked(struct wfx_dev *wdev, int reg, u32 val) in write32_locked() 87 static int write32_bits_locked(struct wfx_dev *wdev, int reg, u32 mask, u32 val) in write32_bits_locked() 109 static int indirect_read(struct wfx_dev *wdev, int reg, u32 addr, in indirect_read() 160 static int indirect_write(struct wfx_dev *wdev, int reg, u32 addr, in indirect_write() 174 static int indirect_read_locked(struct wfx_dev *wdev, int reg, u32 addr, in indirect_read_locked() 186 static int indirect_write_locked(struct wfx_dev *wdev, int reg, u32 addr, in indirect_write_locked() 198 static int indirect_read32_locked(struct wfx_dev *wdev, int reg, in indirect_read32_locked() [all …]
|
| H A D | bh.c | 18 static void device_wakeup(struct wfx_dev *wdev) in device_wakeup() 57 static void device_release(struct wfx_dev *wdev) in device_release() 65 static int rx_helper(struct wfx_dev *wdev, size_t read_len, int *is_cnf) in rx_helper() 135 static int bh_work_rx(struct wfx_dev *wdev, int max_msg, int *num_cnf) in bh_work_rx() 170 static void tx_helper(struct wfx_dev *wdev, struct hif_msg *hif) in tx_helper() 198 static int bh_work_tx(struct wfx_dev *wdev, int max_msg) in bh_work_tx() 224 static void ack_sdio_data(struct wfx_dev *wdev) in ack_sdio_data() 238 struct wfx_dev *wdev = container_of(work, struct wfx_dev, hif.bh); in bh_work() local 269 void wfx_bh_request_rx(struct wfx_dev *wdev) in wfx_bh_request_rx() 289 void wfx_bh_request_tx(struct wfx_dev *wdev) in wfx_bh_request_tx() [all …]
|
| H A D | hif_rx.c | 20 static int hif_generic_confirm(struct wfx_dev *wdev, in hif_generic_confirm() 54 static int hif_tx_confirm(struct wfx_dev *wdev, in hif_tx_confirm() 63 static int hif_multi_tx_confirm(struct wfx_dev *wdev, in hif_multi_tx_confirm() 75 static int hif_startup_indication(struct wfx_dev *wdev, in hif_startup_indication() 94 static int hif_wakeup_indication(struct wfx_dev *wdev, in hif_wakeup_indication() 105 static int hif_receive_indication(struct wfx_dev *wdev, in hif_receive_indication() 123 static int hif_event_indication(struct wfx_dev *wdev, in hif_event_indication() 158 static int hif_pm_mode_complete_indication(struct wfx_dev *wdev, in hif_pm_mode_complete_indication() 173 static int hif_scan_complete_indication(struct wfx_dev *wdev, in hif_scan_complete_indication() 189 static int hif_join_complete_indication(struct wfx_dev *wdev, in hif_join_complete_indication() [all …]
|
| H A D | queue.c | 17 void wfx_tx_lock(struct wfx_dev *wdev) in wfx_tx_lock() 22 void wfx_tx_unlock(struct wfx_dev *wdev) in wfx_tx_unlock() 31 void wfx_tx_flush(struct wfx_dev *wdev) in wfx_tx_flush() 55 void wfx_tx_lock_flush(struct wfx_dev *wdev) in wfx_tx_lock_flush() 125 void wfx_pending_drop(struct wfx_dev *wdev, struct sk_buff_head *dropped) in wfx_pending_drop() 147 struct sk_buff *wfx_pending_get(struct wfx_dev *wdev, u32 packet_id) in wfx_pending_get() 177 void wfx_pending_dump_old_frames(struct wfx_dev *wdev, unsigned int limit_ms) in wfx_pending_dump_old_frames() 204 unsigned int wfx_pending_get_pkt_us_delay(struct wfx_dev *wdev, in wfx_pending_get_pkt_us_delay() 232 static struct sk_buff *wfx_tx_queues_get_skb(struct wfx_dev *wdev) in wfx_tx_queues_get_skb() 289 struct hif_msg *wfx_tx_queues_get(struct wfx_dev *wdev) in wfx_tx_queues_get()
|
| H A D | main.c | 155 bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor) in wfx_api_older_than() 167 int wfx_send_pds(struct wfx_dev *wdev, u8 *buf, size_t len) in wfx_send_pds() 215 static int wfx_send_pdata_pds(struct wfx_dev *wdev) in wfx_send_pdata_pds() 242 struct wfx_dev *wdev = data; in wfx_free_common() local 256 struct wfx_dev *wdev; in wfx_init_common() local 338 int wfx_probe(struct wfx_dev *wdev) in wfx_probe() 468 void wfx_release(struct wfx_dev *wdev) in wfx_release()
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | sme.c | 54 static void cfg80211_sme_free(struct wireless_dev *wdev) in cfg80211_sme_free() 64 static int cfg80211_conn_scan(struct wireless_dev *wdev) in cfg80211_conn_scan() 146 static int cfg80211_conn_do_work(struct wireless_dev *wdev, in cfg80211_conn_do_work() 232 struct wireless_dev *wdev; in cfg80211_conn_work() local 273 static struct cfg80211_bss *cfg80211_get_conn_bss(struct wireless_dev *wdev) in cfg80211_get_conn_bss() 300 struct wireless_dev *wdev = dev->ieee80211_ptr; in __cfg80211_sme_scan_done() local 322 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_sme_scan_done() local 329 void cfg80211_sme_rx_auth(struct wireless_dev *wdev, const u8 *buf, size_t len) in cfg80211_sme_rx_auth() 380 bool cfg80211_sme_rx_assoc_resp(struct wireless_dev *wdev, u16 status) in cfg80211_sme_rx_assoc_resp() 409 void cfg80211_sme_deauth(struct wireless_dev *wdev) in cfg80211_sme_deauth() [all …]
|
| H A D | wext-compat.c | 38 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_siwmode() local 74 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_giwmode() local 111 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_giwrange() local 254 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_siwrts() local 278 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_giwrts() local 292 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_siwfrag() local 318 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_giwfrag() local 332 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_siwretry() local 369 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_giwretry() local 400 struct wireless_dev *wdev = dev->ieee80211_ptr; in __cfg80211_set_encryption() local [all …]
|
| H A D | ibss.c | 21 struct wireless_dev *wdev = dev->ieee80211_ptr; in __cfg80211_ibss_joined() local 62 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_ibss_joined() local 92 struct wireless_dev *wdev = dev->ieee80211_ptr; in __cfg80211_join_ibss() local 158 struct wireless_dev *wdev = dev->ieee80211_ptr; in __cfg80211_clear_ibss() local 194 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_clear_ibss() local 204 struct wireless_dev *wdev = dev->ieee80211_ptr; in __cfg80211_leave_ibss() local 226 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_leave_ibss() local 238 struct wireless_dev *wdev) in cfg80211_ibss_wext_join() 313 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_ibss_wext_siwfreq() local 370 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_ibss_wext_giwfreq() local [all …]
|
| H A D | mlme.c | 28 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_rx_assoc_resp() local 74 static void cfg80211_process_auth(struct wireless_dev *wdev, in cfg80211_process_auth() 83 static void cfg80211_process_deauth(struct wireless_dev *wdev, in cfg80211_process_deauth() 102 static void cfg80211_process_disassoc(struct wireless_dev *wdev, in cfg80211_process_disassoc() 123 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_rx_mlme_mgmt() local 144 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_auth_timeout() local 157 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_assoc_timeout() local 173 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_abandon_assoc() local 185 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_tx_mlme_mgmt() local 240 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_mlme_auth() local [all …]
|
| H A D | wext-sme.c | 19 struct wireless_dev *wdev) in cfg80211_mgd_wext_connect() 69 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_mgd_wext_siwfreq() local 120 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_mgd_wext_giwfreq() local 148 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_mgd_wext_siwessid() local 204 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_mgd_wext_giwessid() local 243 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_mgd_wext_siwap() local 294 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_mgd_wext_giwap() local 316 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_siwgenie() local 366 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_siwmlme() local
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | omap_wdt.c | 71 static void omap_wdt_reload(struct omap_wdt_dev *wdev) in omap_wdt_reload() 88 static void omap_wdt_enable(struct omap_wdt_dev *wdev) in omap_wdt_enable() 102 static void omap_wdt_disable(struct omap_wdt_dev *wdev) in omap_wdt_disable() 116 static void omap_wdt_set_timer(struct omap_wdt_dev *wdev, in omap_wdt_set_timer() 133 struct omap_wdt_dev *wdev = to_omap_wdt_dev(wdog); in omap_wdt_start() local 168 struct omap_wdt_dev *wdev = to_omap_wdt_dev(wdog); in omap_wdt_stop() local 180 struct omap_wdt_dev *wdev = to_omap_wdt_dev(wdog); in omap_wdt_ping() local 192 struct omap_wdt_dev *wdev = to_omap_wdt_dev(wdog); in omap_wdt_set_timeout() local 207 struct omap_wdt_dev *wdev = to_omap_wdt_dev(wdog); in omap_wdt_get_timeleft() local 232 struct omap_wdt_dev *wdev; in omap_wdt_probe() local [all …]
|
| H A D | retu_wdt.c | 34 static void retu_wdt_ping_enable(struct retu_wdt_dev *wdev) in retu_wdt_ping_enable() 41 static void retu_wdt_ping_disable(struct retu_wdt_dev *wdev) in retu_wdt_ping_disable() 49 struct retu_wdt_dev *wdev = container_of(to_delayed_work(work), in retu_wdt_ping_work() local 56 struct retu_wdt_dev *wdev = watchdog_get_drvdata(wdog); in retu_wdt_start() local 65 struct retu_wdt_dev *wdev = watchdog_get_drvdata(wdog); in retu_wdt_stop() local 74 struct retu_wdt_dev *wdev = watchdog_get_drvdata(wdog); in retu_wdt_ping() local 82 struct retu_wdt_dev *wdev = watchdog_get_drvdata(wdog); in retu_wdt_set_timeout() local 106 struct retu_wdt_dev *wdev; in retu_wdt_probe() local 149 struct retu_wdt_dev *wdev = watchdog_get_drvdata(wdog); in retu_wdt_remove() local
|
| H A D | imx2_wdt.c | 94 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_restart() local 123 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_setup() local 150 static inline bool imx2_wdt_is_running(struct imx2_wdt_device *wdev) in imx2_wdt_is_running() 161 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_ping() local 171 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in __imx2_wdt_set_timeout() local 191 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_set_pretimeout() local 207 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_isr() local 219 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_start() local 255 struct imx2_wdt_device *wdev; in imx2_wdt_probe() local 333 struct imx2_wdt_device *wdev = watchdog_get_drvdata(wdog); in imx2_wdt_shutdown() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfgvendor.c | 264 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_get_feature_set() 281 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_get_feature_set_matrix() 329 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_set_pno_rand_mac_oui() 363 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_set_nodfs_flag() 392 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_set_country() 428 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_gscan_get_capabilities() 454 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_gscan_get_capabilities() 524 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_gscan_get_batch_results() 648 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_initiate_gscan() 680 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_enable_full_scan_result() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfgvendor.c | 264 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_get_feature_set() 281 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_get_feature_set_matrix() 329 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_set_pno_rand_mac_oui() 363 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_set_nodfs_flag() 392 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_set_country() 428 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_gscan_get_capabilities() 454 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_gscan_get_capabilities() 524 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_gscan_get_batch_results() 648 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_initiate_gscan() 680 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_enable_full_scan_result() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfgvendor.c | 264 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_get_feature_set() 281 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_get_feature_set_matrix() 329 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_set_pno_rand_mac_oui() 363 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_set_nodfs_flag() 392 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_set_country() 489 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_gscan_get_capabilities() 515 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_gscan_get_batch_results() 639 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_initiate_gscan() 671 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_enable_full_scan_result() 798 wl_cfgvendor_set_scan_cfg(struct wiphy *wiphy, struct wireless_dev *wdev, in wl_cfgvendor_set_scan_cfg() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_cfgvendor.c | 149 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_get_feature_set() 167 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_get_feature_set_matrix() 205 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_set_rand_mac_oui() 231 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_set_nodfs_flag() 251 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_set_country() 342 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_gscan_get_capabilities() 371 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_gscan_get_batch_results() 469 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_initiate_gscan() 502 struct wireless_dev *wdev, const void *data, int len) in wl_cfgvendor_enable_full_scan_result() 619 wl_cfgvendor_set_scan_cfg(struct wiphy *wiphy, struct wireless_dev *wdev, in wl_cfgvendor_set_scan_cfg() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/ |
| H A D | rtw_cfgvendor.c | 43 struct sk_buff *dbg_rtw_cfg80211_vendor_event_alloc(struct wiphy *wiphy, struct wireless_dev *wdev,… in dbg_rtw_cfg80211_vendor_event_alloc() 130 #define rtw_cfg80211_vendor_event_alloc(wiphy, wdev, len, event_id, gfp) \ argument 144 struct wiphy *wiphy, struct wireless_dev *wdev, int len, int event_id, gfp_t gfp) in rtw_cfg80211_vendor_event_alloc() 336 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_get_feature_set() 353 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_get_feature_set_matrix() 447 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_capabilities() 474 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_channel_list() 521 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_batch_results() 605 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_initiate_gscan() 635 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_enable_full_scan_result() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/ |
| H A D | rtw_cfgvendor.c | 42 struct sk_buff *dbg_rtw_cfg80211_vendor_event_alloc(struct wiphy *wiphy, struct wireless_dev *wdev,… in dbg_rtw_cfg80211_vendor_event_alloc() 129 #define rtw_cfg80211_vendor_event_alloc(wiphy, wdev, len, event_id, gfp) \ argument 143 struct wiphy *wiphy, struct wireless_dev *wdev, int len, int event_id, gfp_t gfp) in rtw_cfg80211_vendor_event_alloc() 333 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_get_feature_set() 350 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_get_feature_set_matrix() 444 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_capabilities() 471 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_channel_list() 518 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_batch_results() 602 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_initiate_gscan() 632 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_enable_full_scan_result() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/ |
| H A D | rtw_cfgvendor.c | 43 struct sk_buff *dbg_rtw_cfg80211_vendor_event_alloc(struct wiphy *wiphy, struct wireless_dev *wdev,… in dbg_rtw_cfg80211_vendor_event_alloc() 130 #define rtw_cfg80211_vendor_event_alloc(wiphy, wdev, len, event_id, gfp) \ argument 144 struct wiphy *wiphy, struct wireless_dev *wdev, int len, int event_id, gfp_t gfp) in rtw_cfg80211_vendor_event_alloc() 336 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_get_feature_set() 353 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_get_feature_set_matrix() 447 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_capabilities() 474 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_channel_list() 521 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_batch_results() 605 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_initiate_gscan() 635 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_enable_full_scan_result() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/ |
| H A D | rtw_cfgvendor.c | 46 struct sk_buff *dbg_rtw_cfg80211_vendor_event_alloc(struct wiphy *wiphy, struct wireless_dev *wdev,… in dbg_rtw_cfg80211_vendor_event_alloc() 133 #define rtw_cfg80211_vendor_event_alloc(wiphy, wdev, len, event_id, gfp) \ argument 147 struct wiphy *wiphy, struct wireless_dev *wdev, int len, int event_id, gfp_t gfp) in rtw_cfg80211_vendor_event_alloc() 343 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_get_feature_set() 360 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_get_feature_set_matrix() 454 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_capabilities() 481 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_channel_list() 528 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_batch_results() 612 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_initiate_gscan() 642 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_enable_full_scan_result() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | rtw_cfgvendor.c | 46 struct sk_buff *dbg_rtw_cfg80211_vendor_event_alloc(struct wiphy *wiphy, struct wireless_dev *wdev,… in dbg_rtw_cfg80211_vendor_event_alloc() 133 #define rtw_cfg80211_vendor_event_alloc(wiphy, wdev, len, event_id, gfp) \ argument 147 struct wiphy *wiphy, struct wireless_dev *wdev, int len, int event_id, gfp_t gfp) in rtw_cfg80211_vendor_event_alloc() 335 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_get_feature_set() 352 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_get_feature_set_matrix() 446 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_capabilities() 473 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_channel_list() 520 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_batch_results() 604 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_initiate_gscan() 634 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_enable_full_scan_result() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | rtw_cfgvendor.c | 46 struct sk_buff *dbg_rtw_cfg80211_vendor_event_alloc(struct wiphy *wiphy, struct wireless_dev *wdev,… in dbg_rtw_cfg80211_vendor_event_alloc() 133 #define rtw_cfg80211_vendor_event_alloc(wiphy, wdev, len, event_id, gfp) \ argument 147 struct wiphy *wiphy, struct wireless_dev *wdev, int len, int event_id, gfp_t gfp) in rtw_cfg80211_vendor_event_alloc() 343 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_get_feature_set() 360 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_get_feature_set_matrix() 454 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_capabilities() 481 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_channel_list() 528 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_batch_results() 612 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_initiate_gscan() 642 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_enable_full_scan_result() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | rtw_cfgvendor.c | 46 struct sk_buff *dbg_rtw_cfg80211_vendor_event_alloc(struct wiphy *wiphy, struct wireless_dev *wdev,… in dbg_rtw_cfg80211_vendor_event_alloc() 133 #define rtw_cfg80211_vendor_event_alloc(wiphy, wdev, len, event_id, gfp) \ argument 147 struct wiphy *wiphy, struct wireless_dev *wdev, int len, int event_id, gfp_t gfp) in rtw_cfg80211_vendor_event_alloc() 335 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_get_feature_set() 352 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_get_feature_set_matrix() 446 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_capabilities() 473 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_channel_list() 520 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_batch_results() 604 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_initiate_gscan() 634 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_enable_full_scan_result() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/ |
| H A D | rtw_cfgvendor.c | 46 struct sk_buff *dbg_rtw_cfg80211_vendor_event_alloc(struct wiphy *wiphy, struct wireless_dev *wdev,… in dbg_rtw_cfg80211_vendor_event_alloc() 133 #define rtw_cfg80211_vendor_event_alloc(wiphy, wdev, len, event_id, gfp) \ argument 147 struct wiphy *wiphy, struct wireless_dev *wdev, int len, int event_id, gfp_t gfp) in rtw_cfg80211_vendor_event_alloc() 343 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_get_feature_set() 360 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_get_feature_set_matrix() 454 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_capabilities() 481 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_channel_list() 528 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_gscan_get_batch_results() 612 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_initiate_gscan() 642 struct wireless_dev *wdev, const void *data, int len) in rtw_cfgvendor_enable_full_scan_result() [all …]
|