Searched refs:iio_read_channel_processed_scale (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/include/linux/iio/ |
D | consumer.h | 256 int iio_read_channel_processed_scale(struct iio_channel *chan, int *val,
|
/Linux-v5.15/drivers/iio/ |
D | inkern.c | 681 int iio_read_channel_processed_scale(struct iio_channel *chan, int *val, in iio_read_channel_processed_scale() function 712 EXPORT_SYMBOL_GPL(iio_read_channel_processed_scale); 717 return iio_read_channel_processed_scale(chan, val, 1); in iio_read_channel_processed()
|
/Linux-v5.15/drivers/power/supply/ |
D | rn5t618_power.c | 477 ret = iio_read_channel_processed_scale(info->channel_vadp, &val->intval, 1000); in rn5t618_adp_get_property() 611 ret = iio_read_channel_processed_scale(info->channel_vusb, &val->intval, 1000); in rn5t618_usb_get_property()
|
/Linux-v5.15/drivers/hwmon/ |
D | ntc_thermistor.c | 328 ret = iio_read_channel_processed_scale(channel, &uv, 1000); in ntc_adc_iio_read()
|