Searched refs:misc_int (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | tc358743.c | 1070 u8 misc_int = i2c_rd8(sd, MISC_INT) & ~misc_int_mask; in tc358743_hdmi_misc_int_handler() local 1072 i2c_wr8(sd, MISC_INT, misc_int); in tc358743_hdmi_misc_int_handler() 1074 v4l2_dbg(3, debug, sd, "%s: MISC_INT = 0x%02x\n", __func__, misc_int); in tc358743_hdmi_misc_int_handler() 1076 if (misc_int & MASK_I_SYNC_CHG) { in tc358743_hdmi_misc_int_handler() 1087 misc_int &= ~MASK_I_SYNC_CHG; in tc358743_hdmi_misc_int_handler() 1092 if (misc_int) { in tc358743_hdmi_misc_int_handler() 1094 __func__, misc_int); in tc358743_hdmi_misc_int_handler()
|
| H A D | tc35874x.c | 1119 u8 misc_int = i2c_rd8(sd, MISC_INT) & ~misc_int_mask; in tc35874x_hdmi_misc_int_handler() local 1121 i2c_wr8(sd, MISC_INT, misc_int); in tc35874x_hdmi_misc_int_handler() 1123 v4l2_dbg(3, debug, sd, "%s: MISC_INT = 0x%02x\n", __func__, misc_int); in tc35874x_hdmi_misc_int_handler() 1125 if (misc_int & MASK_I_SYNC_CHG) { in tc35874x_hdmi_misc_int_handler() 1136 misc_int &= ~MASK_I_SYNC_CHG; in tc35874x_hdmi_misc_int_handler() 1141 if (misc_int) { in tc35874x_hdmi_misc_int_handler() 1143 __func__, misc_int); in tc35874x_hdmi_misc_int_handler()
|