Searched refs:qcam (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/media/video/ |
D | c-qcam.c | 74 static inline void qcam_set_ack(struct qcam_device *qcam, unsigned int i) in qcam_set_ack() argument 78 parport_frob_control(qcam->pport, 8, i?8:0); in qcam_set_ack() 81 static inline unsigned int qcam_ready1(struct qcam_device *qcam) in qcam_ready1() argument 83 return (parport_read_status(qcam->pport) & 0x8)?1:0; in qcam_ready1() 86 static inline unsigned int qcam_ready2(struct qcam_device *qcam) in qcam_ready2() argument 88 return (parport_read_data(qcam->pport) & 0x1)?1:0; in qcam_ready2() 91 static unsigned int qcam_await_ready1(struct qcam_device *qcam, in qcam_await_ready1() argument 98 if (qcam_ready1(qcam) == value) in qcam_await_ready1() 105 if (qcam_ready1(qcam) == value) in qcam_await_ready1() 113 parport_read_status(qcam->pport), in qcam_await_ready1() [all …]
|
D | bw-qcam.c | 713 struct qcam_device *qcam=(struct qcam_device *)dev; in qcam_ioctl() local 789 p.brightness=qcam->brightness<<8; in qcam_ioctl() 790 p.contrast=qcam->contrast<<8; in qcam_ioctl() 791 p.whiteness=qcam->whitebal<<8; in qcam_ioctl() 792 p.depth=qcam->bpp; in qcam_ioctl() 812 qcam->brightness = p.brightness>>8; in qcam_ioctl() 813 qcam->contrast = p.contrast>>8; in qcam_ioctl() 814 qcam->whitebal = p.whiteness>>8; in qcam_ioctl() 815 qcam->bpp = p.depth; in qcam_ioctl() 817 down(&qcam->lock); in qcam_ioctl() [all …]
|
D | Makefile | 44 obj-$(CONFIG_VIDEO_CQCAM) += c-qcam.o 45 obj-$(CONFIG_VIDEO_BWQCAM) += bw-qcam.o
|
/linux-2.4.37.9/Documentation/video4linux/ |
D | CQcam.txt | 1 c-qcam - Connectix Color QuickCam video4linux kernel driver 21 The file ../drivers/char/c-qcam.c is a device driver for the 39 The c-qcam depends on parallel port support, video4linux, and the 48 CONFIG_VIDEO_CQCAM M for c-qcam.o Color Quickcam module 81 alias char-major-81-0 c-qcam 85 the 'c-qcam' module to load. If you have other video sources with 108 your c-qcam to mean something more: 110 ln -s video0 c-qcam # make /dev/c-qcam a working file 111 ln -s c-qcam video # make /dev/c-qcam your default video source 116 would like the c-qcam readable by non-root users, you will need to [all …]
|
/linux-2.4.37.9/ |
D | CREDITS | 334 D: Device driver hacker (eexpress, 3c505, c-qcam, ...) 619 D: Video4Linux design, bw-qcam and PMS driver ports.
|
/linux-2.4.37.9/Documentation/ |
D | Configure.help | 25357 This driver is also available as a module called bw-qcam.o ( = code 25368 as a module (c-qcam.o). 29328 # LocalWords: BT Hauppauge STB bttv Quickcam BW BWQCAM bw qcam Mediavision PMS
|