Home
last modified time | relevance | path

Searched refs:drmGetBusid (Results 1 - 2 of 2) sorted by relevance

/third_party/libdrm/
H A Dxf86drm.h614 extern char *drmGetBusid(int fd);
H A Dxf86drm.c1027 * \sa drmOpenMinor() and drmGetBusid().
1063 buf = drmGetBusid(fd); in drmOpenByBusid()
1064 drmMsg("drmOpenByBusid: drmGetBusid reports %s\n", buf); in drmOpenByBusid()
1091 * \sa drmOpenMinor(), drmGetVersion() and drmGetBusid().
1113 id = drmGetBusid(fd); in drmOpenByName()
1114 drmMsg("drmGetBusid returned '%s'\n", id ? id : "NULL"); in drmOpenByName()
1413 * \param busid bus ID information string as given by drmGetBusid().
1436 drm_public char *drmGetBusid(int fd) in drmGetBusid() function

Completed in 9 milliseconds