Searched refs:IIO_PRESSURE (Results 1 – 25 of 27) sorted by relevance
12
/Linux-v6.6/drivers/iio/pressure/ |
D | hp206c.c | 223 case IIO_PRESSURE: in hp206c_read_raw() 252 case IIO_PRESSURE: in hp206c_read_raw() 279 case IIO_PRESSURE: in hp206c_read_raw() 312 case IIO_PRESSURE: in hp206c_write_raw() 331 .type = IIO_PRESSURE,
|
D | ms5611_core.c | 257 case IIO_PRESSURE: in ms5611_read_raw() 269 case IIO_PRESSURE: in ms5611_read_raw() 277 if (chan->type != IIO_TEMP && chan->type != IIO_PRESSURE) in ms5611_read_raw() 319 else if (chan->type == IIO_PRESSURE) in ms5611_write_raw() 346 .type = IIO_PRESSURE,
|
D | dlhl60d.c | 160 case IIO_PRESSURE: in dlh_read_raw() 173 case IIO_PRESSURE: in dlh_read_raw() 191 case IIO_PRESSURE: in dlh_read_raw() 214 .type = IIO_PRESSURE,
|
D | hp03.c | 49 .type = IIO_PRESSURE, 177 case IIO_PRESSURE: in hp03_read_raw() 189 case IIO_PRESSURE: in hp03_read_raw()
|
D | mpl3115.c | 86 case IIO_PRESSURE: { /* in 0.25 pascal / LSB */ in mpl3115_read_raw() 133 case IIO_PRESSURE: in mpl3115_read_raw() 201 .type = IIO_PRESSURE,
|
D | st_pressure_core.c | 126 .type = IIO_PRESSURE, 160 .type = IIO_PRESSURE, 192 .type = IIO_PRESSURE, 660 case IIO_PRESSURE: in st_press_read_raw()
|
D | ms5637.c | 75 case IIO_PRESSURE: /* in kPa */ in ms5637_read_raw() 122 .type = IIO_PRESSURE,
|
D | t5403.c | 136 case IIO_PRESSURE: in t5403_read_raw() 184 .type = IIO_PRESSURE,
|
D | dps310.c | 103 .type = IIO_PRESSURE, 576 case IIO_PRESSURE: in dps310_write_raw() 592 case IIO_PRESSURE: in dps310_write_raw() 798 case IIO_PRESSURE: in dps310_read_raw()
|
D | mprls0025pa.c | 131 .type = IIO_PRESSURE, 290 if (chan->type != IIO_PRESSURE) in mpr_read_raw()
|
D | zpa2326.c | 1014 case IIO_PRESSURE: in zpa2326_fetch_raw_sample() 1085 if (type == IIO_PRESSURE) { in zpa2326_sample_oneshot() 1484 case IIO_PRESSURE: in zpa2326_read_raw() 1550 .type = IIO_PRESSURE,
|
D | cros_ec_baro.c | 166 channel->type = IIO_PRESSURE; in cros_ec_baro_probe()
|
D | bmp280-core.c | 138 .type = IIO_PRESSURE, 156 .type = IIO_PRESSURE, 478 case IIO_PRESSURE: in bmp280_read_raw() 495 case IIO_PRESSURE: in bmp280_read_raw() 685 case IIO_PRESSURE: in bmp280_write_raw() 732 case IIO_PRESSURE: in bmp280_read_avail()
|
D | mpl115.c | 140 .type = IIO_PRESSURE,
|
D | icp10100.c | 355 case IIO_PRESSURE: in icp10100_read_raw_measures() 486 .type = IIO_PRESSURE,
|
D | abp060mg.c | 94 .type = IIO_PRESSURE,
|
D | hid-sensor-press.c | 44 .type = IIO_PRESSURE,
|
/Linux-v6.6/include/uapi/linux/iio/ |
D | types.h | 32 IIO_PRESSURE, enumerator
|
/Linux-v6.6/tools/iio/ |
D | iio_event_monitor.c | 47 [IIO_PRESSURE] = "pressure", 161 case IIO_PRESSURE: in event_is_known()
|
/Linux-v6.6/drivers/iio/chemical/ |
D | bme680_core.c | 93 .type = IIO_PRESSURE, 789 case IIO_PRESSURE: in bme680_read_raw() 803 case IIO_PRESSURE: in bme680_read_raw() 841 case IIO_PRESSURE: in bme680_write_raw()
|
D | scd30_core.c | 280 case IIO_PRESSURE: in scd30_write_raw() 479 .type = IIO_PRESSURE,
|
D | scd4x.c | 443 case IIO_PRESSURE: in scd4x_write_raw() 570 .type = IIO_PRESSURE,
|
/Linux-v6.6/drivers/input/touchscreen/ |
D | tsc2007_iio.c | 32 TSC2007_CHAN_IIO(6, "pen", IIO_PRESSURE, IIO_CHAN_INFO_RAW),
|
/Linux-v6.6/drivers/iio/imu/ |
D | adis16480.c | 482 case IIO_PRESSURE: in adis16480_set_calibbias() 507 case IIO_PRESSURE: in adis16480_get_calibbias() 685 case IIO_PRESSURE: in adis16480_read_raw() 774 .type = IIO_PRESSURE, \
|
/Linux-v6.6/drivers/iio/adc/ |
D | at91-sama5d2_adc.c | 397 .type = IIO_PRESSURE, \ 1322 chan->type == IIO_PRESSURE || in at91_adc_buffer_prepare() 1373 chan->type == IIO_PRESSURE || in at91_adc_buffer_postdisable() 1629 else if (chan->type == IIO_PRESSURE) in at91_adc_touch_data_handler() 1758 if (chan->type == IIO_PRESSURE) { in at91_adc_read_info_raw()
|
12