Home
last modified time | relevance | path

Searched refs:read_press (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/pressure/
H A Dbmp280-core.c121 int (*read_press)(struct bmp280_data *, int *, int *); member
357 * val might be NULL if we're called by the read_press routine, in bmp280_read_temp()
449 ret = data->chip_info->read_press(data, val, val2); in bmp280_read_raw()
651 .read_press = bmp280_read_press,
684 .read_press = bmp280_read_press,
818 * val might be NULL if we're called by the read_press routine, in bmp180_read_temp()
926 .read_press = bmp180_read_press,
/kernel/linux/linux-6.6/drivers/iio/pressure/
H A Dbmp280-core.c387 * val might be NULL if we're called by the read_press routine, in bmp280_read_temp()
479 ret = data->chip_info->read_press(data, val, val2); in bmp280_read_raw()
826 .read_press = bmp280_read_press,
871 .read_press = bmp280_read_press,
1015 * Val might be NULL if we're called by the read_press routine, in bmp380_read_temp()
1250 .read_press = bmp380_read_press,
1750 .read_press = bmp580_read_press,
1887 * val might be NULL if we're called by the read_press routine, in bmp180_read_temp()
2007 .read_press = bmp180_read_press,
H A Dbmp280.h451 int (*read_press)(struct bmp280_data *, int *, int *); member

Completed in 6 milliseconds