Home
last modified time | relevance | path

Searched full:hp03 (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/pressure/
H A Dhoperf,hp03.yaml4 $id: http://devicetree.org/schemas/iio/pressure/hoperf,hp03.yaml#
7 title: HopeRF HP03 digital pressure/temperature sensors
17 const: hoperf,hp03
42 compatible = "hoperf,hp03";
/linux/drivers/iio/pressure/
H A Dhp03.c5 * Driver for Hope RF HP03 digital temperature and pressure sensor.
8 #define pr_fmt(fmt) "hp03: " fmt
19 * The HP03 sensor occupies two fixed I2C addresses:
136 /* Coefficient voodoo from the HP03 datasheet. */ in hp03_update_temp_pressure()
269 { "hp03" },
275 { .compatible = "hoperf,hp03" },
282 .name = "hp03",
291 MODULE_DESCRIPTION("Driver for Hope RF HP03 pressure and temperature sensor");
H A DKconfig106 config HP03 config
107 tristate "Hope RF HP03 temperature and pressure sensor driver"
111 Say yes here to build support for Hope RF HP03 pressure and
115 will be called hp03.
H A DMakefile17 obj-$(CONFIG_HP03) += hp03.o