Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dak7375.c24 #define AK7375_CTRL_STEPS 64 macro
194 * The lens position is gradually moved in units of AK7375_CTRL_STEPS,
208 for (val = ak7375_dev->focus->val & ~(AK7375_CTRL_STEPS - 1); in ak7375_vcm_suspend()
209 val >= 0; val -= AK7375_CTRL_STEPS) { in ak7375_vcm_suspend()
231 * The lens position is gradually moved in units of AK7375_CTRL_STEPS,
251 for (val = ak7375_dev->focus->val % AK7375_CTRL_STEPS; in ak7375_vcm_resume()
253 val += AK7375_CTRL_STEPS) { in ak7375_vcm_resume()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dak7375.c25 #define AK7375_CTRL_STEPS 64 macro
209 * The lens position is gradually moved in units of AK7375_CTRL_STEPS,
221 for (val = ak7375_dev->focus->val & ~(AK7375_CTRL_STEPS - 1); in ak7375_vcm_suspend()
222 val >= 0; val -= AK7375_CTRL_STEPS) { in ak7375_vcm_suspend()
249 * The lens position is gradually moved in units of AK7375_CTRL_STEPS,
276 for (val = ak7375_dev->focus->val % AK7375_CTRL_STEPS; in ak7375_vcm_resume()
278 val += AK7375_CTRL_STEPS) { in ak7375_vcm_resume()

Completed in 2 milliseconds