Home
last modified time | relevance | path

Searched refs:lynx_share (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/sm750fb/
Dsm750_hw.h74 struct lynx_share share;
84 int hw_sm750_map(struct lynx_share* share,struct pci_dev* pdev);
85 int hw_sm750_inithw(struct lynx_share*,struct pci_dev *);
86 void hw_sm750_initAccel(struct lynx_share *);
90 resource_size_t hw_sm750_getVMSize(struct lynx_share *);
Dsm750.h45 struct lynx_share{ struct
71 void (*suspend)(struct lynx_share*); argument
72 void (*resume)(struct lynx_share*); argument
89 struct lynx_share * share;
163 struct lynx_share * share;
Dsm750.c42 typedef void (*PROC_SPEC_SETUP)(struct lynx_share*, char *);
43 typedef int (*PROC_SPEC_MAP)(struct lynx_share*, struct pci_dev*);
44 typedef int (*PROC_SPEC_INITHW)(struct lynx_share*, struct pci_dev*);
189 struct lynx_share *share; in lynxfb_ops_fillrect()
228 struct lynx_share *share; in lynxfb_ops_copyarea()
261 struct lynx_share *share; in lynxfb_ops_imageblit()
323 struct lynx_share *share; in lynxfb_ops_set_par()
414 struct lynx_share *share; in lynxfb_suspend()
466 struct lynx_share *share; in lynxfb_resume()
538 struct lynx_share *share; in lynxfb_ops_check_var()
[all …]
Dsm750_hw.c27 int hw_sm750_map(struct lynx_share* share, struct pci_dev* pdev) in hw_sm750_map()
104 int hw_sm750_inithw(struct lynx_share* share, struct pci_dev * pdev) in hw_sm750_inithw()
204 resource_size_t hw_sm750_getVMSize(struct lynx_share * share) in hw_sm750_getVMSize()
270 struct lynx_share * share; in hw_sm750_crtc_checkMode()
305 struct lynx_share * share; in hw_sm750_crtc_setMode()
555 void hw_sm750_initAccel(struct lynx_share * share) in hw_sm750_initAccel()