Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/sm750fb/
Dsm750.h82 struct sm750_dev { struct
84 u16 devid;
85 u8 revid;
86 struct pci_dev *pdev;
87 struct fb_info *fbinfo[2];
88 struct lynx_accel accel;
89 int accel_off;
90 int fb_count;
91 int mtrr_off;
92 struct{
[all …]
Dsm750.c165 struct sm750_dev *sm750_dev; in lynxfb_ops_fillrect() local
207 struct sm750_dev *sm750_dev; in lynxfb_ops_copyarea() local
243 struct sm750_dev *sm750_dev; in lynxfb_ops_imageblit() local
415 struct sm750_dev *sm750_dev; in lynxfb_suspend() local
437 struct sm750_dev *sm750_dev; in lynxfb_resume() local
589 struct sm750_dev *sm750_dev; in sm750fb_set_drv() local
684 struct sm750_dev *sm750_dev; in lynxfb_set_fbinfo() local
870 static void sm750fb_setup(struct sm750_dev *sm750_dev, char *src) in sm750fb_setup()
948 static void sm750fb_framebuffer_release(struct sm750_dev *sm750_dev) in sm750fb_framebuffer_release()
960 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()
95 int hw_sm750_inithw(struct sm750_dev *sm750_dev, struct pci_dev *pdev) in hw_sm750_inithw()
228 struct sm750_dev *sm750_dev; in hw_sm750_crtc_checkMode() local
259 struct sm750_dev *sm750_dev; in hw_sm750_crtc_setMode() local
480 void hw_sm750_initAccel(struct sm750_dev *sm750_dev) in hw_sm750_initAccel()