Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Ddw9763.c241 static int dw9763_get_dac(struct dw9763_device *dev_vcm, unsigned int *cur_dac) in dw9763_get_dac() argument
251 *cur_dac = abs_step; in dw9763_get_dac()
252 dev_dbg(&client->dev, "%s: get dac %d\n", __func__, *cur_dac); in dw9763_get_dac()
H A Ddw9714.c432 static int dw9714_get_dac(struct dw9714_device *dev_vcm, unsigned int *cur_dac) in dw9714_get_dac() argument
453 *cur_dac = abs_step; in dw9714_get_dac()
454 dev_dbg(&client->dev, "%s: get dac %d\n", __func__, *cur_dac); in dw9714_get_dac()
H A Dcn3927v.c450 static int cn3927v_get_dac(struct cn3927v_device *dev_vcm, unsigned int *cur_dac) in cn3927v_get_dac() argument
471 *cur_dac = abs_step; in cn3927v_get_dac()
472 v4l2_dbg(1, debug, &dev_vcm->sd, "%s: get dac %d\n", __func__, *cur_dac); in cn3927v_get_dac()