Home
last modified time | relevance | path

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

/linux/drivers/iio/imu/bno055/
H A Dbno055.c120 const int *hw_xlate; member
179 .hw_xlate = bno055_gyr_scale_hw_xlate,
190 .hw_xlate = bno055_gyr_lpf_hw_xlate,
569 if (attr->hw_xlate) in bno055_get_regmask()
571 if (attr->hw_xlate[i] == idx) { in bno055_get_regmask()
649 if (attr->hw_xlate) in bno055_set_regmask()
650 hwval = attr->hw_xlate[hwval]; in bno055_set_regmask()