Searched defs:matrox_fb_info (Results 1 - 1 of 1) sorted by relevance

/drivers/video/matrox/
H A Dmatroxfb_base.h261 struct matrox_fb_info;
356 struct matrox_fb_info { struct
520 #define info2minfo(info) container_of(info, struct matrox_fb_info, fbcon)
523 int (*preinit)(struct matrox_fb_info *minfo);
524 void (*reset)(struct matrox_fb_info *minfo);
525 int (*init)(struct matrox_fb_info *minfo, struct my_timming*);
526 void (*restore)(struct matrox_fb_info *minfo);
532 void* (*probe)(struct matrox_fb_info* info);
533 void (*remove)(struct matrox_fb_info* info, void* data);
716 extern void matroxfb_DAC_out(const struct matrox_fb_info *minf
[all...]

Completed in 40 milliseconds