Lines Matching full:honeywell
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()
487 ret = device_property_read_u32(dev, "honeywell,pmax-pascal", in hsc_common_probe()
491 "honeywell,pmax-pascal could not be read\n"); in hsc_common_probe()
494 "honeywell,pressure-triplet", in hsc_common_probe()
499 "honeywell,pressure-triplet is invalid\n"); in hsc_common_probe()
540 MODULE_DESCRIPTION("Honeywell HSC and SSC pressure sensor core driver");