Lines Matching refs:ofc
852 * ofc - object format code (optional)
859 ptp_deleteobject (PTPParams* params, uint32_t handle, uint32_t ofc)
867 ptp.Param2=ofc;
2399 * uint ofc - object format code
2407 ptp_mtp_getobjectpropssupported (PTPParams* params, uint16_t ofc,
2418 ptp.Param1 = ofc;
2433 * uint16_t ofc - object format code
2440 PTPParams* params, uint16_t opc, uint16_t ofc, PTPObjectPropDesc *opd
2451 ptp.Param2 = ofc;
4178 uint16_t ofc;
4214 uint16_t ofc;
4275 ptp_render_ofc(PTPParams* params, uint16_t ofc, int spaceleft, char *txt)
4279 if (!(ofc & 0x8000)) {
4281 if (ofc == ptp_ofc_trans[i].ofc)
4286 switch (ofc) {
4294 switch (ofc) {
4304 if (ofc == ptp_ofc_mtp_trans[i].ofc)
4310 return snprintf (txt, spaceleft,_("Unknown(%04x)"), ofc);
4889 ptp_debug (params, "ptp2/mtpfast: ofc 0x%x", xpl->propval.u16);