Searched refs:bustype (Results 1 – 12 of 12) 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
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()
256 id.bustype, 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