Lines Matching defs:hue
236 int saa7114_set_decoder_hue(char hue);
456 * This routine sets the hue control of the video decoder.
461 saa7114_set_decoder_hue(char hue)
464 gfx_set_decoder_hue(char hue)
467 saa7114_write_reg(SAA7114_HUE, (unsigned char)hue);
823 * This routine sets the hue control of the video decoder.
892 * This routine returns the current hue of the video decoder.
903 unsigned char hue = 0;
905 saa7114_read_reg(SAA7114_HUE, &hue);
906 return ((char)hue);