Home
last modified time | relevance | path

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

/external/libdrm/
Dxf86drm.c3045 return memcmp(a->businfo.host1x, b->businfo.host1x, sizeof(drmHost1xBusInfo)); in drmCompareBusInfo()
3209 if (device->deviceinfo.host1x) { in drmFreeHost1xDevice()
3210 if (device->deviceinfo.host1x->compatible) { in drmFreeHost1xDevice()
3211 char **compatible = device->deviceinfo.host1x->compatible; in drmFreeHost1xDevice()
3218 free(device->deviceinfo.host1x->compatible); in drmFreeHost1xDevice()
3631 dev->businfo.host1x = (drmHost1xBusInfoPtr)ptr; in drmProcessHost1xDevice()
3633 ret = drmParseHost1xBusInfo(maj, min, dev->businfo.host1x); in drmProcessHost1xDevice()
3639 dev->deviceinfo.host1x = (drmHost1xDeviceInfoPtr)ptr; in drmProcessHost1xDevice()
3641 ret = drmParseHost1xDeviceInfo(maj, min, dev->deviceinfo.host1x); in drmProcessHost1xDevice()
Dxf86drm.h827 drmHost1xBusInfoPtr host1x; member
833 drmHost1xDeviceInfoPtr host1x; member
/external/libdrm/tests/
Ddrmdevice.c92 printf("\t\t\tfullname\t%s\n", device->businfo.host1x->fullname); in print_device_info()