Lines Matching refs:handled
923 bool *handled)
956 if (handled)
957 *handled = true;
974 if (handled)
975 *handled = true;
1048 bool *handled)
1061 static void tc358743_csi_err_int_handler(struct v4l2_subdev *sd, bool *handled)
1069 bool *handled)
1090 if (handled)
1091 *handled = true;
1101 bool *handled)
1117 if (handled)
1118 *handled = true;
1128 if (handled)
1129 *handled = true;
1138 static void tc358743_hdmi_clk_int_handler(struct v4l2_subdev *sd, bool *handled)
1163 if (handled)
1164 *handled = true;
1173 static void tc358743_hdmi_sys_int_handler(struct v4l2_subdev *sd, bool *handled)
1200 if (handled)
1201 *handled = true;
1217 if (handled)
1218 *handled = true;
1229 if (handled)
1230 *handled = true;
1412 static int tc358743_isr(struct v4l2_subdev *sd, u32 status, bool *handled)
1423 tc358743_hdmi_misc_int_handler(sd, handled);
1425 tc358743_hdmi_cbit_int_handler(sd, handled);
1427 tc358743_hdmi_clk_int_handler(sd, handled);
1429 tc358743_hdmi_sys_int_handler(sd, handled);
1431 tc358743_hdmi_audio_int_handler(sd, handled);
1439 tc358743_cec_handler(sd, intstatus, handled);
1450 tc358743_csi_err_int_handler(sd, handled);
1468 bool handled = false;
1470 tc358743_isr(&state->sd, 0, &handled);
1472 return handled ? IRQ_HANDLED : IRQ_NONE;
1493 bool handled;
1495 tc358743_isr(&state->sd, 0, &handled);