Searched refs:hdmi_sys_status (Results 1 – 1 of 1) sorted by relevance
1245 uint8_t hdmi_sys_status = i2c_rd8(sd, SYS_STATUS); in tc358743_log_status() local1266 hdmi_sys_status & MASK_S_DDC5V ? "yes" : "no"); in tc358743_log_status()1277 hdmi_sys_status & MASK_S_TMDS ? "yes" : "no"); in tc358743_log_status()1279 hdmi_sys_status & MASK_S_SYNC ? "yes" : "no"); in tc358743_log_status()1281 hdmi_sys_status & MASK_S_PHY_PLL ? "yes" : "no"); in tc358743_log_status()1283 hdmi_sys_status & MASK_S_PHY_SCDT ? "yes" : "no"); in tc358743_log_status()1319 hdmi_sys_status & MASK_S_HDCP ? "yes" : "no"); in tc358743_log_status()1325 v4l2_info(sd, "AV Mute: %s\n", hdmi_sys_status & MASK_S_AVMUTE ? "on" : in tc358743_log_status()