magn_flux_attr     50 drivers/iio/magnetometer/hid-sensor-magn-3d.c 	struct common_attributes magn_flux_attr;
magn_flux_attr    184 drivers/iio/magnetometer/hid-sensor-magn-3d.c 			*val = magn_state->magn_flux_attr.scale_pre_decml;
magn_flux_attr    185 drivers/iio/magnetometer/hid-sensor-magn-3d.c 			*val2 = magn_state->magn_flux_attr.scale_post_decml;
magn_flux_attr    186 drivers/iio/magnetometer/hid-sensor-magn-3d.c 			ret_type = magn_state->magn_flux_attr.scale_precision;
magn_flux_attr    200 drivers/iio/magnetometer/hid-sensor-magn-3d.c 			*val = magn_state->magn_flux_attr.value_offset;
magn_flux_attr    429 drivers/iio/magnetometer/hid-sensor-magn-3d.c 	st->magn_flux_attr.scale_precision = hid_sensor_format_scale(
magn_flux_attr    432 drivers/iio/magnetometer/hid-sensor-magn-3d.c 				&st->magn_flux_attr.scale_pre_decml,
magn_flux_attr    433 drivers/iio/magnetometer/hid-sensor-magn-3d.c 				&st->magn_flux_attr.scale_post_decml);