Searched refs:hdmi_sys_status (Results 1 – 2 of 2) sorted by relevance
1243 uint8_t hdmi_sys_status = i2c_rd8(sd, SYS_STATUS); in tc358743_log_status() local1264 hdmi_sys_status & MASK_S_DDC5V ? "yes" : "no"); in tc358743_log_status()1275 hdmi_sys_status & MASK_S_TMDS ? "yes" : "no"); in tc358743_log_status()1277 hdmi_sys_status & MASK_S_SYNC ? "yes" : "no"); in tc358743_log_status()1279 hdmi_sys_status & MASK_S_PHY_PLL ? "yes" : "no"); in tc358743_log_status()1281 hdmi_sys_status & MASK_S_PHY_SCDT ? "yes" : "no"); in tc358743_log_status()1317 hdmi_sys_status & MASK_S_HDCP ? "yes" : "no"); in tc358743_log_status()1323 v4l2_info(sd, "AV Mute: %s\n", hdmi_sys_status & MASK_S_AVMUTE ? "on" : in tc358743_log_status()
1309 uint8_t hdmi_sys_status = i2c_rd8(sd, SYS_STATUS); in tc35874x_log_status() local1330 hdmi_sys_status & MASK_S_DDC5V ? "yes" : "no"); in tc35874x_log_status()1341 hdmi_sys_status & MASK_S_TMDS ? "yes" : "no"); in tc35874x_log_status()1343 hdmi_sys_status & MASK_S_SYNC ? "yes" : "no"); in tc35874x_log_status()1345 hdmi_sys_status & MASK_S_PHY_PLL ? "yes" : "no"); in tc35874x_log_status()1347 hdmi_sys_status & MASK_S_PHY_SCDT ? "yes" : "no"); in tc35874x_log_status()1381 hdmi_sys_status & MASK_S_HDCP ? "yes" : "no"); in tc35874x_log_status()1387 v4l2_info(sd, "AV Mute: %s\n", hdmi_sys_status & MASK_S_AVMUTE ? "on" : in tc35874x_log_status()