Lines Matching refs:host1x
3533 { "/host1x", DRM_BUS_HOST1X },
3739 return memcmp(a->businfo.host1x, b->businfo.host1x, sizeof(drmHost1xBusInfo)) == 0;
3951 if (device->deviceinfo.host1x) {
3952 if (device->deviceinfo.host1x->compatible) {
3953 char **compatible = device->deviceinfo.host1x->compatible;
3960 free(device->deviceinfo.host1x->compatible);
4383 dev->businfo.host1x = (drmHost1xBusInfoPtr)ptr;
4385 ret = drmParseOFBusInfo(maj, min, dev->businfo.host1x->fullname);
4391 dev->deviceinfo.host1x = (drmHost1xDeviceInfoPtr)ptr;
4393 ret = drmParseOFDeviceInfo(maj, min, &dev->deviceinfo.host1x->compatible);