Lines Matching refs:chroma
335 specs->chroma.redx = tmp/1024; in get_chroma()
336 DPRINTK(" RedX: 0.%03d ", specs->chroma.redx); in get_chroma()
341 specs->chroma.redy = tmp/1024; in get_chroma()
342 DPRINTK("RedY: 0.%03d\n", specs->chroma.redy); in get_chroma()
347 specs->chroma.greenx = tmp/1024; in get_chroma()
348 DPRINTK(" GreenX: 0.%03d ", specs->chroma.greenx); in get_chroma()
353 specs->chroma.greeny = tmp/1024; in get_chroma()
354 DPRINTK("GreenY: 0.%03d\n", specs->chroma.greeny); in get_chroma()
359 specs->chroma.bluex = tmp/1024; in get_chroma()
360 DPRINTK(" BlueX: 0.%03d ", specs->chroma.bluex); in get_chroma()
365 specs->chroma.bluey = tmp/1024; in get_chroma()
366 DPRINTK("BlueY: 0.%03d\n", specs->chroma.bluey); in get_chroma()
371 specs->chroma.whitex = tmp/1024; in get_chroma()
372 DPRINTK(" WhiteX: 0.%03d ", specs->chroma.whitex); in get_chroma()
377 specs->chroma.whitey = tmp/1024; in get_chroma()
378 DPRINTK("WhiteY: 0.%03d\n", specs->chroma.whitey); in get_chroma()