Lines Matching refs:handled
923 bool *handled)
956 if (handled)
957 *handled = true;
972 if (handled)
973 *handled = true;
1046 bool *handled)
1059 static void tc358743_csi_err_int_handler(struct v4l2_subdev *sd, bool *handled)
1067 bool *handled)
1088 if (handled)
1089 *handled = true;
1099 bool *handled)
1115 if (handled)
1116 *handled = true;
1126 if (handled)
1127 *handled = true;
1136 static void tc358743_hdmi_clk_int_handler(struct v4l2_subdev *sd, bool *handled)
1161 if (handled)
1162 *handled = true;
1171 static void tc358743_hdmi_sys_int_handler(struct v4l2_subdev *sd, bool *handled)
1198 if (handled)
1199 *handled = true;
1215 if (handled)
1216 *handled = true;
1227 if (handled)
1228 *handled = true;
1410 static int tc358743_isr(struct v4l2_subdev *sd, u32 status, bool *handled)
1421 tc358743_hdmi_misc_int_handler(sd, handled);
1423 tc358743_hdmi_cbit_int_handler(sd, handled);
1425 tc358743_hdmi_clk_int_handler(sd, handled);
1427 tc358743_hdmi_sys_int_handler(sd, handled);
1429 tc358743_hdmi_audio_int_handler(sd, handled);
1437 tc358743_cec_handler(sd, intstatus, handled);
1448 tc358743_csi_err_int_handler(sd, handled);
1466 bool handled = false;
1468 tc358743_isr(&state->sd, 0, &handled);
1470 return handled ? IRQ_HANDLED : IRQ_NONE;
1491 bool handled;
1493 tc358743_isr(&state->sd, 0, &handled);