Searched refs:dw9714_dev (Results 1 – 1 of 1) sorted by relevance
72 dw9714_dev->current_val = val; in dw9714_t_focus_vcm()166 struct dw9714_device *dw9714_dev; in dw9714_probe() local169 dw9714_dev = devm_kzalloc(&client->dev, sizeof(*dw9714_dev), in dw9714_probe()171 if (!dw9714_dev) in dw9714_probe()175 if (IS_ERR(dw9714_dev->vcc)) in dw9714_probe()176 return PTR_ERR(dw9714_dev->vcc); in dw9714_probe()186 rval = dw9714_power_up(dw9714_dev); in dw9714_probe()217 dw9714_power_down(dw9714_dev); in dw9714_probe()239 dw9714_subdev_cleanup(dw9714_dev); in dw9714_remove()266 ret = dw9714_power_down(dw9714_dev); in dw9714_vcm_suspend()[all …]
Completed in 5 milliseconds