Searched refs:_raw (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/staging/iio/adc/ |
D | adc.h | 17 IIO_DEVICE_ATTR(in##_num##_raw, S_IRUGO, _show, NULL, _addr) 20 IIO_DEVICE_ATTR(in##_num##_##_name##_raw, S_IRUGO, _show, NULL, _addr) 23 IIO_DEVICE_ATTR_NAMED(in##_nump##min##_numn##_raw, \ 24 in##_nump-in##_numn##_raw, \
|
/linux-2.6.39/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-light | 29 What: /sys/bus/iio/devices/device[n]/illuminance0[_input|_raw] 35 should include _raw to signify it is not in SI units. 48 What: /sys/bus/iio/devices/device[n]/proximity[_input|_raw] 55 but if it is not, then it should include _raw. 57 What: /sys/bus/iio/devices/device[n]/intensity_infrared[_input|_raw] 64 value is not in SI units, then it should include _raw.
|
D | sysfs-bus-iio | 174 <type>Y[_name]_raw attributes. 188 If known for a device, offset to be added to <type>[Y]_raw prior 190 <type> units as specified in <type>[y]_raw documentation. 213 If known for a device, scale to be applied to <type>Y[_name]_raw 216 <type>[Y][_name]_raw documentation.. If shared across all in 446 value is in raw device units or in processed units (as _raw 483 value is in raw device units or in processed units (as _raw
|
/linux-2.6.39/include/linux/ |
D | prio_tree.h | 58 #define __INIT_PRIO_TREE_ROOT(ptr, _raw) \ argument 62 (ptr)->raw = (_raw); \
|
/linux-2.6.39/drivers/staging/iio/dac/ |
D | dac.h | 6 IIO_DEVICE_ATTR(out##_num##_raw, S_IWUSR, NULL, _store, _addr)
|
D | max517.c | 122 static IIO_DEVICE_ATTR_NAMED(out1and2_raw, out1&2_raw, S_IWUSR, NULL,
|
/linux-2.6.39/drivers/staging/iio/gyro/ |
D | adis16260_core.c | 545 &iio_dev_attr_gyro##axis##_raw.dev_attr.attr, \ 549 &iio_dev_attr_angl##axis##_raw.dev_attr.attr, \
|
/linux-2.6.39/drivers/hwmon/ |
D | s3c-hwmon.c | 112 static SENSOR_DEVICE_ATTR(adc##x##_raw, S_IRUGO, s3c_hwmon_show_raw, NULL, x)
|