/linux/Documentation/devicetree/bindings/iio/pressure/ |
H A D | honeywell,mprls0025pa.yaml | 4 $id: http://devicetree.org/schemas/iio/pressure/honeywell,mprls0025pa.yaml# 7 title: Honeywell mprls0025pa pressure sensor 14 Honeywell pressure sensor of model mprls0025pa. 25 For custom silicon chips not covered by the Honeywell MPR series datasheet, 26 the pressure values can be specified manually via honeywell,pmin-pascal and 27 honeywell,pmax-pascal. 35 https://prod-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/ 42 const: honeywell,mprls0025pa 60 honeywell,transfer-function: 70 honeywell,pressure-triplet: [all …]
|
H A D | honeywell,hsc030pa.yaml | 4 $id: http://devicetree.org/schemas/iio/pressure/honeywell,hsc030pa.yaml# 7 title: Honeywell TruStability HSC and SSC pressure sensor series 10 support for Honeywell TruStability HSC and SSC digital pressure sensor 34 …https://prod-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressur… 35 …https://prod-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressur… 42 const: honeywell,hsc030pa 47 honeywell,transfer-function: 58 honeywell,pressure-triplet: 79 honeywell,pmin-pascal: 82 To be specified only if honeywell,pressure-triplet is set to "NA". [all …]
|
/linux/Documentation/devicetree/bindings/iio/magnetometer/ |
H A D | honeywell,hmc5843.yaml | 4 $id: http://devicetree.org/schemas/iio/magnetometer/honeywell,hmc5843.yaml# 7 title: Honeywell HMC5843 magnetometer sensor 15 - honeywell,hmc5843 16 - honeywell,hmc5883 17 - honeywell,hmc5883l 18 - honeywell,hmc5983 39 compatible = "honeywell,hmc5843";
|
/linux/drivers/iio/pressure/ |
H A D | hsc030pa_i2c.c | 3 * Honeywell TruStability HSC Series pressure/temperature sensor 7 …* Datasheet: https://prod-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/se… 8 …* Datasheet: https://prod-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/se… 50 { .compatible = "honeywell,hsc030pa" }, 72 MODULE_DESCRIPTION("Honeywell HSC and SSC pressure sensor i2c driver");
|
H A D | mprls0025pa_i2c.c | 3 * MPRLS0025PA - Honeywell MicroPressure pressure sensor series driver 8 …* https://prod-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pres… 76 { .compatible = "honeywell,mprls0025pa" }, 98 MODULE_DESCRIPTION("Honeywell MPR pressure sensor i2c driver");
|
H A D | mprls0025pa_spi.c | 3 * MPRLS0025PA - Honeywell MicroPressure MPR series SPI sensor driver 8 …* https://prod-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pres… 68 { .compatible = "honeywell,mprls0025pa" }, 90 MODULE_DESCRIPTION("Honeywell MPR pressure sensor spi driver");
|
H A D | mprls0025pa.c | 3 * MPRLS0025PA - Honeywell MicroPressure pressure sensor series driver 8 …* https://prod-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pres… 364 "honeywell,transfer-function", &func); in mpr_common_probe() 367 "honeywell,transfer-function could not be read\n"); in mpr_common_probe() 371 "honeywell,transfer-function %d invalid\n", in mpr_common_probe() 374 ret = device_property_read_string(dev, "honeywell,pressure-triplet", in mpr_common_probe() 377 ret = device_property_read_u32(dev, "honeywell,pmin-pascal", in mpr_common_probe() 381 "honeywell,pmin-pascal could not be read\n"); in mpr_common_probe() 383 ret = device_property_read_u32(dev, "honeywell,pmax-pascal", in mpr_common_probe() 387 "honeywell,pmax-pascal could not be read\n"); in mpr_common_probe() [all …]
|
H A D | hsc030pa.c | 3 * Honeywell TruStability HSC Series pressure/temperature sensor 7 …* Datasheet: https://prod-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/se… 38 * Consult honeywell,pressure-triplet in the bindings file for details. 464 ret = device_property_read_u32(dev, "honeywell,transfer-function", in hsc_common_probe() 468 "honeywell,transfer-function could not be read\n"); in hsc_common_probe() 471 "honeywell,transfer-function %d invalid\n", in hsc_common_probe() 474 ret = device_property_read_string(dev, "honeywell,pressure-triplet", in hsc_common_probe() 478 "honeywell,pressure-triplet could not be read\n"); in hsc_common_probe() 481 ret = device_property_read_u32(dev, "honeywell,pmin-pascal", in hsc_common_probe() 485 "honeywell,pmin-pascal could not be read\n"); in hsc_common_probe() [all …]
|
H A D | Kconfig | 10 tristate "Honeywell ABP pressure sensor driver" 13 Say yes here to build support for the Honeywell ABP pressure 118 tristate "Honeywell HSC/SSC TruStability pressure sensor series" 125 Say Y here to build support for the Honeywell TruStability 190 tristate "Honeywell MPRLS0025PA (MicroPressure sensors series)" 197 Say Y here to build support for the Honeywell MicroPressure pressure
|
H A D | mprls0025pa.h | 3 * MPRLS0025PA - Honeywell MicroPressure pressure sensor series driver 8 …* https://prod-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pres…
|
H A D | hsc030pa.h | 3 * Honeywell TruStability HSC Series pressure/temperature sensor
|
H A D | abp060mg.c | 264 MODULE_DESCRIPTION("Honeywell ABP pressure sensor driver");
|
/linux/drivers/iio/magnetometer/ |
H A D | hmc5843_i2c.c | 83 { .compatible = "honeywell,hmc5843", .data = (void *)HMC5843_ID }, 84 { .compatible = "honeywell,hmc5883", .data = (void *)HMC5883_ID }, 85 { .compatible = "honeywell,hmc5883l", .data = (void *)HMC5883L_ID }, 86 { .compatible = "honeywell,hmc5983", .data = (void *)HMC5983_ID },
|
H A D | Kconfig | 169 tristate "Honeywell HMC5843/5883/5883L 3-Axis Magnetometer (I2C)" 174 Say Y here to add support for the Honeywell HMC5843, HMC5883 and 183 tristate "Honeywell HMC5983 3-Axis Magnetometer (SPI)" 188 Say Y here to add support for the Honeywell HMC5983 3-Axis Magnetometer
|
/linux/Documentation/hwmon/ |
H A D | hih6130.rst | 6 * Honeywell HIH-6130 / HIH-6131 12 Datasheet: Publicly available at the Honeywell website 14 http://sensing.honeywell.com/index.php?ci_id=3106&la_id=1&defId=44872
|
/linux/drivers/hwmon/ |
H A D | hih6130.c | 2 /* Honeywell HIH-6130/HIH-6131 humidity and temperature sensor driver 10 * http://sensing.honeywell.com/index.php?ci_id=3106&la_id=1&defId=44872 242 { .compatible = "honeywell,hih6130", }, 259 MODULE_DESCRIPTION("Honeywell HIH-6130 humidity and temperature sensor driver");
|
H A D | Kconfig | 773 tristate "Honeywell Humidicon HIH-6130 humidity/temperature sensor" 776 If you say yes here you get support for Honeywell Humidicon
|
/linux/Documentation/devicetree/bindings/ |
H A D | trivial-devices.yaml | 112 # Honeywell Humidicon HIH-6130 humidity/temperature sensor 113 - honeywell,hi6130
|
H A D | vendor-prefixes.yaml | 635 "^honeywell,.*": 636 description: Honeywell
|
/linux/drivers/misc/ |
H A D | hmc6352.c | 3 * hmc6352.c - Honeywell Compass Driver
|
H A D | Kconfig | 383 tristate "Honeywell HMC6352 compass" 386 This driver provides support for the Honeywell HMC6352 compass,
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap4-sdp.dts | 461 compatible = "honeywell,hmc5843";
|
H A D | omap3-gta04.dtsi | 576 compatible = "honeywell,hmc5883l";
|
/linux/drivers/usb/serial/ |
H A D | ti_usb_3410_5052.c | 69 /* Honeywell vendor and product IDs */ 71 #define HONEYWELL_HGI80_PRODUCT_ID 0x0102 /* Honeywell HGI80 */
|
/linux/ |
H A D | MAINTAINERS | 10370 HONEYWELL HSC030PA PRESSURE SENSOR SERIES IIO DRIVER 10374 F: Documentation/devicetree/bindings/iio/pressure/honeywell,hsc030pa.yaml 10377 HONEYWELL MPRLS0025PA PRESSURE SENSOR SERIES IIO DRIVER 10382 F: Documentation/devicetree/bindings/iio/pressure/honeywell,mprls0025pa.yaml
|