Searched refs:newlyopened (Results 1 – 2 of 2) sorted by relevance
/third_party/libdrm/ |
D | xf86drm.h | 764 extern int drmOpenOnce(void *unused, const char *BusID, int *newlyopened); 765 extern int drmOpenOnceWithType(const char *BusID, int *newlyopened, int type);
|
D | xf86drm.c | 3134 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()
|