Home
last modified time | relevance | path

Searched refs:dw9714 (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3562-evb1-cam.dtsi58 dw9714: dw9714@c { label
59 compatible = "dongwoon,dw9714";
85 lens-focus = <&dw9714>;
H A Drk3562-evb2-cam.dtsi94 dw9714: dw9714@c { label
95 compatible = "dongwoon,dw9714";
119 lens-focus = <&dw9714>;
133 compatible = "dongwoon,dw9714";
H A Drk3588-toybrick-imx258.dtsi39 dw9714: dw9714@c { label
40 compatible = "silicon touch,dw9714";
72 lens-focus = <&dw9714>;
184 compatible = "silicon touch,dw9714";
H A Drk3562-evb2-ddr4-v10-dual-camera.dts87 dw9714: dw9714@c { label
88 compatible = "dongwoon,dw9714";
112 lens-focus = <&dw9714>;
H A Drk3566-rk817-tablet-k108.dts865 dw9714: dw9714@c { label
866 compatible = "dongwoon,dw9714";
921 lens-focus = <&dw9714>;
H A Drk3566-rk817-tablet.dts797 dw9714: dw9714@c { label
798 compatible = "dongwoon,dw9714";
853 lens-focus = <&dw9714>;
H A Drk3566-rk817-tablet-v10.dts792 dw9714: dw9714@c { label
793 compatible = "dongwoon,dw9714";
848 lens-focus = <&dw9714>;
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Ddw9714.c1035 static int dw9714_set_power(struct dw9714_device *dw9714, bool on) in dw9714_set_power() argument
1037 struct i2c_client *client = dw9714->client; in dw9714_set_power()
1042 if (dw9714->power_on == !!on) in dw9714_set_power()
1046 ret = regulator_enable(dw9714->supply); in dw9714_set_power()
1051 dw9714->power_on = true; in dw9714_set_power()
1053 ret = regulator_disable(dw9714->supply); in dw9714_set_power()
1058 dw9714->power_on = false; in dw9714_set_power()
1065 static int dw9714_check_i2c(struct dw9714_device *dw9714, in dw9714_check_i2c() argument
1071 if (dw9714->adcanced_mode) { in dw9714_check_i2c()
1089 static int dw9714_configure_regulator(struct dw9714_device *dw9714) in dw9714_configure_regulator() argument
[all …]
H A DMakefile32 obj-$(CONFIG_VIDEO_DW9714) += dw9714.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Ddongwoon,dw9714.txt8 - compatible: "dongwoon,dw9714"
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Di2c-cardlist.rst140 dw9714 DW9714 lens voice coil
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS5342 F: Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.txt
5343 F: drivers/media/i2c/dw9714.c