Searched defs:visor_driver (Results 1 – 1 of 1) sorted by relevance
67 struct visor_driver { struct68 const char *name;69 const char *version;70 const char *vertag;71 const char *build_date;72 const char *build_time;73 struct module *owner;80 struct visor_channeltype_descriptor *channel_types;86 int (*probe)(struct visor_device *dev);92 void (*remove)(struct visor_device *dev);[all …]