Searched refs:bustype (Results 1 – 14 of 14) sorted by relevance
45 printf("\tbustype %04x\n", device->bustype); in print_device_info()47 if (device->bustype == DRM_BUS_PCI) { in print_device_info()65 } else if (device->bustype == DRM_BUS_USB) { in print_device_info()74 } else if (device->bustype == DRM_BUS_PLATFORM) { in print_device_info()88 } else if (device->bustype == DRM_BUS_HOST1X) { in print_device_info()
152 if (devices[i]->bustype != DRM_BUS_PCI) in amdgpu_open_devices()238 if (device->bustype == DRM_BUS_PCI) { in amdgpu_print_devices()276 if (device->bustype == DRM_BUS_PCI) in amdgpu_find_device()
28 __u32 bustype; member
51 __u16 bustype; member
43 __u32 bustype; member
44 __u16 bustype; member
117 if (device->bustype == DRM_BUS_PCI) { in drm_construct_id_path_tag()279 if (device->bustype == DRM_BUS_PCI) { in drm_get_pci_id_for_fd()
69 uint8_t bustype[4]; /* Host bus type */ member
1152 .bustype dd 'MEM ' ; Host bus type (4 bytes, space padded)
194 .bustype = BUS_USB, in create_device()
531 m_info.bustype == BUS_I2C ? "I2C" : "USB", m_info.vendor, m_info.product); in PrintDeviceInfo()561 int bus = m_info.bustype; in RebindDriver()
3031 if (a->bustype != b->bustype) in drmCompareBusInfo()3034 switch (a->bustype) { in drmCompareBusInfo()3229 switch ((*device)->bustype) { in drmFreeDevice()3307 dev->bustype = DRM_BUS_PCI; in drmProcessPciDevice()3415 dev->bustype = DRM_BUS_USB; in drmProcessUsbDevice()3522 dev->bustype = DRM_BUS_PLATFORM; in drmProcessPlatformDevice()3629 dev->bustype = DRM_BUS_HOST1X; in drmProcessHost1xDevice()
822 int bustype; member
257 id.bustype, in getid_ioctl()