Home
last modified time | relevance | path

Searched refs:ptp (Results 1 – 21 of 21) sorted by relevance

/external/libmtp/src/
Dptp.c137 ptp_transaction_new (PTPParams* params, PTPContainer* ptp, in ptp_transaction_new() argument
143 if ((params==NULL) || (ptp==NULL)) in ptp_transaction_new()
146 ptp->Transaction_ID=params->transaction_id++; in ptp_transaction_new()
147 ptp->SessionID=params->session_id; in ptp_transaction_new()
149 CHECK_PTP_RC(params->sendreq_func (params, ptp)); in ptp_transaction_new()
155 ret = params->senddata_func(params, ptp, in ptp_transaction_new()
170 ret = params->getdata_func(params, ptp, handler); in ptp_transaction_new()
189 CHECK_PTP_RC(params->getresp_func(params, ptp)); in ptp_transaction_new()
190 if (ptp->Transaction_ID != params->transaction_id-1) { in ptp_transaction_new()
192 if ((ptp->Code == PTP_OC_OpenSession) && tries--) in ptp_transaction_new()
[all …]
DREADME6 ptp-pack.c
7 ptp-pack.h
8 ptp.c
9 ptp.h
DMakefile.am4 gphoto2-endian.h libptp-stdint.h ptp.c ptp.h \
7 EXTRA_DIST=libmtp.h.in libmtp.sym ptp-pack.c
DMakefile.in79 libusb-glue.lo ptp.lo
225 gphoto2-endian.h libptp-stdint.h ptp.c ptp.h \
229 EXTRA_DIST = libmtp.h.in libmtp.sym ptp-pack.c
344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptp.Plo@am__quote@
Dlibusb-glue.c1169 ptp_usb_senddata (PTPParams* params, PTPContainer* ptp, in ptp_usb_senddata() argument
1185 usbdata.code = htod16(ptp->Code); in ptp_usb_senddata()
1186 usbdata.trans_id= htod32(ptp->Transaction_ID); in ptp_usb_senddata()
1261 ptp_usb_getdata (PTPParams* params, PTPContainer* ptp, PTPDataHandler *handler) in ptp_usb_getdata() argument
1284 if (dtoh16(usbdata.code)!=ptp->Code) { in ptp_usb_getdata()
1290 usbdata.code = htod16(ptp->Code); in ptp_usb_getdata()
1291 usbdata.trans_id = htod32(ptp->Transaction_ID); in ptp_usb_getdata()
Dptp.h1865 typedef uint16_t (* PTPIOSendData) (PTPParams* params, PTPContainer* ptp,
1869 typedef uint16_t (* PTPIOGetData) (PTPParams* params, PTPContainer* ptp,
1980 uint16_t ptp_usb_senddata (PTPParams* params, PTPContainer* ptp,
1983 uint16_t ptp_usb_getdata (PTPParams* params, PTPContainer* ptp,
1996 uint16_t ptp_ptpip_senddata (PTPParams* params, PTPContainer* ptp,
1999 uint16_t ptp_ptpip_getdata (PTPParams* params, PTPContainer* ptp,
/external/libmtp/
DChangeLog30 * src/ptp.c: sync to upstream
31 * src/ptp.h: dito.
45 * src/ptp.c: sync to upstream with correct MTP interface
47 * src/ptp.h: dito.
65 * src/ptp.c: sync to upstream.
66 * src/ptp.h: sync to upstream.
67 * src/ptp-pack.c: sync to upstream.
99 * src/ptp.h: sync to upstream.
100 * src/ptp.c: dito.
101 * src/ptp-pack.c: dito.
[all …]
DREADME22 use ptp.c, ptp.h and ptp-pack.c verbatim from the libgphoto2
223 in the file ptp.c.
236 CMD 0x99805, we see in ptp.h that this is PTP_OC_MTP_GetObjPropList.
245 CMD 0x99805, we see in ptp.h that this is PTP_OC_MTP_GetObjPropList.
256 CMD 0x99805, we see in ptp.h that this is PTP_OC_MTP_GetObjPropList.
/external/libmtp/libmtp.xcodeproj/
Dproject.pbxproj22 …B00305D91277B07D009FA3E1 /* ptp.c in Sources */ = {isa = PBXBuildFile; fileRef = B00305C91277B07D0…
23 …B00305DA1277B07D009FA3E1 /* ptp.h in Headers */ = {isa = PBXBuildFile; fileRef = B00305CA1277B07D0…
76 …7B07D009FA3E1 /* ptp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcec…
77 …7B07D009FA3E1 /* ptp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcec…
131 B00305C91277B07D009FA3E1 /* ptp.c */,
132 B00305CA1277B07D009FA3E1 /* ptp.h */,
180 B00305DA1277B07D009FA3E1 /* ptp.h in Headers */,
267 B00305D91277B07D009FA3E1 /* ptp.c in Sources */,
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state_init.c746 ALLOC_STATE( ptp, tcl_add8, PTP_STATE_SIZE, "PTP/pointparams", 0 ); in r200InitState()
846 rmesa->hw.ptp.emit = ptp_emit; in r200InitState()
906 rmesa->hw.ptp.cmd[PTP_CMD_0] = in r200InitState()
908 rmesa->hw.ptp.cmd[PTP_CMD_1] = in r200InitState()
1270 rmesa->hw.ptp.cmd[PTP_EYE_X] = 0; in r200InitState()
1271 rmesa->hw.ptp.cmd[PTP_EYE_Y] = 0; in r200InitState()
1272 rmesa->hw.ptp.cmd[PTP_EYE_Z] = IEEE_ONE | 0x80000000; /* -1.0 */ in r200InitState()
1273 rmesa->hw.ptp.cmd[PTP_EYE_3] = 0; in r200InitState()
1276 rmesa->hw.ptp.cmd[PTP_VPORT_SCALE_0] = IEEE_ONE; in r200InitState()
1277 rmesa->hw.ptp.cmd[PTP_VPORT_SCALE_1] = IEEE_ONE; in r200InitState()
[all …]
Dr200_state.c555 GLfloat *fcmd = (GLfloat *)rmesa->hw.ptp.cmd; in r200PointSize()
565 R200_STATECHANGE( rmesa, ptp ); in r200PointSize()
576 GLfloat *fcmd = (GLfloat *)rmesa->hw.ptp.cmd; in r200PointParameter()
582 R200_STATECHANGE( rmesa, ptp ); in r200PointParameter()
589 R200_STATECHANGE( rmesa, ptp ); in r200PointParameter()
597 R200_STATECHANGE( rmesa, ptp ); in r200PointParameter()
598 GLfloat *fcmd = (GLfloat *)rmesa->hw.ptp.cmd; in r200PointParameter()
Dr200_context.h518 struct radeon_state_atom ptp; member
Dr200_cmdbuf.c103 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.ptp ); in r200SetUpAtomList()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
Dr200_state_init.c746 ALLOC_STATE( ptp, tcl_add8, PTP_STATE_SIZE, "PTP/pointparams", 0 ); in r200InitState()
846 rmesa->hw.ptp.emit = ptp_emit; in r200InitState()
906 rmesa->hw.ptp.cmd[PTP_CMD_0] = in r200InitState()
908 rmesa->hw.ptp.cmd[PTP_CMD_1] = in r200InitState()
1270 rmesa->hw.ptp.cmd[PTP_EYE_X] = 0; in r200InitState()
1271 rmesa->hw.ptp.cmd[PTP_EYE_Y] = 0; in r200InitState()
1272 rmesa->hw.ptp.cmd[PTP_EYE_Z] = IEEE_ONE | 0x80000000; /* -1.0 */ in r200InitState()
1273 rmesa->hw.ptp.cmd[PTP_EYE_3] = 0; in r200InitState()
1276 rmesa->hw.ptp.cmd[PTP_VPORT_SCALE_0] = IEEE_ONE; in r200InitState()
1277 rmesa->hw.ptp.cmd[PTP_VPORT_SCALE_1] = IEEE_ONE; in r200InitState()
[all …]
Dr200_state.c555 GLfloat *fcmd = (GLfloat *)rmesa->hw.ptp.cmd; in r200PointSize()
565 R200_STATECHANGE( rmesa, ptp ); in r200PointSize()
576 GLfloat *fcmd = (GLfloat *)rmesa->hw.ptp.cmd; in r200PointParameter()
582 R200_STATECHANGE( rmesa, ptp ); in r200PointParameter()
589 R200_STATECHANGE( rmesa, ptp ); in r200PointParameter()
597 R200_STATECHANGE( rmesa, ptp ); in r200PointParameter()
598 GLfloat *fcmd = (GLfloat *)rmesa->hw.ptp.cmd; in r200PointParameter()
Dr200_context.h518 struct radeon_state_atom ptp; member
Dr200_cmdbuf.c103 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.ptp ); in r200SetUpAtomList()
/external/strace/
DAndroid.mk64 ptp.c \
DMakefile.am41 ptp.c \
/external/chromium_org/third_party/usb_ids/
Dusb.ids437 4302 PhotoSmart 850 (ptp)
441 4402 PhotoSmart 935 (ptp)
492 6402 PhotoSmart 715 (ptp)
495 6502 PhotoSmart 120 (ptp)
500 6702 PhotoSmart 720 (ptp)
502 6802 PhotoSmart 620 (ptp)
507 6a02 PhotoSmart 735 (ptp)
518 7202 PhotoSmart 43x (ptp)
3370 306f PowerShot G3 (ptp)
3372 3071 PowerShot S230 (ptp)
[all …]
/external/chromium_org/third_party/cython/src/Tools/
Dkate.diff622 + <item> ptp </item>