Lines Matching defs:I830Ptr
99 typedef struct _I830Rec *I830Ptr;
101 typedef void (*I830WriteIndexedByteFunc)(I830Ptr pI830, IOADDRESS addr,
103 typedef uint8_t(*I830ReadIndexedByteFunc)(I830Ptr pI830, IOADDRESS addr,
105 typedef void (*I830WriteByteFunc)(I830Ptr pI830, IOADDRESS addr,
107 typedef uint8_t(*I830ReadByteFunc)(I830Ptr pI830, IOADDRESS addr);
620 #define I830PTR(p) ((I830Ptr)((p)->driverPrivate))
639 extern void I830SetPIOAccess(I830Ptr pI830);
640 extern void I830SetMMIOAccess(I830Ptr pI830);
741 i830_tiled_width(I830Ptr i830, int *width, int cpp);
769 unsigned long i830_get_fence_size(I830Ptr pI830, unsigned long size);
770 unsigned long i830_get_fence_pitch(I830Ptr pI830, unsigned long pitch, int format);
835 I830Ptr pI830 = I830PTR(pScrn);
840 static inline int i830_fb_compression_supported(I830Ptr pI830)
907 I830Ptr pI830 = I830PTR(scrn);