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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dbw-qcam.c171 /* qc_waithand busy-waits for a handshake signal from the QuickCam.
174 static int qc_waithand(struct qcam *q, int val) function
253 n1 = qc_waithand(q, 1);
256 n2 = qc_waithand(q, 0);
268 n1 = qc_waithand(q, 1);
271 n2 = qc_waithand(q, 0);
501 lo = (qc_waithand(q, 1) & 0xf0) >> 4;
503 hi = (qc_waithand(q, 0) & 0xf0) >> 4;
572 qc_waithand(q, 1);
574 qc_waithand(
[all...]

Completed in 64 milliseconds