| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_2/ |
| D | ia_css_cnr2_types.h | 25 * Small sensitivity of edge means strong smoothness and NR performance. 41 u16 sense_gain_vy; /** Sensitivity of horizontal edge of Y. 43 u16 sense_gain_vu; /** Sensitivity of horizontal edge of U. 45 u16 sense_gain_vv; /** Sensitivity of horizontal edge of V. 47 u16 sense_gain_hy; /** Sensitivity of vertical edge of Y. 49 u16 sense_gain_hu; /** Sensitivity of vertical edge of U. 51 u16 sense_gain_hv; /** Sensitivity of vertical edge of V.
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_2/ |
| D | ia_css_cnr2_types.h | 25 * Small sensitivity of edge means strong smoothness and NR performance. 41 u16 sense_gain_vy; /** Sensitivity of horizontal edge of Y. 43 u16 sense_gain_vu; /** Sensitivity of horizontal edge of U. 45 u16 sense_gain_vv; /** Sensitivity of horizontal edge of V. 47 u16 sense_gain_hy; /** Sensitivity of vertical edge of Y. 49 u16 sense_gain_hu; /** Sensitivity of vertical edge of U. 51 u16 sense_gain_hv; /** Sensitivity of vertical edge of V.
|
| /kernel/linux/linux-5.10/drivers/iio/pressure/ |
| D | st_pressure_core.c | 32 * Datasheets specify typical pressure sensitivity so that pressure is computed 34 * pressure[mBar] = raw / sensitivity 37 * sensitivity a scaling factor specified by the datasheet in LSB/mBar 42 * = raw / (sensitivity * 10) (1) 47 * gain = 10^9 / (sensitivity * 10) 48 * = 10^8 / sensitivity 53 * Datasheets specify typical temperature sensitivity and offset so that 55 * temp[Celsius] = offset[Celsius] + (raw / sensitivity) 60 * sensitivity a scaling factor specified by the datasheet in LSB/Celsius 65 * = (offset[Celsius] + (raw / sensitivity)) * 10^3 [all …]
|
| D | hid-sensor-press.c | 228 /* Set Sensitivity field ids, when there is no individual modifier */ in press_parse_report() 229 if (st->common_attributes.sensitivity.index < 0) { in press_parse_report() 234 &st->common_attributes.sensitivity); in press_parse_report() 235 dev_dbg(&pdev->dev, "Sensitivity index:report %d:%d\n", in press_parse_report() 236 st->common_attributes.sensitivity.index, in press_parse_report() 237 st->common_attributes.sensitivity.report_id); in press_parse_report()
|
| /kernel/linux/linux-6.6/drivers/iio/pressure/ |
| D | st_pressure_core.c | 26 * Datasheets specify typical pressure sensitivity so that pressure is computed 28 * pressure[mBar] = raw / sensitivity 31 * sensitivity a scaling factor specified by the datasheet in LSB/mBar 36 * = raw / (sensitivity * 10) (1) 41 * gain = 10^9 / (sensitivity * 10) 42 * = 10^8 / sensitivity 47 * Datasheets specify typical temperature sensitivity and offset so that 49 * temp[Celsius] = offset[Celsius] + (raw / sensitivity) 54 * sensitivity a scaling factor specified by the datasheet in LSB/Celsius 59 * = (offset[Celsius] + (raw / sensitivity)) * 10^3 [all …]
|
| /kernel/linux/linux-6.6/drivers/iio/common/hid-sensors/ |
| D | hid-sensor-attributes.c | 243 st->sensitivity.report_id, in hid_sensor_read_raw_hyst_value() 244 st->sensitivity.index, sizeof(value), in hid_sensor_read_raw_hyst_value() 250 convert_from_vtf_format(value, st->sensitivity.size, in hid_sensor_read_raw_hyst_value() 251 st->sensitivity.unit_expo, in hid_sensor_read_raw_hyst_value() 291 value = convert_to_vtf_format(st->sensitivity.size, in hid_sensor_write_raw_hyst_value() 292 st->sensitivity.unit_expo, in hid_sensor_write_raw_hyst_value() 294 ret = sensor_hub_set_feature(st->hsdev, st->sensitivity.report_id, in hid_sensor_write_raw_hyst_value() 295 st->sensitivity.index, sizeof(value), in hid_sensor_write_raw_hyst_value() 301 st->sensitivity.report_id, in hid_sensor_write_raw_hyst_value() 302 st->sensitivity.index, sizeof(value), in hid_sensor_write_raw_hyst_value() [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/magnetometer/ |
| D | hid-sensor-magn-3d.c | 439 /* Set Sensitivity field ids, when there is no individual modifier */ in magn_3d_parse_report() 440 if (st->magn_flux_attributes.sensitivity.index < 0) { in magn_3d_parse_report() 445 &st->magn_flux_attributes.sensitivity); in magn_3d_parse_report() 446 dev_dbg(&pdev->dev, "Sensitivity index:report %d:%d\n", in magn_3d_parse_report() 447 st->magn_flux_attributes.sensitivity.index, in magn_3d_parse_report() 448 st->magn_flux_attributes.sensitivity.report_id); in magn_3d_parse_report() 450 if (st->magn_flux_attributes.sensitivity.index < 0) { in magn_3d_parse_report() 455 &st->magn_flux_attributes.sensitivity); in magn_3d_parse_report() 456 dev_dbg(&pdev->dev, "Sensitivity index:report %d:%d\n", in magn_3d_parse_report() 457 st->magn_flux_attributes.sensitivity.index, in magn_3d_parse_report() [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/imu/inv_mpu6050/ |
| D | inv_mpu_magn.c | 64 int32_t sensitivity; in inv_magn_init() local 115 /* sensor sensitivity is 0.3 uT */ in inv_magn_init() 116 sensitivity = 3000; in inv_magn_init() 120 /* sensor sensitivity in 16 bits mode: 0.15 uT */ in inv_magn_init() 121 sensitivity = 1500; in inv_magn_init() 128 * Sensitivity adjustement and scale to Gauss in inv_magn_init() 134 * raw_to_gauss = Hadj * sensitivity in inv_magn_init() 136 st->magn_raw_to_gauss[0] = (((int32_t)asa[0] + 128) * sensitivity) / 256; in inv_magn_init() 137 st->magn_raw_to_gauss[1] = (((int32_t)asa[1] + 128) * sensitivity) / 256; in inv_magn_init() 138 st->magn_raw_to_gauss[2] = (((int32_t)asa[2] + 128) * sensitivity) / 256; in inv_magn_init()
|
| /kernel/linux/linux-6.6/drivers/iio/imu/inv_mpu6050/ |
| D | inv_mpu_magn.c | 64 int32_t sensitivity; in inv_magn_init() local 115 /* sensor sensitivity is 0.3 uT */ in inv_magn_init() 116 sensitivity = 3000; in inv_magn_init() 120 /* sensor sensitivity in 16 bits mode: 0.15 uT */ in inv_magn_init() 121 sensitivity = 1500; in inv_magn_init() 128 * Sensitivity adjustement and scale to Gauss in inv_magn_init() 134 * raw_to_gauss = Hadj * sensitivity in inv_magn_init() 136 st->magn_raw_to_gauss[0] = (((int32_t)asa[0] + 128) * sensitivity) / 256; in inv_magn_init() 137 st->magn_raw_to_gauss[1] = (((int32_t)asa[1] + 128) * sensitivity) / 256; in inv_magn_init() 138 st->magn_raw_to_gauss[2] = (((int32_t)asa[2] + 128) * sensitivity) / 256; in inv_magn_init()
|
| /kernel/linux/linux-5.10/drivers/platform/x86/ |
| D | classmate-laptop.c | 19 int sensitivity; member 213 return sprintf(buf, "%d\n", accel->sensitivity); in cmpc_accel_sensitivity_show_v4() 223 unsigned long sensitivity; in cmpc_accel_sensitivity_store_v4() local 230 r = kstrtoul(buf, 0, &sensitivity); in cmpc_accel_sensitivity_store_v4() 234 /* sensitivity must be between 1 and 127 */ in cmpc_accel_sensitivity_store_v4() 235 if (sensitivity < 1 || sensitivity > 127) in cmpc_accel_sensitivity_store_v4() 238 accel->sensitivity = sensitivity; in cmpc_accel_sensitivity_store_v4() 239 cmpc_accel_set_sensitivity_v4(acpi->handle, sensitivity); in cmpc_accel_sensitivity_store_v4() 245 .attr = { .name = "sensitivity", .mode = 0660 }, 307 cmpc_accel_set_sensitivity_v4(acpi->handle, accel->sensitivity); in cmpc_accel_open_v4() [all …]
|
| /kernel/linux/linux-6.6/drivers/platform/x86/ |
| D | classmate-laptop.c | 19 int sensitivity; member 213 return sprintf(buf, "%d\n", accel->sensitivity); in cmpc_accel_sensitivity_show_v4() 223 unsigned long sensitivity; in cmpc_accel_sensitivity_store_v4() local 230 r = kstrtoul(buf, 0, &sensitivity); in cmpc_accel_sensitivity_store_v4() 234 /* sensitivity must be between 1 and 127 */ in cmpc_accel_sensitivity_store_v4() 235 if (sensitivity < 1 || sensitivity > 127) in cmpc_accel_sensitivity_store_v4() 238 accel->sensitivity = sensitivity; in cmpc_accel_sensitivity_store_v4() 239 cmpc_accel_set_sensitivity_v4(acpi->handle, sensitivity); in cmpc_accel_sensitivity_store_v4() 245 .attr = { .name = "sensitivity", .mode = 0660 }, 307 cmpc_accel_set_sensitivity_v4(acpi->handle, accel->sensitivity); in cmpc_accel_open_v4() [all …]
|
| /kernel/linux/linux-5.10/drivers/cpufreq/ |
| D | amd_freq_sensitivity.c | 3 * amd_freq_sensitivity.c: AMD frequency sensitivity feedback powersave bias 43 int sensitivity; in amd_powersave_bias_target() local 76 sensitivity = POWERSAVE_BIAS_MAX - in amd_powersave_bias_target() 79 clamp(sensitivity, 0, POWERSAVE_BIAS_MAX); in amd_powersave_bias_target() 82 if (sensitivity < od_tuners->powersave_bias) { in amd_powersave_bias_target() 156 MODULE_DESCRIPTION("AMD frequency sensitivity feedback powersave bias for "
|
| /kernel/linux/linux-6.6/drivers/cpufreq/ |
| D | amd_freq_sensitivity.c | 3 * amd_freq_sensitivity.c: AMD frequency sensitivity feedback powersave bias 43 int sensitivity; in amd_powersave_bias_target() local 76 sensitivity = POWERSAVE_BIAS_MAX - in amd_powersave_bias_target() 79 clamp(sensitivity, 0, POWERSAVE_BIAS_MAX); in amd_powersave_bias_target() 82 if (sensitivity < od_tuners->powersave_bias) { in amd_powersave_bias_target() 157 MODULE_DESCRIPTION("AMD frequency sensitivity feedback powersave bias for "
|
| /kernel/linux/linux-5.10/drivers/iio/common/hid-sensors/ |
| D | hid-sensor-attributes.c | 248 st->sensitivity.report_id, in hid_sensor_read_raw_hyst_value() 249 st->sensitivity.index, sizeof(value), in hid_sensor_read_raw_hyst_value() 255 convert_from_vtf_format(value, st->sensitivity.size, in hid_sensor_read_raw_hyst_value() 256 st->sensitivity.unit_expo, in hid_sensor_read_raw_hyst_value() 273 value = convert_to_vtf_format(st->sensitivity.size, in hid_sensor_write_raw_hyst_value() 274 st->sensitivity.unit_expo, in hid_sensor_write_raw_hyst_value() 276 ret = sensor_hub_set_feature(st->hsdev, st->sensitivity.report_id, in hid_sensor_write_raw_hyst_value() 277 st->sensitivity.index, sizeof(value), in hid_sensor_write_raw_hyst_value() 283 st->sensitivity.report_id, in hid_sensor_write_raw_hyst_value() 284 st->sensitivity.index, sizeof(value), in hid_sensor_write_raw_hyst_value() [all …]
|
| /kernel/linux/linux-6.6/sound/isa/gus/ |
| D | gus_volume.c | 150 int wheel, sensitivity; 159 sensitivity = ((int) sens * wheel) / 128; 160 if (sensitivity < 0) { 162 sensitivity = -sensitivity; 164 semitones = (unsigned int) (sensitivity >> 13); 165 mantissa = sensitivity % 8192;
|
| /kernel/linux/linux-5.10/sound/isa/gus/ |
| D | gus_volume.c | 150 int wheel, sensitivity; 159 sensitivity = ((int) sens * wheel) / 128; 160 if (sensitivity < 0) { 162 sensitivity = -sensitivity; 164 semitones = (unsigned int) (sensitivity >> 13); 165 mantissa = sensitivity % 8192;
|
| /kernel/linux/linux-5.10/Documentation/netlabel/ |
| D | draft-ietf-cipso-ipsecurity-01.txt | 190 Internet Draft belong to the Mandatory Access Control (MAC) Sensitivity 202 class and support the MAC Sensitivity security policy. 208 in the MAC Sensitivity tag type class. The format of this tag type is as 215 TAG TAG ALIGNMENT SENSITIVITY BIT MAP OF 240 3.4.2.4 Sensitivity Level 295 Sensitivity tag type class. The format of this tag type is as follows: 301 TAG TAG ALIGNMENT SENSITIVITY ENUMERATED 337 3.4.3.4 Sensitivity Level 357 in the sensitivity label. Tag type 5 is in the MAC Sensitivity tag type 364 TAG TAG ALIGNMENT SENSITIVITY CATEGORY RANGES [all …]
|
| /kernel/linux/linux-6.6/Documentation/netlabel/ |
| D | draft-ietf-cipso-ipsecurity-01.txt | 190 Internet Draft belong to the Mandatory Access Control (MAC) Sensitivity 202 class and support the MAC Sensitivity security policy. 208 in the MAC Sensitivity tag type class. The format of this tag type is as 215 TAG TAG ALIGNMENT SENSITIVITY BIT MAP OF 240 3.4.2.4 Sensitivity Level 295 Sensitivity tag type class. The format of this tag type is as follows: 301 TAG TAG ALIGNMENT SENSITIVITY ENUMERATED 337 3.4.3.4 Sensitivity Level 357 in the sensitivity label. Tag type 5 is in the MAC Sensitivity tag type 364 TAG TAG ALIGNMENT SENSITIVITY CATEGORY RANGES [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/light/ |
| D | hid-sensor-prox.c | 223 /* Set Sensitivity field ids, when there is no individual modifier */ in prox_parse_report() 224 if (st->common_attributes.sensitivity.index < 0) { in prox_parse_report() 229 &st->common_attributes.sensitivity); in prox_parse_report() 230 dev_dbg(&pdev->dev, "Sensitivity index:report %d:%d\n", in prox_parse_report() 231 st->common_attributes.sensitivity.index, in prox_parse_report() 232 st->common_attributes.sensitivity.report_id); in prox_parse_report() 234 if (st->common_attributes.sensitivity.index < 0) in prox_parse_report() 239 &st->common_attributes.sensitivity); in prox_parse_report()
|
| /kernel/linux/linux-6.6/security/selinux/ss/ |
| D | mls.c | 240 char *sensitivity, *cur_cat, *next_cat, *rngptr; in mls_context_to_sid() local 287 /* Split sensitivity and category set. */ in mls_context_to_sid() 288 sensitivity = rangep[l]; in mls_context_to_sid() 289 if (sensitivity == NULL) in mls_context_to_sid() 291 next_cat = strchr(sensitivity, ':'); in mls_context_to_sid() 295 /* Parse sensitivity. */ in mls_context_to_sid() 296 levdatum = symtab_search(&pol->p_levels, sensitivity); in mls_context_to_sid() 429 the user's computed sensitivity level) */ in mls_setup_user_range() 556 * mls_export_netlbl_lvl - Export the MLS sensitivity levels to NetLabel 562 * Given the security context copy the low MLS sensitivity level into the [all …]
|
| /kernel/linux/linux-5.10/security/selinux/ss/ |
| D | mls.c | 241 char *sensitivity, *cur_cat, *next_cat, *rngptr; in mls_context_to_sid() local 287 /* Split sensitivity and category set. */ in mls_context_to_sid() 288 sensitivity = rangep[l]; in mls_context_to_sid() 289 if (sensitivity == NULL) in mls_context_to_sid() 291 next_cat = strchr(sensitivity, ':'); in mls_context_to_sid() 295 /* Parse sensitivity. */ in mls_context_to_sid() 296 levdatum = symtab_search(&pol->p_levels, sensitivity); in mls_context_to_sid() 429 the user's computed sensitivity level) */ in mls_setup_user_range() 555 * mls_export_netlbl_lvl - Export the MLS sensitivity levels to NetLabel 560 * Given the security context copy the low MLS sensitivity level into the [all …]
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-driver-hid-lenovo | 37 …<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/sensitivity 40 Description: This file contains the trackpoint sensitivity. 41 Values are decimal integers from 1 (lowest sensitivity) to 255 (highest sensitivity).
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-driver-hid-lenovo | 37 …<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/sensitivity 40 Description: This file contains the trackpoint sensitivity. 41 Values are decimal integers from 1 (lowest sensitivity) to 255 (highest sensitivity).
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/ |
| D | ia_css_ynr2_types.h | 31 u16 edge_sense_gain_0; /** Sensitivity of edge in dark area. 34 u16 edge_sense_gain_1; /** Sensitivity of edge in bright area. 37 u16 corner_sense_gain_0; /** Sensitivity of corner in dark area. 40 u16 corner_sense_gain_1; /** Sensitivity of corner in bright area.
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/ |
| D | ia_css_ynr2_types.h | 31 u16 edge_sense_gain_0; /** Sensitivity of edge in dark area. 34 u16 edge_sense_gain_1; /** Sensitivity of edge in bright area. 37 u16 corner_sense_gain_0; /** Sensitivity of corner in dark area. 40 u16 corner_sense_gain_1; /** Sensitivity of corner in bright area.
|