Lines Matching refs:start_current
70 unsigned int start_current; member
522 range = dev_vcm->rated_current - dev_vcm->start_current; in dw9714_get_pos()
525 if (dac <= dev_vcm->start_current) { in dw9714_get_pos()
527 } else if ((dac > dev_vcm->start_current) && in dw9714_get_pos()
529 position = (dac - dev_vcm->start_current) * dev_vcm->max_logicalpos / range; in dw9714_get_pos()
554 range = dev_vcm->rated_current - dev_vcm->start_current; in dw9714_set_pos()
556 position = dev_vcm->start_current; in dw9714_set_pos()
558 position = dev_vcm->start_current + in dw9714_set_pos()
801 dev_vcm->start_current = dev_vcm->vcm_cfg.start_ma * in dw9714_update_vcm_cfg()
1266 dev_vcm->start_current, in dw9714_parse_dt_property()
1344 dw9714_dev->current_lens_pos = dw9714_dev->start_current; in dw9714_probe()