Searched refs:_scale (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/iio/adc/ |
| H A D | qcom-spmi-adc5-gen3.c | 413 #define ADC5_CHAN(_type, _mask, _pre, _scale) \ argument 418 .scale_fn_type = _scale, \ 421 #define ADC5_CHAN_TEMP(_pre, _scale) \ argument 422 ADC5_CHAN(IIO_TEMP, BIT(IIO_CHAN_INFO_PROCESSED), _pre, _scale) \ 424 #define ADC5_CHAN_VOLT(_pre, _scale) \ argument 425 ADC5_CHAN(IIO_VOLTAGE, BIT(IIO_CHAN_INFO_PROCESSED), _pre, _scale) \ 427 #define ADC5_CHAN_CUR(_pre, _scale) \ argument 428 ADC5_CHAN(IIO_CURRENT, BIT(IIO_CHAN_INFO_PROCESSED), _pre, _scale) \
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
| H A D | resource_scale.sh | 41 source ${current_test}_scale.sh
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
| H A D | resource_scale.sh | 38 source ${current_test}_scale.sh
|
| /linux/Documentation/iio/ |
| H A D | adxl380.rst | 92 processed value = (_raw + _offset) * _scale 94 Where _offset and _scale are device attributes. If no _offset attribute is
|
| H A D | ade9000.rst | 42 | in_current[0-2]_scale | Scale for current channels. … 58 | in_voltage[0-2]_scale | Scale for voltage channels. …
|
| H A D | adxl313.rst | 110 processed value = (_raw + _offset) * _scale 112 Where _offset and _scale are device attributes. If no _offset attribute is
|
| H A D | adis16550.rst | 155 processed value = (_raw + _offset) * _scale 157 Where _offset and _scale are device attributes. If no _offset attribute is
|
| H A D | adis16475.rst | 158 processed value = (_raw + _offset) * _scale 160 Where _offset and _scale are device attributes. If no _offset attribute is
|
| H A D | adis16480.rst | 217 processed value = (_raw + _offset) * _scale 219 Where _offset and _scale are device attributes. If no _offset attribute is
|
| H A D | adxl345.rst | 68 processed value = (_raw + _offset) * _scale 70 Where _offset and _scale are device attributes. If no _offset attribute is
|
| /linux/drivers/devfreq/event/ |
| H A D | rockchip-dfi.c | 377 PMU_EVENT_ATTR_STRING(_name.scale, _var##_scale, "9.536743164e-07") 399 &_name##_scale.attr.attr
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio | 457 to scaling by <type>[Y]_scale in order to obtain value in the 497 What: /sys/bus/iio/devices/iio:deviceX/in_velocity_sqrt(x^2+y^2+z^2)_scale 518 called <type>[Y][_name]_scale. The peak modifier means this 2057 counters, multiplication by an available [Y]_scale results in
|