Searched refs:qc_command (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.c240 /* qc_command is probably a bit of a misnomer -- it's used to send
245 static int qc_command(struct qcam *q, int command) function
414 /* I think the problem was in qc_command, not here -- bls */
416 qc_command(q, 0xb);
417 qc_command(q, q->brightness);
420 qc_command(q, 0x11);
421 qc_command(q, val);
436 qc_command(q, 0x13);
437 qc_command(q, val);
440 qc_command(
[all...]

Completed in 32 milliseconds