Home
last modified time | relevance | path

Searched refs:magn_flux_attr (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/iio/magnetometer/
H A Dhid-sensor-magn-3d.c45 struct common_attributes magn_flux_attr; member
187 *val = magn_state->magn_flux_attr.scale_pre_decml; in magn_3d_read_raw()
188 *val2 = magn_state->magn_flux_attr.scale_post_decml; in magn_3d_read_raw()
189 ret_type = magn_state->magn_flux_attr.scale_precision; in magn_3d_read_raw()
203 *val = magn_state->magn_flux_attr.value_offset; in magn_3d_read_raw()
440 st->magn_flux_attr.scale_precision = hid_sensor_format_scale( in magn_3d_parse_report()
443 &st->magn_flux_attr.scale_pre_decml, in magn_3d_parse_report()
444 &st->magn_flux_attr.scale_post_decml); in magn_3d_parse_report()