brightpixels      414 drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c 	int err, totalpixels, brightpixels, darkpixels;
brightpixels      422 drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c 	brightpixels = (totalpixels * val) >> 8;
brightpixels      423 drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c 	darkpixels   = totalpixels - brightpixels;
brightpixels      424 drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c 	err = stv06xx_write_sensor(sd, PB_R21, brightpixels);