Lines Matching full:ov5640
441 struct clk *xclk; /* system clock to OV5640 */
1647 /* download ov5640 settings to sensor through i2c */
2597 * When configured in parallel mode, the OV5640 will in ov5640_set_power_dvp()
2732 struct ov5640_dev *ov5640 = to_ov5640_dev(sd); in ov5640_sensor_suspend() local
2734 return ov5640_set_power(ov5640, false); in ov5640_sensor_suspend()
2740 struct ov5640_dev *ov5640 = to_ov5640_dev(sd); in ov5640_sensor_resume() local
2742 return ov5640_set_power(ov5640, true); in ov5640_sensor_resume()
3987 {"ov5640", 0},
3993 { .compatible = "ovti,ov5640" },
4000 .name = "ov5640",
4011 MODULE_DESCRIPTION("OV5640 MIPI Camera Subdev Driver");