Searched refs:rgb_output (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | adv7604.c | 1115 bool rgb_output = io_read(sd, 0x02) & 0x02; in set_rgb_quantization_range() local 1124 rgb_output, hdmi_signal); in set_rgb_quantization_range() 1128 io_write_clr_set(sd, 0x02, 0x04, rgb_output ? 0 : 4); in set_rgb_quantization_range() 1163 if (is_digital_input(sd) && rgb_output) { in set_rgb_quantization_range() 1202 if (rgb_output) { in set_rgb_quantization_range()
|
H A D | adv7842.c | 1165 bool rgb_output = io_read(sd, 0x02) & 0x02; in set_rgb_quantization_range() local 1174 rgb_output, hdmi_signal); in set_rgb_quantization_range() 1178 io_write_clr_set(sd, 0x02, 0x04, rgb_output ? 0 : 4); in set_rgb_quantization_range() 1213 if (is_digital_input(sd) && rgb_output) { in set_rgb_quantization_range() 1252 if (rgb_output) { in set_rgb_quantization_range()
|