Lines Matching refs:host1x
3592 { "/host1x", DRM_BUS_HOST1X },
3920 return memcmp(a->businfo.host1x, b->businfo.host1x, sizeof(drmHost1xBusInfo)) == 0;
4170 if (device->deviceinfo.host1x) {
4171 if (device->deviceinfo.host1x->compatible) {
4172 char **compatible = device->deviceinfo.host1x->compatible;
4179 free(device->deviceinfo.host1x->compatible);
4602 dev->businfo.host1x = (drmHost1xBusInfoPtr)ptr;
4604 ret = drmParseOFBusInfo(maj, min, dev->businfo.host1x->fullname);
4610 dev->deviceinfo.host1x = (drmHost1xDeviceInfoPtr)ptr;
4612 ret = drmParseOFDeviceInfo(maj, min, &dev->deviceinfo.host1x->compatible);