Home
last modified time | relevance | path

Searched refs:cbit_int (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/media/i2c/
Dtc358743.c1104 u8 cbit_int = i2c_rd8(sd, CBIT_INT) & ~cbit_int_mask; in tc358743_hdmi_cbit_int_handler() local
1106 i2c_wr8(sd, CBIT_INT, cbit_int); in tc358743_hdmi_cbit_int_handler()
1108 v4l2_dbg(3, debug, sd, "%s: CBIT_INT = 0x%02x\n", __func__, cbit_int); in tc358743_hdmi_cbit_int_handler()
1110 if (cbit_int & MASK_I_CBIT_FS) { in tc358743_hdmi_cbit_int_handler()
1116 cbit_int &= ~MASK_I_CBIT_FS; in tc358743_hdmi_cbit_int_handler()
1121 if (cbit_int & (MASK_I_AF_LOCK | MASK_I_AF_UNLOCK)) { in tc358743_hdmi_cbit_int_handler()
1127 cbit_int &= ~(MASK_I_AF_LOCK | MASK_I_AF_UNLOCK); in tc358743_hdmi_cbit_int_handler()
1132 if (cbit_int) { in tc358743_hdmi_cbit_int_handler()
1134 __func__, cbit_int); in tc358743_hdmi_cbit_int_handler()