Searched refs:dw9714_dev (Results 1 – 1 of 1) sorted by relevance
70 dw9714_dev->current_val = val; in dw9714_t_focus_vcm()142 struct dw9714_device *dw9714_dev; in dw9714_probe() local145 dw9714_dev = devm_kzalloc(&client->dev, sizeof(*dw9714_dev), in dw9714_probe()147 if (dw9714_dev == NULL) in dw9714_probe()151 if (IS_ERR(dw9714_dev->vcc)) in dw9714_probe()152 return PTR_ERR(dw9714_dev->vcc); in dw9714_probe()154 rval = regulator_enable(dw9714_dev->vcc); in dw9714_probe()165 rval = dw9714_init_controls(dw9714_dev); in dw9714_probe()186 regulator_disable(dw9714_dev->vcc); in dw9714_probe()208 dw9714_subdev_cleanup(dw9714_dev); in dw9714_remove()[all …]
Completed in 4 milliseconds