Searched refs:ov2680_device (Results 1 – 2 of 2) sorted by relevance
146 struct ov2680_device *dev = to_ov2680_sensor(sd); in ov2680_g_bin_factor_x()157 struct ov2680_device *dev = to_ov2680_sensor(sd); in ov2680_g_bin_factor_y()170 struct ov2680_device *dev = to_ov2680_sensor(sd); in ov2680_get_intg_factor()249 struct ov2680_device *dev = to_ov2680_sensor(sd); in __ov2680_set_exposure()361 struct ov2680_device *dev = to_ov2680_sensor(sd); in ov2680_set_exposure()454 struct ov2680_device *dev = to_ov2680_sensor(sd); in ov2680_v_flip()487 struct ov2680_device *dev = to_ov2680_sensor(sd); in ov2680_h_flip()521 struct ov2680_device *dev = in ov2680_s_ctrl()522 container_of(ctrl->handler, struct ov2680_device, ctrl_handler); in ov2680_s_ctrl()545 struct ov2680_device *dev = in ov2680_g_volatile_ctrl()[all …]
169 struct ov2680_device { struct196 #define to_ov2680_sensor(x) container_of(x, struct ov2680_device, sd) argument