Searched refs:bustype (Results 1 – 25 of 138) sorted by relevance
123456
/third_party/libdrm/tests/ |
D | drmdevice.c | 45 printf("+-> bustype %04x\n", device->bustype); in print_device_info() 46 if (device->bustype == DRM_BUS_PCI) { in print_device_info() 64 } else if (device->bustype == DRM_BUS_USB) { in print_device_info() 73 } else if (device->bustype == DRM_BUS_PLATFORM) { in print_device_info() 87 } else if (device->bustype == DRM_BUS_HOST1X) { in print_device_info()
|
/third_party/libevdev/tools/ |
D | mouse-dpi-tool.c | 179 bustype(int bustype) in bustype() function 183 switch(bustype) { in bustype() 237 bustype(libevdev_get_id_bustype(dev)), in print_summary()
|
/third_party/mesa3d/src/loader/ |
D | loader.c | 183 (device->bustype == DRM_BUS_PLATFORM)) { in loader_open_render_node() 289 if (device->bustype == DRM_BUS_PCI) { in drm_construct_id_path_tag() 297 } else if (device->bustype == DRM_BUS_PLATFORM || in drm_construct_id_path_tag() 298 device->bustype == DRM_BUS_HOST1X) { in drm_construct_id_path_tag() 301 if (device->bustype == DRM_BUS_PLATFORM) in drm_construct_id_path_tag() 460 if (device->bustype != DRM_BUS_PCI) { in drm_get_pci_id_for_fd()
|
/third_party/libinput/udev/ |
D | libinput-device-group.c | 160 int bustype, vendor_id, product_id, version; in main() local 204 &bustype, in main() 228 bustype, in main()
|
/third_party/libinput/test/ |
D | litest-device-wheel-only.c | 30 .bustype = 0x3,
|
D | litest-device-lid-switch-surface3.c | 31 .bustype = 0x19,
|
D | litest-device-lid-switch.c | 30 .bustype = 0x19,
|
D | litest-device-tablet-mode-switch.c | 30 .bustype = 0x18,
|
D | litest-device-ignored-mouse.c | 30 .bustype = 0x3,
|
D | litest-device-mouse-wheel-click-count.c | 30 .bustype = 0x3,
|
D | litest-device-trackpoint.c | 30 .bustype = 0x11,
|
D | litest-device-mouse-wheel-click-angle.c | 30 .bustype = 0x3,
|
D | litest-device-format-string.c | 31 .bustype = 0x3,
|
D | litest-device-mouse.c | 30 .bustype = 0x3,
|
D | litest-device-logitech-trackball.c | 30 .bustype = 0x3,
|
D | litest-device-gpio-keys.c | 30 .bustype = 0x19,
|
D | litest-device-mouse-wheel-tilt.c | 30 .bustype = 0x3,
|
D | litest-device-mouse-low-dpi.c | 30 .bustype = 0x3,
|
D | litest-device-ms-nano-transceiver-mouse.c | 30 .bustype = 0x3,
|
D | litest-device-hp-wmi-hotkeys.c | 30 .bustype = 0x19,
|
D | litest-device-cyborg-rat-5.c | 30 .bustype = 0x3,
|
D | litest-device-absinfo-override.c | 30 .bustype = 0x11,
|
D | litest-device-wacom-cintiq-pro-16-pad.c | 49 .bustype = 0x3,
|
D | litest-device-wacom-bamboo-2fg-pad.c | 49 .bustype = 0x3,
|
D | litest-device-keyboard-all-codes.c | 34 .bustype = 0x11,
|
123456