Searched refs:plat (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86platformBus.c117 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 Dxf86Bus.c316 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 Dxf86pciBus.c363 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 Dxf86str.h280 struct xf86_platform_device *plat; member in union:_bus::__anonf472aec40e0a
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Degldisplay.c82 _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 Degldisplay.h205 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy);
H A Deglapi.c372 _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 Dpixman-arm.c162 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 Degldisplay.c97 _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 Degldisplay.h210 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, const EGLAttrib *attr);
H A Deglapi.c365 _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 Ddriver.c914 (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 Dvmwgfx_driver.c501 ms->platform_dev = pEnt->location.id.plat;

Completed in 21 milliseconds