Searched refs:rgb_output (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dadv7842.c1162 bool rgb_output = io_read(sd, 0x02) & 0x02; local
1171 rgb_output, hdmi_signal);
1175 io_write_clr_set(sd, 0x02, 0x04, rgb_output ? 0 : 4);
1210 if (is_digital_input(sd) && rgb_output) {
1249 if (rgb_output) {
H A Dadv7604.c1112 bool rgb_output = io_read(sd, 0x02) & 0x02; local
1121 rgb_output, hdmi_signal);
1125 io_write_clr_set(sd, 0x02, 0x04, rgb_output ? 0 : 4);
1160 if (is_digital_input(sd) && rgb_output) {
1199 if (rgb_output) {

Completed in 131 milliseconds