Lines Matching refs:stifb_info
104 struct stifb_info { struct
183 SETUP_HW(struct stifb_info *fb) in SETUP_HW()
196 SETUP_FB(struct stifb_info *fb) in SETUP_FB()
233 START_IMAGE_COLORMAP_ACCESS(struct stifb_info *fb) in START_IMAGE_COLORMAP_ACCESS()
242 WRITE_IMAGE_COLOR(struct stifb_info *fb, int index, int color) in WRITE_IMAGE_COLOR()
250 FINISH_IMAGE_COLORMAP_ACCESS(struct stifb_info *fb) in FINISH_IMAGE_COLORMAP_ACCESS()
265 SETUP_RAMDAC(struct stifb_info *fb) in SETUP_RAMDAC()
273 CRX24_SETUP_RAMDAC(struct stifb_info *fb) in CRX24_SETUP_RAMDAC()
286 HCRX_SETUP_RAMDAC(struct stifb_info *fb)
293 CRX24_SET_OVLY_MASK(struct stifb_info *fb) in CRX24_SET_OVLY_MASK()
305 ENABLE_DISABLE_DISPLAY(struct stifb_info *fb, int enable) in ENABLE_DISABLE_DISPLAY()
314 CRX24_ENABLE_DISABLE_DISPLAY(struct stifb_info *fb, int enable) in CRX24_ENABLE_DISABLE_DISPLAY()
324 ARTIST_ENABLE_DISABLE_DISPLAY(struct stifb_info *fb, int enable) in ARTIST_ENABLE_DISABLE_DISPLAY()
433 HYPER_ENABLE_DISABLE_DISPLAY(struct stifb_info *fb, int enable) in HYPER_ENABLE_DISABLE_DISPLAY()
456 SETUP_ATTR_ACCESS(struct stifb_info *fb, unsigned BufferNumber) in SETUP_ATTR_ACCESS()
466 SET_ATTR_SIZE(struct stifb_info *fb, int width, int height) in SET_ATTR_SIZE()
482 FINISH_ATTR_ACCESS(struct stifb_info *fb) in FINISH_ATTR_ACCESS()
489 elkSetupPlanes(struct stifb_info *fb) in elkSetupPlanes()
496 ngleSetupAttrPlanes(struct stifb_info *fb, int BufferNumber) in ngleSetupAttrPlanes()
506 rattlerSetupPlanes(struct stifb_info *fb) in rattlerSetupPlanes()
553 setNgleLutBltCtl(struct stifb_info *fb, int offsetWithinLut, int length)
592 setHyperLutBltCtl(struct stifb_info *fb, int offsetWithinLut, int length) in setHyperLutBltCtl()
615 static void hyperUndoITE(struct stifb_info *fb) in hyperUndoITE()
650 ngleDepth8_ClearImagePlanes(struct stifb_info *fb) in ngleDepth8_ClearImagePlanes()
656 ngleDepth24_ClearImagePlanes(struct stifb_info *fb) in ngleDepth24_ClearImagePlanes()
662 ngleResetAttrPlanes(struct stifb_info *fb, unsigned int ctlPlaneReg) in ngleResetAttrPlanes()
714 ngleClearOverlayPlanes(struct stifb_info *fb, int mask, int data) in ngleClearOverlayPlanes()
749 hyperResetPlanes(struct stifb_info *fb, int enable) in hyperResetPlanes()
806 ngleGetDeviceRomData(struct stifb_info *fb) in ngleGetDeviceRomData()
874 SETUP_HCRX(struct stifb_info *fb) in SETUP_HCRX()
921 struct stifb_info *fb = container_of(info, struct stifb_info, info); in stifb_setcolreg()
981 struct stifb_info *fb = container_of(info, struct stifb_info, info); in stifb_blank()
1008 stifb_init_display(struct stifb_info *fb) in stifb_init_display()
1085 struct stifb_info *fb; in stifb_init_fb()