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

/linux-4.4.14/drivers/media/i2c/
H A Dtc358743.c1041 u8 sys_int = i2c_rd8(sd, SYS_INT) & ~sys_int_mask; tc358743_hdmi_sys_int_handler() local
1043 i2c_wr8(sd, SYS_INT, sys_int); tc358743_hdmi_sys_int_handler()
1045 v4l2_dbg(3, debug, sd, "%s: SYS_INT = 0x%02x\n", __func__, sys_int); tc358743_hdmi_sys_int_handler()
1047 if (sys_int & MASK_I_DDC) { tc358743_hdmi_sys_int_handler()
1063 sys_int &= ~MASK_I_DDC; tc358743_hdmi_sys_int_handler()
1068 if (sys_int & MASK_I_DVI) { tc358743_hdmi_sys_int_handler()
1080 sys_int &= ~MASK_I_DVI; tc358743_hdmi_sys_int_handler()
1085 if (sys_int & MASK_I_HDMI) { tc358743_hdmi_sys_int_handler()
1092 sys_int &= ~MASK_I_HDMI; tc358743_hdmi_sys_int_handler()
1097 if (sys_int) { tc358743_hdmi_sys_int_handler()
1099 __func__, sys_int); tc358743_hdmi_sys_int_handler()

Completed in 63 milliseconds