Searched refs:dw9714 (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3562-evb1-cam.dtsi | 58 dw9714: dw9714@c { label 59 compatible = "dongwoon,dw9714"; 85 lens-focus = <&dw9714>;
|
| H A D | rk3562-evb2-cam.dtsi | 94 dw9714: dw9714@c { label 95 compatible = "dongwoon,dw9714"; 119 lens-focus = <&dw9714>; 133 compatible = "dongwoon,dw9714";
|
| H A D | rk3588-toybrick-imx258.dtsi | 39 dw9714: dw9714@c { label 40 compatible = "silicon touch,dw9714"; 72 lens-focus = <&dw9714>; 184 compatible = "silicon touch,dw9714";
|
| H A D | rk3562-evb2-ddr4-v10-dual-camera.dts | 87 dw9714: dw9714@c { label 88 compatible = "dongwoon,dw9714"; 112 lens-focus = <&dw9714>;
|
| H A D | rk3566-rk817-tablet-k108.dts | 865 dw9714: dw9714@c { label 866 compatible = "dongwoon,dw9714"; 921 lens-focus = <&dw9714>;
|
| H A D | rk3566-rk817-tablet.dts | 797 dw9714: dw9714@c { label 798 compatible = "dongwoon,dw9714"; 853 lens-focus = <&dw9714>;
|
| H A D | rk3566-rk817-tablet-v10.dts | 792 dw9714: dw9714@c { label 793 compatible = "dongwoon,dw9714"; 848 lens-focus = <&dw9714>;
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | dw9714.c | 1035 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 D | Makefile | 32 obj-$(CONFIG_VIDEO_DW9714) += dw9714.o
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/ |
| H A D | dongwoon,dw9714.txt | 8 - compatible: "dongwoon,dw9714"
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | i2c-cardlist.rst | 140 dw9714 DW9714 lens voice coil
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 5342 F: Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.txt 5343 F: drivers/media/i2c/dw9714.c
|