Searched defs:vpif_capture_config (Results 1 – 1 of 1) sorted by relevance
66 struct vpif_capture_config { struct67 int (*setup_input_channel_mode)(int);68 int (*setup_input_path)(int, const char *);69 struct vpif_capture_chan_config chan_config[VPIF_CAPTURE_MAX_CHANNELS];70 struct vpif_subdev_info *subdev_info;71 int subdev_count;72 int i2c_adapter_id;73 const char *card_name;75 struct v4l2_async_subdev *asd[VPIF_CAPTURE_MAX_CHANNELS];76 int asd_sizes[VPIF_CAPTURE_MAX_CHANNELS];
Completed in 6 milliseconds