Searched refs:bustype (Results 1 - 9 of 9) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dhidraw.h27 __u32 bustype; member in struct:hidraw_devinfo
H A Dvirtio_input.h51 __u16 bustype; member in struct:virtio_input_devids
H A Dhiddev.h42 __u32 bustype; member in struct:hiddev_devinfo
H A Dinput.h43 __u16 bustype; member in struct:input_id
/external/libdrm/tests/
H A Ddrmdevice.c42 printf("\tbustype %04x\n", device->bustype);
44 if (device->bustype == DRM_BUS_PCI) {
59 printf("Unknown/unhandled bustype\n");
/external/rmi4utils/rmidevice/
H A Dhiddevice.cpp531 m_info.bustype == BUS_I2C ? "I2C" : "USB", m_info.vendor, m_info.product);
561 int bus = m_info.bustype;
/external/strace/
H A Devdev.c221 id.bustype, id.vendor);
/external/libdrm/
H A Dxf86drm.c2908 if (a->bustype != b->bustype)
2911 switch (a->bustype) {
3015 (*device)->bustype = DRM_BUS_PCI;
H A Dxf86drm.h784 int bustype; member in struct:_drmDevice

Completed in 195 milliseconds