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

/linux-master/drivers/media/i2c/
H A Dtc358743.c1245 uint8_t hdmi_sys_status = i2c_rd8(sd, SYS_STATUS); local
1266 hdmi_sys_status & MASK_S_DDC5V ? "yes" : "no");
1277 hdmi_sys_status & MASK_S_TMDS ? "yes" : "no");
1279 hdmi_sys_status & MASK_S_SYNC ? "yes" : "no");
1281 hdmi_sys_status & MASK_S_PHY_PLL ? "yes" : "no");
1283 hdmi_sys_status & MASK_S_PHY_SCDT ? "yes" : "no");
1319 hdmi_sys_status & MASK_S_HDCP ? "yes" : "no");
1325 v4l2_info(sd, "AV Mute: %s\n", hdmi_sys_status & MASK_S_AVMUTE ? "on" :

Completed in 112 milliseconds