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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dcpia.h222 u8 bottomlight; /* bottom light lit, R/W */ member in struct:cam_params::__anon4976
H A Dcpia.c518 out += sprintf(out, "bottomlight: %8s %8s %8s %8s\n",
519 cam->params.qx3.bottomlight ? "on" : "off",
1289 } else if (MATCH("bottomlight")) {
1291 new_params.qx3.bottomlight = 1;
1293 new_params.qx3.bottomlight = 0;
2402 int p1 = (cam->params.qx3.bottomlight == 0) << 1;
3872 cam->params.qx3.bottomlight = 0;

Completed in 49 milliseconds