Lines Matching full:axis
62 * We are just using the values from the Axis 0 here. in scmi_iio_sensor_update_cb()
342 scale = sensor->sensor_info->axis[ch->scan_index].scale; in scmi_iio_read_raw()
385 * We are just using the values from the Axis 0 here. in scmi_iio_get_raw_available()
387 if (sensor->sensor_info->axis[0].extended_attrs) { in scmi_iio_get_raw_available()
388 min_range = sensor->sensor_info->axis[0].attrs.min_range; in scmi_iio_get_raw_available()
389 max_range = sensor->sensor_info->axis[0].attrs.max_range; in scmi_iio_get_raw_available()
390 resolution = sensor->sensor_info->axis[0].resolution; in scmi_iio_get_raw_available()
391 exponent = sensor->sensor_info->axis[0].exponent; in scmi_iio_get_raw_available()
392 scale = sensor->sensor_info->axis[0].scale; in scmi_iio_get_raw_available()
612 ret = scmi_iio_get_chan_type(sensor_info->axis[i].type, &type); in scmi_alloc_iiodev()
616 ret = scmi_iio_get_chan_modifier(sensor_info->axis[i].name, in scmi_alloc_iiodev()
622 sensor_info->axis[i].id); in scmi_alloc_iiodev()
674 /* This driver only supports 3-axis accel and gyro, skipping other sensors */ in scmi_iio_dev_probe()
678 /* This driver only supports 3-axis accel and gyro, skipping other sensors */ in scmi_iio_dev_probe()
679 if (sensor_info->axis[0].type != METERS_SEC_SQUARED && in scmi_iio_dev_probe()
680 sensor_info->axis[0].type != RADIANS_SEC) in scmi_iio_dev_probe()