Searched refs:XF86ConfDevicePtr (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | xf86Parser.h | 226 } XF86ConfDeviceRec, *XF86ConfDevicePtr; typedef 272 XF86ConfDevicePtr scrn_device; 282 XF86ConfDevicePtr scrn_gpu_devices[CONF_MAXGPUDEVICES]; 376 XF86ConfDevicePtr inactive_device; 425 XF86ConfDevicePtr conf_device_lst; 456 extern _X_EXPORT XF86ConfDevicePtr xf86findDevice(const char *ident, 457 XF86ConfDevicePtr p);
|
| H A D | Device.c | 92 XF86ConfDevicePtr 99 parsePrologue(XF86ConfDevicePtr, XF86ConfDeviceRec) in xf86parseDeviceSection() 258 xf86printDeviceSection(FILE * cf, XF86ConfDevicePtr ptr) in xf86printDeviceSection() 318 xf86freeDeviceList(XF86ConfDevicePtr ptr) in xf86freeDeviceList() 320 XF86ConfDevicePtr prev; in xf86freeDeviceList() 340 XF86ConfDevicePtr 341 xf86findDevice(const char *ident, XF86ConfDevicePtr p) in xf86findDevice()
|
| H A D | configProcs.h | 33 XF86ConfDevicePtr xf86parseDeviceSection(void); 34 void xf86printDeviceSection(FILE * cf, XF86ConfDevicePtr ptr); 35 void xf86freeDeviceList(XF86ConfDevicePtr ptr);
|
| H A D | read.c | 137 XF86ConfDevicePtr); in xf86readConfigFile()
|
| H A D | Layout.c | 487 XF86ConfDevicePtr device; in xf86validateLayout()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Configure.c | 251 static XF86ConfDevicePtr 258 parsePrologue(XF86ConfDevicePtr, XF86ConfDeviceRec); in configureDeviceSection() 644 XF86ConfDevicePtr device_ptr; in DoConfigure() 649 xf86config->conf_device_lst = (XF86ConfDevicePtr) xf86addListItem((glp) in DoConfigure()
|
| H A D | xf86Config.c | 128 static Bool configDevice(GDevPtr devicep, XF86ConfDevicePtr conf_device, 1713 FIND_SUITABLE (XF86ConfDevicePtr, xf86configptr->conf_device_lst, conf_screen->scrn_device); in configScreen() 1726 XF86ConfDevicePtr sdevice = xf86configptr->conf_device_lst->list.next; in configScreen() 1732 FIND_SUITABLE (XF86ConfDevicePtr, sdevice, conf_screen->scrn_gpu_devices[i]); in configScreen() 2048 configDevice(GDevPtr devicep, XF86ConfDevicePtr conf_device, Bool active, Bool gpu) in configDevice()
|