Searched refs:hw_xlate (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/iio/imu/bno055/
H A Dbno055.c120 int *hw_xlate; member in struct:bno055_sysfs_attr
177 .hw_xlate = (int[]){4, 3, 2, 1, 0},
186 .hw_xlate = (int[]){5, 4, 7, 3, 6, 2, 1, 0},
563 if (attr->hw_xlate)
565 if (attr->hw_xlate[i] == idx) {
642 if (attr->hw_xlate)
643 hwval = attr->hw_xlate[hwval];

Completed in 220 milliseconds