Home
last modified time | relevance | path

Searched refs:results (Results 1 - 19 of 19) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A Dkutf_resultset.c27 * struct kutf_result_set - Represents a set of results.
28 * @results: Pointer to the linked list where the results are stored.
31 struct list_head results; member
44 INIT_LIST_HEAD(&set->results); in kutf_create_result_set()
72 list_add_tail(&new_result->node, &set->results); in kutf_add_result()
77 if (!list_empty(&set->results)) in kutf_destroy_result_set()
78 pr_err("kutf_destroy_result_set: Unread results from test\n"); in kutf_destroy_result_set()
85 if (!list_empty(&set->results)) { in kutf_remove_result()
88 ret = list_first_entry(&set->results, struc in kutf_remove_result()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_resultset.c47 INIT_LIST_HEAD(&set->results); in kutf_create_result_set()
80 list_add_tail(&new_result->node, &set->results); in kutf_add_result()
91 if (!list_empty(&set->results)) in kutf_destroy_result_set()
92 pr_err("kutf_destroy_result_set: Unread results from test\n"); in kutf_destroy_result_set()
103 /* Pretend there are results if waiting for input */ in kutf_has_result()
106 has_result = !list_empty(&set->results); in kutf_has_result()
126 if (!list_empty(&set->results)) { in kutf_remove_result()
127 result = list_first_entry(&set->results, in kutf_remove_result()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/mali_kutf_irq_test/
H A Dmali_kutf_irq_test_main.c174 * the results are in the latencies provided with the test result. There is no
184 const char *results; in mali_kutf_irq_latency() local
224 results = kutf_dsprintf(&context->fixture_pool, in mali_kutf_irq_latency()
227 kutf_test_pass(context, results); in mali_kutf_irq_latency()
229 results = kutf_dsprintf(&context->fixture_pool, in mali_kutf_irq_latency()
232 kutf_test_fail(context, results); in mali_kutf_irq_latency()
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_wifi.c193 * Func description: wpa get scan results
203 hi_wifi_ap_info *results = malloc(sizeof(hi_wifi_ap_info) * WIFI_SCAN_AP_LIMIT); in cmd_wpa_scan_results() local
204 if (results == HI_NULL) { in cmd_wpa_scan_results()
208 memset_s(results, sizeof(hi_wifi_ap_info) * WIFI_SCAN_AP_LIMIT, 0, sizeof(hi_wifi_ap_info) * WIFI_SCAN_AP_LIMIT); in cmd_wpa_scan_results()
210 hi_s32 ret = hi_wifi_sta_scan_results(results, &num); in cmd_wpa_scan_results()
212 free(results); in cmd_wpa_scan_results()
217 if ((results[ul_loop].auth < HI_WIFI_SECURITY_OPEN) || (results[ul_loop].auth > HI_WIFI_SECURITY_UNKNOWN)) { in cmd_wpa_scan_results()
218 results[ul_loop].auth = HI_WIFI_SECURITY_UNKNOWN; in cmd_wpa_scan_results()
222 if (results[ul_loo in cmd_wpa_scan_results()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/
H A Dkutf_resultset.h26 * Functions and structures for handling test results and result sets.
35 * results.
53 * @KUTF_RESULT_TEST_FINISHED: The test has finished, no more results will
88 * @node: Next result in the list of results.
102 * waiting for user data. Attempts to dequeue results when this flag is set
109 * struct kutf_result_set - Represents a set of results.
110 * @results: List head of a struct kutf_result list for storing the results
111 * @waitq: Wait queue signalled whenever new results are added.
115 struct list_head results; member
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/mali_kutf_irq_test/
H A Dmali_kutf_irq_test_main.c163 * the results are in the latencies provided with the test result. There is no
217 const char *results; in mali_kutf_irq_latency() local
220 results = kutf_dsprintf(&context->fixture_pool, in mali_kutf_irq_latency()
223 kutf_test_pass(context, results); in mali_kutf_irq_latency()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_pno.c303 /* Cleanup all results */
1815 /* All results consumed/No results cached?? in dhd_wait_batch_results_complete()
1816 * Get fresh results from FW in dhd_wait_batch_results_complete()
1819 DHD_PNO(("%s: No results cached, getting from FW..\n", __FUNCTION__)); in dhd_wait_batch_results_complete()
2062 /* Clear any pre-existing results in our cache in dhd_pno_set_for_gscan()
2503 /* Cleanup any consumed results
2504 * Return TRUE if all results consumed else FALSE
2608 /* Ok, now lets start getting results from the FW */ in _dhd_pno_get_gscan_batch_from_fw()
2614 DHD_ERROR(("%s : Cannot get all the batch results, er in _dhd_pno_get_gscan_batch_from_fw()
2908 gscan_results_cache_t *iter, *results; dhd_get_gscan_batch_results() local
4042 dhd_epno_results_t *results = NULL; dhd_pno_process_epno_result() local
[all...]
H A Dwl_iw.c1219 /* Get scan results (too large to put on the stack) */ in wl_iw_get_aplist()
1226 WL_ERROR(("%d: Scan results error %d\n", __LINE__, error)); in wl_iw_get_aplist()
1307 /* Get scan results (too large to put on the stack) */ in wl_iw_iscan_get_aplist()
1309 list = &((wl_iscan_results_t*)buf->iscan_buf)->results; in wl_iw_iscan_get_aplist()
1686 /* Get scan results (too large to put on the stack) */ in wl_iw_get_scan()
1833 /* Get scan results */ in wl_iw_iscan_get_scan()
1835 list = &((wl_iscan_results_t*)p_buf->iscan_buf)->results; in wl_iw_iscan_get_scan()
4066 wl_scan_results_t *results; in wl_iw_iscan_get() local
4091 results = &list_buf->results; in wl_iw_iscan_get()
[all...]
H A Dwl_escan.c684 wl_scan_results_t *results; in wl_escan_prep() local
699 results = wl_escan_get_buf(escan); in wl_escan_prep()
700 results->version = 0; in wl_escan_prep()
701 results->count = 0; in wl_escan_prep()
702 results->buflen = WL_SCAN_RESULTS_FIXED_SIZE; in wl_escan_prep()
851 "bss_list is null. Didn't receive any partial scan results\n"); in wl_escan_timeout()
1213 bss_list = &escan->g_bss_cache_ctrl.m_cache_head->results; in wl_escan_get_scan()
1223 bi = node->results.bss_info; in wl_escan_get_scan()
H A Dwl_android_ext.c7072 bi = node->results.bss_info; in wl_ext_get_best_channel()
7726 i, &node->results.bss_info->BSSID); in wl_free_bss_cache()
7758 i, &node->results.bss_info->BSSID, in wl_delete_dirty_bss_cache()
7759 dtoh16(node->results.bss_info->RSSI), node->results.bss_info->SSID); in wl_delete_dirty_bss_cache()
7786 if (!memcmp(&node->results.bss_info->BSSID, bssid, ETHER_ADDR_LEN)) { in wl_delete_disconnected_bss_cache()
7795 i, &node->results.bss_info->BSSID, in wl_delete_disconnected_bss_cache()
7796 dtoh16(node->results.bss_info->RSSI), node->results.bss_info->SSID); in wl_delete_disconnected_bss_cache()
7837 rssi = wl_get_avg_rssi(rssi_cache_ctrl, &node->results in dump_bss_cache()
[all...]
H A Dwl_android.h394 wl_scan_results_t results; member
H A Ddhd_common.c2316 * because an encryption/rsn mismatch results in both events, and in dhd_store_conn_status()
4929 wl_scan_results_t *results; in dhd_iscan_get_partial_result() local
4952 results = &list_buf->results; in dhd_iscan_get_partial_result()
4953 results->buflen = WL_ISCAN_RESULTS_FIXED_SIZE; in dhd_iscan_get_partial_result()
4954 results->version = 0; in dhd_iscan_get_partial_result()
4955 results->count = 0; in dhd_iscan_get_partial_result()
4958 list.results.buflen = htod32(WLC_IW_ISCAN_MAXLEN); in dhd_iscan_get_partial_result()
4972 results->buflen = dtoh32(results in dhd_iscan_get_partial_result()
[all...]
H A Ddhd_pno.h384 wifi_gscan_result_t results[1]; member
H A Dwl_cfgscan.c227 /* Beacon recv results handler sending to upper layer */
393 /* handle beacon recv scan results */ in wl_escan_handler()
514 /* Avoid sending the GO results in band conflict */ in wl_escan_handler()
1471 wl_scan_results_t *results; in wl_do_escan() local
1474 results = wl_escan_get_buf(cfg, FALSE); in wl_do_escan()
1475 results->version = 0; in wl_do_escan()
1476 results->count = 0; in wl_do_escan()
1477 results->buflen = WL_SCAN_RESULTS_FIXED_SIZE; in wl_do_escan()
2760 WL_ERR(("bss_list is null. Didn't receive any partial scan results\n")); in wl_scan_timeout()
2844 * in size and SSID offset, allowing v1 to be used below except for the results in wl_notify_sched_scan_results()
[all...]
H A Dwl_cfgvendor.c457 ptr = (const void *) &cache->results[cache->tot_consumed]; in wl_cfgvendor_send_hotlist_event()
513 gscan_results_cache_t *results, *iter; in wl_cfgvendor_gscan_get_batch_results() local
527 WL_ERR(("Can't obtain lock to access batch results %d\n", err)); in wl_cfgvendor_gscan_get_batch_results()
530 results = dhd_dev_pno_get_gscan(bcmcfg_to_prmry_ndev(cfg), in wl_cfgvendor_gscan_get_batch_results()
533 if (!results) { in wl_cfgvendor_gscan_get_batch_results()
534 WL_ERR(("No results to send %d\n", err)); in wl_cfgvendor_gscan_get_batch_results()
535 err = wl_cfgvendor_send_cmd_reply(wiphy, results, 0); in wl_cfgvendor_gscan_get_batch_results()
561 iter = results; in wl_cfgvendor_gscan_get_batch_results()
605 ptr = &iter->results[iter->tot_consumed]; in wl_cfgvendor_gscan_get_batch_results()
618 /* Cleans up consumed results an in wl_cfgvendor_gscan_get_batch_results()
[all...]
H A Ddhd_wlfc.c2500 uint8 results[WLFC_CTL_VALUE_LEN_TXSTATUS+WLFC_CTL_VALUE_LEN_SEQ]; in _dhd_wlfc_suppress_txq() local
2542 memcpy(results, &htod, WLFC_CTL_VALUE_LEN_TXSTATUS); in _dhd_wlfc_suppress_txq()
2550 memcpy(results + WLFC_CTL_VALUE_LEN_TXSTATUS, &htodseq, in _dhd_wlfc_suppress_txq()
2556 _dhd_wlfc_compressed_txstatus_update(dhd, results, 1, NULL); in _dhd_wlfc_suppress_txq()
H A Dwl_cfg80211.c12602 cca_stats_n_flags *results; in wl_dump_obss() local
12630 results = (cca_stats_n_flags *)(buf); in wl_dump_obss()
12631 wl_parse_dump_obss(results->buf, survey); in wl_dump_obss()
12722 /* Issue IOVAR to collect measurement results */ in wl_cfg80211_dump_survey()
13319 bi = node->results.bss_info; in wl_inform_bss_cache()
17165 WL_ERR(("Scan results alloc failed\n")); in wl_init_priv_mem()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/include/kutf/
H A Dkutf_resultset.h22 * Functions and structures for handling test results and result sets.
31 * results.
74 * @node: Next result in the list of results.
86 * to which results can be added.
107 * Return: result or NULL if there are no further results in the resultset.
115 * @results: The result set whose resources to free.
117 void kutf_destroy_result_set(struct kutf_result_set *results);
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dwlioctl.h875 /** event scan reduces amount of SOC memory needed to store scan results */
911 /** event scan reduces amount of SOC memory needed to store scan results */
920 /** event scan reduces amount of SOC memory needed to store scan results */
953 /** incremental scan results struct */
956 wl_scan_results_v109_t results; member
959 /** incremental scan results struct */
962 wl_scan_results_v2_t results; member
969 (WL_SCAN_RESULTS_FIXED_SIZE + OFFSETOF(wl_iscan_results_t, results))
5880 /* Version 1 and 2 for various scan results structures defined below */
5914 /* Version 1 and 2 for various lbest scan results structure
[all...]

Completed in 116 milliseconds