Lines Matching defs:ox
1166 static int yas530_set_offsets(struct yas5xx *yas5xx, s8 ox, s8 oy1, s8 oy2)
1170 ret = regmap_write(yas5xx->map, YAS530_OFFSET_X, ox);
1196 s8 ox, oy1, oy2;
1229 ox = 0;
1234 ret = yas530_set_offsets(yas5xx, ox, oy1, oy2);
1244 ox = yas530_adjust_offset(ox, i, center, x);
1250 yas5xx->hard_offsets[0] = ox;
1253 ret = yas530_set_offsets(yas5xx, ox, oy1, oy2);
1258 ox, oy1, oy2);