Home
last modified time | relevance | path

Searched refs:cn3927v (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dcn3927v.txt4 - compatible: Must contain "chipnext,cn3927v"
42 cn3927v: cn3927v@c {
43 compatible = "chipnext,cn3927v";
70 lens-focus = <&cn3927v>;
H A Ddw9800w.txt4 - compatible: Must contain "chipnext,cn3927v"
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dcn3927v.c1015 static int __cn3927v_set_power(struct cn3927v_device *cn3927v, bool on) in __cn3927v_set_power() argument
1017 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() argument
1062 static int cn3927v_configure_regulator(struct cn3927v_device *cn3927v) in cn3927v_configure_regulator() argument
1064 struct i2c_client *client = cn3927v->client; in cn3927v_configure_regulator()
[all …]
H A DMakefile31 obj-$(CONFIG_VIDEO_CN3927V) += cn3927v.o