PTPContainer      448 core/ptp.c       PTPContainer ptp;
PTPContainer      451 core/ptp.c       memset(&ptp,0,sizeof(PTPContainer));
PTPContainer       34 core/ptp_chdk.h     int (*send_resp)(int handle, PTPContainer *resp, int zero); // (0xFF9F5688), ixus30/40 needs a third argument, which is always 0
PTPContainer       36 core/ptp_chdk.h     int (*send_err_resp)(int handle, PTPContainer *resp); // (0xFF9F5784)
PTPContainer      107 tools/ghidra_scripts/datatypes/fw_types.h     int (*send_resp)(int handle, PTPContainer *resp, int zero); // (0xFF9F5688), ixus30/40 needs a third argument, which is always 0
PTPContainer      109 tools/ghidra_scripts/datatypes/fw_types.h     int (*send_resp)(int handle, PTPContainer *resp); // extra param messes up analysis
PTPContainer      112 tools/ghidra_scripts/datatypes/fw_types.h     int (*send_err_resp)(int handle, PTPContainer *resp); // (0xFF9F5784)