| /linux/sound/isa/gus/ |
| H A D | gus_volume.c | 151 int wheel, sensitivity; 160 sensitivity = ((int) sens * wheel) / 128; 161 if (sensitivity < 0) { 163 sensitivity = -sensitivity; 165 semitones = (unsigned int) (sensitivity >> 13); 166 mantissa = sensitivity % 8192;
|
| /linux/drivers/iio/common/hid-sensors/ |
| H A D | hid-sensor-attributes.c | 247 st->sensitivity.report_id, in hid_sensor_read_raw_hyst_value() 248 st->sensitivity.index, sizeof(value), in hid_sensor_read_raw_hyst_value() 254 convert_from_vtf_format(value, st->sensitivity.size, in hid_sensor_read_raw_hyst_value() 255 st->sensitivity.unit_expo, in hid_sensor_read_raw_hyst_value() 295 value = convert_to_vtf_format(st->sensitivity.size, in hid_sensor_write_raw_hyst_value() 296 st->sensitivity.unit_expo, in hid_sensor_write_raw_hyst_value() 298 ret = sensor_hub_set_feature(st->hsdev, st->sensitivity.report_id, in hid_sensor_write_raw_hyst_value() 299 st->sensitivity.index, sizeof(value), in hid_sensor_write_raw_hyst_value() 305 st->sensitivity.report_id, in hid_sensor_write_raw_hyst_value() 306 st->sensitivity.index, sizeof(value), in hid_sensor_write_raw_hyst_value() [all …]
|
| /linux/drivers/iio/imu/inv_mpu6050/ |
| H A D | inv_mpu_magn.c | 64 int32_t sensitivity; in inv_magn_init() local 116 sensitivity = 3000; in inv_magn_init() 121 sensitivity = 1500; 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()
|
| /linux/Documentation/ABI/testing/ |
| H A 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).
|
| H A D | sysfs-devices-platform-trackpoint | 1 What: /sys/devices/platform/i8042/.../sensitivity 6 (RW) Trackpoint sensitivity.
|
| /linux/drivers/hid/ |
| H A D | hid-lenovo.c | 59 int sensitivity; member 583 ret = lenovo_send_cmd_cptkbd(hdev, 0x02, cptkbd_data->sensitivity); in lenovo_features_set_cptkbd() 643 return sysfs_emit(buf, "%u\n", cptkbd_data->sensitivity); in attr_sensitivity_show_cptkbd() 658 cptkbd_data->sensitivity = value; in attr_sensitivity_store_cptkbd() 701 __ATTR(sensitivity, S_IWUSR | S_IRUGO, 902 report->field[2]->value[0] = data_pointer->sensitivity; in lenovo_features_set_tpkbd() 1036 return sysfs_emit(buf, "%u\n", data_pointer->sensitivity); in attr_sensitivity_show_tpkbd() 1051 data_pointer->sensitivity = value; in attr_sensitivity_store_tpkbd() 1106 __ATTR(sensitivity, S_IWUSR | S_IRUGO, 1252 data_pointer->sensitivity = 0xa0; in lenovo_probe_tpkbd() [all …]
|
| /linux/drivers/iio/magnetometer/ |
| H A D | hid-sensor-magn-3d.c | 452 if (st->rot_attributes.sensitivity.index < 0) { in magn_3d_parse_report() 457 &st->rot_attributes.sensitivity); in magn_3d_parse_report() 459 st->rot_attributes.sensitivity.index, in magn_3d_parse_report() 460 st->rot_attributes.sensitivity.report_id); in magn_3d_parse_report() 499 magn_state->rot_attributes.sensitivity.index = -1; in hid_magn_3d_probe()
|
| /linux/Documentation/ABI/obsolete/ |
| H A D | sysfs-driver-hid-roccat-kovaplus | 27 sensitivity in x direction. 37 sensitivity in y direction. 94 profile_settings holds information like resolution, sensitivity 110 profile_settings holds information like resolution, sensitivity
|
| H A D | sysfs-driver-hid-roccat-pyra | 83 profile_settings holds information like resolution, sensitivity 99 profile_settings holds information like resolution, sensitivity
|
| H A D | sysfs-driver-hid-roccat-koneplus | 87 profile_settings holds information like resolution, sensitivity 103 profile_settings holds information like resolution, sensitivity
|
| /linux/Documentation/input/devices/ |
| H A D | edt-ft5x06.rst | 21 allows setting the sensitivity in the range from 0 to 31. Note that 22 lower values indicate higher sensitivity.
|
| H A D | cs461x.rst | 19 The sensitivity and calibrate quality have not been tested; the two
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-camera.rst | 336 sensitivity to light. The numbers are expressed in arithmetic scale, 338 sensitivity is represented by doubling the numerical ISO value. 347 .. _v4l2-iso-sensitivity-auto-type: 353 Enables or disables automatic ISO sensitivity adjustments. 362 - Manual ISO sensitivity. 364 - Automatic ISO sensitivity adjustments. 377 white balance and equivalent sensitivity. The controls of those 410 - Candle light. The camera generally raises the ISO sensitivity and 436 medium-to-high ISO sensitivity, with a relatively long exposure 442 usually increases ISO sensitivity, and adjusts exposure for the
|
| /linux/drivers/input/mouse/ |
| H A D | trackpoint.c | 185 TRACKPOINT_INT_ATTR(sensitivity, TP_SENS, TP_DEF_SENS); 327 TRACKPOINT_UPDATE(in_power_on_state, psmouse, tp, sensitivity); in trackpoint_sync() 349 TRACKPOINT_SET_POWER_ON_DEFAULT(tp, sensitivity); in trackpoint_defaults()
|
| H A D | trackpoint.h | 148 u8 sensitivity, speed, inertia, reach; member
|
| /linux/Documentation/devicetree/bindings/net/can/ |
| H A D | cc770.txt | 15 (number and sensitivity) required for the controller.
|
| /linux/include/linux/ |
| H A D | hid-sensor-hub.h | 234 struct hid_sensor_hub_attribute_info sensitivity; member
|
| /linux/security/smack/ |
| H A D | Kconfig | 12 Smack is useful for sensitivity, integrity, and a variety
|
| /linux/Documentation/netlabel/ |
| H A D | draft-ietf-cipso-ipsecurity-01.txt | 357 in the sensitivity label. Tag type 5 is in the MAC Sensitivity tag type 412 categories. All categories within a range are included in the sensitivity 431 gateways, and routers that support multiple sensitivity labels. A CIPSO 449 HOST_LABEL_MAX - This parameter contains the maximum sensitivity label that 467 HOST_LABEL_MIN - This parameter contains the minimum sensitivity label that 474 PORT_LABEL_MAX - This parameter contains the maximum sensitivity label for 481 PORT_LABEL_MIN - This parameter contains the minimum sensitivity label for
|
| H A D | cipso_ipv4.rst | 45 attributes such as sensitivity level and category to values which are
|
| /linux/Documentation/input/ |
| H A D | gameport-programming.rst | 193 sensitivity of the ADC hardware so that the maximums fit in its range and 194 recompute the axes[] values to match the new sensitivity or re-read them from
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | cpufreq.rst | 533 value is exceeded by the estimated CPU load) or sensitivity threshold 534 for the AMD frequency sensitivity powersave bias driver 538 If the AMD frequency sensitivity powersave bias driver is not loaded, 546 If the AMD frequency sensitivity powersave bias driver is loaded, the 551 measured workload sensitivity, between 0 and 100% inclusive, from the 555 The performance of a workload with the sensitivity of 0 (memory-bound or 557 the CPU frequency, whereas workloads with the sensitivity of 100% 561 If the workload sensitivity is less than the threshold represented by 562 the ``powersave_bias`` value, the sensitivity powersave bias driver
|
| /linux/arch/sh/include/mach-kfr2r09/mach/ |
| H A D | partner-jet-setup.txt | 32 LIST "RF frequency and improved reception sensitivity."
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | interrupts.txt | 108 sensitivity = <7>;
|
| /linux/Documentation/iio/ |
| H A D | adis16475.rst | 25 characterizes each sensor for sensitivity, bias, alignment, linear acceleration 47 extensive characterization of bias, sensitivity, alignment, response to linear
|