Searched defs:video_hw_if (Results 1 – 1 of 1) sorted by relevance
458 struct video_hw_if { struct459 int (*open)(void *, int); /* open hardware */460 void (*close)(void *); /* close hardware */462 const char * (*get_devname)(void *);463 const char * (*get_businfo)(void *);465 int (*enum_format)(void *, uint32_t, struct video_format *);466 int (*get_format)(void *, struct video_format *);467 int (*set_format)(void *, struct video_format *);468 int (*try_format)(void *, struct video_format *);470 int (*enum_standard)(void *, uint32_t, enum video_standard *);[all …]