Searched refs:uv_lpf (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 296 int luma_lpf, uv_lpf, comb; in cx18_av_std_setup() local 369 uv_lpf = 1; in cx18_av_std_setup() 374 uv_lpf = 1; in cx18_av_std_setup() 379 uv_lpf = 0; in cx18_av_std_setup() 419 uv_lpf = 1; in cx18_av_std_setup() 480 src_decimation, burst, luma_lpf, uv_lpf, in cx18_av_std_setup() 505 cx18_av_write(cx, 0x47a, luma_lpf << 6 | ((uv_lpf << 4) & 0x30)); in cx18_av_std_setup()
|
/Linux-v4.19/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 803 int luma_lpf, uv_lpf, comb; in cx25840_std_setup() local 823 uv_lpf = 0; in cx25840_std_setup() 827 uv_lpf = 1; in cx25840_std_setup() 831 uv_lpf = 1; in cx25840_std_setup() 840 uv_lpf = 1; in cx25840_std_setup() 896 src_decimation, burst, luma_lpf, uv_lpf, comb, sc); in cx25840_std_setup() 921 cx25840_write(client, 0x47a, luma_lpf << 6 | ((uv_lpf << 4) & 0x30)); in cx25840_std_setup()
|