Lines Matching defs:hue
180 sd->vcur.hue = 0;191 sd->vmax.hue = 254 + 2;245 sd->vold.hue = -1;345 s32 hue = sd->vcur.hue;413 if (hue != sd->vold.hue) {414 sd->vold.hue = hue;415 if (hue < 0 || hue > sd->vmax.hue)416 hue = 0;420 ctrl_out(gspca_dev, 0x40, 1, 0x6000 + hue * (hue < 255), 0x007d,422 if (hue >= 255)