Home
last modified time | relevance | path

Searched defs:sm750_dev (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/sm750fb/
Dsm750.h78 struct sm750_dev { struct
80 u16 devid;
81 u8 revid;
82 struct pci_dev *pdev;
83 struct fb_info *fbinfo[2];
84 struct lynx_accel accel;
85 int accel_off;
86 int fb_count;
87 int mtrr_off;
88 struct{
[all …]
Dsm750.c164 struct sm750_dev *sm750_dev; in lynxfb_ops_fillrect() local
206 struct sm750_dev *sm750_dev; in lynxfb_ops_copyarea() local
242 struct sm750_dev *sm750_dev; in lynxfb_ops_imageblit() local
413 struct sm750_dev *sm750_dev; in lynxfb_suspend() local
435 struct sm750_dev *sm750_dev; in lynxfb_resume() local
586 struct sm750_dev *sm750_dev; in sm750fb_set_drv() local
681 struct sm750_dev *sm750_dev; in lynxfb_set_fbinfo() local
866 static void sm750fb_setup(struct sm750_dev *sm750_dev, char *src) in sm750fb_setup()
944 static void sm750fb_framebuffer_release(struct sm750_dev *sm750_dev) in sm750fb_framebuffer_release()
956 static int sm750fb_framebuffer_alloc(struct sm750_dev *sm750_dev, int fbidx) in sm750fb_framebuffer_alloc()
[all …]
Dsm750_hw.c29 int hw_sm750_map(struct sm750_dev *sm750_dev, struct pci_dev *pdev) in hw_sm750_map()
94 int hw_sm750_inithw(struct sm750_dev *sm750_dev, struct pci_dev *pdev) in hw_sm750_inithw()
227 struct sm750_dev *sm750_dev; in hw_sm750_crtc_checkMode() local
258 struct sm750_dev *sm750_dev; in hw_sm750_crtc_setMode() local
479 void hw_sm750_initAccel(struct sm750_dev *sm750_dev) in hw_sm750_initAccel()