Searched refs:rgb_output (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/media/i2c/ |
D | adv7604.c | 1112 bool rgb_output = io_read(sd, 0x02) & 0x02; in set_rgb_quantization_range() local 1121 rgb_output, hdmi_signal); in set_rgb_quantization_range() 1125 io_write_clr_set(sd, 0x02, 0x04, rgb_output ? 0 : 4); in set_rgb_quantization_range() 1160 if (is_digital_input(sd) && rgb_output) { in set_rgb_quantization_range() 1199 if (rgb_output) { in set_rgb_quantization_range()
|
D | adv7842.c | 1162 bool rgb_output = io_read(sd, 0x02) & 0x02; in set_rgb_quantization_range() local 1171 rgb_output, hdmi_signal); in set_rgb_quantization_range() 1175 io_write_clr_set(sd, 0x02, 0x04, rgb_output ? 0 : 4); in set_rgb_quantization_range() 1210 if (is_digital_input(sd) && rgb_output) { in set_rgb_quantization_range() 1249 if (rgb_output) { in set_rgb_quantization_range()
|