Home
last modified time | relevance | path

Searched refs:printCError (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/mustek/
H A Drs232.c57 printCError ("(mdc800_rs232_sendCommand) sending Byte %i fails!\n",i); in mdc800_rs232_sendCommand()
64 printCError ("(mdc800_rs232_sendCommand) receiving resend of Byte %i fails.\n",i); in mdc800_rs232_sendCommand()
86 printCError ("(mdc800_rs232_sendCommand) download of %i Bytes fails.\n",length); in mdc800_rs232_sendCommand()
93 printCError ("(mdc800_rs232_sendCommand) receiving %i Bytes fails.\n",length); in mdc800_rs232_sendCommand()
106 printCError ("(mdc800_rs232_sendCommand) receiving commit fails.\n"); in mdc800_rs232_sendCommand()
130 printCError ("(mdc800_rs232_waitForCommit) Error receiving commit !\n"); in mdc800_rs232_waitForCommit()
153 printCError ("(mdc800_rs232_receive) can't read %i Bytes !\n",b); in mdc800_rs232_receive()
193 printCError ("(mdc800_rs232_download) to many retries, giving up.."); in mdc800_rs232_download()
207 printCError ("%i: ",i); in mdc800_rs232_download()
209 printCError (" %i", buffer[i*8+j]); in mdc800_rs232_download()
[all …]
H A Dusb.c90 printCError ("(mdc800_usb_readFromIRQ) reading bytes from irq fails (%d)\n",ret); in mdc800_usb_readFromIrq()
127 printCError ("(mdc800_usb_readFromIrq) timeout\n"); in mdc800_usb_readFromIrq()
152 printCError ("(mdc800_usb_sendCommand) sending Command fails (%d)!\n",ret); in mdc800_usb_sendCommand()
164 printCError ("(mdc800_usb_sendCommand) requesting 64Byte dummy data fails.\n"); in mdc800_usb_sendCommand()
174 printCError ("(mdc800_usb_sendCommand) reading image data fails.\n"); in mdc800_usb_sendCommand()
189 printCError ("(mdc800_usb_sendCommand) receiving answer fails (%d).\n",ret); in mdc800_usb_sendCommand()
201 printCError ("(mdc800_usb_sendCommand) camera didn't get ready in the defined intervall ?!\n"); in mdc800_usb_sendCommand()
H A Dprint.h40 #define printCError if (1) printf macro
H A Dimage.c177printCError ("(mdc800_correctImageData) thumbnail:%i quality:%i location:%i \n", thumbnail, qualit… in mdc800_correctImageData()