Searched refs:plat (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86platformBus.c | 117 xf86IsPrimaryPlatform(struct xf86_platform_device *plat) argument 124 return plat == primaryBus.id.plat; 127 if (plat->pdev) 128 if (MATCH_PCI_DEVICES(primaryBus.id.pci, plat->pdev)) 167 if ((u->bus.type == BUS_PLATFORM) && (pd == u->bus.id.plat)) { 330 primaryBus.id.plat = dev; 346 primaryBus.id.plat = dev; 364 dev = entity->bus.id.plat; 410 p->bus.id.plat [all...] |
| H A D | xf86Bus.c | 316 if (primaryBus.id.plat->pdev) 317 return MATCH_PCI_DEVICES(pEnt->bus.id.pci, primaryBus.id.plat->pdev); 329 return pEnt->bus.id.plat == primaryBus.id.plat;
|
| H A D | xf86pciBus.c | 363 if (primaryBus.id.plat->pdev) 364 if (MATCH_PCI_DEVICES(primaryBus.id.plat->pdev, pPci)) 386 return p->bus.id.plat->pdev; 424 if ((p->bus.type == BUS_PLATFORM) && (p->bus.id.plat->pdev)) { 425 struct pci_device *ud = p->bus.id.plat->pdev;
|
| H A D | xf86str.h | 280 struct xf86_platform_device *plat; member in union:_bus::__anonf472aec40e0a
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | egldisplay.c | 82 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; local in function:_eglGetNativePlatformFromEnv 95 plat = egl_platforms[i].platform; 100 return plat; 216 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy) argument 220 if (plat == _EGL_INVALID_PLATFORM) 228 if (disp->Platform == plat && disp->PlatformDisplay == plat_dpy) 238 disp->Platform = plat;
|
| H A D | egldisplay.h | 205 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy);
|
| H A D | eglapi.c | 372 _EGLPlatformType plat; local in function:eglGetDisplay 381 plat = _eglGetNativePlatform(native_display_ptr); 382 disp = _eglFindDisplay(plat, native_display_ptr);
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-arm.c | 162 const char *plat = (const char*) aux.a_un.a_val; local in function:detect_cpu_features 164 if (strncmp (plat, "v7l", 3) == 0) 166 else if (strncmp (plat, "v6l", 3) == 0)
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | egldisplay.c | 97 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; local in function:_eglGetNativePlatformFromEnv 113 plat = egl_platforms[i].platform; 118 if (plat == _EGL_INVALID_PLATFORM) 121 return plat; 257 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, argument 263 if (plat == _EGL_INVALID_PLATFORM) 270 if (disp->Platform == plat && disp->PlatformDisplay == plat_dpy && 282 disp->Platform = plat;
|
| H A D | egldisplay.h | 210 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, const EGLAttrib *attr);
|
| H A D | eglapi.c | 365 _EGLPlatformType plat; local in function:eglGetDisplay 374 plat = _eglGetNativePlatform(native_display_ptr); 375 disp = _eglFindDisplay(plat, native_display_ptr, NULL);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| H A D | driver.c | 914 (ms->pEnt->location.id.plat->flags & XF86_PDEV_SERVER_FD))) 1061 if (pEnt->location.id.plat->flags & XF86_PDEV_SERVER_FD) 1063 xf86_platform_device_odev_attributes(pEnt->location.id.plat)-> 1069 xf86_platform_device_odev_attributes(pEnt->location.id.plat)-> 1463 xf86_platform_device_odev_attributes(pEnt->location.id.plat)-> 1774 (ms->pEnt->location.id.plat->flags & XF86_PDEV_SERVER_FD)) 2069 (ms->pEnt->location.id.plat->flags & XF86_PDEV_SERVER_FD))
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_driver.c | 501 ms->platform_dev = pEnt->location.id.plat;
|
Completed in 21 milliseconds