Lines Matching full:honeywell
3 * MPRLS0025PA - Honeywell MicroPressure pressure sensor series driver
8 * https://prod-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/
355 ret = device_property_read_u32(dev, "honeywell,pmin-pascal", in mpr_probe()
359 "honeywell,pmin-pascal could not be read\n"); in mpr_probe()
360 ret = device_property_read_u32(dev, "honeywell,pmax-pascal", in mpr_probe()
364 "honeywell,pmax-pascal could not be read\n"); in mpr_probe()
366 "honeywell,transfer-function", &func); in mpr_probe()
369 "honeywell,transfer-function could not be read\n"); in mpr_probe()
373 "honeywell,transfer-function %d invalid\n", in mpr_probe()
429 { .compatible = "honeywell,mprls0025pa" },
451 MODULE_DESCRIPTION("Honeywell MPRLS0025PA I2C driver");