Searched refs:PTP_RC_GeneralError (Results 1 – 4 of 4) sorted by relevance
268 return PTP_RC_GeneralError; in ptp_init_send_memory_handler()316 return PTP_RC_GeneralError; in fd_getfunc()332 return PTP_RC_GeneralError; in fd_putfunc()422 if (!di) ret = PTP_RC_GeneralError; in ptp_getdeviceinfo()683 ret = PTP_RC_GeneralError; in ptp_getnumobjects()2796 {PTP_RC_GeneralError, N_("PTP: General Error")}, in ptp_perror()4733 return PTP_RC_GeneralError; in ptp_object_find()4744 if (!handle) return PTP_RC_GeneralError; in ptp_object_find_or_insert()4788 if (!newobs) return PTP_RC_GeneralError; in ptp_object_find_or_insert()4808 return PTP_RC_GeneralError; in ptp_object_want()[all …]
1783 if (!handles->Handler) return PTP_RC_GeneralError; in ptp_unpack_canon_directory()1785 if (!*oinfos) return PTP_RC_GeneralError; in ptp_unpack_canon_directory()1787 if (!*flags) return PTP_RC_GeneralError; in ptp_unpack_canon_directory()
1087 return PTP_RC_GeneralError; in ptp_init_send_memory_handler()1204 return PTP_RC_GeneralError; in ptp_usb_senddata()
510 #define PTP_RC_GeneralError 0x2002 macro