Searched refs:rgb_output (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/media/i2c/ |
D | adv7604.c | 1098 bool rgb_output = io_read(sd, 0x02) & 0x02; in set_rgb_quantization_range() local 1107 rgb_output, hdmi_signal); in set_rgb_quantization_range() 1111 io_write_clr_set(sd, 0x02, 0x04, rgb_output ? 0 : 4); in set_rgb_quantization_range() 1146 if (is_digital_input(sd) && rgb_output) { in set_rgb_quantization_range() 1185 if (rgb_output) { in set_rgb_quantization_range()
|
D | adv7842.c | 1174 bool rgb_output = io_read(sd, 0x02) & 0x02; in set_rgb_quantization_range() local 1183 rgb_output, hdmi_signal); in set_rgb_quantization_range() 1187 io_write_clr_set(sd, 0x02, 0x04, rgb_output ? 0 : 4); in set_rgb_quantization_range() 1222 if (is_digital_input(sd) && rgb_output) { in set_rgb_quantization_range() 1261 if (rgb_output) { in set_rgb_quantization_range()
|