Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drm.c3919 static drmDevicePtr drmDeviceAlloc(unsigned int type, const char *node, in drmDeviceAlloc() function
3965 dev = drmDeviceAlloc(node_type, node, sizeof(drmPciBusInfo), in drmProcessPciDevice()
4117 dev = drmDeviceAlloc(node_type, node, sizeof(drmUsbBusInfo), in drmProcessUsbDevice()
4252 dev = drmDeviceAlloc(node_type, node, sizeof(drmPlatformBusInfo), in drmProcessPlatformDevice()
4292 dev = drmDeviceAlloc(node_type, node, sizeof(drmHost1xBusInfo), in drmProcessHost1xDevice()