| /linux/Documentation/devicetree/bindings/iio/pressure/ |
| H A D | meas,ms5611.yaml | 4 $id: http://devicetree.org/schemas/iio/pressure/meas,ms5611.yaml# 13 Pressure sensors from MEAS Switzerland with SPI and I2C bus interfaces. 18 - meas,ms5607 19 - meas,ms5611 45 compatible = "meas,ms5607"; 55 compatible = "meas,ms5611";
|
| /linux/drivers/iio/pressure/ |
| H A 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 226 { .compatible = "meas,ms5637", .data = &ms5637_data }, 227 { .compatible = "meas,ms5803", .data = &ms5803_data }, 228 { .compatible = "meas,ms5805", .data = &ms5805_data }, 229 { .compatible = "meas,ms5837", .data = &ms5837_data }, 230 { .compatible = "meas,ms8607-temppressure", .data = &ms8607_data }, 247 MODULE_AUTHOR("William Markezana <william.markezana@meas-spec.com>");
|
| H A D | ms5611_i2c.c | 108 { .compatible = "meas,ms5611" }, 109 { .compatible = "meas,ms5607" },
|
| H A D | ms5611_spi.c | 109 { .compatible = "meas,ms5611" }, 110 { .compatible = "meas,ms5607" },
|
| H A D | ms5611_core.c | 8 * http://www.meas-spec.com/downloads/MS5611-01BA03.pdf 9 * http://www.meas-spec.com/downloads/MS5607-02BA03.pdf
|
| /linux/include/linux/ |
| H A 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);
|
| /linux/drivers/iio/humidity/ |
| H A D | htu21.c | 12 * http://www.meas-spec.com/downloads/HTU21D.pdf 14 * http://www.meas-spec.com/downloads/MS8607-02BA01.pdf 117 * Meas Spec recommendation is to not read temperature 239 { .compatible = "meas,htu21", }, 240 { .compatible = "meas,ms8607-humidity", }, 257 MODULE_AUTHOR("William Markezana <william.markezana@meas-spec.com>");
|
| /linux/drivers/platform/chrome/ |
| H A D | cros_usbpd_logger.c | 86 struct usb_chg_measures *meas; in cros_usbpd_print_log_entry() local 123 meas = (struct usb_chg_measures *)r->payload; in cros_usbpd_print_log_entry() 127 chg_type, meas->voltage_now, in cros_usbpd_print_log_entry() 128 meas->voltage_max, meas->current_max); in cros_usbpd_print_log_entry()
|
| /linux/Documentation/devicetree/bindings/hwmon/ |
| H A D | ltc2990.txt | 6 - lltc,meas-mode: 35 lltc,meas-mode = <7 3>; /* V1, V2, V3, V4 */
|
| /linux/drivers/power/supply/ |
| H A D | cros_usbpd-charger.c | 226 port->psy_voltage_max_design = resp.meas.voltage_max; in cros_usbpd_charger_get_power_info() 227 port->psy_voltage_now = resp.meas.voltage_now; in cros_usbpd_charger_get_power_info() 228 port->psy_current_max = resp.meas.current_max; in cros_usbpd_charger_get_power_info() 289 port->port_number, resp.type, resp.meas.voltage_max, in cros_usbpd_charger_get_power_info() 290 resp.meas.voltage_now, resp.meas.current_max, in cros_usbpd_charger_get_power_info() 291 resp.meas.current_lim, resp.max_power); in cros_usbpd_charger_get_power_info()
|
| /linux/drivers/iio/temperature/ |
| H A D | tsys01.c | 8 * http://www.meas-spec.com/downloads/TSYS01_Digital_Temperature_Sensor.pdf 214 { .compatible = "meas,tsys01", }, 231 MODULE_AUTHOR("William Markezana <william.markezana@meas-spec.com>");
|
| H A D | mlx90632.c | 72 #define MLX90632_CFG_MTYP_MASK GENMASK(8, 4) /* Meas select Mask */ 266 static int mlx90632_get_measurement_time(struct regmap *regmap, u16 meas) in mlx90632_get_measurement_time() argument 271 ret = regmap_read(regmap, meas, ®); in mlx90632_get_measurement_time() 611 s32 ret, meas; in mlx90632_read_all_channel_extended() local 620 ret = read_poll_timeout(mlx90632_perform_measurement, meas, meas == 19, in mlx90632_read_all_channel_extended()
|
| /linux/drivers/iio/chemical/ |
| H A D | sps30_i2c.c | 164 static int sps30_i2c_read_meas(struct sps30_state *state, __be32 *meas, size_t num) in sps30_i2c_read_meas() argument 173 return sps30_i2c_command(state, SPS30_I2C_READ_MEAS, NULL, 0, meas, sizeof(*meas) * num); in sps30_i2c_read_meas()
|
| H A D | sps30_serial.c | 297 static int sps30_serial_read_meas(struct sps30_state *state, __be32 *meas, size_t num) in sps30_serial_read_meas() argument 305 ret = sps30_serial_command(state, SPS30_SERIAL_READ_MEAS, NULL, 0, meas, num * sizeof(*meas)); in sps30_serial_read_meas() 311 if (ret != num * sizeof(*meas)) in sps30_serial_read_meas()
|
| H A D | sps30.h | 11 int (*read_meas)(struct sps30_state *state, __be32 *meas, size_t num);
|
| H A D | scd30.h | 66 int meas[SCD30_MEAS_COUNT]; member
|
| H A D | scd4x.c | 273 static int scd4x_read_meas(struct scd4x_state *state, uint16_t *meas) in scd4x_read_meas() argument 283 meas[i] = be16_to_cpu(buf[i]); in scd4x_read_meas()
|
| /linux/tools/testing/selftests/drivers/s390x/uvdevice/ |
| H A D | test_uvdevice.c | 148 uint8_t meas[64]; member 170 self->uvio_attest.meas_addr = (__u64)&self->attest_buffer.meas; in FIXTURE_SETUP() 171 self->uvio_attest.meas_len = sizeof(self->attest_buffer.meas); in FIXTURE_SETUP()
|
| /linux/Documentation/devicetree/bindings/input/ |
| H A D | iqs626a.yaml | 189 azoteq,meas-cap-decrease: 527 azoteq,meas-cap-decrease: 766 azoteq,meas-cap-decrease; 861 azoteq,meas-cap-decrease; 869 azoteq,meas-cap-decrease;
|
| /linux/drivers/iio/test/ |
| H A D | iio-test-gts.c | 186 * Meas time 100 => gain by time 2x in test_iio_gts_find_gain_for_scale_using_time() 196 * Meas time 200 => gain by time 4x in test_iio_gts_find_gain_for_scale_using_time() 218 * Meas time 100 => gain by time 2x in test_iio_gts_find_gain_for_scale_using_time()
|
| /linux/Documentation/devicetree/bindings/display/ |
| H A D | amlogic,meson-g12a-dw-mipi-dsi.yaml | 39 - const: meas
|
| /linux/drivers/net/can/ctucanfd/ |
| H A D | ctucanfd_kframe.h | 15 * Department of Measurement (http://meas.fel.cvut.cz/)
|
| H A D | ctucanfd.h | 15 * Department of Measurement (http://meas.fel.cvut.cz/)
|
| H A D | ctucanfd_platform.c | 15 * Department of Measurement (http://meas.fel.cvut.cz/)
|
| /linux/drivers/iio/common/ms_sensors/ |
| H A D | ms_sensors_i2c.c | 174 * http://www.meas-spec.com/downloads/HTU2X_Serial_Number_Reading.pdf 694 MODULE_AUTHOR("William Markezana <william.markezana@meas-spec.com>");
|