Searched refs:qcam (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/
H A Dc-qcam.c45 struct qcam { struct
87 static struct qcam *qcams[MAX_CAMS];
90 static inline void qcam_set_ack(struct qcam *qcam, unsigned int i) argument
94 parport_frob_control(qcam->pport, 8, i ? 8 : 0);
97 static inline unsigned int qcam_ready1(struct qcam *qcam) argument
99 return (parport_read_status(qcam->pport) & 0x8) ? 1 : 0;
102 static inline unsigned int qcam_ready2(struct qcam *qcam) argument
107 qcam_await_ready1(struct qcam *qcam, int value) argument
133 qcam_await_ready2(struct qcam *qcam, int value) argument
160 qcam_read_data(struct qcam *qcam) argument
175 qcam_write_data(struct qcam *qcam, unsigned int data) argument
190 qcam_set(struct qcam *qcam, unsigned int cmd, unsigned int data) argument
199 qcam_get(struct qcam *qcam, unsigned int cmd) argument
206 qc_detect(struct qcam *qcam) argument
260 qc_reset(struct qcam *qcam) argument
272 qc_setup(struct qcam *qcam) argument
300 qcam_read_bytes(struct qcam *qcam, unsigned char *buf, unsigned int nbytes) argument
375 qc_capture(struct qcam *qcam, char __user *buf, unsigned long len) argument
511 struct qcam *qcam = video_drvdata(file); local
562 struct qcam *qcam = video_drvdata(file); local
585 struct qcam *qcam = video_drvdata(file); local
614 struct qcam *qcam = video_drvdata(file); local
653 struct qcam *qcam = video_drvdata(file); local
703 struct qcam *qcam = video_drvdata(file); local
739 struct qcam *qcam; local
787 struct qcam *qcam; local
842 close_cqcam(struct qcam *qcam) argument
[all...]
H A Dbw-qcam.c30 /* qcam-lib.c -- Library for programming with the Connectix QuickCam.
104 struct qcam { struct
122 static unsigned int maxpoll = 250; /* Maximum busy-loop count for qcam I/O */
132 * immediately attempt to initialize qcam */
136 static struct qcam *qcams[MAX_CAMS];
139 static inline int read_lpstatus(struct qcam *q)
144 static inline int read_lpdata(struct qcam *q)
149 static inline void write_lpdata(struct qcam *q, int d)
154 static void write_lpcontrol(struct qcam *q, int d)
174 static int qc_waithand(struct qcam *
637 struct qcam *qcam = video_drvdata(file); local
688 struct qcam *qcam = video_drvdata(file); local
711 struct qcam *qcam = video_drvdata(file); local
739 struct qcam *qcam = video_drvdata(file); local
780 struct qcam *qcam = video_drvdata(file); local
833 struct qcam *qcam = video_drvdata(file); local
878 struct qcam *qcam; local
958 struct qcam *qcam; local
996 close_bwqcam(struct qcam *qcam) argument
1047 struct qcam *qcam = qcams[i]; local
[all...]
H A DMakefile91 obj-$(CONFIG_VIDEO_CQCAM) += c-qcam.o
92 obj-$(CONFIG_VIDEO_BWQCAM) += bw-qcam.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/
H A Dc-qcam.c45 struct qcam { struct
87 static struct qcam *qcams[MAX_CAMS];
90 static inline void qcam_set_ack(struct qcam *qcam, unsigned int i) argument
94 parport_frob_control(qcam->pport, 8, i ? 8 : 0);
97 static inline unsigned int qcam_ready1(struct qcam *qcam) argument
99 return (parport_read_status(qcam->pport) & 0x8) ? 1 : 0;
102 static inline unsigned int qcam_ready2(struct qcam *qcam) argument
107 qcam_await_ready1(struct qcam *qcam, int value) argument
133 qcam_await_ready2(struct qcam *qcam, int value) argument
160 qcam_read_data(struct qcam *qcam) argument
175 qcam_write_data(struct qcam *qcam, unsigned int data) argument
190 qcam_set(struct qcam *qcam, unsigned int cmd, unsigned int data) argument
199 qcam_get(struct qcam *qcam, unsigned int cmd) argument
206 qc_detect(struct qcam *qcam) argument
260 qc_reset(struct qcam *qcam) argument
272 qc_setup(struct qcam *qcam) argument
300 qcam_read_bytes(struct qcam *qcam, unsigned char *buf, unsigned int nbytes) argument
375 qc_capture(struct qcam *qcam, char __user *buf, unsigned long len) argument
511 struct qcam *qcam = video_drvdata(file); local
562 struct qcam *qcam = video_drvdata(file); local
585 struct qcam *qcam = video_drvdata(file); local
614 struct qcam *qcam = video_drvdata(file); local
653 struct qcam *qcam = video_drvdata(file); local
703 struct qcam *qcam = video_drvdata(file); local
739 struct qcam *qcam; local
787 struct qcam *qcam; local
842 close_cqcam(struct qcam *qcam) argument
[all...]
H A Dbw-qcam.c30 /* qcam-lib.c -- Library for programming with the Connectix QuickCam.
104 struct qcam { struct
122 static unsigned int maxpoll = 250; /* Maximum busy-loop count for qcam I/O */
132 * immediately attempt to initialize qcam */
136 static struct qcam *qcams[MAX_CAMS];
139 static inline int read_lpstatus(struct qcam *q)
144 static inline int read_lpdata(struct qcam *q)
149 static inline void write_lpdata(struct qcam *q, int d)
154 static void write_lpcontrol(struct qcam *q, int d)
174 static int qc_waithand(struct qcam *
637 struct qcam *qcam = video_drvdata(file); local
688 struct qcam *qcam = video_drvdata(file); local
711 struct qcam *qcam = video_drvdata(file); local
739 struct qcam *qcam = video_drvdata(file); local
780 struct qcam *qcam = video_drvdata(file); local
833 struct qcam *qcam = video_drvdata(file); local
878 struct qcam *qcam; local
958 struct qcam *qcam; local
996 close_bwqcam(struct qcam *qcam) argument
1047 struct qcam *qcam = qcams[i]; local
[all...]
H A DMakefile91 obj-$(CONFIG_VIDEO_CQCAM) += c-qcam.o
92 obj-$(CONFIG_VIDEO_BWQCAM) += bw-qcam.o

Completed in 98 milliseconds