Home
last modified time | relevance | path

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

/linux/drivers/iio/imu/bno055/
H A Dbno055.c119 const int *fusion_vals; member
133 .fusion_vals = (const int[]){62, 500000},
145 .fusion_vals = (const int[]){3924}, /* 4G */
178 .fusion_vals = (const int[]){1, 900},
189 .fusion_vals = (const int[]){32},
199 .fusion_vals = (const int[]){20},
719 *val = bno055_gyr_scale.fusion_vals[0]; in bno055_read_simple_chan()
720 *val2 = bno055_gyr_scale.fusion_vals[1]; in bno055_read_simple_chan()
774 *vals = attr->fusion_vals; in bno055_sysfs_attr_avail()
1037 return sysfs_emit(buf, "%d\n", bno055_acc_range.fusion_vals[0]); in in_accel_range_raw_available_show()