Searched refs:cn3927v (Results 1 – 4 of 4) sorted by relevance
4 - compatible: Must contain "chipnext,cn3927v"42 cn3927v: cn3927v@c {43 compatible = "chipnext,cn3927v";70 lens-focus = <&cn3927v>;
4 - compatible: Must contain "chipnext,cn3927v"
1015 static int __cn3927v_set_power(struct cn3927v_device *cn3927v, bool on) in __cn3927v_set_power() argument1017 struct i2c_client *client = cn3927v->client; in __cn3927v_set_power()1022 if (cn3927v->power_on == !!on) in __cn3927v_set_power()1026 ret = regulator_enable(cn3927v->supply); in __cn3927v_set_power()1031 cn3927v->power_on = true; in __cn3927v_set_power()1033 ret = regulator_disable(cn3927v->supply); in __cn3927v_set_power()1038 cn3927v->power_on = false; in __cn3927v_set_power()1045 static int cn3927v_check_i2c(struct cn3927v_device *cn3927v, in cn3927v_check_i2c() argument1062 static int cn3927v_configure_regulator(struct cn3927v_device *cn3927v) in cn3927v_configure_regulator() argument1064 struct i2c_client *client = cn3927v->client; in cn3927v_configure_regulator()[all …]
31 obj-$(CONFIG_VIDEO_CN3927V) += cn3927v.o