Lines Matching full:camera
8 * USB-Kernel Driver for the Mustek MDC800 Digital Camera
13 * To use the Camera you must support the USB Protocol of the camera
18 * The driver supports only one camera.
42 * driver running like the camera is connected and causes some
95 #define DRIVER_DESC "USB Driver for Mustek MDC800 Digital Camera"
136 int camera_busy; // is camera busy ?
158 int open; // Camera device open ?
234 * Checks whether the camera responds busy
250 * Checks whether the Camera is ready
325 * Waits a while until the irq responds that camera is ready
327 * mode : 0: Wait for camera gets ready
329 * 2: Wait for camera gets busy
344 dev_err(&mdc800->dev->dev, "timeout waiting for camera.\n"); in mdc800_usb_waitForIRQ()
350 printk(KERN_WARNING "mdc800: Camera gets disconnected " in mdc800_usb_waitForIRQ()
406 Probing for the Camera
653 * Close the Camera and release Memory
775 * If a 8Byte Command is received, it will be send to the camera.
777 * just waits until the camera becomes ready.
832 /* Command Buffer full ? -> send it to camera */ in mdc800_device_write()
840 "Camera didn't get ready.\n"); in mdc800_device_write()