Searched defs:vpbe_device_ops (Results 1 – 1 of 1) sorted by relevance
94 struct vpbe_device_ops { struct96 int (*enum_outputs)(struct vpbe_device *vpbe_dev,100 int (*set_output)(struct vpbe_device *vpbe_dev,104 unsigned int (*get_output)(struct vpbe_device *vpbe_dev);107 int (*s_dv_timings)(struct vpbe_device *vpbe_dev,111 int (*g_dv_timings)(struct vpbe_device *vpbe_dev,115 int (*enum_dv_timings)(struct vpbe_device *vpbe_dev,119 int (*s_std)(struct vpbe_device *vpbe_dev, v4l2_std_id std_id);122 int (*g_std)(struct vpbe_device *vpbe_dev, v4l2_std_id *std_id);125 int (*initialize)(struct device *dev, struct vpbe_device *vpbe_dev);[all …]