Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/sm750fb/
Dsm750.h74 struct sm750_dev { struct
76 u16 devid;
77 u8 revid;
78 struct pci_dev *pdev;
79 struct fb_info *fbinfo[2];
80 struct lynx_accel accel;
81 int accel_off;
82 int dual;
83 int mtrr_off;
84 struct{
[all …]
Dsm750.c168 struct sm750_dev *sm750_dev; in lynxfb_ops_fillrect() local
210 struct sm750_dev *sm750_dev; in lynxfb_ops_copyarea() local
246 struct sm750_dev *sm750_dev; in lynxfb_ops_imageblit() local
397 struct sm750_dev *sm750_dev; in lynxfb_suspend() local
445 struct sm750_dev *sm750_dev; in lynxfb_resume() local
645 struct sm750_dev *sm750_dev; in sm750fb_set_drv() local
736 struct sm750_dev *sm750_dev; in lynxfb_set_fbinfo() local
929 static void sm750fb_setup(struct sm750_dev *sm750_dev, char *src) in sm750fb_setup()
1009 struct sm750_dev *sm750_dev = NULL; in lynxfb_pci_probe() local
1144 struct sm750_dev *sm750_dev; in lynxfb_pci_remove() local
Dsm750_hw.c27 int hw_sm750_map(struct sm750_dev *sm750_dev, struct pci_dev *pdev) in hw_sm750_map()
92 int hw_sm750_inithw(struct sm750_dev *sm750_dev, struct pci_dev *pdev) in hw_sm750_inithw()
223 struct sm750_dev *sm750_dev; in hw_sm750_crtc_checkMode() local
258 struct sm750_dev *sm750_dev; in hw_sm750_crtc_setMode() local
463 void hw_sm750_initAccel(struct sm750_dev *sm750_dev) in hw_sm750_initAccel()