Lines Matching refs:chroma
337 specs->chroma.redx = tmp/1024; in get_chroma()
338 DPRINTK(" RedX: 0.%03d ", specs->chroma.redx); in get_chroma()
343 specs->chroma.redy = tmp/1024; in get_chroma()
344 DPRINTK("RedY: 0.%03d\n", specs->chroma.redy); in get_chroma()
349 specs->chroma.greenx = tmp/1024; in get_chroma()
350 DPRINTK(" GreenX: 0.%03d ", specs->chroma.greenx); in get_chroma()
355 specs->chroma.greeny = tmp/1024; in get_chroma()
356 DPRINTK("GreenY: 0.%03d\n", specs->chroma.greeny); in get_chroma()
361 specs->chroma.bluex = tmp/1024; in get_chroma()
362 DPRINTK(" BlueX: 0.%03d ", specs->chroma.bluex); in get_chroma()
367 specs->chroma.bluey = tmp/1024; in get_chroma()
368 DPRINTK("BlueY: 0.%03d\n", specs->chroma.bluey); in get_chroma()
373 specs->chroma.whitex = tmp/1024; in get_chroma()
374 DPRINTK(" WhiteX: 0.%03d ", specs->chroma.whitex); in get_chroma()
379 specs->chroma.whitey = tmp/1024; in get_chroma()
380 DPRINTK("WhiteY: 0.%03d\n", specs->chroma.whitey); in get_chroma()