Home
last modified time | relevance | path

Searched refs:send_evt_bytes (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_pno.h510 const void *data, int *send_evt_bytes, hotlist_type_t type);
512 const void *data, uint32 len, int *send_evt_bytes);
517 const void *data, uint32 event, int *send_evt_bytes);
558 int *send_evt_bytes, hotlist_type_t type);
560 uint32 len, int *send_evt_bytes);
H A Ddhd_pno.c3830 int *send_evt_bytes, hotlist_type_t type) in dhd_handle_hotlist_scan_evt() argument
3853 *send_evt_bytes = 0; in dhd_handle_hotlist_scan_evt()
3864 *send_evt_bytes = 0; in dhd_handle_hotlist_scan_evt()
3920 *send_evt_bytes = total * sizeof(wifi_gscan_result_t); in dhd_handle_hotlist_scan_evt()
H A Dwl_cfg80211.c14690 int send_evt_bytes = 0; in wl_notify_pfn_status() local
14699 ptr = dhd_dev_process_epno_result(ndev, data, event, &send_evt_bytes); in wl_notify_pfn_status()
14702 GOOGLE_SCAN_EPNO_EVENT, ptr, send_evt_bytes); in wl_notify_pfn_status()
14733 int send_evt_bytes = 0; in wl_notify_gscan_event() local
14761 ptr = dhd_dev_hotlist_scan_event(ndev, data, &send_evt_bytes, in wl_notify_gscan_event()
14765 ptr, send_evt_bytes, GOOGLE_GSCAN_GEOFENCE_FOUND_EVENT); in wl_notify_gscan_event()
14776 ptr = dhd_dev_hotlist_scan_event(ndev, data, &send_evt_bytes, in wl_notify_gscan_event()
14780 ptr, send_evt_bytes, GOOGLE_GSCAN_GEOFENCE_LOST_EVENT); in wl_notify_gscan_event()
14790 ptr = dhd_dev_process_full_gscan_result(ndev, data, len, &send_evt_bytes); in wl_notify_gscan_event()
14793 GOOGLE_SCAN_FULL_RESULTS_EVENT, ptr, send_evt_bytes); in wl_notify_gscan_event()
[all …]
H A Ddhd_linux.c15317 const void *data, int *send_evt_bytes, hotlist_type_t type) in dhd_dev_hotlist_scan_event() argument
15321 return (dhd_handle_hotlist_scan_evt(&dhd->pub, data, send_evt_bytes, type)); in dhd_dev_hotlist_scan_event()
15327 const void *data, uint32 len, int *send_evt_bytes) in dhd_dev_process_full_gscan_result() argument
15331 return (dhd_process_full_gscan_result(&dhd->pub, data, len, send_evt_bytes)); in dhd_dev_process_full_gscan_result()
15363 const void *data, uint32 event, int *send_evt_bytes) in dhd_dev_process_epno_result() argument
15367 return (dhd_pno_process_epno_result(&dhd->pub, data, event, send_evt_bytes)); in dhd_dev_process_epno_result()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_pno.h524 const void *data, int *send_evt_bytes, hotlist_type_t type, u32 *buf_len);
526 const void *data, uint32 len, int *send_evt_bytes);
531 const void *data, uint32 event, int *send_evt_bytes);
571 int *send_evt_bytes, hotlist_type_t type, u32 *buf_len);
573 uint32 len, int *send_evt_bytes);
H A Dwl_cfgscan.c3804 int send_evt_bytes = 0; in wl_notify_pfn_status() local
3818 ptr = dhd_dev_process_epno_result(ndev, data, event, &send_evt_bytes); in wl_notify_pfn_status()
3821 GOOGLE_SCAN_EPNO_EVENT, ptr, send_evt_bytes); in wl_notify_pfn_status()
3822 MFREE(cfg->osh, ptr, send_evt_bytes); in wl_notify_pfn_status()
3851 int send_evt_bytes = 0; in wl_notify_gscan_event() local
3880 ptr = dhd_dev_hotlist_scan_event(ndev, data, &send_evt_bytes, in wl_notify_gscan_event()
3884 ptr, send_evt_bytes, GOOGLE_GSCAN_GEOFENCE_FOUND_EVENT); in wl_notify_gscan_event()
3895 ptr = dhd_dev_hotlist_scan_event(ndev, data, &send_evt_bytes, in wl_notify_gscan_event()
3899 ptr, send_evt_bytes, GOOGLE_GSCAN_GEOFENCE_LOST_EVENT); in wl_notify_gscan_event()
3910 ptr = dhd_dev_process_full_gscan_result(ndev, data, len, &send_evt_bytes); in wl_notify_gscan_event()
[all …]
H A Ddhd_pno.c4139 int *send_evt_bytes, hotlist_type_t type, u32 *buf_len)
4175 *send_evt_bytes = 0;
4185 *send_evt_bytes = 0;
4239 *send_evt_bytes = 0;
4250 *send_evt_bytes = 0;
4299 *send_evt_bytes = 0;
4308 *send_evt_bytes = total * sizeof(wifi_gscan_result_t);
H A Ddhd_linux.c14471 const void *data, int *send_evt_bytes, hotlist_type_t type, u32 *buf_len)
14475 return (dhd_handle_hotlist_scan_evt(&dhd->pub, data, send_evt_bytes, type, buf_len));
14481 const void *data, uint32 len, int *send_evt_bytes)
14485 return (dhd_process_full_gscan_result(&dhd->pub, data, len, send_evt_bytes));
14516 const void *data, uint32 event, int *send_evt_bytes)
14520 return (dhd_pno_process_epno_result(&dhd->pub, data, event, send_evt_bytes));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pno.h514 const void *data, int *send_evt_bytes, hotlist_type_t type, u32 *buf_len);
516 const void *data, uint32 len, int *send_evt_bytes);
521 const void *data, uint32 event, int *send_evt_bytes);
561 int *send_evt_bytes, hotlist_type_t type, u32 *buf_len);
563 uint32 len, int *send_evt_bytes);
H A Dwl_cfgscan.c4881 int send_evt_bytes = 0; in wl_notify_pfn_status() local
4895 ptr = dhd_dev_process_epno_result(ndev, data, event, &send_evt_bytes); in wl_notify_pfn_status()
4898 GOOGLE_SCAN_EPNO_EVENT, ptr, send_evt_bytes); in wl_notify_pfn_status()
4899 MFREE(cfg->osh, ptr, send_evt_bytes); in wl_notify_pfn_status()
4930 int send_evt_bytes = 0; in wl_notify_gscan_event() local
4959 ptr = dhd_dev_hotlist_scan_event(ndev, data, &send_evt_bytes, in wl_notify_gscan_event()
4963 ptr, send_evt_bytes, GOOGLE_GSCAN_GEOFENCE_FOUND_EVENT); in wl_notify_gscan_event()
4965 MFREE(cfg->osh, ptr, send_evt_bytes); in wl_notify_gscan_event()
4975 ptr = dhd_dev_hotlist_scan_event(ndev, data, &send_evt_bytes, in wl_notify_gscan_event()
4979 ptr, send_evt_bytes, GOOGLE_GSCAN_GEOFENCE_LOST_EVENT); in wl_notify_gscan_event()
[all …]
H A Ddhd_pno.c4230 int *send_evt_bytes, hotlist_type_t type, u32 *buf_len) in dhd_pno_update_hotlist_v3_results() argument
4244 *send_evt_bytes = 0; in dhd_pno_update_hotlist_v3_results()
4255 *send_evt_bytes = 0; in dhd_pno_update_hotlist_v3_results()
4307 int *send_evt_bytes, hotlist_type_t type, u32 *buf_len) in dhd_handle_hotlist_scan_evt() argument
4340 *send_evt_bytes = 0; in dhd_handle_hotlist_scan_evt()
4350 *send_evt_bytes = 0; in dhd_handle_hotlist_scan_evt()
4404 *send_evt_bytes = 0; in dhd_handle_hotlist_scan_evt()
4415 *send_evt_bytes = 0; in dhd_handle_hotlist_scan_evt()
4464 dhd, results_v3, send_evt_bytes, type, buf_len); in dhd_handle_hotlist_scan_evt()
4468 *send_evt_bytes = 0; in dhd_handle_hotlist_scan_evt()
[all …]
H A Ddhd_linux.c19841 const void *data, int *send_evt_bytes, hotlist_type_t type, u32 *buf_len) in dhd_dev_hotlist_scan_event() argument
19845 return (dhd_handle_hotlist_scan_evt(&dhd->pub, data, send_evt_bytes, type, buf_len)); in dhd_dev_hotlist_scan_event()
19851 const void *data, uint32 len, int *send_evt_bytes) in dhd_dev_process_full_gscan_result() argument
19855 return (dhd_process_full_gscan_result(&dhd->pub, data, len, send_evt_bytes)); in dhd_dev_process_full_gscan_result()
19887 const void *data, uint32 event, int *send_evt_bytes) in dhd_dev_process_epno_result() argument
19891 return (dhd_pno_process_epno_result(&dhd->pub, data, event, send_evt_bytes)); in dhd_dev_process_epno_result()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_pno.h524 const void *data, int *send_evt_bytes, hotlist_type_t type, u32 *buf_len);
526 const void *data, uint32 len, int *send_evt_bytes);
531 const void *data, uint32 event, int *send_evt_bytes);
571 int *send_evt_bytes, hotlist_type_t type, u32 *buf_len);
573 uint32 len, int *send_evt_bytes);
H A Dwl_cfgscan.c3795 int send_evt_bytes = 0; in wl_notify_pfn_status() local
3809 ptr = dhd_dev_process_epno_result(ndev, data, event, &send_evt_bytes); in wl_notify_pfn_status()
3812 GOOGLE_SCAN_EPNO_EVENT, ptr, send_evt_bytes); in wl_notify_pfn_status()
3813 MFREE(cfg->osh, ptr, send_evt_bytes); in wl_notify_pfn_status()
3842 int send_evt_bytes = 0; in wl_notify_gscan_event() local
3871 ptr = dhd_dev_hotlist_scan_event(ndev, data, &send_evt_bytes, in wl_notify_gscan_event()
3875 ptr, send_evt_bytes, GOOGLE_GSCAN_GEOFENCE_FOUND_EVENT); in wl_notify_gscan_event()
3886 ptr = dhd_dev_hotlist_scan_event(ndev, data, &send_evt_bytes, in wl_notify_gscan_event()
3890 ptr, send_evt_bytes, GOOGLE_GSCAN_GEOFENCE_LOST_EVENT); in wl_notify_gscan_event()
3901 ptr = dhd_dev_process_full_gscan_result(ndev, data, len, &send_evt_bytes); in wl_notify_gscan_event()
[all …]
H A Ddhd_pno.c4139 int *send_evt_bytes, hotlist_type_t type, u32 *buf_len) argument
4175 *send_evt_bytes = 0;
4185 *send_evt_bytes = 0;
4239 *send_evt_bytes = 0;
4250 *send_evt_bytes = 0;
4299 *send_evt_bytes = 0;
4308 *send_evt_bytes = total * sizeof(wifi_gscan_result_t);
H A Ddhd_linux.c14663 const void *data, int *send_evt_bytes, hotlist_type_t type, u32 *buf_len)
14667 return (dhd_handle_hotlist_scan_evt(&dhd->pub, data, send_evt_bytes, type, buf_len));
14673 const void *data, uint32 len, int *send_evt_bytes)
14677 return (dhd_process_full_gscan_result(&dhd->pub, data, len, send_evt_bytes));
14708 const void *data, uint32 event, int *send_evt_bytes)
14712 return (dhd_pno_process_epno_result(&dhd->pub, data, event, send_evt_bytes));
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pno.h514 const void *data, int *send_evt_bytes, hotlist_type_t type, u32 *buf_len);
516 const void *data, uint32 len, int *send_evt_bytes);
521 const void *data, uint32 event, int *send_evt_bytes);
561 int *send_evt_bytes, hotlist_type_t type, u32 *buf_len);
563 uint32 len, int *send_evt_bytes);
H A Dwl_cfgscan.c4791 int send_evt_bytes = 0; in wl_notify_pfn_status() local
4805 ptr = dhd_dev_process_epno_result(ndev, data, event, &send_evt_bytes); in wl_notify_pfn_status()
4808 GOOGLE_SCAN_EPNO_EVENT, ptr, send_evt_bytes); in wl_notify_pfn_status()
4809 MFREE(cfg->osh, ptr, send_evt_bytes); in wl_notify_pfn_status()
4840 int send_evt_bytes = 0; in wl_notify_gscan_event() local
4869 ptr = dhd_dev_hotlist_scan_event(ndev, data, &send_evt_bytes, in wl_notify_gscan_event()
4873 ptr, send_evt_bytes, GOOGLE_GSCAN_GEOFENCE_FOUND_EVENT); in wl_notify_gscan_event()
4875 MFREE(cfg->osh, ptr, send_evt_bytes); in wl_notify_gscan_event()
4885 ptr = dhd_dev_hotlist_scan_event(ndev, data, &send_evt_bytes, in wl_notify_gscan_event()
4889 ptr, send_evt_bytes, GOOGLE_GSCAN_GEOFENCE_LOST_EVENT); in wl_notify_gscan_event()
[all …]
H A Ddhd_pno.c4230 int *send_evt_bytes, hotlist_type_t type, u32 *buf_len) in dhd_pno_update_hotlist_v3_results() argument
4244 *send_evt_bytes = 0; in dhd_pno_update_hotlist_v3_results()
4255 *send_evt_bytes = 0; in dhd_pno_update_hotlist_v3_results()
4307 int *send_evt_bytes, hotlist_type_t type, u32 *buf_len) in dhd_handle_hotlist_scan_evt() argument
4340 *send_evt_bytes = 0; in dhd_handle_hotlist_scan_evt()
4350 *send_evt_bytes = 0; in dhd_handle_hotlist_scan_evt()
4404 *send_evt_bytes = 0; in dhd_handle_hotlist_scan_evt()
4415 *send_evt_bytes = 0; in dhd_handle_hotlist_scan_evt()
4464 dhd, results_v3, send_evt_bytes, type, buf_len); in dhd_handle_hotlist_scan_evt()
4468 *send_evt_bytes = 0; in dhd_handle_hotlist_scan_evt()
[all …]
H A Ddhd_linux.c19735 const void *data, int *send_evt_bytes, hotlist_type_t type, u32 *buf_len) in dhd_dev_hotlist_scan_event() argument
19739 return (dhd_handle_hotlist_scan_evt(&dhd->pub, data, send_evt_bytes, type, buf_len)); in dhd_dev_hotlist_scan_event()
19745 const void *data, uint32 len, int *send_evt_bytes) in dhd_dev_process_full_gscan_result() argument
19749 return (dhd_process_full_gscan_result(&dhd->pub, data, len, send_evt_bytes)); in dhd_dev_process_full_gscan_result()
19781 const void *data, uint32 event, int *send_evt_bytes) in dhd_dev_process_epno_result() argument
19785 return (dhd_pno_process_epno_result(&dhd->pub, data, event, send_evt_bytes)); in dhd_dev_process_epno_result()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_pno.h524 const void *data, int *send_evt_bytes, hotlist_type_t type, u32 *buf_len);
526 const void *data, uint32 len, int *send_evt_bytes);
531 const void *data, uint32 event, int *send_evt_bytes);
571 int *send_evt_bytes, hotlist_type_t type, u32 *buf_len);
573 uint32 len, int *send_evt_bytes);
H A Dwl_cfgscan.c3804 int send_evt_bytes = 0; in wl_notify_pfn_status() local
3818 ptr = dhd_dev_process_epno_result(ndev, data, event, &send_evt_bytes); in wl_notify_pfn_status()
3821 GOOGLE_SCAN_EPNO_EVENT, ptr, send_evt_bytes); in wl_notify_pfn_status()
3822 MFREE(cfg->osh, ptr, send_evt_bytes); in wl_notify_pfn_status()
3851 int send_evt_bytes = 0; in wl_notify_gscan_event() local
3880 ptr = dhd_dev_hotlist_scan_event(ndev, data, &send_evt_bytes, in wl_notify_gscan_event()
3884 ptr, send_evt_bytes, GOOGLE_GSCAN_GEOFENCE_FOUND_EVENT); in wl_notify_gscan_event()
3895 ptr = dhd_dev_hotlist_scan_event(ndev, data, &send_evt_bytes, in wl_notify_gscan_event()
3899 ptr, send_evt_bytes, GOOGLE_GSCAN_GEOFENCE_LOST_EVENT); in wl_notify_gscan_event()
3910 ptr = dhd_dev_process_full_gscan_result(ndev, data, len, &send_evt_bytes); in wl_notify_gscan_event()
[all …]
H A Ddhd_pno.c4139 int *send_evt_bytes, hotlist_type_t type, u32 *buf_len)
4175 *send_evt_bytes = 0;
4185 *send_evt_bytes = 0;
4239 *send_evt_bytes = 0;
4250 *send_evt_bytes = 0;
4299 *send_evt_bytes = 0;
4308 *send_evt_bytes = total * sizeof(wifi_gscan_result_t);
H A Ddhd_linux.c14536 const void *data, int *send_evt_bytes, hotlist_type_t type, u32 *buf_len)
14540 return (dhd_handle_hotlist_scan_evt(&dhd->pub, data, send_evt_bytes, type, buf_len));
14546 const void *data, uint32 len, int *send_evt_bytes)
14550 return (dhd_process_full_gscan_result(&dhd->pub, data, len, send_evt_bytes));
14581 const void *data, uint32 event, int *send_evt_bytes)
14585 return (dhd_pno_process_epno_result(&dhd->pub, data, event, send_evt_bytes));