| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/pressure/ |
| D | ms5637.txt | 6 meas,ms5637 7 meas,ms5805 8 meas,ms5837 9 meas,ms8607-temppressure 15 compatible = "meas,ms5637";
|
| D | ms5611.txt | 1 MEAS ms5611 family pressure sensors 3 Pressure sensors from MEAS Switzerland with SPI and I2C bus interfaces. 6 - compatible: "meas,ms5611" or "meas,ms5607" 16 compatible = "meas,ms5607";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/pressure/ |
| D | ms5637.txt | 6 meas,ms5637 7 meas,ms5805 8 meas,ms5837 9 meas,ms8607-temppressure 15 compatible = "meas,ms5637";
|
| D | ms5611.txt | 1 MEAS ms5611 family pressure sensors 3 Pressure sensors from MEAS Switzerland with SPI and I2C bus interfaces. 6 - compatible: "meas,ms5611" or "meas,ms5607" 16 compatible = "meas,ms5607";
|
| /kernel/linux/linux-5.10/drivers/iio/pressure/ |
| D | ms5637.c | 11 * http://www.meas-spec.com/downloads/MS5637-02BA03.pdf 13 * http://www.meas-spec.com/downloads/MS5805-02BA01.pdf 15 * http://www.meas-spec.com/downloads/MS5837-30BA.pdf 17 * http://www.meas-spec.com/downloads/MS8607-02BA01.pdf 183 { .compatible = "meas,ms5637", }, 184 { .compatible = "meas,ms5805", }, 185 { .compatible = "meas,ms5837", }, 186 { .compatible = "meas,ms8607-temppressure", }, 203 MODULE_AUTHOR("William Markezana <william.markezana@meas-spec.com>");
|
| D | ms5611_i2c.c | 117 { .compatible = "meas,ms5611" }, 118 { .compatible = "meas,ms5607" },
|
| /kernel/linux/linux-4.19/drivers/iio/pressure/ |
| D | ms5637.c | 12 * http://www.meas-spec.com/downloads/MS5637-02BA03.pdf 14 * http://www.meas-spec.com/downloads/MS5805-02BA01.pdf 16 * http://www.meas-spec.com/downloads/MS5837-30BA.pdf 18 * http://www.meas-spec.com/downloads/MS8607-02BA01.pdf 184 { .compatible = "meas,ms5637", }, 185 { .compatible = "meas,ms5805", }, 186 { .compatible = "meas,ms5837", }, 187 { .compatible = "meas,ms8607-temppressure", }, 204 MODULE_AUTHOR("William Markezana <william.markezana@meas-spec.com>");
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | win_minmax.h | 27 static inline u32 minmax_reset(struct minmax *m, u32 t, u32 meas) in minmax_reset() argument 29 struct minmax_sample val = { .t = t, .v = meas }; in minmax_reset() 35 u32 minmax_running_max(struct minmax *m, u32 win, u32 t, u32 meas); 36 u32 minmax_running_min(struct minmax *m, u32 win, u32 t, u32 meas);
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | win_minmax.h | 27 static inline u32 minmax_reset(struct minmax *m, u32 t, u32 meas) in minmax_reset() argument 29 struct minmax_sample val = { .t = t, .v = meas }; in minmax_reset() 35 u32 minmax_running_max(struct minmax *m, u32 win, u32 t, u32 meas); 36 u32 minmax_running_min(struct minmax *m, u32 win, u32 t, u32 meas);
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/humidity/ |
| D | htu21.txt | 5 - compatible: should be "meas,htu21" or "meas,ms8607-humidity" 11 compatible = "meas,htu21";
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/humidity/ |
| D | htu21.txt | 5 - compatible: should be "meas,htu21" or "meas,ms8607-humidity" 11 compatible = "meas,htu21";
|
| /kernel/linux/linux-4.19/lib/ |
| D | win_minmax.c | 67 u32 minmax_running_max(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_max() argument 69 struct minmax_sample val = { .t = t, .v = meas }; in minmax_running_max() 73 return minmax_reset(m, t, meas); /* forget earlier samples */ in minmax_running_max() 85 u32 minmax_running_min(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_min() argument 87 struct minmax_sample val = { .t = t, .v = meas }; in minmax_running_min() 91 return minmax_reset(m, t, meas); /* forget earlier samples */ in minmax_running_min()
|
| /kernel/linux/linux-5.10/lib/ |
| D | win_minmax.c | 67 u32 minmax_running_max(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_max() argument 69 struct minmax_sample val = { .t = t, .v = meas }; in minmax_running_max() 73 return minmax_reset(m, t, meas); /* forget earlier samples */ in minmax_running_max() 85 u32 minmax_running_min(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_min() argument 87 struct minmax_sample val = { .t = t, .v = meas }; in minmax_running_min() 91 return minmax_reset(m, t, meas); /* forget earlier samples */ in minmax_running_min()
|
| /kernel/linux/linux-4.19/drivers/iio/humidity/ |
| D | htu21.c | 13 * http://www.meas-spec.com/downloads/HTU21D.pdf 15 * http://www.meas-spec.com/downloads/MS8607-02BA01.pdf 118 * Meas Spec recommendation is to not read temperature 241 { .compatible = "meas,htu21", }, 242 { .compatible = "meas,ms8607-humidity", }, 259 MODULE_AUTHOR("William Markezana <william.markezana@meas-spec.com>");
|
| /kernel/linux/linux-5.10/drivers/iio/humidity/ |
| D | htu21.c | 12 * http://www.meas-spec.com/downloads/HTU21D.pdf 14 * http://www.meas-spec.com/downloads/MS8607-02BA01.pdf 118 * Meas Spec recommendation is to not read temperature 240 { .compatible = "meas,htu21", }, 241 { .compatible = "meas,ms8607-humidity", }, 258 MODULE_AUTHOR("William Markezana <william.markezana@meas-spec.com>");
|
| /kernel/linux/linux-5.10/drivers/iio/chemical/ |
| D | scd30_core.c | 119 ret = state->command(state, CMD_READ_MEAS, 0, state->meas, sizeof(state->meas)); in scd30_read_meas() 123 be32_to_cpu_array(state->meas, (__be32 *)state->meas, ARRAY_SIZE(state->meas)); in scd30_read_meas() 125 for (i = 0; i < ARRAY_SIZE(state->meas); i++) in scd30_read_meas() 126 state->meas[i] = scd30_float_to_fp(state->meas[i]); in scd30_read_meas() 132 state->meas[SCD30_TEMP] *= 10; in scd30_read_meas() 133 state->meas[SCD30_HR] *= 10; in scd30_read_meas() 224 *val = state->meas[chan->address]; in scd30_read_raw() 607 memcpy(scan.data, state->meas, sizeof(state->meas)); in scd30_trigger_handler()
|
| /kernel/linux/linux-5.10/drivers/platform/chrome/ |
| D | cros_usbpd_logger.c | 84 struct usb_chg_measures *meas; in cros_usbpd_print_log_entry() local 121 meas = (struct usb_chg_measures *)r->payload; in cros_usbpd_print_log_entry() 125 chg_type, meas->voltage_now, in cros_usbpd_print_log_entry() 126 meas->voltage_max, meas->current_max); in cros_usbpd_print_log_entry()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/temperature/ |
| D | tsys01.txt | 5 - compatible: should be "meas,tsys01" 17 compatible = "meas,tsys01";
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/temperature/ |
| D | tsys01.txt | 5 - compatible: should be "meas,tsys01" 17 compatible = "meas,tsys01";
|
| /kernel/linux/linux-4.19/drivers/power/supply/ |
| D | cros_usbpd-charger.c | 193 port->psy_voltage_max_design = resp.meas.voltage_max; in cros_usbpd_charger_get_power_info() 194 port->psy_voltage_now = resp.meas.voltage_now; in cros_usbpd_charger_get_power_info() 195 port->psy_current_max = resp.meas.current_max; in cros_usbpd_charger_get_power_info() 253 port->port_number, resp.type, resp.meas.voltage_max, in cros_usbpd_charger_get_power_info() 254 resp.meas.voltage_now, resp.meas.current_max, in cros_usbpd_charger_get_power_info() 255 resp.meas.current_lim, resp.max_power); in cros_usbpd_charger_get_power_info()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/ |
| D | ltc2990.txt | 6 - lltc,meas-mode: 35 lltc,meas-mode = <7 3>; /* V1, V2, V3, V4 */
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/hwmon/ |
| D | ltc2990.txt | 6 - lltc,meas-mode: 35 lltc,meas-mode = <7 3>; /* V1, V2, V3, V4 */
|
| /kernel/linux/linux-5.10/drivers/power/supply/ |
| D | cros_usbpd-charger.c | 227 port->psy_voltage_max_design = resp.meas.voltage_max; in cros_usbpd_charger_get_power_info() 228 port->psy_voltage_now = resp.meas.voltage_now; in cros_usbpd_charger_get_power_info() 229 port->psy_current_max = resp.meas.current_max; in cros_usbpd_charger_get_power_info() 290 port->port_number, resp.type, resp.meas.voltage_max, in cros_usbpd_charger_get_power_info() 291 resp.meas.voltage_now, resp.meas.current_max, in cros_usbpd_charger_get_power_info() 292 resp.meas.current_lim, resp.max_power); in cros_usbpd_charger_get_power_info()
|
| /kernel/linux/linux-4.19/drivers/iio/temperature/ |
| D | tsys01.c | 9 * http://www.meas-spec.com/downloads/TSYS01_Digital_Temperature_Sensor.pdf 217 { .compatible = "meas,tsys01", }, 234 MODULE_AUTHOR("William Markezana <william.markezana@meas-spec.com>");
|
| /kernel/linux/linux-5.10/drivers/iio/temperature/ |
| D | tsys01.c | 8 * http://www.meas-spec.com/downloads/TSYS01_Digital_Temperature_Sensor.pdf 216 { .compatible = "meas,tsys01", }, 233 MODULE_AUTHOR("William Markezana <william.markezana@meas-spec.com>");
|