hue_coord        1294 drivers/media/usb/gspca/sn9c20x.c 	s32 hue_coord, hue_index = 180 + hue;
hue_coord        1303 drivers/media/usb/gspca/sn9c20x.c 	hue_coord = (hsv_red_x[hue_index] * satur) >> 8;
hue_coord        1304 drivers/media/usb/gspca/sn9c20x.c 	cmatrix[6] = hue_coord;
hue_coord        1305 drivers/media/usb/gspca/sn9c20x.c 	cmatrix[7] = (hue_coord >> 8) & 0x0f;
hue_coord        1307 drivers/media/usb/gspca/sn9c20x.c 	hue_coord = (hsv_red_y[hue_index] * satur) >> 8;
hue_coord        1308 drivers/media/usb/gspca/sn9c20x.c 	cmatrix[8] = hue_coord;
hue_coord        1309 drivers/media/usb/gspca/sn9c20x.c 	cmatrix[9] = (hue_coord >> 8) & 0x0f;
hue_coord        1311 drivers/media/usb/gspca/sn9c20x.c 	hue_coord = (hsv_green_x[hue_index] * satur) >> 8;
hue_coord        1312 drivers/media/usb/gspca/sn9c20x.c 	cmatrix[10] = hue_coord;
hue_coord        1313 drivers/media/usb/gspca/sn9c20x.c 	cmatrix[11] = (hue_coord >> 8) & 0x0f;
hue_coord        1315 drivers/media/usb/gspca/sn9c20x.c 	hue_coord = (hsv_green_y[hue_index] * satur) >> 8;
hue_coord        1316 drivers/media/usb/gspca/sn9c20x.c 	cmatrix[12] = hue_coord;
hue_coord        1317 drivers/media/usb/gspca/sn9c20x.c 	cmatrix[13] = (hue_coord >> 8) & 0x0f;
hue_coord        1319 drivers/media/usb/gspca/sn9c20x.c 	hue_coord = (hsv_blue_x[hue_index] * satur) >> 8;
hue_coord        1320 drivers/media/usb/gspca/sn9c20x.c 	cmatrix[14] = hue_coord;
hue_coord        1321 drivers/media/usb/gspca/sn9c20x.c 	cmatrix[15] = (hue_coord >> 8) & 0x0f;
hue_coord        1323 drivers/media/usb/gspca/sn9c20x.c 	hue_coord = (hsv_blue_y[hue_index] * satur) >> 8;
hue_coord        1324 drivers/media/usb/gspca/sn9c20x.c 	cmatrix[16] = hue_coord;
hue_coord        1325 drivers/media/usb/gspca/sn9c20x.c 	cmatrix[17] = (hue_coord >> 8) & 0x0f;