Home
last modified time | relevance | path

Searched refs:newlyopened (Results 1 – 2 of 2) sorted by relevance

/third_party/libdrm/
Dxf86drm.h764 extern int drmOpenOnce(void *unused, const char *BusID, int *newlyopened);
765 extern int drmOpenOnceWithType(const char *BusID, int *newlyopened, int type);
Dxf86drm.c3134 drm_public int drmOpenOnce(void *unused, const char *BusID, int *newlyopened) in drmOpenOnce() argument
3136 return drmOpenOnceWithType(BusID, newlyopened, DRM_NODE_PRIMARY); in drmOpenOnce()
3139 drm_public int drmOpenOnceWithType(const char *BusID, int *newlyopened, in drmOpenOnceWithType() argument
3149 *newlyopened = 0; in drmOpenOnceWithType()
3161 *newlyopened = 1; in drmOpenOnceWithType()