• Home
  • Raw
  • Download

Lines Matching refs:LIBMTP_INFO

261LIBMTP_INFO("configdescriptor %d get failed with ret %d in probe_device_descriptor yet dev->descri…  in probe_device_descriptor()
688 LIBMTP_INFO(" bcdUSB: %d\n", desc.bcdUSB); in dump_usbinfo()
689 LIBMTP_INFO(" bDeviceClass: %d\n", desc.bDeviceClass); in dump_usbinfo()
690 LIBMTP_INFO(" bDeviceSubClass: %d\n", desc.bDeviceSubClass); in dump_usbinfo()
691 LIBMTP_INFO(" bDeviceProtocol: %d\n", desc.bDeviceProtocol); in dump_usbinfo()
692 LIBMTP_INFO(" idVendor: %04x\n", desc.idVendor); in dump_usbinfo()
693 LIBMTP_INFO(" idProduct: %04x\n", desc.idProduct); in dump_usbinfo()
694 LIBMTP_INFO(" IN endpoint maxpacket: %d bytes\n", ptp_usb->inep_maxpacket); in dump_usbinfo()
695 LIBMTP_INFO(" OUT endpoint maxpacket: %d bytes\n", ptp_usb->outep_maxpacket); in dump_usbinfo()
696 LIBMTP_INFO(" Raw device info:\n"); in dump_usbinfo()
697 LIBMTP_INFO(" Bus location: %d\n", ptp_usb->rawdevice.bus_location); in dump_usbinfo()
698 LIBMTP_INFO(" Device number: %d\n", ptp_usb->rawdevice.devnum); in dump_usbinfo()
699 LIBMTP_INFO(" Device entry info:\n"); in dump_usbinfo()
700 LIBMTP_INFO(" Vendor: %s\n", ptp_usb->rawdevice.device_entry.vendor); in dump_usbinfo()
701 LIBMTP_INFO(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.vendor_id); in dump_usbinfo()
702 LIBMTP_INFO(" Product: %s\n", ptp_usb->rawdevice.device_entry.product); in dump_usbinfo()
703 LIBMTP_INFO(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.product_id); in dump_usbinfo()
704 LIBMTP_INFO(" Device flags: 0x%08x\n", ptp_usb->rawdevice.device_entry.device_flags); in dump_usbinfo()
839 LIBMTP_INFO("unexpected toread size 0x%04x, 0x%04x remaining bytes\n", in ptp_read_func()
938 LIBMTP_INFO("LIBMTP panic: unable to read in zero packet, response 0x%04x", zeroresult); in ptp_read_func()
1461LIBMTP_INFO("Could not read in extra byte for %d bytes long file, return value 0x%04x\n", ptp_usb-… in ptp_usb_getdata()
1466 LIBMTP_INFO("Reading in zero packet after header\n"); in ptp_usb_getdata()
1485LIBMTP_INFO("LIBMTP panic: unable to read in zero packet, response 0x%04x", zeroresult); in ptp_usb_getdata()