Lines Matching full:axis
59 * We are just using the values from the Axis 0 here. in scmi_iio_sensor_update_cb()
338 scale = sensor->sensor_info->axis[ch->scan_index].scale; in scmi_iio_read_raw()
381 * We are just using the values from the Axis 0 here. in scmi_iio_get_raw_available()
383 if (sensor->sensor_info->axis[0].extended_attrs) { in scmi_iio_get_raw_available()
384 min_range = sensor->sensor_info->axis[0].attrs.min_range; in scmi_iio_get_raw_available()
385 max_range = sensor->sensor_info->axis[0].attrs.max_range; in scmi_iio_get_raw_available()
386 resolution = sensor->sensor_info->axis[0].resolution; in scmi_iio_get_raw_available()
387 exponent = sensor->sensor_info->axis[0].exponent; in scmi_iio_get_raw_available()
388 scale = sensor->sensor_info->axis[0].scale; in scmi_iio_get_raw_available()
607 ret = scmi_iio_get_chan_type(sensor_info->axis[i].type, &type); in scmi_alloc_iiodev()
611 ret = scmi_iio_get_chan_modifier(sensor_info->axis[i].name, in scmi_alloc_iiodev()
617 sensor_info->axis[i].id); in scmi_alloc_iiodev()
669 /* This driver only supports 3-axis accel and gyro, skipping other sensors */ in scmi_iio_dev_probe()
673 /* This driver only supports 3-axis accel and gyro, skipping other sensors */ in scmi_iio_dev_probe()
674 if (sensor_info->axis[0].type != METERS_SEC_SQUARED && in scmi_iio_dev_probe()
675 sensor_info->axis[0].type != RADIANS_SEC) in scmi_iio_dev_probe()