Searched refs:I740Ptr (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xf86-video-i740/dist/src/ |
| H A D | i740_io.c | 46 static void I740WriteControlPIO(I740Ptr pI740, int addr, unsigned char index, char val) { 51 static char I740ReadControlPIO(I740Ptr pI740, int addr, unsigned char index) { 56 static void I740WriteStandardPIO(I740Ptr pI740, int addr, unsigned char val) { 60 static char I740ReadStandardPIO(I740Ptr pI740, int addr) { 64 void I740SetPIOAccess(I740Ptr pI740) { 71 static void I740WriteControlMMIO(I740Ptr pI740, int addr, unsigned char index, char val) { 76 static char I740ReadControlMMIO(I740Ptr pI740, int addr, unsigned char index) { 81 static void I740WriteStandardMMIO(I740Ptr pI740, int addr, unsigned char val) { 85 static char I740ReadStandardMMIO(I740Ptr pI740, int addr) { 89 void I740SetMMIOAccess(I740Ptr pI74 [all...] |
| H A D | i740.h | 65 typedef struct _I740Rec *I740Ptr; typedef in typeref:struct:_I740Rec * 67 typedef void (*I740WriteIndexedByteFunc)(I740Ptr pI740, int addr, 69 typedef char (*I740ReadIndexedByteFunc)(I740Ptr pI740, int addr, 71 typedef void (*I740WriteByteFunc)(I740Ptr pI740, int addr, unsigned char value); 72 typedef char (*I740ReadByteFunc)(I740Ptr pI740, int addr); 155 #define I740PTR(p) ((I740Ptr)((p)->driverPrivate)) 159 void I740SetPIOAccess(I740Ptr pI740); 160 void I740SetMMIOAccess(I740Ptr pI740);
|
| H A D | i740_dga.c | 76 I740Ptr pI740 = I740PTR(pScrn); 150 I740Ptr pI740 = I740PTR(pScrn); 173 I740Ptr pI740 = I740PTR(pScrn); 180 I740Ptr pI740 = I740PTR(pScrn); 195 I740Ptr pI740 = I740PTR(pScrn); 206 I740Ptr pI740 = I740PTR(pScrn); 219 I740Ptr pI740 = I740PTR(pScrn); 252 I740Ptr pI740 = I740PTR(pScrn);
|
| H A D | i740_cursor.c | 60 I740Ptr pI740; 118 I740Ptr pI740; 130 I740Ptr pI740; 145 I740Ptr pI740; 168 I740Ptr pI740; 187 I740Ptr pI740; 198 I740Ptr pI740;
|
| H A D | i740_i2c.c | 45 I740Ptr pI740=I740PTR(xf86Screens[b->scrnIndex]); 64 I740Ptr pI740=I740PTR(xf86Screens[b->scrnIndex]); 84 I740Ptr pI740=I740PTR(pScrn);
|
| H A D | i740_accel.c | 128 I740Ptr pI740 = I740PTR(pScrn); 210 I740Ptr pI740; 219 I740Ptr pI740; 231 I740Ptr pI740; 253 I740Ptr pI740; 277 I740Ptr pI740; 317 I740Ptr pI740; 335 I740Ptr pI740; 356 I740Ptr pI740; 374 I740Ptr pI74 [all...] |
| H A D | i740_video.c | 166 I740Ptr pI740 = I740PTR(pScrn); 184 I740Ptr pI740 = I740PTR(pScrn); 236 I740Ptr pI740 = I740PTR(pScrn); 265 I740Ptr pI740 = I740PTR(pScrn); 385 I740Ptr pI740 = I740PTR(pScrn); 471 I740Ptr pI740 = I740PTR(pScrn); 539 I740Ptr pI740 = I740PTR(pScrn); 567 I740Ptr pI740 = I740PTR(pScrn); 635 I740Ptr pI740 = I740PTR(pScrn); 834 I740Ptr pI74 [all...] |
| H A D | i740_driver.c | 397 I740Ptr pI740; 786 I740Ptr pI740; 839 I740Ptr pI740; 869 I740Ptr pI740; 919 I740Ptr pI740; 929 I740Ptr pI740; 1077 I740Ptr pI740; 1095 I740Ptr pI740; 1198 I740Ptr pI740; 1249 I740Ptr pI74 [all...] |
Completed in 8 milliseconds