Searched defs:vpif_device (Results 1 – 2 of 2) sorted by relevance
99 struct vpif_device { struct100 struct v4l2_device v4l2_dev;101 struct channel_obj *dev[VPIF_CAPTURE_NUM_CHANNELS];102 struct v4l2_subdev **sd;103 struct v4l2_async_notifier notifier;104 struct vpif_capture_config *config;
117 struct vpif_device { struct118 struct v4l2_device v4l2_dev;119 struct channel_obj *dev[VPIF_DISPLAY_NUM_CHANNELS];120 struct v4l2_subdev **sd;121 struct vpif_display_config *config;
Completed in 5 milliseconds