Searched refs:bustype (Results 1 – 9 of 9) sorted by relevance
42 printf("\tbustype %04x\n", device->bustype); in print_device_info()44 if (device->bustype == DRM_BUS_PCI) { in print_device_info()
27 __u32 bustype; member
51 __u16 bustype; member
42 __u32 bustype; member
43 __u16 bustype; member
531 m_info.bustype == BUS_I2C ? "I2C" : "USB", m_info.vendor, m_info.product); in PrintDeviceInfo()561 int bus = m_info.bustype; in RebindDriver()
221 id.bustype, id.vendor); in getid_ioctl()
2908 if (a->bustype != b->bustype) in drmCompareBusInfo()2911 switch (a->bustype) { in drmCompareBusInfo()3015 (*device)->bustype = DRM_BUS_PCI; in drmProcessPciDevice()
784 int bustype; member