Lines Matching defs:_PTPParams
2444 struct _PTPParams { struct
2446 uint32_t device_flags;
2449 uint8_t byteorder;
2450 uint16_t maxpacketsize;
2453 PTPIOSendReq sendreq_func;
2454 PTPIOSendData senddata_func;
2455 PTPIOGetResp getresp_func;
2456 PTPIOGetData getdata_func;
2457 PTPIOGetResp event_check;
2458 PTPIOGetResp event_check_queue;
2459 PTPIOGetResp event_wait;
2460 PTPIOCancelReq cancelreq_func;
2463 PTPErrorFunc error_func;
2464 PTPDebugFunc debug_func;
2467 void *data;
2470 uint32_t transaction_id;
2472 uint32_t session_id;
2475 uint32_t opencapture_transid;
2478 int split_header_data;
2479 int ocs64; /* 64bit objectsize */
2482 PTPObject *objects;
2483 unsigned int nrofobjects;
2485 PTPDeviceInfo deviceinfo;
2488 PTPContainer *events;
2489 int nrofevents;
2492 int inliveview;
2495 int cachetime;
2498 PTPStorageIDs storageids;
2499 int storagechanged;
2502 PTPDeviceProperty *deviceproperties;
2503 unsigned int nrofdeviceproperties;
2506 PTPCanon_Property *canon_props;
2507 unsigned int nrofcanon_props;
2508 int canon_viewfinder_on;
2509 int canon_event_mode;
2512 PTPCanon_changes_entry *backlogentries;
2513 unsigned int nrofbacklogentries;
2537 struct _PTPParams *outer_params; argument
2541 iconv_t cd_locale_to_ucs2;
2542 iconv_t cd_ucs2_to_locale;
2548 uint8_t *response_packet;
2549 uint16_t response_packet_size;