Home | History | Annotate | Download | only in src

Lines Matching refs:ptp_debug

63 ptp_debug (PTPParams *params, const char *format, ...)
498 ptp_debug(params,"PTP: Opening session");
1541 ptp_debug (params, "event: nparams=0x%X, code=0x%X, trans_id=0x%X, p1=0x%X, p2=0x%X, p3=0x%X", event.Nparam,event.Code,event.Transaction_ID, event.Param1, event.Param2, event.Param3);
4755 /*ptp_debug (params, "searching %08x, total=%d", handle, params->nrofobjects);*/
4758 /*ptp_debug (params, "ob %d: %08x [%d-%d]", cursor, params->objects[cursor].oid, begin, end);*/
4786 /*ptp_debug (params, "inserting oid %x at [%x,%x], begin=%d, end=%d, insertat=%d\n", handle, params->objects[begin].oid, params->objects[end].oid, begin, end, insertat);*/
4807 ptp_debug (params, "ptp_object_want: querying handle 0?\n");
4858 ptp_debug (params, "ptp2/mtpfast: reading mtp proplist of %08x", handle);
4877 ptp_debug (params, "ptp2/mtpfast: parentobject has type 0x%x???", xpl->datatype);
4881 ptp_debug (params, "ptp2/mtpfast: parent 0x%x", xpl->propval.u32);
4885 ptp_debug (params, "ptp2/mtpfast: objectformat has type 0x%x???", xpl->datatype);
4889 ptp_debug (params, "ptp2/mtpfast: ofc 0x%x", xpl->propval.u16);
4900 ptp_debug (params, "ptp2/mtpfast: objectsize has type 0x%x???", xpl->datatype);
4903 ptp_debug (params, "ptp2/mtpfast: objectsize %u", xpl->propval.u32);
4907 ptp_debug (params, "ptp2/mtpfast: storageid has type 0x%x???", xpl->datatype);
4911 ptp_debug (params, "ptp2/mtpfast: storageid 0x%x", xpl->propval.u32);
4915 ptp_debug (params, "ptp2/mtpfast: protectionstatus has type 0x%x???", xpl->datatype);
4919 ptp_debug (params, "ptp2/mtpfast: protection 0x%x", xpl->propval.u16);
4923 ptp_debug (params, "ptp2/mtpfast: filename has type 0x%x???", xpl->datatype);
4927 ptp_debug (params, "ptp2/mtpfast: filename %s", xpl->propval.str);
4935 ptp_debug (params, "ptp2/mtpfast: datecreated has type 0x%x???", xpl->datatype);
4938 ptp_debug (params, "ptp2/mtpfast: capturedate %s", xpl->propval.str);
4943 ptp_debug (params, "ptp2/mtpfast: datemodified has type 0x%x???", xpl->datatype);
4946 ptp_debug (params, "ptp2/mtpfast: moddate %s", xpl->propval.str);
4951 ptp_debug (params, "ptp2/mtpfast:case %x type %x unhandled", xpl->property, xpl->datatype);
4964 ptp_debug (params, "ptp_object_want: oid 0x%08x, want flags %x, have only %x?", handle, want, ob->flags);