Searched refs:em_x270_camera_ldo (Results 1 – 1 of 1) sorted by relevance
961 static struct regulator *em_x270_camera_ldo; variable973 em_x270_camera_ldo = regulator_get(NULL, "vcc cam"); in em_x270_sensor_init()974 if (em_x270_camera_ldo == NULL) { in em_x270_sensor_init()979 ret = regulator_enable(em_x270_camera_ldo); in em_x270_sensor_init()981 regulator_put(em_x270_camera_ldo); in em_x270_sensor_init()1000 int is_on = regulator_is_enabled(em_x270_camera_ldo); in em_x270_sensor_power()1008 ret = regulator_enable(em_x270_camera_ldo); in em_x270_sensor_power()1010 ret = regulator_disable(em_x270_camera_ldo); in em_x270_sensor_power()