Lines Matching refs:device_entry
629 retdevs[i].device_entry.vendor = NULL; in LIBMTP_Detect_Raw_Devices()
630 retdevs[i].device_entry.vendor_id = dev->libusb_device->descriptor.idVendor; in LIBMTP_Detect_Raw_Devices()
631 retdevs[i].device_entry.product = NULL; in LIBMTP_Detect_Raw_Devices()
632 retdevs[i].device_entry.product_id = dev->libusb_device->descriptor.idProduct; in LIBMTP_Detect_Raw_Devices()
633 retdevs[i].device_entry.device_flags = 0x00000000U; in LIBMTP_Detect_Raw_Devices()
639 retdevs[i].device_entry.vendor = mtp_device_table[j].vendor; in LIBMTP_Detect_Raw_Devices()
640 retdevs[i].device_entry.product = mtp_device_table[j].product; in LIBMTP_Detect_Raw_Devices()
641 retdevs[i].device_entry.device_flags = mtp_device_table[j].device_flags; in LIBMTP_Detect_Raw_Devices()
645 retdevs[i].device_entry.device_flags |= DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST| in LIBMTP_Detect_Raw_Devices()
720 printf(" Vendor: %s\n", ptp_usb->rawdevice.device_entry.vendor); in dump_usbinfo()
721 printf(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.vendor_id); in dump_usbinfo()
722 printf(" Product: %s\n", ptp_usb->rawdevice.device_entry.product); in dump_usbinfo()
723 printf(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.product_id); in dump_usbinfo()
724 printf(" Device flags: 0x%08x\n", ptp_usb->rawdevice.device_entry.device_flags); in dump_usbinfo()
1799 dev->descriptor.idVendor == device->device_entry.vendor_id && in configure_usb_device()
1800 dev->descriptor.idProduct == device->device_entry.product_id ) { in configure_usb_device()