HomeSort by: relevance | last modified time | path
    Searched refs:plat (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86platformBus.c 117 xf86IsPrimaryPlatform(struct xf86_platform_device *plat)
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 = d
    [all...]
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;
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;
xf86str.h 280 struct xf86_platform_device *plat; member in union:_bus::__anon9955
  /xsrc/external/mit/MesaLib.old/dist/src/egl/main/
egldisplay.c 82 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; local
95 plat = egl_platforms[i].platform;
100 return plat;
216 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy)
220 if (plat == _EGL_INVALID_PLATFORM)
228 if (disp->Platform == plat && disp->PlatformDisplay == plat_dpy)
238 disp->Platform = plat;
egldisplay.h 205 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy);
eglapi.c 372 _EGLPlatformType plat; local
381 plat = _eglGetNativePlatform(native_display_ptr);
382 disp = _eglFindDisplay(plat, native_display_ptr);
  /xsrc/external/mit/pixman/dist/pixman/
pixman-arm.c 162 const char *plat = (const char*) aux.a_un.a_val; local
164 if (strncmp (plat, "v7l", 3) == 0)
166 else if (strncmp (plat, "v6l", 3) == 0)
  /xsrc/external/mit/MesaLib/dist/src/egl/main/
egldisplay.c 97 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; local
113 plat = egl_platforms[i].platform;
118 if (plat == _EGL_INVALID_PLATFORM)
121 return plat;
257 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy,
263 if (plat == _EGL_INVALID_PLATFORM)
270 if (disp->Platform == plat && disp->PlatformDisplay == plat_dpy &&
282 disp->Platform = plat;
egldisplay.h 210 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, const EGLAttrib *attr);
eglapi.c 365 _EGLPlatformType plat; local
374 plat = _eglGetNativePlatform(native_display_ptr);
375 disp = _eglFindDisplay(plat, native_display_ptr, NULL);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
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/
vmwgfx_driver.c 501 ms->platform_dev = pEnt->location.id.plat;

Completed in 48 milliseconds