Home | History | Annotate | Download | only in src

Lines Matching full:rawdevice

717   printf("      Bus location: %d\n", ptp_usb->rawdevice.bus_location);
718 printf(" Device number: %d\n", ptp_usb->rawdevice.devnum);
720 printf(" Vendor: %s\n", ptp_usb->rawdevice.device_entry.vendor);
721 printf(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.vendor_id);
722 printf(" Product: %s\n", ptp_usb->rawdevice.device_entry.product);
723 printf(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.product_id);
724 printf(" Device flags: 0x%08x\n", ptp_usb->rawdevice.device_entry.device_flags);
1824 memcpy(&ptp_usb->rawdevice, device, sizeof(LIBMTP_raw_device_t));