Home | History | Annotate | Download | only in src

Lines Matching refs:rawdevice

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