Lines Matching refs:position
161 dev_dbg(&client->dev, "%s: get position %d\n", __func__, *cur_pos);
174 unsigned int position = 0;
178 position = dev_vcm->start_current;
180 position = dev_vcm->start_current +
183 if (position > DW9763_MAX_REG)
184 position = DW9763_MAX_REG;
186 dev_vcm->current_lens_pos = position;
188 ret = dw9763_write_reg(client, DW9763_DATAM_REG, position & 0x3ff, 2);
192 dev_dbg(&client->dev, "@@@@@@@@ %s: get position %d\n", __func__, position);