Searched defs:vpif_capture_config (Results 1 – 2 of 2) 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_connection *asd[VPIF_CAPTURE_MAX_CHANNELS];76 int asd_sizes[VPIF_CAPTURE_MAX_CHANNELS];
68 struct vpif_capture_config { struct69 int (*setup_input_channel_mode)(int);70 int (*setup_input_path)(int, const char *);71 struct vpif_capture_chan_config chan_config[VPIF_CAPTURE_MAX_CHANNELS];72 struct vpif_subdev_info *subdev_info;73 int subdev_count;74 int i2c_adapter_id;75 const char *card_name;77 struct v4l2_async_subdev *asd[VPIF_CAPTURE_MAX_CHANNELS];78 int asd_sizes[VPIF_CAPTURE_MAX_CHANNELS];