Lines Matching defs:ov64a40

2831 struct ov64a40 {  struct
2839 struct ov64a40_mode *mode; argument
2844 struct regulator_bulk_data supplies[ARRAY_SIZE(ov64a40_supply_names)]; argument
2858 static inline struct ov64a40 *sd_to_ov64a40(struct v4l2_subdev *sd) in sd_to_ov64a40() argument
2864 ov64a40_get_timings(struct ov64a40 *ov64a40, unsigned int link_freq_index) in ov64a40_get_timings()
2874 static int ov64a40_program_geometry(struct ov64a40 *ov64a40) in ov64a40_program_geometry()
2910 static int ov64a40_program_subsampling(struct ov64a40 *ov64a40) in ov64a40_program_subsampling()
2936 static int ov64a40_start_streaming(struct ov64a40 *ov64a40, in ov64a40_start_streaming()
2998 static int ov64a40_stop_streaming(struct ov64a40 *ov64a40, in ov64a40_stop_streaming()
3013 struct ov64a40 *ov64a40 = sd_to_ov64a40(sd); in ov64a40_set_stream() local
3031 static u32 ov64a40_mbus_code(struct ov64a40 *ov64a40) in ov64a40_mbus_code()
3038 static void ov64a40_update_pad_fmt(struct ov64a40 *ov64a40, in ov64a40_update_pad_fmt()
3055 struct ov64a40 *ov64a40 = sd_to_ov64a40(sd); in ov64a40_init_state() local
3075 struct ov64a40 *ov64a40 = sd_to_ov64a40(sd); in ov64a40_enum_mbus_code() local
3089 struct ov64a40 *ov64a40 = sd_to_ov64a40(sd); in ov64a40_enum_frame_size() local
3144 struct ov64a40 *ov64a40 = sd_to_ov64a40(sd); in ov64a40_set_format() local
3212 struct ov64a40 *ov64a40 = sd_to_ov64a40(sd); in ov64a40_power_on() local
3237 struct ov64a40 *ov64a40 = sd_to_ov64a40(sd); in ov64a40_power_off() local
3247 static int ov64a40_link_freq_config(struct ov64a40 *ov64a40, int link_freq_id) in ov64a40_link_freq_config()
3266 struct ov64a40 *ov64a40 = container_of(ctrl->handler, struct ov64a40, in ov64a40_set_ctrl() local
3340 static int ov64a40_init_controls(struct ov64a40 *ov64a40) in ov64a40_init_controls()
3425 static int ov64a40_identify(struct ov64a40 *ov64a40) in ov64a40_identify()
3446 static int ov64a40_parse_dt(struct ov64a40 *ov64a40) in ov64a40_parse_dt()
3517 static int ov64a40_get_regulators(struct ov64a40 *ov64a40) in ov64a40_get_regulators()
3532 struct ov64a40 *ov64a40; in ov64a40_probe() local