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/
354 ret = device_property_read_u32(dev, "honeywell,pmin-pascal", in mpr_probe()
358 "honeywell,pmin-pascal could not be read\n"); in mpr_probe()
359 ret = device_property_read_u32(dev, "honeywell,pmax-pascal", in mpr_probe()
363 "honeywell,pmax-pascal could not be read\n"); in mpr_probe()
365 "honeywell,transfer-function", &data->function); in mpr_probe()
368 "honeywell,transfer-function could not be read\n"); in mpr_probe()
371 "honeywell,transfer-function %d invalid\n", in mpr_probe()
427 { .compatible = "honeywell,mprls0025pa" },
449 MODULE_DESCRIPTION("Honeywell MPRLS0025PA I2C driver");