| /OK3568_Linux_fs/yocto/poky/scripts/lib/build_perf/html/ |
| H A D | report.html | 12 {# Render measurement result charts #} 15 {% for measurement in test.measurements %} 16 {% set chart_elem_id = test.name + '_' + measurement.name + '_chart' %} 44 .measurement { 124 {% for measurement in test.measurements %} 132 {% if measurement.absdiff > 0 %} 134 {% elif measurement.absdiff == measurement.absdiff %} 139 {% if measurement.reldiff|abs > 2 %} 142 <td>{{ measurement.description }}</td> 143 <td style="font-weight: bold">{{ measurement.value.mean }}</td> [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | frontend-stat-properties.rst | 64 measurement was not complete yet. 70 measurement for power (actually, 0 to 65535). 83 measurement was not complete yet. 88 measurement for Signal/Noise (actually, 0 to 65535). 103 In order to get the BER (Bit Error Rate) measurement, it should be 107 This measurement is monotonically increased, as the frontend gets more 114 measurement was not complete yet. 128 measurement was taken. 130 It should be noted that this measurement can be smaller than the total 132 manually restart the measurement, losing some data between each [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_meas.c | 4 * @brief Implementation of measurement interface code with the app/firmware 6 * Driver implementation for sending and retrieving measurement requests 43 /** Default measurement duration when not provided by the application */ 47 /** String descriptions of the different measurement enums. Debug display */ 57 * @brief Retrieve the measurement string representation of a meas_type enum 60 * @param meas_type Measurement type enumeration input for string lookup 62 * @return Constant string representing measurement type 75 * @brief Debug print display of the input measurement request 77 * @param pmeas_req Pointer to the measurement request to display 125 * @brief Debug print display of the input measurement report [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_meas.c | 4 * @brief Implementation of measurement interface code with the app/firmware 6 * Driver implementation for sending and retrieving measurement requests 46 /** String descriptions of the different measurement enums. Debug display */ 56 * @brief Retrieve the measurement string representation of a meas_type enum 59 * @param meas_type Measurement type enumeration input for string lookup 61 * @return Constant string representing measurement type 73 * @brief Debug print display of the input measurement request 75 * @param pmeas_req Pointer to the measurement request to display 123 * @brief Debug print display of the input measurement report 125 * @param pmeas_rpt Pointer to measurement report to display [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | location.h | 160 * enum iwl_tof_algo_type - Algorithym type for range measurement request 412 * @measure_type: Measurement type: 0 - two sided, 1 - One sided 414 * number of measurement iterations (min 2^0 = 1, max 2^14) 415 * @burst_period: Recommended value to be sent to the AP. Measurement 430 * use it for its ch est measurement (this flag will be set when we 461 * @IWL_INITIATOR_AP_FLAGS_ASAP: Request for ASAP measurement. 474 * @IWL_INITIATOR_AP_FLAGS_SECURED: request secured measurement 504 * @burst_period: Recommended value to be sent to the AP. Measurement 508 * the number of measurement iterations (min 2^0 = 1, max 2^14) 567 * @burst_period: Recommended value to be sent to the AP. Measurement [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | adm9240.rst | 52 microprocessor-based systems, providing measurement and limit comparison 59 measurement. 68 The measurement cycle 70 The adm9240 driver will take a measurement reading no faster than once 72 measurement update rate and will receive cached data from the most 73 recent measurement. 75 ADM9240 has a very fast 320us temperature and voltage measurement cycle 76 with independent fan speed measurement cycles counting alternating rising 79 DS1780 measurement cycle is about once per second including fan speed. 81 LM81 measurement cycle is about once per 400ms including fan speed. [all …]
|
| H A D | sht3x.rst | 33 1. blocking (pull the I2C clock line down while performing the measurement) or 47 2000 0.5 Hz periodic measurement 48 1000 1 Hz periodic measurement 49 500 2 Hz periodic measurement 50 250 4 Hz periodic measurement 51 100 10 Hz periodic measurement 54 In the periodic measure mode, the sensor automatically triggers a measurement 86 for periodic measurement. If the interval is not supported
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | ima_kexec.c | 76 * image for the measurement list for the next kernel. 105 pr_err("Binary measurement list too large.\n"); in ima_add_kexec_buffer() 112 pr_err("Not enough memory for the kexec measurement buffer.\n"); in ima_add_kexec_buffer() 121 pr_err("Error passing over kexec measurement buffer.\n"); in ima_add_kexec_buffer() 128 pr_err("Error passing over kexec measurement buffer.\n"); in ima_add_kexec_buffer() 134 pr_debug("kexec measurement buffer for the loaded kernel at 0x%lx.\n", in ima_add_kexec_buffer() 140 * Restore the measurement list from the previous kernel. 154 pr_err("Failed to restore the measurement list: %d\n", in ima_load_kexec_buffer() 160 pr_debug("Restoring the measurement list not supported\n"); in ima_load_kexec_buffer() 163 pr_debug("No measurement list to restore\n"); in ima_load_kexec_buffer() [all …]
|
| H A D | Kconfig | 2 # IBM Integrity Measurement Architecture 5 bool "Integrity Measurement Architecture(IMA)" 18 Measurement Architecture(IMA) maintains a list of hash 33 bool "Enable carrying the IMA measurement list across a soft boot" 38 a TPM's quote after a soft boot, the IMA measurement list of the 41 Depending on the IMA policy, the measurement list can grow to 52 measurement list. If unsure, use the default 10. 66 Select the default IMA measurement template. 68 The original 'ima' measurement list template contains a 70 limited to 255 characters. The 'ima-ng' measurement list [all …]
|
| H A D | ima_api.c | 90 * to an ordered list of measurement entries maintained inside the kernel, 92 * configured TPM PCR) over the hashes of the current list of measurement 95 * Applications retrieve the current kernel-held measurement list through 98 * and is used to validate the measurement list. 127 * ima_add_violation - add violation to measurement list. 129 * Violations are flagged in the measurement list with zero hash values. 200 * ima_collect_measurement - collect file measurement 203 * storing the measurement and i_version in the iint. 228 * measurement rule. in ima_collect_measurement() 239 * measurement/appraisal/audit. in ima_collect_measurement() [all …]
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | spectmgmt.c | 214 skb_put(skb, 1 + sizeof(msr_report->u.action.u.measurement)); in ieee80211_send_refuse_measurement_request() 216 msr_report->u.action.u.measurement.action_code = in ieee80211_send_refuse_measurement_request() 218 msr_report->u.action.u.measurement.dialog_token = dialog_token; in ieee80211_send_refuse_measurement_request() 220 msr_report->u.action.u.measurement.element_id = WLAN_EID_MEASURE_REPORT; in ieee80211_send_refuse_measurement_request() 221 msr_report->u.action.u.measurement.length = in ieee80211_send_refuse_measurement_request() 224 memset(&msr_report->u.action.u.measurement.msr_elem, 0, in ieee80211_send_refuse_measurement_request() 226 msr_report->u.action.u.measurement.msr_elem.token = request_ie->token; in ieee80211_send_refuse_measurement_request() 227 msr_report->u.action.u.measurement.msr_elem.mode |= in ieee80211_send_refuse_measurement_request() 229 msr_report->u.action.u.measurement.msr_elem.type = request_ie->type; in ieee80211_send_refuse_measurement_request() 239 * Ignoring measurement request is spec violation. in ieee80211_process_measurement_req() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | hih6130.c | 28 * @lock: mutex to protect measurement values 29 * @valid: only false before first measurement is taken 31 * @temperature: cached temperature measurement value 32 * @humidity: cached humidity measurement value 33 * @write_length: length for I2C measurement request 100 * While the measurement can be completed in ~40ms the sensor takes in hih6130_update_measurements() 113 * Write to slave address to request a measurement. in hih6130_update_measurements() 124 /* measurement cycle time is ~36.65msec */ in hih6130_update_measurements() 132 dev_err(&client->dev, "Error while reading measurement result\n"); in hih6130_update_measurements() 153 * hih6130_show_temperature() - show temperature measurement value in sysfs [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | perf_cpum_cf_common.c | 3 * CPU-Measurement Counter Facility Support - Common Layer 35 /* Indicator whether the CPU-Measurement Counter Facility Support is ready */ 38 /* CPU-measurement alerts for the counter facility */ 50 /* Measurement alerts are shared and might happen when the PMU in cpumf_measurement_alert() 105 /* Initialize the CPU-measurement counter facility */ 127 /* Obtain the CPU-measurement alerts for the counter facility */ 141 /* Release the CPU-measurement counter facility */ 181 * extract measurement counters */ in cpum_cf_init() 184 /* register handler for measurement-alert interruptions */ in cpum_cf_init() 188 pr_err("Registering for CPU-measurement alerts " in cpum_cf_init()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | rtw_rm_fsm.h | 50 #define RM_SLAVE 0 /* STA who do measurement */ 65 /* IEEE 802.11-2012 Table 8-59 Measurement Type definitions 66 * for measurement request 70 basic_req, /* spectrum measurement */ 82 /* IEEE 802.11-2012 Table 8-81 Measurement Type definitions 83 * for measurement report 87 basic_rep, /* spectrum measurement */ 90 ch_load_rep, /* radio measurement */ 94 sta_statis_rep, /* Radio measurement and WNM */ 102 /* IEEE 802.11-2012 Table 8-64 Measurement mode for Beacon Request element */ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | rtw_rm_fsm.h | 50 #define RM_SLAVE 0 /* STA who do measurement */ 58 /* IEEE 802.11-2012 Table 8-59 Measurement Type definitions 59 * for measurement request 63 basic_req, /* spectrum measurement */ 75 /* IEEE 802.11-2012 Table 8-81 Measurement Type definitions 76 * for measurement report 80 basic_rep, /* spectrum measurement */ 83 ch_load_rep, /* radio measurement */ 87 sta_statis_rep, /* Radio measurement and WNM */ 95 /* IEEE 802.11-2012 Table 8-64 Measurement mode for Beacon Request element */ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | rtw_rm_fsm.h | 50 #define RM_SLAVE 0 /* STA who do measurement */ 65 /* IEEE 802.11-2012 Table 8-59 Measurement Type definitions 66 * for measurement request 70 basic_req, /* spectrum measurement */ 82 /* IEEE 802.11-2012 Table 8-81 Measurement Type definitions 83 * for measurement report 87 basic_rep, /* spectrum measurement */ 90 ch_load_rep, /* radio measurement */ 94 sta_statis_rep, /* Radio measurement and WNM */ 102 /* IEEE 802.11-2012 Table 8-64 Measurement mode for Beacon Request element */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | rtw_rm_fsm.h | 50 #define RM_SLAVE 0 /* STA who do measurement */ 65 /* IEEE 802.11-2012 Table 8-59 Measurement Type definitions 66 * for measurement request 70 basic_req, /* spectrum measurement */ 82 /* IEEE 802.11-2012 Table 8-81 Measurement Type definitions 83 * for measurement report 87 basic_rep, /* spectrum measurement */ 90 ch_load_rep, /* radio measurement */ 94 sta_statis_rep, /* Radio measurement and WNM */ 102 /* IEEE 802.11-2012 Table 8-64 Measurement mode for Beacon Request element */ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | rtw_rm_fsm.h | 50 #define RM_SLAVE 0 /* STA who do measurement */ 58 /* IEEE 802.11-2012 Table 8-59 Measurement Type definitions 59 * for measurement request 63 basic_req, /* spectrum measurement */ 75 /* IEEE 802.11-2012 Table 8-81 Measurement Type definitions 76 * for measurement report 80 basic_rep, /* spectrum measurement */ 83 ch_load_rep, /* radio measurement */ 87 sta_statis_rep, /* Radio measurement and WNM */ 95 /* IEEE 802.11-2012 Table 8-64 Measurement mode for Beacon Request element */ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | rtw_rm_fsm.h | 50 #define RM_SLAVE 0 /* STA who do measurement */ 58 /* IEEE 802.11-2012 Table 8-59 Measurement Type definitions 59 * for measurement request 63 basic_req, /* spectrum measurement */ 75 /* IEEE 802.11-2012 Table 8-81 Measurement Type definitions 76 * for measurement report 80 basic_rep, /* spectrum measurement */ 83 ch_load_rep, /* radio measurement */ 87 sta_statis_rep, /* Radio measurement and WNM */ 95 /* IEEE 802.11-2012 Table 8-64 Measurement mode for Beacon Request element */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/ |
| H A D | rtw_rm_fsm.h | 51 #define RM_SLAVE 0 /* STA who do measurement */ 59 /* IEEE 802.11-2012 Table 8-59 Measurement Type definitions 60 * for measurement request 64 basic_req, /* spectrum measurement */ 76 /* IEEE 802.11-2012 Table 8-81 Measurement Type definitions 77 * for measurement report 81 basic_rep, /* spectrum measurement */ 84 ch_load_rep, /* radio measurement */ 88 sta_statis_rep, /* Radio measurement and WNM */ 96 /* IEEE 802.11-2012 Table 8-64 Measurement mode for Beacon Request element */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | rtw_rm_fsm.h | 50 #define RM_SLAVE 0 /* STA who do measurement */ 58 /* IEEE 802.11-2012 Table 8-59 Measurement Type definitions 59 * for measurement request 63 basic_req, /* spectrum measurement */ 75 /* IEEE 802.11-2012 Table 8-81 Measurement Type definitions 76 * for measurement report 80 basic_rep, /* spectrum measurement */ 83 ch_load_rep, /* radio measurement */ 87 sta_statis_rep, /* Radio measurement and WNM */ 95 /* IEEE 802.11-2012 Table 8-64 Measurement mode for Beacon Request element */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | rtw_rm_fsm.h | 51 #define RM_SLAVE 0 /* STA who do measurement */ 66 /* IEEE 802.11-2012 Table 8-59 Measurement Type definitions 67 * for measurement request 71 basic_req, /* spectrum measurement */ 83 /* IEEE 802.11-2012 Table 8-81 Measurement Type definitions 84 * for measurement report 88 basic_rep, /* spectrum measurement */ 91 ch_load_rep, /* radio measurement */ 95 sta_statis_rep, /* Radio measurement and WNM */ 103 /* IEEE 802.11-2012 Table 8-64 Measurement mode for Beacon Request element */ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | rtw_rm_fsm.h | 50 #define RM_SLAVE 0 /* STA who do measurement */ 58 /* IEEE 802.11-2012 Table 8-59 Measurement Type definitions 59 * for measurement request 63 basic_req, /* spectrum measurement */ 75 /* IEEE 802.11-2012 Table 8-81 Measurement Type definitions 76 * for measurement report 80 basic_rep, /* spectrum measurement */ 83 ch_load_rep, /* radio measurement */ 87 sta_statis_rep, /* Radio measurement and WNM */ 95 /* IEEE 802.11-2012 Table 8-64 Measurement mode for Beacon Request element */ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | rtw_rm_fsm.h | 50 #define RM_SLAVE 0 /* STA who do measurement */ 58 /* IEEE 802.11-2012 Table 8-59 Measurement Type definitions 59 * for measurement request 63 basic_req, /* spectrum measurement */ 75 /* IEEE 802.11-2012 Table 8-81 Measurement Type definitions 76 * for measurement report 80 basic_rep, /* spectrum measurement */ 83 ch_load_rep, /* radio measurement */ 87 sta_statis_rep, /* Radio measurement and WNM */ 95 /* IEEE 802.11-2012 Table 8-64 Measurement mode for Beacon Request element */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/ |
| H A D | rtw_rm_fsm.h | 51 #define RM_SLAVE 0 /* STA who do measurement */ 73 /* IEEE 802.11-2012 Table 8-59 Measurement Type definitions 74 * for measurement request 78 basic_req, /* spectrum measurement */ 90 /* IEEE 802.11-2012 Table 8-81 Measurement Type definitions 91 * for measurement report 95 basic_rep, /* spectrum measurement */ 98 ch_load_rep, /* radio measurement */ 102 sta_statis_rep, /* Radio measurement and WNM */ 110 /* IEEE 802.11-2012 Table 8-64 Measurement mode for Beacon Request element */ [all …]
|