HomeSort by relevance Sort by last modified time
    Searched refs:print_device (Results 1 - 2 of 2) sorted by null

  /external/libusb-compat/examples/
testlibusb.c 62 int print_device(struct usb_device *dev, int level) function
123 print_device(dev->children[i], level + 1);
143 print_device(bus->root_dev, 0);
148 print_device(dev, 0);
  /system/core/toolbox/
getevent.c 22 PRINT_DEVICE = 1U << 1,
351 if(print_flags & PRINT_DEVICE)
393 if(print_flags & PRINT_DEVICE)
497 int print_device = 0; local
537 print_flags |= PRINT_DEVICE | PRINT_DEVICE_NAME | PRINT_DEVICE_INFO | PRINT_VERSION;
544 print_flags |= PRINT_DEVICE_ERRORS | PRINT_DEVICE
601 print_flags |= PRINT_DEVICE_ERRORS | PRINT_DEVICE | PRINT_DEVICE_NAME;
602 print_device = 1;
648 if(print_device)

Completed in 115 milliseconds